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

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

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

.comm_guide {
    flex: 0 0 auto;
}

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

.secure_nook h1 {
    font-size: 38px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(165,187,213);
    text-align: center;
    color: rgb(165,187,213);
}

.secure_nook h3, .secure_nook h4, .secure_nook h5, .secure_nook h6 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-weight: 600;
    color: #000000;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.secure_nook section {
    background: #ffffff;
}

.secure_nook p, .secure_nook span, .secure_nook div {
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
}

.register_now::before {
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: 1;
    top: 0;
    height: 100%;
    opacity: 0.03;
    content: '';
    position: absolute;
    left: 0;
    background: 
        linear-gradient(45deg, rgb(210,219,235) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(210,219,235) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(210,219,235) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(210,219,235) 75%);
    width: 100%;
}

.register_now .support_map {
    text-decoration: none;
    border-radius: 14px;
    color: #ffffff;
    background: rgb(165,187,213);
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    z-index: 5;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    display: flex;
    font-weight: 600;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 50px;
    font-size: 14px;
    position: relative;
}

.register_now .support_map:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}

.course_instructor {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: rgb(210,219,235);
}

.course_instructor::before {
    background: linear-gradient(to right, transparent, rgb(165,187,213,0.5), transparent);
    height: 1px;
    transform-origin: left center;
    top: 40%;
    animation: lineExpand 5s ease-in-out infinite alternate;
    content: "";
    width: 40%;
    left: 0;
    position: absolute;
}

.course_instructor .review_testimonials {
    max-width: 1100px;
    gap: 4rem;
    position: relative;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 2fr;
    z-index: 1;
}

.course_instructor .img_show_wrap::after {
    left: 0;
    top: 0;
    mix-blend-mode: overlay;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(165,187,213,0.5) 0%, transparent 50%);
    transition: all 0.7s ease;
    position: absolute;
    opacity: 0.5;
    width: 100%;
}

.course_instructor .work_view {
    opacity: 0.9;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    transition: all 0.7s ease;
}

.course_instructor .name {
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    transform: translateX(0);
    transition: all 0.5s ease;
    font-weight: 700;
    font-size: calc(44px * 1.2);
}

.course_instructor .work_view div:nth-child(2) {
    color: rgb(118,154,188);
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.5s ease 0.1s;
    transform: translateX(0);
    font-size: 22px;
    margin-bottom: 3rem;
}

.course_instructor .career_tasks::before {
    left: 0;
    font-family: serif;
    font-size: 4rem;
    color: rgb(165,187,213,0.5);
    content: "";
    line-height: 1;
    top: -1rem;
    position: absolute;
}

.course_instructor .review_testimonials:hover .name {
    transform: translateX(10px);
}

.course_instructor .review_testimonials:hover .work_view div:nth-child(2) {
    transform: translateX(20px);
}

.study_method {
    padding: 6rem 2rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(210,219,235) 0%, rgb(165,187,213,0.5) 100%);
}

.study_method::after {
    width: 300px;
    content: "";
    right: -50px;
    transform: rotate(-15deg);
    bottom: -50px;
    background: linear-gradient(45deg, rgb(165,187,213,0.5) 0%, rgb(118,154,188) 100%);
    filter: blur(60px);
    z-index: -1;
    position: absolute;
    height: 300px;
    animation: float 20s infinite ease-in-out;
    opacity: 0.4;
}

.study_method h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    transform: translateZ(20px);
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
    color: #000000;
    line-height: 1.3;
    font-size: 34px;
}

.study_method:hover h2::after {
    transform: scaleX(1.5);
}

.study_method .text_drawer {
    transform: translateZ(10px);
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 2.5rem;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.07),
        0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(165,187,213);
}

.client_testimonials::before {
    z-index: 1;
    content: "";
    background-image: 
        radial-gradient(circle at 80% 20%, rgb(165,187,213,0.5) 0%, transparent 15%),
        radial-gradient(circle at 20% 80%, rgb(118,154,188,0.5) 0%, transparent 15%);
    position: absolute;
    width: 100%;
    opacity: 0.7;
    top: 0;
    left: 0;
    height: 100%;
}



.client_testimonials h4::after {
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    border-radius: 10px;
    bottom: -15px;
    width: 80px;
    content: "";
    background: rgb(165,187,213);
    position: absolute;
}

.client_testimonials .feedback_corner::before {
    background: linear-gradient(to bottom, rgb(165,187,213,0.5), rgb(118,154,188,0.5));
    left: 50%;
    border-radius: 10px;
    top: 0;
    z-index: 1;
    transform: translateX(-50%);
    width: 4px;
    position: absolute;
    bottom: 0;
    content: "";
}

.client_testimonials .review_testimonials:nth-child(odd) {
    animation: slideInLeft 0.8s ease-out both;
    animation-delay: calc(0.2s * var(--i, 0));
    float: left;
}



.client_testimonials .review_testimonials::before {
    top: 30px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    position: absolute;
    transition: all 0.4s ease;
    width: 20px;
    z-index: 2;
    background: rgb(165,187,213);
    height: 20px;
    content: "";
    box-shadow: 0 0 0 4px rgb(165,187,213,0.5);
}

.client_testimonials .review_testimonials:hover::before {
    background: rgb(118,154,188);
    box-shadow: 0 0 0 4px rgb(118,154,188,0.5);
}

.client_testimonials .review_testimonials:nth-child(odd)::after {
    border-color: transparent transparent transparent #ffffff;
    right: -20px;
}

.client_testimonials .img_show_wrap {
    width: 70px;
    float: left;
    border-radius: 50%;
    transition: all 0.4s ease;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto 15px;
    margin-right: 20px;
    height: 70px;
}

.client_testimonials .review_testimonials p {
    font-size: 13px;
    transition: all 0.3s ease;
    line-height: 1.7;
    margin-top: 20px;
    position: relative;
    color: #000000;
    clear: both;
}

.client_testimonials .review_testimonials:hover p::before {
    width: 60px;
    background: rgb(165,187,213);
}

.price_box {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(210,219,235), #ffffff);
    padding: 6rem 0;
    position: relative;
}

.price_box .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    max-width: 1320px;
}

.price_box .cert_cost {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}

.price_box .cost_fee h2 {
    color: rgb(165,187,213);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 37px;
}

.price_box .cost_fee h2::after {
    height: 3px;
    position: absolute;
    content: "";
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(165,187,213), transparent);
}

.price_box .payment_option {
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    animation-delay: calc(0.1s * var(--i, 1));
    will-change: transform, opacity;
    transform: translateY(30px);
    text-decoration: none;
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
    display: block;
}

.price_box .cost_table {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    flex-direction: column;
    background: #ffffff;
}

.price_box .basic_cost::before {
    right: 0;
    position: absolute;
    width: 120px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(165,187,213,0.5) 50%);
    content: "";
    transform: translate(30px, -30px);
    top: 0;
    height: 120px;
}

.price_box .payment_option:hover h3 {
    color: rgb(165,187,213);
}

.price_box .member_fees::before {
    content: "";
    transition: width 0.3s ease;
    bottom: -5px;
    position: absolute;
    background: rgb(118,154,188);
    height: 3px;
    width: 40px;
    left: 0;
}

.price_box .img_show_wrap {
    transition: transform 0.5s ease;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.price_box .img_show_wrap::after {
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    position: absolute;
    inset: 0;
    content: "";
}

.course_highlights {
    background: linear-gradient(135deg, rgb(210,219,235) 0%, rgba(245, 247, 250, 1) 100%);
    overflow: hidden;
    padding: 100px 0 120px;
    position: relative;
}

.course_highlights::after {
    content: "";
    top: -50%;
    height: 200%;
    transform: rotate(-15deg);
    position: absolute;
    right: -20%;
    background: linear-gradient(135deg, rgba(rgb(165,187,213,0.5), 0.08) 0%, rgba(rgb(118,154,188,0.5), 0.05) 100%);
    z-index: 0;
    width: 70%;
}

.course_highlights h2 {
    margin-right: auto;
    max-width: 800px;
    font-size: 32px;
    line-height: 1.3;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    color: #000000;
    font-weight: 700;
    margin-left: auto;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 50px;
    text-align: center;
}

.course_highlights h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.course_highlights .img_show_wrap {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.15);
    border-radius: 3px;
    position: relative;
    height: 500px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(20px);
}

.course_highlights .img_show_wrap:hover {
    transform: translateZ(30px) scale(1.02);
}

.course_highlights .img_show_wrap:hover::before {
    opacity: 0.5;
}

.course_highlights .text_drawer {
    scrollbar-width: thin;
    padding-right: 15px;
    overflow-y: auto;
    max-height: 500px;
    position: relative;
    scrollbar-color: rgb(165,187,213) rgba(rgb(210,219,235), 0.5);
    transform: translateZ(10px);
}

.course_highlights .description:first-of-type {
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgb(165,187,213);
}

.course_highlights .description:first-of-type::before {
    top: 0;
    width: 3px;
    content: "";
    transition: height 1.5s ease;
    left: -3px;
    height: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(165,187,213), rgb(118,154,188));
}

.our_mission::before {
    right: 0;
    top: 0;
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(165,187,213,0.5) 0,
        rgb(165,187,213,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    width: 50%;
    opacity: 0.05;
    position: absolute;
    height: 100%;
}

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

.our_mission h2::before {
    width: 60px;
    content: "";
    bottom: -15px;
    background: rgb(165,187,213);
    position: absolute;
    left: 20px;
    height: 4px;
}

.our_mission .skill_lab {
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    display: grid;
}

.our_mission .study_zone:nth-child(2) {
    justify-content: center;
    background: rgb(165,187,213);
    color: #ffffff;
    display: flex;
    padding: 60px 20px 60px 60px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
    grid-row: 1;
    flex-direction: column;
    z-index: 2;
    margin-left: -20px;
    grid-column: 3 / 5;
}

.our_mission .study_zone:nth-child(1)::before {
    top: 0;
    width: 40px;
    right: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03));
    height: 100%;
    position: absolute;
}

.our_mission .study_zone:nth-child(1)::after {
    border-radius: 50%;
    left: -100%;
    background: rgb(165,187,213,0.5);
    content: "";
    z-index: -1;
    opacity: 0.1;
    transition: all 0.5s ease;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -100%;
}

.our_mission .study_zone:nth-child(1) h3 {
    color: #000000;
}

.our_mission .study_zone h3::after {
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    content: "";
    width: 40px;
}

.our_mission .study_zone p {
    position: relative;
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 13px;
}

.our_mission .study_zone:nth-child(2)::after {
    transform: rotate(45deg);
    right: 30px;
    width: 80px;
    z-index: -1;
    border-radius: 10px;
    height: 80px;
    bottom: 30px;
    content: "";
    border: 3px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    transition: all 0.5s ease;
}

.our_mission .container::after {
    width: 250px;
    position: absolute;
    border-radius: 50%;
    content: "";
    height: 250px;
    bottom: -80px;
    left: -80px;
    opacity: 0.05;
    background: rgb(165,187,213,0.5);
    z-index: 0;
    filter: blur(60px);
}

.contact_information::before {
    content: "";
    z-index: 0;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
}

.contact_information .query_grid {
    display: grid;
    border-radius: 18px;
    gap: 0;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
}

.contact_information .inquiry_request {
    background: #ffffff;
    padding: 50px 40px;
    grid-row: 1;
    grid-column: 1;
}

.contact_information h3 {
    font-weight: 600;
    color: rgb(165,187,213);
    font-size: 21px;
    margin-bottom: 15px;
}

.contact_information input[type="text"]:focus {
    outline: none;
    border-color: rgb(165,187,213);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contact_information input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.contact_information .inquiry_inquiry input[type="checkbox"] {
    border: 2px solid rgb(210,219,235);
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    margin-top: 2px;
    appearance: none;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}

.contact_information .inquiry_inquiry label {
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
}

.contact_information .inquiry_inquiry a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(165,187,213);
}

.contact_information .support_map {
    padding: 15px 35px;
    border: none;
    font-weight: 600;
    font-size: 17px;
    margin-top: 10px;
    color: #ffffff;
    background: rgb(165,187,213);
    position: relative;
    align-self: flex-start;
    border-radius: 10px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
}

.contact_information .support_map:hover::before {
    left: 100%;
}

.contact_information svg path {
    fill: rgb(165,187,213);
}

.course_fit_for {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(210,219,235) 0%, #ffffff 100%);
    position: relative;
}

.course_fit_for {
    padding: 100px 0;
}

.course_fit_for .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}

.course_fit_for .knowledge_classes {
    perspective: 1000px;
    position: relative;
}

.course_fit_for h4 {
    margin-bottom: 80px;
    text-align: center;
    font-size: 30px;
    color: #000000;
    display: inline-block;
    left: 50%;
    font-weight: 700;
    transform: translateX(-50%);
    position: relative;
    padding-bottom: 15px;
}

.course_fit_for h4 {
    font-size: calc(30px * 0.9);
    margin-bottom: 60px;
}

.course_fit_for h4::after {
    height: 1px;
    position: absolute;
    border-radius: 1px;
    left: 15%;
    background: rgb(118,154,188,0.5);
    width: 70%;
    bottom: 10px;
    content: "";
}

.course_fit_for p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}

.course_fit_for p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}



.course_fit_for p::before {
    content: "";
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(210,219,235) 100%);
    left: 0;
    position: absolute;
}

.course_fit_for p:hover::before {
    opacity: 1;
}

.course_fit_for p svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    flex-shrink: 0;
    width: 28px;
    transform: translateZ(10px);
    transition: all 0.3s ease;
    margin-right: 15px;
    height: 28px;
}

.course_fit_for p:hover svg path {
    fill: rgb(118,154,188);
}

.course_fit_for::after {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to top, #ffffff, transparent);
    pointer-events: none;
    height: 200px;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

#userConsentBanner {
    display: none;
}

#userConsentBanner:checked ~ .privacyPolicyOverlay {
    visibility: hidden;
    opacity: 0;
}

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

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

.content-wrapper .cookie_data {
    font-weight: 400;
    margin-left: 30px;
    background: rgb(165,187,213);
    font-size: 20px;
    border: none;
    color: #ffffff;
    padding: 10px;
}

.content-wrapper .learn_consent svg, .content-wrapper .learn_consent svg path, .content-wrapper .learn_consent img {
    height: 40px;
    fill:#000000;
    width: 40px;
}

footer .comm_guide {
    color: #000000;
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    background-color: rgb(210,219,235);
    position: relative;
}

footer .copy_notice {
    z-index: 1;
    position: relative;
}

footer .ask_questions {
    background-color: #ffffff;
    justify-content: space-between;
    width: 85%;
    border-radius: 12px;
    flex-wrap: wrap;
    padding: 25px;
    z-index: 3;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    gap: 15px;
    margin: auto;
}

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

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item p,
footer .info_item a {
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
}

footer .top_skill, footer .site_info, footer .subscribe_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 30px;
    transition: all 0.5s ease;
    transform-origin: center center;
    transform-style: preserve-3d;
    position: relative;
}

footer .top_skill {
    background-color: #ffffff;
    z-index: 2;
    transform: translateZ(0) scale(1);
}

footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}

footer .top_skill::after, footer .site_info::after, footer .subscribe_holder::after {
    width: 100%;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    position: absolute;
    border-radius: 12px;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

footer .site_info h5 {
    margin-bottom: 20px;
    font-size: 21px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
}

footer .site_info h5:hover::after {
    width: 100%;
}

footer .header_pagewrap {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-bottom: 20px;
    gap: 15px;
    display: grid;
}

footer .header_pagewrap a::before {
    transition: width 0.3s ease;
    content: "";
    left: 0;
    background-color: rgb(165,187,213);
    position: absolute;
    height: 1px;
    bottom: 0;
    width: 0;
}

footer .header_pagewrap a:hover::before {
    width: 100%;
}

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

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

footer .sub_typography {
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #ffffff;
    border: none;
    text-align: center;
    color: rgb(165,187,213);
    padding: 14px 20px;
}

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

.course_benefits::before {
    background: linear-gradient(145deg, rgb(165,187,213,0.5) 0%, rgb(118,154,188,0.5) 70%);
    position: absolute;
    transform: rotate(-15deg);
    z-index: 0;
    opacity: 0.1;
    left: -15%;
    width: 35%;
    height: 300%;
    content: "";
    top: -100%;
    animation: float 20s infinite alternate ease-in-out;
}

.course_benefits .container {
    margin: 0 auto;
    display: grid;
    gap: 50px;
    max-width: 1200px;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}

.course_benefits .img_show_wrap:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.15), 
                -5px -5px 30px rgba(255, 255, 255, 0.9);
}

.course_benefits .knowledge_classes {
    animation: slide-in 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
    opacity: 0;
    z-index: 2;
    transform: translateY(30px);
    position: relative;
}

.course_benefits .text_drawer::before {
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(165,187,213), rgb(118,154,188));
    top: 0;
    width: 3px;
    content: "";
    position: absolute;
    left: 0;
}

.course_benefits ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
}

.course_benefits li {
    animation: fade-in 0.5s forwards;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05),
                -2px -2px 10px rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    animation-delay: calc(0.15s * var(--i, 0));
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 15px 20px 15px 60px;
    opacity: 0;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
    backdrop-filter: blur(5px);
    transform: translateZ(0);
}

.course_benefits li svg {
    top: 50%;
    height: 30px;
    position: absolute;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    left: 15px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    color: rgb(165,187,213);
    width: 30px;
}

header::before {
    content: '';
    height: 100%;
    background: linear-gradient(135deg, rgb(165,187,213), rgb(118,154,188));
    top: 0;
    width: 35%;
    z-index: 0;
    position: absolute;
    left: 0;
}

header .head_base {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 1.2rem 0;
    position: relative;
    width: 35%;
    text-decoration: none;
}

header .head_base:hover svg {
    transform: scale(1.05);
}

header .site_info::before {
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(165,187,213,0.5), transparent);
    height: 100%;
    position: absolute;
    width: 1px;
    content: '';
    left: 0;
}

header .site_main::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(165,187,213,0.5), rgb(118,154,188,0.5));
    left: 0;
    top: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    content: '';
    opacity: 0;
    height: 100%;
    border-radius: 10px;
}

header .site_main:hover::before {
    opacity: 1;
}

.thanksNode {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(210,219,235), rgb(210,219,235) 60%, rgb(118,154,188,0.5) 140%);
    position: relative;
}

.thanksNode::after {
    width: 40%;
    bottom: -8%;
    background: linear-gradient(215deg, rgb(118,154,188,0.5) 15%, transparent 65%);
    transform: rotate(-10deg) skew(-5deg);
    height: 60%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    position: absolute;
    filter: blur(15px);
    z-index: 1;
    content: "";
    opacity: 0.7;
    left: -5%;
}

.thanksNode h2::after {
    bottom: -0.8rem;
    transform: scaleX(1);
    width: 80px;
    left: 0;
    transform-origin: left center;
    position: absolute;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(165,187,213), rgb(118,154,188));
    transition: transform 0.6s ease-out;
}

.thanksNode:hover h2::after {
    transform: scaleX(1.2);
}

.thanksNode .knowledge_classes::before {
    top: 0;
    left: 0;
    content: "";
    background-size: 200% 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(165,187,213), rgb(118,154,188), rgb(165,187,213));
    animation: gradientMove 8s ease infinite;
    height: 4px;
    width: 100%;
}

.thanksNode .knowledge_classes:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) translateZ(0);
}

.thanksNode ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}

.thanksNode li::before {
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
    transform: scale(0.8);
    height: 10px;
    left: 0;
    width: 10px;
    border-radius: 50%;
    top: 0.5rem;
    content: "";
    background: rgb(165,187,213);
}

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

.welcome_page::before {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    content: "";
    opacity: 0.6;
    width: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(118,154,188,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(165,187,213,0.5) 0%, transparent 30%);
    top: 0;
    animation: ambientLight 10s infinite alternate ease-in-out;
}

.welcome_page > div {
    max-width: 1200px;
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
    gap: 4rem;
    transform-style: preserve-3d;
}

.welcome_page h1.course_front {
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 38px);
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateZ(50px);
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    position: relative;
    animation: titleFadeIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.welcome_page p {
    color: #000000;
    animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s both;
    line-height: 1.6;
    transform: translateZ(30px);
    font-size: clamp(1rem, 2vw, 16px);
    margin-top: 0.5rem;
    max-width: 80%;
}

.welcome_page .success_story {
    transform-style: preserve-3d;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    align-items: flex-end;
}

.welcome_page .success_story span {
    width: 90%;
    padding: 2.5rem;
    backdrop-filter: blur(4px);
    animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s both;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    position: relative;
    border-left: 4px solid rgb(165,187,213);
    z-index: 2;
    transform: translateZ(30px);
}

.course_highlights .text_drawer::-webkit-scrollbar {
    width: 6px;
}

.course_highlights .text_drawer::-webkit-scrollbar-track {
    background: rgba(rgb(210,219,235), 0.5);
    border-radius: 3px;
}

.course_highlights .text_drawer::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(165,187,213);
}



@media (max-width: 991px) {.register_now {
    padding: 90px 0;
}.register_now .container p {
    padding: 40px;
    font-size: calc(22px * 1.2);
}.register_now .support_map {
    padding: 40px;
}
}



@media (max-width: 767px) {.register_now {
    padding: 70px 0;
}.register_now .knowledge_classes {
    grid-template-columns: 1fr;
}.register_now .container p {
    font-size: 22px;
    padding: 30px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
}.register_now .support_map {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    padding: 25px;
}.register_now .container p:hover,
    .register_now .support_map:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}
}



@media (min-width: 768px) {.study_method {
    padding: 8rem 3rem;
}.study_method .knowledge_classes {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.study_method h2 {
    max-width: 90%;
    grid-column: 1;
    font-size: calc(34px * 1.2);
    margin-bottom: 0;
}.study_method .text_drawer {
    grid-column: 2;
    border-left: 5px solid rgb(165,187,213);
    padding: 3rem;
}
}



@media (min-width: 992px) {.study_method {
    padding: 10rem 4rem;
}.study_method::before {
    background: radial-gradient(circle at 70% 30%, rgb(118,154,188,0.5) 0%, transparent 70%);
}.study_method .knowledge_classes {
    gap: 6rem;
}.study_method h2 {
    max-width: 80%;
    font-size: calc(34px * 1.4);
}.study_method .text_drawer {
    padding: 3.5rem;
}.study_method p {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 768px) {.client_testimonials {
    padding: 60px 0;
}.client_testimonials h4 {
    margin-bottom: 50px;
    font-size: calc(35px * 0.85);
}.client_testimonials .feedback_corner::before {
    left: 20px;
}.client_testimonials .review_testimonials {
    float: right;
    width: calc(100% - 60px);
    margin-bottom: 40px;
}.client_testimonials .review_testimonials:nth-child(odd),
    .client_testimonials .review_testimonials:nth-child(even) {
    animation: slideInRight 0.8s ease-out both;
    float: right;
}.client_testimonials .review_testimonials:nth-child(odd)::before,
    .client_testimonials .review_testimonials:nth-child(even)::before {
    left: -40px;
}.client_testimonials .review_testimonials:nth-child(odd)::after,
    .client_testimonials .review_testimonials:nth-child(even)::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
}.client_testimonials .img_show_wrap {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}.client_testimonials .review_testimonials span {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 767px) {.price_box {
    padding: 4rem 0;
}.price_box .cost_fee h2 {
    font-size: calc(37px - 0.2rem);
}.price_box .cost_fee .learning_deals {
    font-size: calc(18px - 0.1rem);
    max-width: 100%;
}.price_box .payment_option h3 {
    font-size: 19px;
}.price_box .member_fees {
    font-size: calc(16px + 0.5rem);
}.price_box .img_show_wrap {
    height: 160px;
}}



@media screen and (max-width: 768px) {.course_highlights {
    padding: 60px 0 80px;
}.course_highlights h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.course_highlights h2::after {
    width: 60px;
    bottom: -12px;
}.course_highlights .img_show_wrap {
    height: 320px;
}.course_highlights .text_drawer {
    max-height: 400px;
}.course_highlights .description {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}



@media (hover: none) {.course_highlights h2:hover,
    .course_highlights .img_show_wrap:hover {
    transform: none;
}.course_highlights h2:hover::after {
    width: 80px;
}}



@media screen and (max-width: 991px) {.our_mission {
    padding: 90px 0;
}.our_mission h2 {
    margin-bottom: 60px;
}.our_mission .study_zone:nth-child(1) {
    padding: 50px 30px 50px 20px;
}.our_mission .study_zone:nth-child(2) {
    padding: 50px 20px 50px 50px;
}
}



@media screen and (max-width: 576px) {.our_mission {
    padding: 60px 0;
}.our_mission h2 {
    font-size: 38px;
    margin-bottom: 40px;
}.our_mission .study_zone:nth-child(1),
    .our_mission .study_zone:nth-child(2) {
    padding: 30px 20px;
}.our_mission .study_zone h3 {
    font-size: calc(16px + 0.1rem);
    margin-bottom: 15px;
}.our_mission .study_zone p {
    font-size: calc(13px - 0.05rem);
}}



@media (max-width: 768px) {.contact_information {
    padding: 50px 0;
}.contact_information h2 {
    margin-bottom: 30px;
    font-size: calc(29px - 4px);
}.contact_information .inquiry_request {
    padding: 30px 25px;
}.contact_information .img_show_wrap {
    min-height: 250px;
}
}



@media (max-width: 768px) {.course_fit_for {
    padding: 80px 0;
}.course_fit_for h4 {
    margin-bottom: 50px;
    font-size: calc(30px * 0.8);
}.course_fit_for div > div {
    grid-template-columns: 1fr;
    gap: 25px;
}.course_fit_for p {
    padding: 18px;
}.course_fit_for p svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}.course_fit_for p:nth-child(odd),
    .course_fit_for p:nth-child(even) {
    transform: none;
    animation: none;
}.course_fit_for p:hover {
    transform: translateY(-5px);
}.course_fit_for p:hover svg {
    transform: scale(1.2);
}.course_fit_for::after {
    height: 100px;
}
}


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


@media only screen and (max-width: 800px) {.learn_consent {
    display: none;
}.policy_opt {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.privacyPolicyOverlay h5 {
    text-align: center;
}.privacyPolicyOverlay p {
    text-align: center;
}.track_bar {
    margin-bottom: 20px;
}body .content-wrapper .cookie_data {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 991px) {footer .ask_questions {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}



@media (max-width: 767px) {footer .comm_guide {
    padding: 80px 0 30px;
}footer .ask_questions {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .top_skill, footer .site_info, footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
    padding: 25px 20px;
}footer .site_info, footer .subscribe_holder {
    margin-top: -10px;
}footer .footer_account {
    margin-top: 40px;
}
}



@media (max-width: 1024px) {.course_benefits {
    padding: 90px 0;
}.course_benefits .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.course_benefits .img_show_wrap {
    margin: 0 auto;
    max-width: 400px;
}.course_benefits ul {
    grid-template-columns: 1fr;
}
}



@media (max-width: 576px) {.course_benefits {
    padding: 50px 0;
}.course_benefits h1 {
    font-size: calc(46px * 0.7);
    margin-bottom: 20px;
}.course_benefits ul {
    gap: 15px;
}.course_benefits li {
    padding: 12px 12px 12px 50px;
}.course_benefits li svg {
    width: 24px;
    height: 24px;
    left: 12px;
}.course_benefits li p {
    font-size: calc(17px * 0.9);
}}



@media (max-width: 767px) {header {
    background: rgb(210,219,235);
}header::before {
    width: 100%;
    bottom: 50%;
    height: auto;
    top: 0;
}header .head_tutor {
    flex-direction: column;
    align-items: center;
}header .head_base {
    width: 100%;
    padding: 0.8rem 0;
}header .head_base svg {
    width: 120px;
}header .site_info {
    width: 95%;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
    padding: 0.8rem 0;
}header .site_info::before {
    height: 1px;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(165,187,213,0.5), transparent);
    width: 100%;
    top: 0;
}header .site_main {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}



@media (max-width: 992px) {.thanksNode {
    padding: 4rem 0;
}.thanksNode h2 {
    font-size: calc(32px * 0.9);
    max-width: 100%;
}.thanksNode .knowledge_classes {
    padding: 2rem;
}
}



@media (max-width: 576px) {.thanksNode {
    padding: 3rem 0;
}.thanksNode h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.2rem;
}.thanksNode h2::after {
    width: 50px;
    height: 3px;
}.thanksNode .knowledge_classes {
    padding: 1.5rem;
    margin-top: 0.5rem;
}.thanksNode li {
    padding-left: 1.5rem;
}.thanksNode li::before {
    top: 0.4rem;
    width: 8px;
    height: 8px;
}.thanksNode li span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}



@media (min-width: 1200px) {.welcome_page {
    padding: 6rem 4rem;
}.welcome_page > div {
    gap: 6rem;
}.welcome_page h1.course_front {
    transform: translateZ(80px);
}.welcome_page p {
    transform: translateZ(50px);
}.welcome_page .start_hero {
    transform: translateZ(40px) rotateX(3deg) rotateY(-3deg);
}.welcome_page .start_hero:hover {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(45px) rotateX(1deg) rotateY(-1deg);
}.welcome_page .success_story span {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(40px);
}.welcome_page .success_story:hover span {
    transform: translateZ(50px) translateY(-10px);
}
}



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

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



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



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



@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}


    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }



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



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



@keyframes float {
    0% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
    50% {
        transform: translateY(-20px) rotate(12deg) skew(3deg);
    }
    100% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
}



@keyframes titleFadeIn {
  from {
    opacity: 0;
    transform: translateZ(0) translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateZ(50px) translateY(0);
  }
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateZ(0) translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateZ(30px) translateY(0);
  }
}



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

