﻿.syscase_study {
    flex: 0 0 auto;
}

.syscase_study {
    background-color: #ffffff;
    position: relative;
    padding: 70px 0 30px;
    color: #000000;
    font-family: Arial, sans-serif;
}


.syswelcome_section {
    background: linear-gradient(135deg, rgb(245,216,227) 0%, rgb(224,161,190,0.5) 100%);
    min-height: 100vh;
    justify-content: center;
    padding: 5rem 1rem;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: flex;
}

.syswelcome_section h1.syscourse_welcome::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(199,116,153), rgb(224,161,190));
    bottom: -10px;
    animation: expandLine 1.5s 0.5s ease-out forwards;
    transform: scaleX(0);
    width: 80px;
    content: '';
    position: absolute;
    height: 4px;
    left: 0;
}

.syswelcome_section .sysstudy_sessions:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 10px 20px rgba(0, 0, 0, 0.2);
}

.syswelcome_section .sysstudy_sessions:hover::after {
    opacity: 0.15;
}

.syswelcome_section .sysstudy_sessions h3 {
    line-height: 1.4;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding-left: 1rem;
    color: #ffffff;
    position: relative;
    font-size: calc(24px * 0.95);
}

.systy_content::after {
    content: "";
    position: absolute;
    opacity: 0.2;
    transform: rotate(15deg);
    animation: float 18s infinite ease-in-out;
    width: 200px;
    right: -50px;
    border: 2px solid rgb(224,161,190,0.5);
    top: -50px;
    height: 200px;
}

.systy_content .sysmaster_track::before {
    border: 1px solid rgb(199,116,153,0.5);
    pointer-events: none;
    transform: scale(0.98);
    top: 20px;
    right: 20px;
    content: "";
    opacity: 0.2;
    position: absolute;
    transition: transform 0.4s ease, opacity 0.4s ease;
    left: 20px;
    bottom: 20px;
}

.systy_content p {
    transition: color 0.3s ease;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    line-height: 1.8;
    font-size: 15px;
}

.systy_content a:hover p {
    color: rgb(224,161,190);
}

.syscontact::before {
    left: 0;
    z-index: 0;
    height: 100%;
    pointer-events: none;
    animation: scanlines 10s linear infinite;
    top: 0;
    content: '';
    background-size: 100% 15px;
    background: linear-gradient(0deg, transparent 40%, rgba(0,0,0,0.05) 60%, transparent 80%);
    width: 100%;
    position: absolute;
}

.syscontact h3 {
    text-transform: uppercase;
    color: #000000;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    perspective: 800px;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 60px;
}

.syscontact .sysinquiry_map:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.syscontact .sysinquiry_feedback {
    padding: 60px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.syscontact .sysinquiry_feedback::before {
    height: 3px;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(224,161,190), 
        rgb(199,116,153));
    top: 0;
    left: 0;
    width: 100%;
}

.syscontact .sysinquiry_feedback h3 {
    text-transform: uppercase;
    text-align: left;
    font-size: 19px;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-weight: 600;
}

.syscontact .sysinquiry_feedback input[type="text"]:focus::placeholder,
.syscontact .sysinquiry_feedback textarea:focus::placeholder {
    opacity: 0.3;
}

.syscontact .sysinquiry_feedback textarea {
    transition: height 0.3s ease;
    overflow: hidden;
    resize: vertical;
    min-height: 150px;
}

.syscontact .sysinquiry_feedback .sysconnect_support label {
    color: #000000;
    line-height: 1.6;
    position: relative;
    padding-left: 40px;
    font-size: calc(13px - 2px);
    cursor: pointer;
}

.syscontact .sysinquiry_feedback .sysconnect_support input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.syscontact .sysinquiry_feedback .sysfeedback_request {
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    font-weight: 600;
    border: 1px solid rgb(224,161,190);
    overflow: hidden;
    font-size: 16px;
    letter-spacing: 2px;
    background-color: transparent;
    color: #000000;
    text-transform: uppercase;
    padding: 18px 40px;
    cursor: pointer;
    display: inline-block;
}

.syscontact .sysquery_support h4::after {
    background: #ffffff;
    position: absolute;
    content: '';
    bottom: -10px;
    width: 50px;
    height: 2px;
    left: 0;
}

.syscontact .sysquery_support .sysconnect_panel li:hover {
    transform: translateX(10px);
}

.syscontact .sysquery_support .sysconnect_panel li:hover::before {
    width: 100%;
}

.syscontact .sysquery_support .sysconnect_panel li svg {
    flex-shrink: 0;
    margin-right: 20px;
    height: 24px;
    width: 24px;
}

.syscontact .sysquery_support .sysconnect_panel li span {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}

.syscontact .sysquery_support .sysconnect_panel li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

header .sysnav_know::after {
    left: 0;
    height: 1px;
    content: "";
    top: 50%;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(224,161,190,0.5), transparent);
}

header .sysnav_know .sysheader_bar .systop_pagebar {
    display: block;
    transition: transform 0.3s ease;
}

header .sysnav_know .sysheader_bar .systop_pagebar svg {
    height: 60px;
    width: auto;
}

header .sysnav_know .syshead_lead::before,
header .sysnav_know .syshead_lead::after {
    top: 15%;
    background: rgb(224,161,190,0.5);
    width: 2px;
    height: 70%;
    content: "";
    position: absolute;
}

header .sysnav_know .syshead_lead::before {
    left: 0;
}

header .sysnav_know .syshead_lead .syshead_know a:hover {
    color: rgb(224,161,190);
}

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

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

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

.sysdata_summary .syslearn_statistics:nth-child(1) {
    --i: 1;
}

.sysdata_summary .syslearn_statistics:nth-child(3) {
    --i: 3;
}

.sysdata_summary .syslearn_statistics:nth-child(6) {
    --i: 6;
}

.sysdata_summary .syslearn_statistics:hover {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.5),
                0 10px 20px -15px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px) scale(1.03);
}

.sysdata_summary .syslearn_statistics p {
    position: relative;
    opacity: 0;
    margin: 0 0 0.5rem 0;
    color: rgb(224,161,190);
    font-weight: 700;
    color: transparent;
    animation: countUp 2s 0.8s forwards cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(135deg, rgb(224,161,190) 0%, rgb(199,116,153) 100%);
    font-size: 3.5rem;
    background-clip: text;
    transform: translateY(10px);
    display: inline-block;
    -webkit-background-clip: text;
    line-height: 1;
}

.sysprivacy_holdings ul, .sysprivacy_holdings ol {
    margin-left: 20px;
    transition: all 0.3s ease;
    list-style-position: inside;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 15px 0;
    line-height: 1.6;
    padding-left: 0;
    font-size: 14px;
}

.systariff_block {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    isolation: isolate;
}

.systariff_block .container {
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    padding: 0 15px;
}

.systariff_block h2 {
    font-weight: 700;
    text-align: center;
    z-index: 2;
    margin-bottom: 20px;
    font-size: 35px;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
}

.systariff_block .sysbundle_offer li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}

.systariff_block .sysvalue_rates:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}

.systariff_block .syspricing_schemes::after {
    width: 180px;
    height: 180px;
    z-index: -1;
    right: 0;
    border-radius: 0 0 0 180px;
    content: "";
    background: linear-gradient(225deg, rgb(224,161,190,0.5) 10%, transparent 70%);
    top: 0;
    transform: translate(50%, -50%);
    transition: all 0.5s ease;
    position: absolute;
    opacity: 0.1;
}

.systariff_block .sysfee_pricing p {
    flex-grow: 1;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    hyphens: auto;
    margin: 0 0 30px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.sysprogram_details {
    position: relative;
    background: linear-gradient(135deg, rgb(245,216,227) 0%, rgba(240, 240, 245, 0.9) 100%);
    padding: 90px 0;
    overflow: hidden;
}

.sysprogram_details::after {
    z-index: 2;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(224,161,190) 0%, rgb(199,116,153) 50%, rgb(224,161,190) 100%);
    content: "";
    height: 8px;
    width: 100%;
    position: absolute;
}

.sysprogram_details .sysphoto_wrap_item::before {
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4));
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
}

.sysprogram_details .syscontent_box_wrap::before {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(224,161,190), rgb(199,116,153));
    width: 4px;
}

.syscompany_info::before {
    width: 300px;
    right: -50px;
    top: -50px;
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    background: rgb(224,161,190,0.5);
    content: "";
    transform: rotate(45deg);
    height: 300px;
}

.syscompany_info .sysskill_growth {
    position: relative;
}

.syscompany_info .sysstudy_guide {
    opacity: 0;
    transform: translateY(30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    padding: 40px 35px;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border-left: 4px solid rgb(224,161,190);
    animation: fadeInUp 0.8s ease-out forwards;
}

.syscompany_info .sysstudy_guide:hover h4::after {
    width: 100%;
}

.syscompany_info .sysstudy_guide div {
    padding-right: 10px;
    color: #000000;
    line-height: 1.8;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    max-height: 300px;
    font-size: 16px;
}

footer .info_item:last-child {
    margin-right: 0;
}

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

footer .syshead_lead h5::after {
    background-color: rgb(224,161,190);
    position: absolute;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    bottom: -8px;
}

footer .subscribe_holder p {
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 18px;
}

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

.syscourse_benefits .sysmaster_track {
    flex-direction: column-reverse;
    align-items: center;
    gap: 3rem;
    display: flex;
}

.syscourse_benefits .syscontent_box_wrap:hover h4::after {
    width: 90px;
}

.syscourse_benefits .syscontent_box_wrap > div {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}

.syscourse_benefits li {
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease;
}

.syscourse_benefits li p span:last-child {
    position: relative;
}

.syscourse_benefits svg {
    height: 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 20px;
}

.syscourse_benefits li:hover svg path {
    fill: rgb(199,116,153);
}

.syscourse_benefits .sysphoto_wrap_item:hover::after {
    opacity: 0.2;
}

.sysconsentWarningDialog {
    border-top: 2px solid rgb(224,161,190);
    position: fixed;
    background: rgb(199,116,153);
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(224,161,190,0.5);
    width: 100%;
    z-index: 90;
    animation: slideIn 0.5s ease-in-out;
}

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

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

.syscookie_customize p {
    text-shadow: 0 0 5px rgb(224,161,190,0.5);
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}

.sysconsentWarningDialog p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(224,161,190);
}

.syseducation_experience::before {
    content: "";
    width: 60%;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    opacity: 0.2;
    height: 70%;
    background: repeating-linear-gradient(
        45deg,
        rgb(199,116,153,0.5),
        rgb(199,116,153,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    position: absolute;
    z-index: 1;
    top: -20%;
    right: -10%;
}

.syseducation_experience .syscareer_table::before {
    border-radius: 24px;
    transition: all 0.5s ease;
    z-index: -1;
    left: 15px;
    opacity: 0.3;
    top: 15px;
    height: 100%;
    background: rgb(224,161,190,0.5);
    width: 100%;
    position: absolute;
    content: "";
}

.syseducation_experience .name {
    font-weight: 700;
    transform: translateY(30px);
    animation: slide-up 0.7s forwards 0.2s;
    margin-bottom: 0.7rem;
    color: rgb(224,161,190);
    opacity: 0;
    z-index: 2;
    position: relative;
    font-size: 33px;
}



.syseducation_experience .sysrating_zone:hover .sysphoto_wrap_item {
    animation: floating 6s ease-in-out infinite;
}


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



@media (min-width: 1024px) {.syswelcome_section {
    padding: 0;
}.syswelcome_section > div {
    gap: 6rem;
}.syswelcome_section h1.syscourse_welcome {
    font-size: calc(42px * 1.4);
}.syswelcome_section p {
    font-size: calc(12px * 1.2);
}.syswelcome_section .sysskill_upfast {
    margin-top: 0;
}.syswelcome_section .sysstudy_sessions {
    height: 420px;
}.syswelcome_section .sysstudy_sessions h3 {
    font-size: 24px;
}
}



@media (max-width: 991px) {.systy_content {
    padding: 90px 0 70px;
}.systy_content .sysmaster_track {
    padding: 50px 40px;
}
}



@media (max-width: 767px) {.systy_content {
    padding: 70px 0 50px;
}.systy_content .sysmaster_track {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.systy_content h5 {
    font-size: calc(20px * 0.95);
}.systy_content p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 992px) {.syscontact {
    padding: 80px 0;
}.syscontact .container {
    padding: 0 20px;
}.syscontact .sysinquiry_map {
    grid-template-columns: 1fr;
}.syscontact .sysinquiry_feedback,
    .syscontact .sysquery_support {
    padding: 40px;
}
}



@media (min-width: 993px) {header .sysnav_know {
    grid-template-rows: auto auto;
    padding: 15px 30px;
    grid-template-columns: 1fr;
}header .sysnav_know .syshead_lead {
    padding: 20px 10px 10px;
}
}



@media (max-width: 767px) {header .sysnav_know .syshead_lead {
    justify-content: center;
    flex-wrap: wrap;
}header .sysnav_know .syshead_lead .syshead_know {
    margin: 3px 0;
}header .sysnav_know .syshead_lead .syshead_know:not(:last-child)::after {
    display: none;
}}



@media (max-width: 576px) {.sysdata_summary {
    padding: 2.5rem 0;
}.sysdata_summary ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.sysdata_summary .syslearn_statistics {
    padding: 1.25rem 1rem;
}.sysdata_summary .syslearn_statistics p {
    font-size: 2.2rem;
}.sysdata_summary h4 {
    font-size: calc(22px * 0.9);
    margin-top: 2rem;
}}



@media (max-width: 768px) {.systariff_block {
    padding: 60px 0;
}.systariff_block .sysbundle_offer {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.systariff_block h2 {
    font-size: calc(35px - 4px);
}.systariff_block .sysfee_pricing h4 {
    font-size: 23px;
}.systariff_block .sysfee_pricing p {
    font-size: calc(13px - 1px);
}
}



@media (min-width: 992px) {.sysprogram_details .sysjob_classes {
    gap: 60px;
}.sysprogram_details .sysphoto_wrap_item {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    height: 500px;
}.sysprogram_details .syscontent_box_wrap {
    transform: translateX(-80px);
    padding: 50px;
}.sysprogram_details .syscontent_box_wrap:hover {
    transform: translateX(-90px) translateY(0);
}.sysprogram_details h3 {
    margin-bottom: 30px;
}.sysprogram_details .description {
    max-height: 400px;
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 767px) {.syscompany_info {
    padding: 80px 0 60px;
}.syscompany_info h1 {
    font-size: calc(43px - 2px);
    margin-bottom: 40px;
}.syscompany_info .sysstudy_guide {
    padding: 30px 25px;
    margin-bottom: 30px;
}.syscompany_info .sysstudy_guide h4 {
    margin-bottom: 15px;
    font-size: 24px;
}.syscompany_info .sysstudy_guide div {
    font-size: calc(16px - 1px);
    line-height: 1.7;
    max-height: 250px;
}}



@media (min-width: 992px) {.syscourse_benefits {
    padding: 8rem 0;
}.syscourse_benefits .sysmaster_track {
    gap: 5rem;
}.syscourse_benefits h4 {
    font-size: calc(21px * 1.3);
}.syscourse_benefits li p {
    font-size: calc(15px * 1.05);
}.syscourse_benefits svg {
    height: 22px;
    width: 22px;
}.syscourse_benefits .sysphoto_wrap_item {
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
    max-width: 520px;
}
}


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



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



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



@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

