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

.main_pagewrap {
    flex: 1 0 auto;
}

.main_pagewrap {
    background: rgb(160,188,183);
    padding-top: 2rem;
    position: relative;
    z-index: 1;
}

.course_program_description::before {
    left: 0;
    width: 100%;
    position: absolute;
    background-size: 80px 80px, 60px 60px, 60px 60px;
    z-index: 0;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        linear-gradient(45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%),
        linear-gradient(-45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%);
    content: "";
}

.course_program_description .description {
    transform: translateY(20px);
    color: #000000;
    font-size: 13px;
    opacity: 0;
    line-height: 1.8;
    animation: fadeIn 0.8s forwards;
    margin-bottom: 20px;
}

.course_program_description .description:first-letter {
    font-size: 1.5em;
    color: rgb(123,151,146);
    font-weight: 700;
}

.education_experience .rating_views {
    transform-style: preserve-3d;
    perspective: 1500px;
    display: grid;
    z-index: 2;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    grid-template-columns: 1fr;
}

.education_experience .work_details {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform-origin: top;
    transform: rotateX(-5deg);
    z-index: 1;
    padding: 40px;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 0 0 23px 23px;
    position: relative;
}

.education_experience .work_details > div:nth-child(2) {
    color: #000000;
    font-size: 17px;
    letter-spacing: 1px;
    transform: translateZ(0);
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    margin-bottom: 20px;
    opacity: 0.7;
    font-weight: 600;
}

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

.pricing_item .study_rates {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
    opacity: 0.9;
    line-height: 1.6;
    font-size: 18px;
    color: #ffffff;
}

.pricing_item .learn_pricing:hover {
    transform: translateY(-8px);
}

.pricing_item .learn_pricing:hover .plan_deals {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
}

.pricing_item .fee_struct h4::after {
    background-color: rgb(87,109,104);
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 40px;
}

.pricing_item .bundle_rate::before {
    inset: 0;
    position: absolute;
    opacity: 0.6;
    content: "";
    background: linear-gradient(135deg, rgb(123,151,146,0.5) 0%, rgb(87,109,104,0.5) 100%);
    border-radius: 3px;
    z-index: -1;
    transition: opacity 0.3s ease;
}

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

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

.contact_panel .help_inquiry label {
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}

.contact_panel .help_inquiry a:hover {
    color: rgb(87,109,104);
}

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

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

.course_beneficiaries h4::after {
    background: linear-gradient(90deg, rgb(123,151,146), rgb(87,109,104));
    transform: translateX(-50%);
    height: 4px;
    bottom: -15px;
    width: 80px;
    content: "";
    border-radius: 2px;
    left: 50%;
    position: absolute;
}

.course_beneficiaries div p svg {
    min-width: 40px;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    background: rgb(160,188,183);
    margin-right: 20px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    padding: 8px;
    transition: all 0.3s ease;
}

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

footer .partner_logo::before {
    pointer-events: none;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 80px 140px;
    left: 0;
    opacity: 0.05;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    position: absolute;
    background-image: 
        linear-gradient(30deg, rgb(87,109,104) 12%, transparent 12.5%, transparent 87%, rgb(87,109,104) 87.5%, rgb(87,109,104)),
        linear-gradient(150deg, rgb(87,109,104) 12%, transparent 12.5%, transparent 87%, rgb(87,109,104) 87.5%, rgb(87,109,104)),
        linear-gradient(30deg, rgb(87,109,104) 12%, transparent 12.5%, transparent 87%, rgb(87,109,104) 87.5%, rgb(87,109,104)),
        linear-gradient(150deg, rgb(87,109,104) 12%, transparent 12.5%, transparent 87%, rgb(87,109,104) 87.5%, rgb(87,109,104)),
        linear-gradient(60deg, rgb(123,151,146,0.5) 25%, transparent 25.5%, transparent 75%, rgb(123,151,146,0.5) 75%, rgb(123,151,146,0.5)),
        linear-gradient(60deg, rgb(123,151,146,0.5) 25%, transparent 25.5%, transparent 75%, rgb(123,151,146,0.5) 75%, rgb(123,151,146,0.5));
}

footer .header_edu h5 {
    display: inline-block;
    font-size: 21px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
}

footer .top_section a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
}

footer .subscribe_holder::before {
    content: "";
    top: 0;
    width: 100%;
    border-radius: 25px;
    position: absolute;
    opacity: 0.05;
    background-size: 20px 20px;
    left: 0;
    pointer-events: none;
    height: 100%;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(123,151,146,0.5) 49%, rgb(123,151,146,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(123,151,146,0.5) 49%, rgb(123,151,146,0.5) 51%, transparent 52%);
}

footer .footer_milestones {
    text-align: center;
    margin-top: 50px;
    position: relative;
}

footer .help_center::before,
footer .help_center::after {
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
    height: 1px;
    width: 20px;
    position: absolute;
    pointer-events: none;
    content: "";
}

footer .help_center::before {
    transform: rotate(-45deg);
    left: -10px;
}

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

.privacy_block h2 {
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    font-size: 38px;
    color: #000000;
    position: relative;
}

.privacy_block h4 {
    color: #000000;
    font-weight: 600;
    font-size: calc(38px * 0.75);
    margin: 1.8rem 0 1rem;
}

.privacy_block p strong {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 600;
}

.privacy_block li::before {
    left: 0;
    position: absolute;
    top: 0.75rem;
    width: 8px;
    transform: rotate(45deg);
    background: rgb(87,109,104);
    content: "";
    opacity: 0.8;
    height: 8px;
}

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

.instructional_approach .container.training_space > div:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.instructional_approach h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: calc(38px * 0.85);
    padding-bottom: 1rem;
    transform: translateZ(0);
    margin-bottom: 1.8rem;
}

.instructional_approach p span {
    opacity: 0;
    position: relative;
    transform: translateY(10px);
    display: block;
    animation: fadeUp 0.8s forwards 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.title_screen .learning_intro input {
    display: none;
}

.title_screen .intro_head {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.title_screen .learning_intro input:nth-child(1):checked ~ .intro_head .edu_open:nth-child(1),
.title_screen .learning_intro input:nth-child(2):checked ~ .intro_head .edu_open:nth-child(2),
.title_screen .learning_intro input:nth-child(3):checked ~ .intro_head .edu_open:nth-child(3),
.title_screen .learning_intro input:nth-child(4):checked ~ .intro_head .edu_open:nth-child(4),
.title_screen .learning_intro input:nth-child(5):checked ~ .intro_head .edu_open:nth-child(5),
.title_screen .learning_intro input:nth-child(6):checked ~ .intro_head .edu_open:nth-child(6),
.title_screen .learning_intro input:nth-child(7):checked ~ .intro_head .edu_open:nth-child(7),
.title_screen .learning_intro input:nth-child(8):checked ~ .intro_head .edu_open:nth-child(8),
.title_screen .learning_intro input:nth-child(9):checked ~ .intro_head .edu_open:nth-child(9),
.title_screen .learning_intro input:nth-child(10):checked ~ .intro_head .edu_open:nth-child(10) {
    transform: scale(1);
    z-index: 2;
    opacity: 1;
}

.title_screen .text_holder_box p {
    margin-bottom: 0;
    opacity: 0.9;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.7;
}

.title_screen .text_holder_box p {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out 0.9s forwards;
    transform: translateY(20px);
}



.title_screen .learning_intro input:checked ~ .intro_head .edu_open img {
    animation: slowZoom 20s linear infinite alternate;
}

.statistical_details {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(160,188,183) 0%, rgb(87,109,104,0.5) 100%);
}

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

.statistical_details .success_statistics {
    flex-direction: column;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    align-items: center;
    transform-origin: center bottom;
    justify-content: center;
    background: #ffffff;
    padding: 30px 25px;
    position: relative;
    border-left: 4px solid rgb(123,151,146);
}

.statistical_details .success_statistics p::before {
    z-index: -1;
    content: "";
    top: 50%;
    opacity: 0.2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 40px;
    left: 50%;
    width: 40px;
    border-radius: 50%;
    background: rgb(87,109,104,0.5);
    transform: translate(-50%, -50%) scale(0);
    position: absolute;
}

.info_details:before {
    width: 200%;
    animation: rotateGlow 20s infinite linear;
    left: -50%;
    content: '';
    position: absolute;
    opacity: 0.2;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgb(123,151,146,0.5) 0%, transparent 60%);
    z-index: -1;
    top: -50%;
}

.info_details .contact_links:before {
    position: absolute;
    border-radius: 10px;
    width: 100%;
    bottom: -12px;
    left: 0;
    transform-origin: left;
    background: rgb(87,109,104);
    height: 5px;
    transform: scaleX(0);
    animation: slideIn 1.5s ease forwards;
    content: '';
}

.info_details .connect_experts p {
    align-items: center;
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.7;
    color: #000000;
    position: relative;
    font-size: 15px;
    padding-left: 0;
    display: flex;
}

.info_details .connect_experts p a:hover {
    color: rgb(123,151,146);
}

.info_details .edu_help:before {
    content: '';
    animation: sweep 6s infinite linear;
    height: 100%;
    width: 100%;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}

.info_details .talk_experts {
    display: grid;
    gap: 20px;
}

.info_details .edu_guide:hover {
    box-shadow: 0 8px 20px rgb(87,109,104,0.5);
    transform: translateY(-5px);
}

.tyZone {
    position: relative;
    background: linear-gradient(135deg, rgb(87,109,104,0.5) 0%, rgb(160,188,183) 100%);
    padding: 100px 0;
    overflow: hidden;
}

.tyZone .training_space {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    flex-direction: column;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 50px;
    display: flex;
    transform: perspective(1000px) rotateY(2deg);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
}

.tyZone .training_space:hover h5 {
    transform: translateX(5px);
}

.tyZone .training_space > div:last-child:hover {
    border-left-width: 4px;
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,1));
}

.tyZone a::after {
    position: absolute;
    width: 0;
    left: 0;
    height: 2px;
    bottom: 0;
    content: "";
    background: rgb(123,151,146);
    transition: width 0.5s ease;
}

.our_team h2 {
    color: #ffffff;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 31px);
    display: inline-block;
    letter-spacing: 2px;
    transform: translateZ(0);
    position: relative;
    text-transform: uppercase;
}

.our_team .text_holder_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 
                0 10px 25px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(rgb(123,151,146), 0.15);
}

.our_team .text_holder_box:hover p::after {
    transform: scaleX(1);
}

.our_team .text_holder_box div div {
    line-height: 1.8;
    column-gap: 40px;
    color: #000000;
    text-align: justify;
    opacity: 0.9;
    font-size: 15px;
    column-count: 1;
    transform: translateZ(0);
    max-width: 100%;
}

header .header_bar {
    position: relative;
    padding: 1.3rem 3rem;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    display: flex;
}

header .head_wrap {
    display: block;
    position: relative;
    transition: all 0.4s ease;
}

header .head_wrap img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}

header .header_edu:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}

header .nav_page {
    margin: 0 0.5rem;
    position: relative;
}

header .nav_page a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
    color: #ffffff;
}

header .nav_page::after {
    border-radius: 50%;
    background: rgb(123,151,146);
    height: 6px;
    content: '';
    left: 50%;
    width: 6px;
    opacity: 0.7;
    transform: translateX(-50%) scale(0);
    transition: transform 0.4s ease;
    position: absolute;
    bottom: -8px;
}



@media (min-width: 768px) {.course_program_description h2 {
    transform: translateX(-2%);
    font-size: calc(36px * 1.1);
    max-width: 80%;
}.course_program_description .study_path {
    gap: 30px;
    grid-template-columns: 1fr 1.3fr;
}.course_program_description .pic_item {
    min-height: 450px;
    height: 100%;
}.course_program_description .text_holder_box {
    padding: 40px 50px;
    overflow-y: auto;
    max-height: 600px;
    transform: translateY(0) translateX(-50px);
}.course_program_description .text_holder_box::-webkit-scrollbar {
    width: 8px;
}.course_program_description .text_holder_box::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color-opacity);
}.course_program_description .text_holder_box::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}
}



@media (max-width: 767px) {.pricing_item {
    padding: 60px 0;
}.pricing_item h2 {
    font-size: calc(29px - 4px);
}.pricing_item .study_rates {
    font-size: calc(18px - 1px);
    margin-bottom: 40px;
}.pricing_item .access_rates {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_item .fee_struct h4 {
    font-size: 22px;
}.pricing_item .bundle_rate {
    font-size: 22px;
}
}



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



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_titles {
    min-width: 150px;
    width: auto;
    flex-shrink: 0;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}



@media screen and (max-width: 991px) {.privacy_block {
    padding: 4rem 1.5rem;
}.privacy_block h1 {
    font-size: calc(42px * 0.9);
}.privacy_block h2 {
    font-size: calc(38px * 0.9);
}.privacy_block::before {
    width: 50%;
}
}



@media screen and (max-width: 767px) {.privacy_block {
    padding: 3rem 1rem;
}.privacy_block h1 {
    font-size: calc(42px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_block h2 {
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.8);
}.privacy_block h3 {
    font-size: calc(38px * 0.7);
}.privacy_block h4 {
    font-size: calc(38px * 0.6);
}.privacy_block p,
    .privacy_block span,
    .privacy_block li {
    font-size: calc(13px * 0.95);
}.privacy_block ul {
    padding-left: 0.5rem;
}.privacy_block span {
    padding-left: 0.75rem;
}
}



@media (max-width: 768px) {.title_screen .training_space {
    display: block;
}.title_screen .text_holder_box {
    width: 80%;
    bottom: 10%;
    transform: translateX(-50%);
    left: 50%;
    padding: 25px;
}.title_screen .text_holder_box h1 {
    font-size: calc(38px * 0.8);
}.title_screen .text_holder_box h3 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.title_screen .learn_intro {
    flex-direction: row;
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    bottom: 25%;
    top: auto;
}
}



@media (max-width: 576px) {.statistical_details {
    padding: 60px 0;
}.statistical_details h3 {
    font-size: calc(31px - 8px);
    margin-bottom: 30px;
}.statistical_details ul {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 320px;
}.statistical_details .success_statistics {
    padding: 25px 20px;
}.statistical_details .success_statistics span {
    font-size: calc(17px + 1px);
}.statistical_details .success_statistics p {
    font-size: 36px;
}.statistical_details .success_statistics:nth-child(odd),
    .statistical_details .success_statistics:nth-child(even) {
    transform: none;
}.statistical_details .success_statistics:nth-child(odd):hover,
    .statistical_details .success_statistics:nth-child(even):hover {
    transform: translateY(-3px) scale(1.02);
}}



@media (max-width: 768px) {.tyZone {
    padding: 50px 0;
}.tyZone .training_space {
    padding: 30px 20px;
    transform: none;
}.tyZone .training_space::before {
    height: 3px;
}.tyZone .training_space > div:first-child {
    margin-bottom: 20px;
}.tyZone h5 {
    font-size: calc(22px - 4px);
}.tyZone p {
    font-size: calc(17px - 1px);
}.tyZone .training_space > div:last-child {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}
}



@media (prefers-reduced-motion: reduce) {.our_team .text_holder_box,
    .our_team h2::after,
    .our_team .text_holder_box:hover,
    .our_team .text_holder_box p::after {
    transform: none;
    transition: none;
}
}



@media (max-width: 991px) {header .header_bar {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top_start {
    margin-right: 0;
    padding: 0.7rem;
    margin-bottom: 0;
}header .header_edu {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .nav_page a {
    font-size: calc(18px - 1px);
    padding: 0.6rem 1rem;
}header .header_edu::before {
    display: none;
}
}

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



@keyframes slideIn {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes scanLine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}



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

