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

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

header,footer {
    width: 100%;
}

header {
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    z-index: 100;
    width: 100%;
    position: relative;
}

.top_train {
    flex: 1 0 auto;
}


.secure_nook {
    padding: 40px;
    line-height: 1.6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.secure_nook h2 {
    margin-top: 30px;
    color: rgb(118,154,188);
    margin-bottom: 15px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgb(118,154,188);
    padding-bottom: 8px;
    font-size: 38px;
}

.secure_nook ul, .secure_nook ol {
    margin: 0;
    padding: 10px 0;
    list-style-position: inside;
    padding-left: 0;
}

.secure_nook li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    line-height: 1.8;
    padding: 5px 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.register_now {
    background: linear-gradient(135deg, rgb(118,154,188,0.5) 0%, rgb(210,219,235) 100%);
    position: relative;
    padding: 130px 0;
    overflow: hidden;
}

.register_now .knowledge_classes {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    display: grid;
    gap: 30px;
    z-index: 10;
}

.register_now .container p {
    border-radius: 14px;
    transition: transform 0.5s ease;
    font-size: 32px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(0);
    position: relative;
    color: #000000;
    background: #ffffff;
    padding: 50px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    margin: 0;
    z-index: 5;
    line-height: 1.4;
    font-weight: 700;
}

.register_now .support_map::before {
    position: absolute;
    top: -50%;
    opacity: 0;
    height: 200%;
    transition: opacity 0.5s ease;
    content: '';
    left: -50%;
    width: 200%;
    background: radial-gradient(circle, rgb(118,154,188) 0%, transparent 60%);
    z-index: -1;
}

.register_now .container p:hover,
.register_now .support_map:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(30px);
}

.register_now .support_map:hover::before {
    opacity: 0.3;
    animation: pulse-bg 3s infinite;
}

.register_now::after {
    height: 300px;
    width: 300px;
    filter: blur(80px);
    z-index: 1;
    position: absolute;
    right: -50px;
    background: linear-gradient(
        45deg,
        rgb(165,187,213,0.5),
        rgb(118,154,188,0.5)
    );
    opacity: 0.3;
    bottom: -50px;
    border-radius: 50%;
    content: '';
}

.course_instructor::after {
    bottom: 40%;
    content: "";
    width: 40%;
    position: absolute;
    right: 0;
    transform-origin: right center;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    background: linear-gradient(to left, transparent, rgb(118,154,188,0.5), transparent);
    height: 1px;
}

.course_instructor .img_show_wrap {
    position: relative;
    filter: grayscale(100%);
    overflow: hidden;
    width: 100%;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1);
    height: 400px;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    border-radius: 0;
}

.course_instructor .work_view::before {
    content: "";
    position: absolute;
    left: -2rem;
    top: 15%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 1px;
    height: 70%;
}

.course_instructor .name::after {
    background: rgb(165,187,213);
    height: 2px;
    width: 50px;
    bottom: -0.5rem;
    left: 0;
    transition: transform 0.5s ease 0.2s;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    content: "";
}

.course_instructor .career_tasks {
    font-size: 21px;
    font-weight: 300;
    color: #000000;
    transition: all 0.5s ease 0.2s;
    position: relative;
    padding-left: 2rem;
    line-height: 1.8;
    transform: translateX(0);
}

.course_instructor .review_testimonials:hover .img_show_wrap {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.course_instructor .review_testimonials:hover .img_show_wrap::after {
    opacity: 0.3;
}

.course_instructor .review_testimonials:hover .name::after {
    transform: scaleX(1);
}

.course_instructor .review_testimonials:hover .career_tasks {
    transform: translateX(5px);
}

.study_method::before {
    opacity: 0.7;
    background: radial-gradient(circle at 70% 30%, rgb(118,154,188,0.5) 0%, transparent 60%);
    top: 0;
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
}

.study_method .knowledge_classes {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    position: relative;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    display: grid;
    max-width: 1200px;
}

.study_method h2::after {
    background: linear-gradient(to right, rgb(165,187,213), rgb(118,154,188));
    transition: transform 0.3s ease-out;
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 80px;
    content: "";
    height: 4px;
    transform: scaleX(1);
    bottom: -10px;
}

.study_method .text_drawer:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateZ(15px) translateY(-5px);
}

.study_method p {
    margin: 0;
    color: #000000;
    letter-spacing: 0.01em;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 400;
}

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

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

.client_testimonials h4 {
    opacity: 1;
    position: relative;
    text-align: center;
    animation: fadeInDown 1s ease-out;
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
    font-size: 35px;
    letter-spacing: 1px;
    transform: translateY(0);
}

.client_testimonials .feedback_corner {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.client_testimonials .review_testimonials {
    margin-bottom: 60px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    clear: both;
    padding: 30px;
    background: #ffffff;
    transition: all 0.4s ease;
    position: relative;
    width: 45%;
    border-radius: 14px;
}

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

.client_testimonials .review_testimonials:nth-child(odd)::before {
    right: -60px;
}

.client_testimonials .review_testimonials:nth-child(even)::before {
    left: -60px;
}

.client_testimonials .review_testimonials:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.client_testimonials .review_testimonials::after {
    width: 15px;
    border-width: 10px;
    top: 32px;
    height: 15px;
    border-style: solid;
    content: "";
    transition: all 0.4s ease;
    position: absolute;
}

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

.client_testimonials .review_testimonials:hover .img_show_wrap {
    transform: scale(1.05);
    border-color: rgb(165,187,213);
}

.client_testimonials .review_testimonials span {
    transition: all 0.3s ease;
    font-weight: 600;
    margin-top: 10px;
    color: #000000;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}

.client_testimonials .review_testimonials p::before {
    height: 2px;
    background: rgb(165,187,213,0.5);
    top: -10px;
    content: "";
    left: 0;
    width: 40px;
    position: absolute;
    transition: all 0.3s ease;
}

.price_box::before {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    height: 100%;
    content: "";
    width: 100%;
}

.price_box .cost_fee {
    opacity: 0;
    order: 1;
    animation: fadeInUp 0.8s forwards 0.2s;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transform: translateY(20px);
    text-align: center;
    padding: 2rem;
}

.price_box .cost_fee .learning_deals {
    line-height: 1.6;
    font-size: 18px;
    margin: 0 auto;
    font-weight: 400;
    color: #000000;
    max-width: 80%;
}

.price_box .learn_packs {
    gap: 2rem;
    order: 2;
    display: grid;
    grid-template-columns: 1fr;
}

.price_box .payment_option:nth-child(1) {
    --i: 1;
}

.price_box .payment_option:nth-child(2) {
    --i: 2;
}

.price_box .payment_option:nth-child(3) {
    --i: 3;
}

.price_box .payment_option:nth-child(4) {
    --i: 4;
}

.price_box .payment_option:hover {
    transform: translateY(-5px) scale(1.02);
}

.price_box .payment_option:hover .cost_table {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.price_box .basic_cost {
    padding: 2.5rem 2rem;
    display: flex;
    flex-grow: 1;
    z-index: 1;
    position: relative;
    flex-direction: column;
}

.price_box .payment_option:hover .basic_cost::before {
    transform: translate(0, 0);
    opacity: 0.7;
}

.price_box .payment_option h3 {
    position: relative;
    color: #000000;
    font-size: calc(19px + 0.2rem);
    transition: color 0.3s ease;
    margin-bottom: 1rem;
    font-weight: 700;
}

.price_box .member_fees {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: rgb(165,187,213);
    font-weight: 700;
    font-size: calc(16px + 0.8rem);
}

.price_box .payment_option:hover .member_fees::before {
    width: 80px;
}

.price_box .payment_option p {
    word-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    font-size: 18px;
    -ms-word-break: break-all;
    margin-bottom: 0;
}

.price_box .payment_option:hover .img_show_wrap {
    transform: scale(1.05);
}

.course_highlights::before {
    top: 0;
    left: 0;
    background-size: 30px 30px;
    z-index: 0;
    content: "";
    background-image: 
        linear-gradient(30deg, rgba(rgb(165,187,213,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(165,187,213,0.5), 0.03) 1px, transparent 1px);
    position: absolute;
    height: 100%;
    animation: patternFloat 60s linear infinite;
    width: 100%;
}

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

.course_highlights h2::after {
    position: absolute;
    width: 80px;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(165,187,213) 0%, rgb(118,154,188) 100%);
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
}

.course_highlights h2:hover::after {
    width: 120px;
}

.course_highlights .new_skills {
    align-items: center;
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    position: relative;
    perspective: 1000px;
}

.course_highlights .img_show_wrap::before {
    background: linear-gradient(
        to bottom,
        rgba(rgb(165,187,213,0.5), 0.2),
        rgba(rgba(0, 0, 0, 0.5), 0.4)
    );
    opacity: 0.7;
    left: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.course_highlights .description {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 24px;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 16px;
}

.course_highlights .description:last-of-type {
    position: relative;
    border-left: 3px solid rgb(118,154,188);
    padding-left: 20px;
}

.course_highlights .description:first-of-type:hover::before {
    height: 100%;
}

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

.our_mission::after {
    height: 100%;
    width: 50%;
    background: repeating-linear-gradient(
        45deg,
        rgb(118,154,188,0.5) 0,
        rgb(118,154,188,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    bottom: 0;
    opacity: 0.05;
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
}

.our_mission h2 {
    display: inline-block;
    font-size: 44px;
    margin-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    color: #000000;
    font-weight: 700;
}

.our_mission h2::after {
    position: absolute;
    z-index: -1;
    width: 120px;
    height: 4px;
    background: rgb(165,187,213,0.5);
    bottom: -15px;
    left: 20px;
    content: "";
}

.our_mission .study_zone:nth-child(1) {
    z-index: 3;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    position: relative;
    justify-content: center;
    padding: 60px 40px 60px 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    flex-direction: column;
    display: flex;
    grid-column: 1 / 3;
    grid-row: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.our_mission .study_zone:nth-child(2)::before {
    width: 60px;
    content: "";
    z-index: -1;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.1));
}

.our_mission .study_zone:nth-child(1):hover::after {
    top: -10%;
    height: 150px;
    width: 150px;
    left: -10%;
}

.our_mission .study_zone h3 {
    font-size: 18px;
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    padding-bottom: 15px;
}

.our_mission .study_zone:nth-child(2) h3 {
    color: #ffffff;
}

.our_mission .study_zone:nth-child(1) h3::after {
    background: rgb(165,187,213);
}

.our_mission .study_zone:nth-child(2) h3::after {
    background: #ffffff;
}

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

.our_mission .study_zone:nth-child(2) p {
    color: rgba(255, 255, 255, 0.9);
}

.our_mission .study_zone:nth-child(2):hover::after {
    width: 100px;
    transform: rotate(315deg);
    height: 100px;
}

.our_mission .container::before {
    opacity: 0.05;
    width: 200px;
    position: absolute;
    content: "";
    height: 200px;
    background: rgb(118,154,188,0.5);
    filter: blur(50px);
    border-radius: 50%;
    top: -50px;
    z-index: 0;
    right: -50px;
}

.contact_information {
    background: rgb(210,219,235);
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}

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

.contact_information h2 {
    font-weight: 700;
    color: rgb(118,154,188);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    font-size: 29px;
}

.contact_information h2::after {
    transform: translateX(-50%);
    width: 60px;
    content: "";
    bottom: -15px;
    left: 50%;
    position: absolute;
    height: 3px;
    background: rgb(165,187,213);
}

.contact_information .img_show_wrap {
    transition: transform 0.6s ease;
    border-bottom-right-radius: 18px;
    min-height: 500px;
    border-top-right-radius: 18px;
    height: 100%;
    grid-column: 2;
    grid-row: 1;
}

.contact_information #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}

.contact_information input[type="text"] {
    border: 1px solid rgb(210,219,235);
    font-size: 18px;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    color: #000000;
    width: 100%;
}

.contact_information .inquiry_inquiry {
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
    gap: 10px;
}

.contact_information .inquiry_inquiry input[type="checkbox"]:checked {
    border-color: rgb(165,187,213);
    background: rgb(165,187,213);
}

.contact_information .inquiry_inquiry input[type="checkbox"]:checked::after {
    top: 50%;
    left: 50%;
    position: absolute;
    color: #ffffff;
    content: "✓";
    font-size: 16px;
    transform: translate(-50%, -50%);
}

.contact_information .inquiry_inquiry a:hover {
    color: rgb(118,154,188);
}

.contact_information .support_map::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    content: "";
    left: -100%;
    transition: all 0.6s ease;
    height: 100%;
    width: 100%;
}

.contact_information .support_map:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(118,154,188);
}

.contact_information svg {
    margin-right: 10px;
    height: 22px;
    fill: rgb(165,187,213);
    width: 22px;
    vertical-align: middle;
}

.course_fit_for::before {
    opacity: 0.05;
    background: linear-gradient(135deg, rgb(165,187,213,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(165,187,213,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(165,187,213,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(165,187,213,0.5) 25%, transparent 25%);
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    background-size: 100px 100px;
    left: 0;
    top: 0;
    width: 100%;
}

.course_fit_for h4::before {
    width: 50%;
    content: "";
    position: absolute;
    height: 3px;
    left: 25%;
    background: rgb(165,187,213);
    bottom: 0;
    border-radius: 3px;
}

.course_fit_for div > div {
    perspective: 1000px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

.course_fit_for div > div {
    gap: 30px;
}

.course_fit_for p {
    position: relative;
    border-radius: 15px;
    display: flex;
    background: #ffffff;
    color: #000000;
    padding: 25px;
    font-size: 17px;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateZ(0) rotateX(0) rotateY(0);
    align-items: flex-start;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-style: preserve-3d;
}

.course_fit_for p {
    padding: 20px;
}

.course_fit_for p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
}

.course_fit_for p svg path {
    fill: rgb(165,187,213);
    transition: fill 0.3s ease;
}

.course_fit_for p:hover svg {
    transform: translateZ(30px) scale(1.2);
}

.course_fit_for p span {
    transform: translateZ(5px);
}

.privacyPolicyOverlay {
    background: rgb(210,219,235);
    border-top: 2px solid rgb(165,187,213);
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 90;
}

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

.privacyPolicyOverlay h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

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

.learn_consent svg, .learn_consent svg path, .learn_consent img {
    width: 100px;
    height: 100px;
    fill: rgb(165,187,213);
}

.privacyPolicyOverlay p a {
    color: rgb(165,187,213);
    text-decoration: none;
}


.content-wrapper .privacyPolicyOverlay {
    border: none;
    background: #ffffff;
    box-shadow: rgb(165,187,213,0.5) 0px 0px 40px 39px;
}

.content-wrapper .learn_consent {
    align-items: center;
    justify-content: center;
    width: 80px;
    border-radius: 50%;
    background:rgb(165,187,213);
    height: 80px;
    display: flex;
}

.content-wrapper .track_bar h5, .content-wrapper .track_bar p {
    color: #000000;
}

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

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

footer .info_item {
    background-color: rgb(210,219,235);
    border-radius: 10px;
    flex: 1 1 200px;
    align-items: center;
    transition: all 0.3s ease;
    padding: 15px;
    display: flex;
}

footer .info_item svg {
    height: 22px;
    transition: transform 0.3s ease;
    fill: rgb(165,187,213);
    margin-right: 12px;
    width: 22px;
}

footer .info_item a:hover {
    color: rgb(165,187,213);
}

footer .text_main_holder {
    margin-top: 40px;
    perspective: 2000px;
    flex-direction: column;
    display: flex;
    gap: 20px;
    position: relative;
}

footer .top_skill:hover {
    transform: translateZ(30px) scale(1.02);
}

footer .site_info {
    color: #ffffff;
    margin-left: 20px;
    background-color: rgb(118,154,188);
    transform: translateZ(-10px) scale(0.98);
    margin-right: 20px;
    z-index: 1;
    margin-top: -20px;
}

footer .subscribe_holder {
    transform: translateZ(-20px) scale(0.96);
    background-color: rgb(165,187,213);
    z-index: 0;
    margin-left: 40px;
    margin-top: -20px;
    margin-right: 40px;
    color: #ffffff;
}

footer .top_skill:hover::after, footer .site_info:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}

footer .top_skill svg {
    height: 45px;
    display: block;
    margin-bottom: 20px;
    width: auto;
}

footer .access_help {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}

footer .site_info h5::after {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(165,187,213), transparent);
    width: 40px;
    bottom: -8px;
    transition: width 0.3s ease;
    height: 2px;
}

footer .header_pagewrap a {
    transition: all 0.3s ease;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.75);
    display: inline-block;
}

footer .header_pagewrap a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

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

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

footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

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

footer .sub_typography:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(118,154,188);
    color: #ffffff;
}

footer .footer_account {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.course_benefits {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(210,219,235) 0%, rgba(247, 248, 255, 0.95) 100%);
    position: relative;
    box-shadow: 0 -15px 35px -20px rgba(0, 0, 0, 0.1) inset;
    overflow: hidden;
}

.course_benefits::after {
    z-index: 0;
    opacity: 0.08;
    height: 200%;
    width: 40%;
    background: linear-gradient(215deg, rgb(118,154,188,0.5) 0%, rgb(165,187,213,0.5) 70%);
    content: "";
    animation: float 15s infinite alternate-reverse ease-in-out;
    transform: rotate(15deg);
    bottom: -100%;
    position: absolute;
    right: -15%;
}

.course_benefits .img_show_wrap {
    transform-origin: center center;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 15px;
    animation: photo-appear 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1), 
                -5px -5px 30px rgba(255, 255, 255, 0.8);
    height: auto;
    object-fit: cover;
    max-width: 450px;
    filter: saturate(1.05);
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
}

.course_benefits .text_drawer {
    padding: 10px 0 10px 30px;
    position: relative;
}

.course_benefits h1 {
    line-height: 1.3;
    font-size: 46px;
    transform: translateZ(0);
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
}

.course_benefits h1::after {
    content: "";
    width: 15px;
    background: rgb(165,187,213);
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 15px;
    box-shadow: 0 0 15px rgb(165,187,213,0.5);
    position: absolute;
}

.course_benefits li:nth-child(1) {
    --i: 1;
}

.course_benefits li:nth-child(2) {
    --i: 2;
}

.course_benefits li:nth-child(3) {
    --i: 3;
}

.course_benefits li:nth-child(4) {
    --i: 4;
}

.course_benefits li:nth-child(5) {
    --i: 5;
}

.course_benefits li:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08),
                -3px -3px 12px rgba(255, 255, 255, 0.8);
}

.course_benefits li p {
    font-size: 17px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}

.course_benefits li:hover svg {
    transform: translateY(-50%) scale(1.1);
}

.course_benefits svg path {
    transition: fill 0.3s ease;
    fill: rgb(165,187,213);
}

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

header .container {
    width: 100%;
    margin: 0;
    z-index: 1;
    padding: 0;
    position: relative;
    max-width: 100%;
}

header .head_tutor {
    align-items: stretch;
    height: 100%;
    display: flex;
}

header .head_base svg {
    width: 150px;
    height: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

header .site_info {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    padding: 1.2rem 3%;
    width: 65%;
    position: relative;
    gap: 0.5rem;
}

header .site_main {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}

header .site_main:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.thanksNode::before {
    right: -10%;
    transform: rotate(15deg) skew(5deg);
    top: -5%;
    content: "";
    position: absolute;
    width: 50%;
    height: 70%;
    background: linear-gradient(145deg, rgb(165,187,213,0.5) 10%, transparent 70%);
    z-index: 1;
    animation: float 18s ease-in-out infinite alternate;
    filter: blur(20px);
    opacity: 0.8;
}

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

.thanksNode h2 {
    color: #000000;
    font-family: Arial, sans-serif;
    max-width: 90%;
    margin-bottom: 2rem;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    position: relative;
    font-size: 32px;
    line-height: 1.3;
}

.thanksNode:hover h2 {
    transform: translateY(-5px);
}

.thanksNode .knowledge_classes {
    transform: translateZ(0);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-radius: calc(11px / 1.5);
    backdrop-filter: blur(8px);
    padding: 2.5rem;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    overflow: hidden;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    margin-top: 1rem;
}

.thanksNode li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 2rem;
}

.thanksNode li:hover::before {
    background: rgb(118,154,188);
    transform: scale(1.1);
}

.thanksNode li span {
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    font-size: calc(16px * 1.05);
    transition: transform 0.3s ease;
    line-height: 1.7;
}

.welcome_page {
    perspective: 1000px;
    display: flex;
    position: relative;
    align-items: center;
    padding: 4rem 2rem;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,219,235) 0%, rgb(165,187,213,0.5) 100%);
}

.welcome_page::after {
    width: 100%;
    opacity: 0.05;
    transform: skewY(-5deg) scale(1.2);
    pointer-events: none;
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 10px,
    rgb(118,154,188,0.5) 10px,
    rgb(118,154,188,0.5) 11px
  );
    top: 0;
}

.welcome_page h1.course_front::after {
    bottom: -15px;
    animation: expandLine 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    width: 80px;
    height: 6px;
    background: linear-gradient(90deg, rgb(165,187,213), rgb(118,154,188));
    content: "";
    left: 0;
    transform-origin: left center;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.welcome_page .start_hero {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    aspect-ratio: 16 / 9;
    animation: floatIn 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s both;
    width: 100%;
    transform-style: preserve-3d;
    transform: translateZ(20px) rotateX(5deg);
}

.welcome_page .success_story::before {
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.5) 50%,
    transparent 100%
  );
}

.welcome_page .success_story h3 {
    font-size: clamp(1.1rem, 2.5vw, 23px);
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0 2px 4px #000000;
}


@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 only screen and (max-width: 800px) {.secure_nook {
    box-shadow: none;
    padding: 20px;
}.secure_nook h1, .secure_nook h2 {
    font-size: calc(24px - 5px);
    border-bottom-width: 1px;
    text-align: left;
}.secure_nook ul, .secure_nook ol {
    padding: 10px 0;
}.secure_nook li {
    padding: 5px 0;
}.secure_nook p, .secure_nook span, .secure_nook div {
    padding-bottom: 5px;
}}



@media (max-width: 480px) {.register_now {
    padding: 50px 0;
}.register_now .container p {
    font-size: calc(15px * 1.2);
    padding: 25px 20px;
}.register_now .support_map {
    font-size: calc(14px * 0.9);
    padding: 20px;
}}



@media screen and (max-width: 991px) {.course_instructor .review_testimonials {
    gap: 3rem;
    grid-template-columns: 1fr;
}.course_instructor .img_show_wrap {
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    margin: 0 auto;
    width: 80%;
    height: 350px;
}.course_instructor .work_view::before {
    width: 60%;
    top: -1.5rem;
    left: 20%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
}.course_instructor .review_testimonials:hover .name,
    .course_instructor .review_testimonials:hover .work_view div:nth-child(2),
    .course_instructor .review_testimonials:hover .career_tasks {
    transform: translateX(0);
}}



@media (max-width: 767px) {.study_method {
    padding: 4rem 1.5rem;
}.study_method h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2rem;
}.study_method .text_drawer {
    padding: 2rem;
}.study_method p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}}



@media (max-width: 1024px) {.client_testimonials {
    padding: 70px 0;
}.client_testimonials .review_testimonials {
    width: 47%;
    padding: 25px;
}.client_testimonials .review_testimonials:nth-child(odd)::before {
    right: -50px;
}.client_testimonials .review_testimonials:nth-child(even)::before {
    left: -50px;
}.client_testimonials .img_show_wrap {
    height: 60px;
    width: 60px;
}
}



@media (min-width: 768px) {.price_box .learn_packs {
    grid-template-columns: repeat(2, 1fr);
}.price_box .cost_fee {
    padding: 3rem;
}.price_box .basic_cost {
    padding: 2.8rem 2.2rem;
}
}



@media (min-width: 992px) {.price_box .cert_cost {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.price_box .cost_fee {
    order: 2;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    display: flex;
    height: 100%;
    padding: 4rem 3rem;
}.price_box .cost_fee h2::after {
    transform: none;
    width: 100px;
    background: linear-gradient(90deg, rgb(165,187,213), transparent);
    left: 0;
}.price_box .cost_fee .learning_deals {
    margin: 0;
    max-width: 100%;
}.price_box .learn_packs {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.price_box .learn_packs {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.price_box .basic_cost {
    padding: 3rem 2.5rem;
}.price_box .cost_fee h2 {
    font-size: calc(37px + 0.3rem);
}
}



@media screen and (max-width: 992px) {.course_highlights {
    padding: 80px 0 100px;
}.course_highlights h2 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.course_highlights .new_skills {
    gap: 30px;
    grid-template-columns: 1fr;
}.course_highlights .img_show_wrap {
    order: -1;
    height: 400px;
}.course_highlights .text_drawer {
    max-height: 450px;
}
}



@media screen and (max-width: 576px) {.course_highlights {
    padding: 50px 0 70px;
}.course_highlights h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.7);
}.course_highlights h2::after {
    width: 50px;
    bottom: -10px;
}.course_highlights .img_show_wrap {
    height: 250px;
}.course_highlights .text_drawer {
    max-height: 350px;
}.course_highlights .description {
    padding-left: 15px;
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}
}



@media screen and (max-width: 768px) {.our_mission {
    padding: 70px 0;
}.our_mission h2 {
    font-size: calc(38px + 0.1rem);
    margin-bottom: 50px;
}.our_mission .skill_lab {
    flex-direction: column;
    display: flex;
    padding: 0 20px;
    gap: 20px;
}.our_mission .study_zone:nth-child(1),
    .our_mission .study_zone:nth-child(2) {
    margin-left: 0;
    clip-path: none;
    padding: 40px 30px;
}.our_mission .study_zone:nth-child(2)::before {
    display: none;
}
}



@media (max-width: 992px) {.contact_information .query_grid {
    grid-template-columns: 1fr;
}.contact_information .img_show_wrap {
    border-radius: 0;
    grid-column: 1;
    min-height: 300px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    grid-row: 1;
}.contact_information .inquiry_request {
    grid-column: 1;
    grid-row: 2;
    padding: 40px 30px;
}
}



@media (max-width: 576px) {.contact_information {
    padding: 40px 0;
}.contact_information .container {
    padding: 0 15px;
}.contact_information h2::after {
    width: 40px;
}.contact_information .inquiry_request {
    padding: 25px 20px;
}.contact_information #contact {
    gap: 20px;
}.contact_information .support_map {
    padding: 14px 20px;
    width: 100%;
}.contact_information .img_show_wrap {
    min-height: 200px;
}}



@media (max-width: 576px) {.course_fit_for {
    padding: 60px 0;
}.course_fit_for h4 {
    font-size: calc(30px * 0.7);
    margin-bottom: 40px;
}.course_fit_for h4::before {
    height: 2px;
}.course_fit_for h4::after {
    bottom: 8px;
}.course_fit_for div > div {
    gap: 20px;
}.course_fit_for p {
    font-size: calc(17px * 0.9);
    padding: 15px;
}.course_fit_for p svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}}


@media only screen and (max-width: 800px){.content-wrapper .learn_consent {
    margin: 0;
    margin-bottom: 14px;
}}



@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .top_skill, footer .site_info, footer .subscribe_holder {
    display: flex;
    flex: 1;
    margin-top: 0;
    flex-direction: column;
}footer .top_skill {
    margin-right: -20px;
}footer .site_info {
    margin-left: 0;
    margin-right: -20px;
    z-index: 1;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}



@media (max-width: 576px) {footer .comm_guide {
    padding: 70px 0 20px;
}footer .ask_questions {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .top_skill, footer .site_info, footer .subscribe_holder {
    padding: 20px 15px;
}footer .site_info h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .header_pagewrap {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .sub_typography {
    padding: 12px;
}}



@media (max-width: 768px) {.course_benefits {
    padding: 70px 0;
}.course_benefits h1 {
    margin-bottom: 25px;
    font-size: calc(46px * 0.85);
}.course_benefits .img_show_wrap {
    max-width: 100%;
}.course_benefits .text_drawer {
    padding: 0 0 0 20px;
}.course_benefits li {
    padding: 15px 15px 15px 55px;
}
}



@media (max-width: 991px) {header::before {
    width: 30%;
}header .head_base {
    padding: 1rem 0;
    width: 30%;
}header .head_base svg {
    width: 130px;
}header .site_info {
    width: 70%;
    padding: 1rem 2.5%;
    gap: 0.5rem;
}header .site_main {
    font-size: calc(18px);
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header .head_base {
    padding: 0.7rem 0;
}header .head_base svg {
    width: 110px;
}header .site_info {
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    padding: 0.7rem 2%;
    flex-wrap: nowrap;
}header .site_info::-webkit-scrollbar {
    height: 3px;
}header .site_info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(165,187,213);
}header .site_main {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 2px;
    padding: 0.45rem 0.9rem;
    font-size: calc(18px - 1px);
}}



@media (max-width: 768px) {.thanksNode {
    padding: 3.5rem 0;
}.thanksNode h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1.5rem;
}.thanksNode h2::after {
    width: 60px;
    height: 3px;
}.thanksNode .knowledge_classes {
    padding: 1.8rem;
}.thanksNode li {
    padding-left: 1.8rem;
}.thanksNode li span {
    font-size: 16px;
}
}



@media (min-width: 768px) {.welcome_page {
    padding: 6rem 3rem;
}.welcome_page > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.welcome_page h1.course_front::after {
    width: 120px;
}.welcome_page .start_hero {
    transform: translateZ(30px) rotateX(5deg) rotateY(-2deg);
}.welcome_page .success_story span {
    padding: 3rem;
    width: 80%;
}
}



@media (max-width: 767px) {.welcome_page {
    padding: 3rem 1.5rem;
}.welcome_page h1.course_front {
    transform: translateZ(20px);
}.welcome_page p {
    transform: translateZ(10px);
    max-width: 100%;
}.welcome_page .start_hero {
    margin-top: 2rem;
    aspect-ratio: 4 / 3;
    transform: translateZ(10px) rotateX(3deg);
}.welcome_page .success_story span {
    width: 100%;
    padding: 1.5rem;
}
}



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}



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



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

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



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

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



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


    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }



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



@keyframes photo-appear {
    0% { opacity: 0; transform: perspective(1000px) rotateY(-15deg) rotateX(10deg) translateX(-50px); }
    100% { opacity: 1; transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateX(0); }
}



@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



@keyframes expandLine {
  from {
    transform: scaleX(0.2);
    opacity: 0;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}



@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateZ(-50px) rotateX(15deg) translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateZ(20px) rotateX(5deg) translateY(0);
  }
}



@keyframes ambientLight {
  0%, 100% {
    opacity: 0.6;
    background-position: 0% 0%, 100% 100%;
  }
  50% {
    opacity: 0.8;
    background-position: 10% 20%, 90% 80%;
  }
}

