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

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

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

.course_program_description h2::before {
    content: "";
    top: 50%;
    left: 0;
    height: 80%;
    position: absolute;
    width: 8px;
    background: linear-gradient(to bottom, rgb(123,151,146), rgb(87,109,104));
    transform: translateY(-50%);
}

.course_program_description .pic_item:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
}

.course_program_description .text_holder_box::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(123,151,146) 0%, rgb(87,109,104) 100%);
    content: "";
    height: 6px;
    position: absolute;
    left: 0;
}

.education_experience::before {
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(123,151,146,0.5) 0%, transparent 40%);
    opacity: 0.4;
    content: "";
    z-index: 0;
    height: 100%;
}

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

.education_experience .rating_views:hover .name::after {
    width: 100%;
}

.education_experience .rating_views:hover .name {
    transform: translateZ(10px);
}

.education_experience .rating_views:hover .work_details > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(87,109,104);
}

.education_experience .employee_section::before {
    color: rgb(87,109,104,0.5);
    opacity: 0.5;
    position: absolute;
    left: -5px;
    content: "";
    line-height: 0;
    top: 10px;
    font-size: 60px;
}

.pricing_item h2 {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 29px;
    text-align: center;
}

.pricing_item .learn_pricing {
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    will-change: transform;
    display: block;
    height: 100%;
    text-decoration: none;
}

.pricing_item .plan_deals::before {
    height: 5px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgb(123,151,146), rgb(87,109,104));
    content: "";
    position: absolute;
}

.pricing_item .fee_struct p {
    font-size: 18px;
    overflow-wrap: break-word;
    flex-grow: 1;
    hyphens: auto;
    line-height: 1.6;
    word-wrap: break-word;
    margin: 0 0 25px;
    opacity: 0.85;
    white-space: normal;
    color: #ffffff;
}

.contact_panel {
    background: rgb(160,188,183);
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}

.contact_panel h2::after {
    width: 60px;
    height: 3px;
    content: "";
    background: rgb(123,151,146);
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
}

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

.contact_panel h3 {
    margin-bottom: 15px;
    font-size: 19px;
    color: rgb(123,151,146);
    font-weight: 600;
}

.contact_panel .help_inquiry input[type="checkbox"] {
    appearance: none;
    width: 24px;
    margin-top: 2px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid rgb(160,188,183);
    position: relative;
}

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

.course_beneficiaries h4 {
    font-weight: 700;
    color: #000000;
    font-size: 38px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.course_beneficiaries div {
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
}

.course_beneficiaries div p:hover {
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}

.course_beneficiaries div p:hover svg {
    transform: rotate(10deg);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}

footer .partner_logo::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(123,151,146), rgb(87,109,104));
    left: 0;
    position: absolute;
    pointer-events: none;
    height: 5px;
    content: "";
    top: 0;
}

footer .info_item::before {
    right: 3px;
    background-color: rgb(87,109,104);
    pointer-events: none;
    content: "";
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    bottom: 3px;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -1;
}

footer .info_item p,
footer .info_item a {
    cursor: pointer;
    overflow: hidden;
    display: flex;
    z-index: 1;
    color: #ffffff;
    transition: all 0.3s ease;
    height: 100%;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    font-size: 13px;
}

footer .top_start svg {
    height: 45px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}

footer .footer_classes {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6;
}

footer .header_edu {
    border-radius: 25px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}

footer .top_section a {
    display: flex;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    padding: 12px 15px;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}

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

footer .input_holder input[type="email"]:focus {
    border-color: rgb(123,151,146);
    background-color: rgba(255, 255, 255, 0.08);
    outline: none;
}

footer .sub_titles:hover {
    transform: translateY(-3px);
    background-color: rgb(87,109,104);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

footer .help_center {
    color: rgba(255, 255, 255, 0.5);
    padding: 0 20px;
    position: relative;
    font-size: 14px;
    display: inline-block;
}

.privacy_block::before {
    opacity: 0.05;
    width: 30%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(123,151,146,0.5));
    position: absolute;
    right: 0;
    content: "";
    transform: skewX(-15deg) translateX(20%);
}

.privacy_block h1:hover::after {
    transform: scaleX(1.5);
}

.privacy_block h2::before {
    bottom: 0.25rem;
    background: linear-gradient(to bottom, rgb(123,151,146), rgb(87,109,104));
    border-radius: 10px;
    position: absolute;
    left: 0;
    width: 4px;
    content: "";
    top: 0.25rem;
}

.privacy_block p strong::after {
    background: rgb(87,109,104,0.5);
    position: absolute;
    content: "";
    opacity: 0.5;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 100%;
}

.instructional_approach {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(160,188,183) 0%, rgba(240, 245, 255, 1) 100%);
}

.instructional_approach .container.training_space > div {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateY(1deg);
}

.instructional_approach .container.training_space > div:hover h3::after {
    width: 120px;
}

.instructional_approach p {
    color: #000000;
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 14px;
    transform: translateZ(0);
    position: relative;
}

.title_screen .training_space {
    width: 100%;
    grid-template-rows: 1fr;
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr 1fr;
    height: 100vh;
    display: grid;
}

.title_screen .edu_open img {
    object-fit: cover;
    filter: grayscale(0.3) contrast(1.1);
    height: 100%;
    width: 100%;
}

.title_screen .learn_intro label {
    display: block;
    opacity: 0.5;
    width: 35px;
    position: relative;
    transition: all 0.3s ease;
    background: #ffffff;
    cursor: pointer;
    height: 5px;
}

.title_screen .learning_intro input:nth-child(1):checked ~ .learn_intro label:nth-child(1),
.title_screen .learning_intro input:nth-child(2):checked ~ .learn_intro label:nth-child(2),
.title_screen .learning_intro input:nth-child(3):checked ~ .learn_intro label:nth-child(3),
.title_screen .learning_intro input:nth-child(4):checked ~ .learn_intro label:nth-child(4),
.title_screen .learning_intro input:nth-child(5):checked ~ .learn_intro label:nth-child(5),
.title_screen .learning_intro input:nth-child(6):checked ~ .learn_intro label:nth-child(6),
.title_screen .learning_intro input:nth-child(7):checked ~ .learn_intro label:nth-child(7),
.title_screen .learning_intro input:nth-child(8):checked ~ .learn_intro label:nth-child(8),
.title_screen .learning_intro input:nth-child(9):checked ~ .learn_intro label:nth-child(9),
.title_screen .learning_intro input:nth-child(10):checked ~ .learn_intro label:nth-child(10) {
    width: 50px;
    opacity: 1;
}

.title_screen .edu_open::after {
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 60%,
        rgb(87,109,104,0.5) 100%
    );
    z-index: 1;
    inset: 0;
    content: "";
}

.statistical_details::before {
    content: "";
    opacity: 0.05;
    position: absolute;
    z-index: 1;
    height: 100%;
    background-size: 80px 80px;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(123,151,146,0.5) 45%, rgb(123,151,146,0.5) 55%, transparent 55%);
}

.statistical_details .success_statistics::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(123,151,146), transparent);
    content: "";
    bottom: 0;
    transform: scaleX(0);
    height: 2px;
    transition: transform 0.4s ease-out;
    left: 0;
    position: absolute;
    width: 100%;
}

.statistical_details .success_statistics span {
    display: block;
    z-index: 1;
    font-weight: 600;
    color: #000000;
    text-align: center;
    position: relative;
    font-size: 17px;
    transition: transform 0.3s ease, color 0.3s ease;
    margin-bottom: 15px;
}

.statistical_details .success_statistics:nth-child(odd) {
    transform: perspective(800px) rotateX(2deg);
}

.statistical_details .success_statistics:nth-child(even):hover {
    transform: perspective(800px) rotateX(0) translateY(-5px) scale(1.03);
}

.info_details .container {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
}

.info_details .get_assistance {
    box-shadow: 0 20px 50px rgb(123,151,146,0.5);
    position: relative;
    border-radius: 28px;
    background: #ffffff;
    padding: 60px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.info_details .pic_item:before {
    content: '';
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%);
    animation: scanLine 4s infinite linear;
    inset: 0;
    position: absolute;
}

.info_details .connect_experts p svg path {
    fill: rgb(87,109,104);
    transition: fill 0.3s ease;
}

.info_details .connect_experts p span {
    font-weight: 600;
    color: rgb(123,151,146);
}

.info_details .connect_experts p a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

.info_details .edu_help {
    padding: 30px;
    background: rgb(160,188,183);
    transition: all 0.4s ease;
    overflow: hidden;
    margin-top: 50px;
    border-radius: 28px;
    position: relative;
}

.info_details .talk_form svg path {
    fill: rgb(123,151,146);
    transition: fill 0.3s ease;
}

.info_details .edu_guide {
    border-radius: 10px;
    background: #ffffff;
    font-size: 15px;
    color: #000000;
    position: relative;
    padding: 12px 20px;
    transition: all 0.3s ease;
    align-items: center;
    font-weight: 400;
    display: flex;
}

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

.tyZone .training_space:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.tyZone .training_space::before {
    height: 5px;
    width: 100%;
    top: 0;
    background-size: 200% auto;
    content: "";
    position: absolute;
    animation: gradient-shift 6s linear infinite;
    background: linear-gradient(90deg, 
        rgb(123,151,146) 0%, 
        rgb(87,109,104) 50%, 
        rgb(123,151,146) 100%);
    left: 0;
}

.tyZone p {
    line-height: 1.7;
    transition: transform 0.3s ease;
    color: #000000;
    font-size: 17px;
    margin: 0;
}

.tyZone a:hover p {
    transform: translateY(-3px);
}

.our_team::before {
    z-index: -1;
    content: "";
    backdrop-filter: blur(5px);
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(#000000, 0.85) 0%,
        rgba(#000000, 0.75) 50%,
        rgba(rgb(123,151,146), 0.65) 100%);
}

.our_team .text_holder_box {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(rgb(123,151,146), 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

header::before {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    opacity: 0.4;
}

header .nav_page a::before {
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    transform: scale(1.1);
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0;
    position: absolute;
    border-radius: inherit;
    content: '';
    background: linear-gradient(135deg, rgb(123,151,146,0.5) 0%, rgb(87,109,104,0.5) 100%);
}

header .header_bar::after {
    background: radial-gradient(circle, rgb(87,109,104,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.1;
    width: 150px;
    left: -75px;
    filter: blur(30px);
    bottom: -75px;
    content: '';
    border-radius: 50%;
    height: 150px;
}



@media (max-width: 767px) {.course_program_description {
    padding: 80px 0;
}.course_program_description h2 {
    font-size: calc(36px * 0.9);
    transform: translateX(0);
    max-width: 100%;
    margin-bottom: 30px;
}.course_program_description .pic_item {
    height: 250px;
}.course_program_description .text_holder_box {
    padding: 25px;
}.course_program_description .description {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}



@media (min-width: 768px) {.education_experience .rating_views {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.education_experience .pic_item {
    height: 100%;
    transform: rotateY(-10deg);
    border-radius: 23px 0 0 23px;
    transform-origin: right;
}.education_experience .rating_views:hover .pic_item {
    transform: rotateY(0deg) translateZ(30px);
}.education_experience .work_details {
    border-radius: 0 23px 23px 0;
    transform: rotateY(5deg);
    transform-origin: left;
}.education_experience .rating_views:hover .work_details {
    transform: rotateY(0deg) translateZ(20px);
}
}



@media (max-width: 768px) {.contact_panel {
    padding: 50px 0;
}.contact_panel h2 {
    font-size: calc(35px - 4px);
    margin-bottom: 30px;
}.contact_panel .support_inquiry {
    padding: 30px 25px;
}.contact_panel .pic_item {
    min-height: 250px;
}
}



@media (max-width: 479px) {.course_beneficiaries {
    padding: 40px 0;
}.course_beneficiaries .training_space {
    padding: 25px 15px;
}.course_beneficiaries h4 {
    font-size: calc(38px - 6px);
    margin-bottom: 30px;
}.course_beneficiaries div {
    gap: 15px;
}.course_beneficiaries div p {
    padding: 15px;
    font-size: calc(17px - 1px);
}.course_beneficiaries div p svg {
    height: 26px;
    min-width: 26px;
    padding: 5px;
    width: 26px;
    margin-right: 12px;
}}



@media screen and (min-width: 1200px) {.privacy_block {
    padding: 7rem 3rem;
}.privacy_block .container {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    display: grid;
}.privacy_block h1 {
    grid-column: 1 / -1;
    transform: translateX(-1rem);
    font-size: calc(42px * 1.2);
}.privacy_block h1::after {
    width: 120px;
}.privacy_block h2, 
    .privacy_block h3, 
    .privacy_block h4 {
    grid-column: 1 / -1;
}.privacy_block p, 
    .privacy_block ul,
    .privacy_block span {
    max-width: 85%;
}
}



@media (max-width: 768px) {.instructional_approach {
    padding: 3.5rem 0;
}.instructional_approach .container.training_space > div {
    transform: none;
    padding: 2rem;
}.instructional_approach .container.training_space > div:hover {
    transform: translateY(-3px);
}.instructional_approach h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
}.instructional_approach h3::after {
    height: 2px;
    width: 60px;
}.instructional_approach .container.training_space > div:hover h3::after {
    width: 90px;
}.instructional_approach p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 992px) {.statistical_details h3 {
    font-size: calc(31px - 4px);
    margin-bottom: 50px;
}.statistical_details ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical_details .success_statistics {
    padding: 25px 20px;
}.statistical_details .success_statistics p {
    font-size: 38px;
}
}



@media screen and (max-width: 1024px) {.info_details {
    padding: 80px 0;
}.info_details .get_assistance {
    padding: 50px;
}.info_details .pic_item {
    height: 280px;
}.info_details .contact_links {
    font-size: calc(32px * 0.9);
}.info_details .connect_experts {
    gap: 25px;
}.info_details .edu_help {
    padding: 25px;
}.info_details .connect_experts p svg {
    height: 22px;
    width: 22px;
}
}



@media (max-width: 992px) {.tyZone {
    padding: 70px 0;
}.tyZone .training_space {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(1deg);
}.tyZone h5 {
    font-size: calc(22px - 2px);
}.tyZone .training_space > div:last-child {
    padding: 15px;
}
}



@media (max-width: 576px) {.tyZone {
    padding: 40px 0;
}.tyZone .training_space {
    padding: 25px 15px;
}.tyZone .training_space > div:first-child::before {
    width: 3px;
}.tyZone .training_space > div:last-child {
    padding: 10px;
    clip-path: none;
}.tyZone p {
    font-size: calc(17px - 2px);
    line-height: 1.6;
}
}



@media (max-width: 480px) {.our_team {
    padding: 60px 0 100px;
}.our_team .text_holder_box {
    padding: 25px 20px;
}.our_team h2 {
    margin-bottom: 30px;
    font-size: 2rem;
}.our_team h2::after {
    bottom: -8px;
    width: 50px;
}.our_team .text_holder_box p {
    font-size: 1.125rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .header_bar {
    padding: 0.8rem 1.5rem;
}header .top_start {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
    padding: 0.6rem;
}header .head_wrap img {
    max-height: 35px;
}header .header_edu {
    scrollbar-width: thin;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}header .header_edu::-webkit-scrollbar {
    height: 3px;
}header .header_edu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(123,151,146,0.5);
}header .nav_page {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .nav_page a {
    white-space: nowrap;
    font-size: calc(18px - 2px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
}header .nav_page::after {
    display: none;
}header::after {
    height: 5px;
}
}

