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



.syspage_top {
    flex: 1 0 auto;
}

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

.syswrap-container {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}

.syswelcome_section::after {
    position: absolute;
    opacity: 0.05;
    content: '';
    right: -50%;
    top: -50%;
    animation: shiftBackground 20s infinite alternate ease-in-out;
    height: 100%;
    z-index: -1;
    width: 100%;
    transform: rotate(-15deg) skewX(30deg);
    background: rgb(199,116,153);
}

.syswelcome_section .sysskill_upfast {
    transform: rotateX(5deg) rotateY(-5deg);
    margin-top: 2rem;
    position: relative;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
}

.syswelcome_section .sysstudy_sessions {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s;
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 3px;
}

.syswelcome_section .sysstudy_sessions:hover span {
    opacity: 1;
    transform: translateY(0);
}

.syswelcome_section .sysstudy_sessions:hover h3::before {
    transform: scaleY(1);
}

.systy_content {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(245,216,227) 0%, rgb(199,116,153,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.systy_content .sysmaster_track {
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(-2deg);
    flex-direction: column;
    padding: 60px 50px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    border-left: 5px solid rgb(224,161,190);
}

.systy_content .sysmaster_track:hover > div:first-child::after {
    transform: scaleX(1);
}

.systy_content h5::before {
    left: -30px;
    content: "";
    color: rgb(224,161,190,0.5);
    font-size: calc(20px * 2.5);
    top: -20px;
    opacity: 0.3;
    position: absolute;
}

.systy_content a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}

.syscontact::after {
    width: 100%;
    top: 0;
    opacity: 0.4;
    position: absolute;
    z-index: 0;
    content: '';
    background: 
        radial-gradient(1px at 30% 20%, rgb(224,161,190,0.5) 0%, transparent 50%),
        radial-gradient(1px at 70% 40%, rgb(199,116,153,0.5) 0%, transparent 50%),
        radial-gradient(1px at 40% 60%, rgb(224,161,190,0.5) 0%, transparent 50%),
        radial-gradient(1px at 60% 80%, rgb(199,116,153,0.5) 0%, transparent 50%);
    pointer-events: none;
    left: 0;
    background-size: 150px 150px, 200px 200px, 100px 100px, 250px 250px;
    height: 100%;
}

.syscontact .sysinquiry_map::before {
    top: -2px;
    content: '';
    bottom: -2px;
    border-radius: calc(28px + 2px);
    right: -2px;
    z-index: -1;
    position: absolute;
    left: -2px;
    background: linear-gradient(45deg, 
        rgb(224,161,190,0.5), 
        transparent, 
        rgb(199,116,153,0.5), 
        transparent);
    animation: border-flow 6s linear infinite;
}

.syscontact .sysinquiry_feedback #contact {
    z-index: 2;
    position: relative;
}

.syscontact .sysinquiry_feedback h3::before {
    display: none;
}

.syscontact .sysinquiry_feedback input[type="text"],
.syscontact .sysinquiry_feedback textarea {
    font-family: Arial, sans-serif;
    border-radius: 0;
    font-size: 13px;
    transition: all 0.3s ease;
    background-color: transparent;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    border: none;
    color: #000000;
    padding: 20px 25px;
    width: 100%;
    margin-bottom: 25px;
}

.syscontact .sysinquiry_feedback .sysconnect_support label::after {
    border-right: 2px solid #ffffff;
    opacity: 0;
    top: 5px;
    position: absolute;
    height: 12px;
    transition: all 0.3s ease;
    border-bottom: 2px solid #ffffff;
    left: 9px;
    content: '';
    transform: rotate(45deg) scale(0);
    width: 7px;
}

.syscontact .sysinquiry_feedback .sysfeedback_request::before {
    z-index: -1;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: '';
    height: 100%;
    top: 0;
    transform-origin: right;
    width: 100%;
    background: rgb(224,161,190);
    left: 0;
    transform: scaleX(0);
    position: absolute;
}

.syscontact .sysquery_support h4 {
    text-transform: uppercase;
    z-index: 1;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 40px;
    font-size: 19px;
}

.syscontact .sysquery_support .sysconnect_panel {
    position: relative;
    z-index: 1;
    margin: 0;
    list-style: none;
    padding: 0;
}

.syscontact .sysquery_support .sysconnect_panel li::before {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    height: 1px;
    left: 0;
    width: 0;
    content: '';
    transition: width 0.3s ease;
    top: 0;
}

.syscontact .sysquery_support .sysconnect_panel li a {
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}

header .sysnav_know {
    grid-template-rows: auto auto;
    padding: 20px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 15px;
}

header .sysnav_know .sysheader_bar::before,
header .sysnav_know .sysheader_bar::after {
    width: 90%;
    height: 90%;
    content: "";
    position: absolute;
    border-radius: 17px;
}

header .sysnav_know .sysheader_bar::before {
    left: -5px;
    transform-origin: top left;
    top: -5px;
    transform: scale(0);
    border-left: 2px solid rgb(224,161,190);
    transition: transform 0.3s ease;
    border-top: 2px solid rgb(224,161,190);
}

header .sysnav_know .syshead_lead .syshead_know:not(:last-child)::after {
    height: 60%;
    right: 0;
    width: 1px;
    position: absolute;
    content: "";
    background: rgb(199,116,153,0.5);
    top: 20%;
}

header .sysnav_know .syshead_lead .syshead_know a:hover::before {
    transform: scaleX(1);
}

.sysdata_summary::before {
    background: radial-gradient(circle at 30% 50%, rgb(224,161,190,0.5) 0%, transparent 60%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    top: 0;
    left: 0;
}

.sysdata_summary .syslearn_statistics {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    animation-delay: calc(0.1s * var(--i, 0));
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5), 
                0 5px 15px -10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    display: flex;
    animation: fadeIn 0.6s forwards ease-out;
    position: relative;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    padding: 2rem 1.5rem;
}

.sysprivacy_holdings {
    transition: all 0.3s ease-in-out;
    background: rgb(199,116,153,0.5);
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.sysprivacy_holdings h1 {
    transition: color 0.3s ease;
    color: rgb(224,161,190);
    font-size: 47px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-top: 40px;
}

.sysprivacy_holdings li {
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-bottom: 15px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
}

.systariff_block::after {
    content: "";
    right: 0;
    pointer-events: none;
    width: 45%;
    background: linear-gradient(225deg, rgb(199,116,153,0.5) 10%, transparent 65%);
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
}

.systariff_block .syspackage_pricing {
    font-size: calc(13px + 2px);
    color: #ffffff;
    text-align: center;
    max-width: 700px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.3px;
    opacity: 0.9;
    margin: 0 auto 50px;
}

.systariff_block .syspricing_schemes {
    overflow: hidden;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
    z-index: 1;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    border-radius: 12px;
    position: relative;
}

.systariff_block .sysfee_pricing {
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 2;
    flex-grow: 1;
    padding: 35px 25px;
}

.systariff_block .sysfee_pricing h4::after {
    content: "";
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    bottom: -8px;
    background: rgb(224,161,190);
}

.sysprogram_details::before {
    z-index: 1;
    background: linear-gradient(225deg, rgb(224,161,190,0.5) 0%, transparent 80%);
    content: "";
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    top: 0;
    width: 45%;
    height: 100%;
    right: 0;
    position: absolute;
}

.sysprogram_details .sysjob_classes {
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
    display: grid;
}

.sysprogram_details .sysphoto_wrap_item:hover {
    transform: perspective(1000px) rotateY(0);
}

.sysprogram_details .syscontent_box_wrap {
    transform: translateY(0);
    backdrop-filter: blur(10px);
    padding: 30px;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.sysprogram_details .description {
    line-height: 1.8;
    padding-right: 15px;
    color: #000000;
    font-size: 15px;
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 20px;
}

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

.syscompany_info h1::after {
    left: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    width: 80px;
    bottom: -15px;
    animation: expandLine 1s 0.4s ease-out forwards;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(224,161,190) 0%, rgb(199,116,153) 100%);
    height: 4px;
}

.syscompany_info .sysstudy_guide:hover::before {
    transform: translate(30%, -30%) rotate(45deg) scale(1.2);
}

.syscompany_info .sysstudy_guide h4::after {
    background: rgb(199,116,153);
    width: 40px;
    transition: width 0.3s ease;
    height: 2px;
    bottom: -8px;
    content: "";
    position: absolute;
    left: 0;
}

footer .syscontact_today {
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
    display: flex;
}

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

footer .syshead_lead h5 {
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: 23px;
    margin-bottom: 25px;
}

footer .subscribe_holder {
    border-radius: 10px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
}

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

footer .sysnews_optin:hover {
    background-color: rgb(199,116,153);
}

footer .syspitch_comp {
    margin-top: 50px;
}

.syscourse_benefits {
    background: linear-gradient(135deg, rgb(245,216,227) 40%, #ffffff 140%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.syscourse_benefits .syscontent_box_wrap {
    width: 100%;
}

.syscourse_benefits h4::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(224,161,190) 0%, rgb(224,161,190,0.5) 100%);
    position: absolute;
    transition: width 0.5s ease-out;
    content: "";
    bottom: -0.8rem;
    left: 0;
    height: 3px;
    width: 60px;
}

.syscourse_benefits li p {
    gap: 0.8rem;
    margin: 0;
    line-height: 1.5;
    color: #000000;
    align-items: flex-start;
    font-size: 15px;
    display: flex;
}

.syscourse_benefits li:hover svg {
    transform: scale(1.15) rotate(5deg);
}

.syscourse_benefits .sysphoto_wrap_item {
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.05);
    z-index: 2;
    max-width: 420px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    width: 100%;
    border-radius: 3px;
    position: relative;
}

.syscookie_eductrl svg, .syscookie_eductrl svg path {
    transition: transform 0.3s ease;
    height: 60px;
    fill: rgb(224,161,190);
    width: 60px;
}

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

.syseducation_experience .sysrating_zone {
    margin: 0 auto;
    justify-content: center;
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
    max-width: 1000px;
    align-items: center;
    display: flex;
}

.syseducation_experience .sysphoto_wrap_item:hover {
    filter: brightness(1.1);
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
}

.syseducation_experience .syscareer_table:hover {
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
}

.syseducation_experience .syswork_background {
    transform: translateY(30px);
    font-style: italic;
    line-height: 1.7;
    font-weight: 400;
    opacity: 0;
    color: #000000;
    z-index: 2;
    font-size: 12px;
    position: relative;
    animation: slide-up 0.7s forwards 0.6s;
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
}}



@media (max-width: 767px) {.syswelcome_section {
    padding: 4rem 1rem;
}.syswelcome_section h1.syscourse_welcome {
    font-size: calc(42px * 0.9);
}.syswelcome_section p {
    font-size: 12px;
}.syswelcome_section .sysskill_upfast {
    transform: rotateX(3deg) rotateY(-3deg);
}.syswelcome_section .sysstudy_sessions {
    height: 280px;
}.syswelcome_section .sysstudy_sessions h3 {
    font-size: calc(24px * 0.85);
}
}



@media (min-width: 992px) {.systy_content .sysmaster_track {
    padding: 80px 70px;
}.systy_content h5 {
    font-size: calc(20px * 1.1);
}.systy_content p {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 575px) {.systy_content {
    padding: 60px 0 40px;
}.systy_content .sysmaster_track {
    padding: 30px 25px;
    border-left: 4px solid rgb(224,161,190);
}.systy_content .sysmaster_track > div:first-child {
    margin-bottom: 25px;
}.systy_content h5 {
    font-size: calc(20px * 0.9);
}.systy_content h5::before {
    font-size: calc(20px * 2);
    left: -20px;
}.systy_content .sysmaster_track > div:first-child::after {
    width: 60px;
    height: 2px;
}
}



@media (max-width: 576px) {.syscontact {
    padding: 40px 0;
}.syscontact .sysinquiry_feedback,
    .syscontact .sysquery_support {
    padding: 30px 20px;
}.syscontact h3 {
    letter-spacing: 2px;
    font-size: calc(36px - 6px);
}.syscontact .sysinquiry_feedback .sysconnect_support label {
    font-size: calc(13px - 3px);
}}



@media (max-width: 992px) {.sysdata_summary {
    padding: 4rem 0;
}.sysdata_summary ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.sysdata_summary .syslearn_statistics p {
    font-size: 2.8rem;
}
}



@media (max-width: 1200px) {.systariff_block {
    padding: 100px 0;
}.systariff_block .sysbundle_offer {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.systariff_block h2 {
    font-size: calc(35px - 2px);
}.systariff_block .syspackage_pricing {
    font-size: 13px;
    margin-bottom: 40px;
}
}



@media (max-width: 576px) {.systariff_block {
    padding: 50px 0;
}.systariff_block h2 {
    font-size: calc(35px - 6px);
}.systariff_block .syspackage_pricing {
    font-size: calc(13px - 1px);
    margin-bottom: 30px;
}.systariff_block .sysfee_pricing {
    padding: 25px 18px;
}.systariff_block .sysprice_opts {
    padding: 6px 12px;
    font-size: 23px;
}}



@media (max-width: 767px) {.sysprogram_details {
    padding: 60px 0;
}.sysprogram_details::before {
    clip-path: polygon(100% 0, 100% 30%, 0 100%, 0 70%);
    opacity: 0.3;
    width: 100%;
}.sysprogram_details .sysphoto_wrap_item {
    height: 280px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.sysprogram_details .syscontent_box_wrap {
    margin-top: -30px;
    padding: 25px 20px;
}.sysprogram_details h3 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(20px * 1.05);
}.sysprogram_details .description {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
    max-height: 200px;
}}



@media (max-width: 767px) {footer .syscase_study {
    padding: 50px 0 30px;
}footer .syscontact_today {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .syspitch_comp {
    margin-top: 30px;
}
}



@media (min-width: 768px) {.syscourse_benefits .sysmaster_track {
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    flex-direction: row;
}.syscourse_benefits .syscontent_box_wrap {
    width: 55%;
}.syscourse_benefits .syscontent_box_wrap > div {
    flex-direction: row;
    gap: 2rem;
}.syscourse_benefits h4 {
    margin-bottom: 3rem;
    font-size: calc(21px * 1.2);
    transform: translateX(-8px);
}.syscourse_benefits .sysphoto_wrap_item {
    max-width: 480px;
    width: 45%;
}
}



@media (max-width: 1100px) {.syseducation_experience .sysrating_zone {
    align-items: center;
    flex-direction: column;
}.syseducation_experience .sysphoto_wrap_item {
    position: relative;
    width: 250px;
    height: 320px;
    margin-bottom: 4rem;
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    left: auto;
}.syseducation_experience .syscareer_table {
    width: 100%;
    margin-left: 0;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
    padding: 2rem;
}
}



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



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



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

