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

.partner_logo {
    flex: 0 0 auto;
}

.container {
    margin: auto;
    max-width: 100%;
    width: 1253px;
}

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


.course_program_description {
    position: relative;
    background: linear-gradient(135deg, rgb(160,188,183) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
}

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

.course_program_description .pic_item::after {
    inset: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, transparent 60%, rgba(var(--primary-color-opacity), 0.3));
}

.course_program_description .text_holder_box {
    transform: translateY(-15px);
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    padding: 35px 40px;
}

.education_experience {
    background: linear-gradient(45deg, rgb(160,188,183) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 70px 30px;
}

.education_experience .pic_item {
    height: 300px;
    z-index: 2;
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    transform: rotateX(10deg);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 23px 23px 0 0;
    overflow: hidden;
}

.education_experience .name::after {
    position: absolute;
    height: 3px;
    bottom: -5px;
    left: 0;
    content: "";
    transition: width 0.4s ease 0.1s;
    width: 0;
    background: linear-gradient(to right, rgb(87,109,104), transparent);
}

.education_experience .rating_views:hover .employee_section {
    transform: translateZ(5px);
}

.pricing_item {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.pricing_item::before {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    width: 100%;
    z-index: 1;
}

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

.pricing_item .fee_struct {
    padding: 35px 30px;
    z-index: 2;
    height: 100%;
    flex-direction: column;
    position: relative;
    display: flex;
}

.pricing_item .fee_struct h4 {
    font-size: calc(22px + 2px);
    margin: 0 0 20px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 15px;
}

.pricing_item .bundle_rate {
    font-size: calc(22px + 4px);
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 3px;
    background: linear-gradient(135deg, rgb(123,151,146,0.5) 0%, rgb(87,109,104,0.5) 100%);
    color: #ffffff;
    display: inline-block;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.contact_panel h2 {
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(87,109,104);
    font-size: 35px;
}

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

.contact_panel input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

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

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

.contact_panel .request_help:hover::before {
    left: 100%;
}

.contact_panel svg {
    vertical-align: middle;
    height: 22px;
    width: 22px;
    margin-right: 10px;
    fill: rgb(123,151,146);
}

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

.course_beneficiaries .training_space {
    background: rgb(160,188,183);
    border-radius: 26px;
    position: relative;
    padding: 50px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
}

.course_beneficiaries div p::before {
    border-radius: 5px 0 0 5px;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(123,151,146), rgb(87,109,104));
    height: 100%;
    width: 5px;
    position: absolute;
    opacity: 0.7;
    content: "";
}

.course_beneficiaries div p svg path {
    fill: rgb(123,151,146);
    transition: fill 0.3s ease;
}

.course_beneficiaries div p:hover svg path {
    fill: rgb(87,109,104);
}

footer .partner_logo {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 30px;
    color: #ffffff;
    background-color: rgb(87,109,104);
}

footer .info_item {
    align-items: center;
    max-width: 300px;
    display: flex;
    min-height: 60px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    min-width: 200px;
    padding: 20px 25px;
    cursor: pointer;
    justify-content: center;
    transition: all 0.4s ease;
    flex: 0 1 auto;
}

footer .text_main_holder::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    width: 80%;
    top: 0;
    height: 1px;
    content: "";
    position: absolute;
    pointer-events: none;
    left: 10%;
}

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

footer .header_edu h5::after {
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    background-color: rgb(123,151,146);
    pointer-events: none;
}

footer .top_section a:hover::before {
    opacity: 1;
}

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

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

footer .input_holder input[type="email"] {
    cursor: text;
    -webkit-appearance: none;
    color: #ffffff;
    transition: all 0.3s ease;
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.05);
    z-index: 5;
    font-size: 13px;
    position: relative;
    width: 100%;
}

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

.privacy_block {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(160,188,183) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}

.privacy_block h1 {
    margin-bottom: 2.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    font-size: 42px;
    color: #000000;
    position: relative;
}

.privacy_block h3 {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: calc(38px * 0.85);
    margin: 2rem 0 1.2rem;
    font-weight: 600;
}

.privacy_block ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.5rem;
}

.privacy_block li {
    line-height: 1.6;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
}

.instructional_approach::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(123,151,146,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(87,109,104,0.5), 0.07) 0%, transparent 50%);
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.instructional_approach .container.training_space > div::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(123,151,146), rgb(87,109,104));
    transform-origin: top;
    width: 5px;
    transform: scaleY(0);
}

.title_screen {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    background: rgb(87,109,104);
}

.title_screen .learning_intro {
    grid-row: 1;
    width: 100%;
    grid-column: 1 / 3;
    position: relative;
    height: 100%;
}

.title_screen .edu_open {
    transition: opacity 1.2s ease, transform 1.2s ease;
    position: absolute;
    transform: scale(1.2);
    opacity: 0;
    z-index: 1;
    inset: 0;
}

.title_screen .learn_intro label::before {
    background: rgb(123,151,146);
    left: 0;
    transition: width 0.5s ease;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    position: absolute;
}

.title_screen .text_holder_box {
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(123,151,146);
    bottom: 15%;
    position: absolute;
    padding: 40px;
    width: 45%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.7);
    left: 10%;
}

.title_screen .text_holder_box .container {
    padding: 0;
    width: 100%;
}

.title_screen .text_holder_box h1 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}



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

.title_screen .text_holder_box h3 {
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(123,151,146);
    font-size: 18px;
}

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

.title_screen .text_holder_box::before {
    border-right: 2px solid rgb(123,151,146);
    right: 0;
    height: 20px;
    width: 20px;
    top: 0;
    border-top: 2px solid rgb(123,151,146);
    position: absolute;
    content: "";
}

.statistical_details h3 {
    z-index: 2;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 31px;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    color: rgb(87,109,104);
    margin-bottom: 60px;
}

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

.statistical_details .success_statistics:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.statistical_details .success_statistics:hover::before {
    transform: scale(1.2) rotate(-10deg);
}

.statistical_details .success_statistics:hover span {
    color: rgb(87,109,104);
    transform: scale(1.05);
}

.statistical_details .success_statistics:hover p {
    transform: scale(1.1);
}

.statistical_details .success_statistics:hover p::before {
    transform: translate(-50%, -50%) scale(3);
}

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

.info_details:after {
    animation: rotateGlowReverse 25s infinite linear;
    background: radial-gradient(circle at 70% 70%, rgb(87,109,104,0.5) 0%, transparent 50%);
    bottom: -30%;
    content: '';
    opacity: 0.15;
    width: 150%;
    position: absolute;
    right: -30%;
    height: 150%;
    z-index: -1;
}

.info_details .pic_item {
    width: 100%;
    margin-bottom: 50px;
    border-radius: 28px;
    transition: all 0.5s ease;
    overflow: hidden;
    height: 320px;
    position: relative;
}

.info_details .connect_experts {
    gap: 30px;
    display: grid;
    position: relative;
}

.info_details .connect_experts p:hover svg {
    transform: translateX(5px);
}

.info_details .connect_experts p:hover svg path {
    fill: rgb(123,151,146);
}

.info_details .connect_experts p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(87,109,104);
    position: relative;
}

.info_details .edu_help:hover {
    background: rgb(87,109,104,0.5);
    box-shadow: 0 10px 30px rgb(123,151,146,0.5);
}

.info_details .talk_form {
    margin-bottom: 25px;
    color: rgb(123,151,146);
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
}

.info_details .edu_guide svg path {
    fill: rgb(87,109,104);
}

.info_details .edu_guide:hover svg {
    transform: translateX(0);
    opacity: 1;
}

.tyZone::before {
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.6;
    background: 
        radial-gradient(circle at 20% 30%, rgb(123,151,146,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(87,109,104,0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
}

.tyZone .training_space > div:first-child::before {
    width: 4px;
    left: 0;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    height: 70%;
    background: rgb(87,109,104);
    top: 50%;
}

.tyZone .training_space > div:last-child {
    background: linear-gradient(120deg, rgba(255,255,255,0.7), rgba(255,255,255,0.9));
    border-left: 2px solid rgb(123,151,146,0.5);
    transition: all 0.4s ease;
    padding: 20px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}

.our_team::after {
    background: #ffffff;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    width: 150%;
    z-index: -1;
    bottom: -75px;
    left: -25%;
    content: "";
    transform: rotate(-3deg);
    position: absolute;
    height: 150px;
}

.our_team:hover h2::after {
    transform: scaleX(1.5);
}

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

.our_team .text_holder_box p::after {
    position: absolute;
    background: linear-gradient(to right, 
        rgb(123,151,146) 0%, 
        rgb(87,109,104) 100%);
    transform-origin: left center;
    width: 100%;
    content: "";
    transform: scaleX(0.3);
    transition: transform 0.4s ease-out;
    height: 2px;
    bottom: -8px;
    left: 0;
}

header .top_start {
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    margin-right: 2rem;
    position: relative;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    padding: 1rem;
    overflow: hidden;
    flex: 0 0 auto;
}

header .header_edu::before {
    height: 110%;
    top: -5%;
    content: '';
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(123,151,146,0.5) 0%, transparent 100%);
    width: 110%;
    z-index: -1;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    left: -5%;
    transition: all 0.6s ease;
    position: absolute;
}

header .nav_page a:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .nav_page:hover::after {
    transform: translateX(-50%) scale(1);
}

header .header_bar::before {
    border-radius: 50%;
    top: -100px;
    right: -100px;
    width: 200px;
    background: radial-gradient(circle, rgb(123,151,146,0.5) 0%, transparent 70%);
    height: 200px;
    filter: blur(30px);
    position: absolute;
    opacity: 0.1;
    content: '';
}



@media (min-width: 1200px) {.course_program_description h2 {
    max-width: 65%;
    font-size: calc(36px * 1.3);
}.course_program_description .study_path {
    grid-template-columns: 0.8fr 1.2fr;
}.course_program_description .pic_item {
    min-height: 600px;
}.course_program_description .text_holder_box {
    max-height: 700px;
    transform: translateY(60px) translateX(-100px);
}.course_program_description .description {
    font-size: calc(13px * 1.1);
}
}



@media (max-width: 767px) {.education_experience {
    padding: 50px 20px;
}.education_experience .pic_item {
    height: 250px;
}.education_experience .work_details {
    padding: 30px 25px;
}.education_experience .name {
    font-size: calc(38px - 4px);
}.education_experience .work_details > div:nth-child(2) {
    font-size: calc(17px - 1px);
}.education_experience .employee_section {
    font-size: calc(16px - 1px);
}}



@media (max-width: 480px) {.pricing_item {
    padding: 50px 0;
}.pricing_item .fee_struct {
    padding: 25px 20px;
}.pricing_item h2 {
    font-size: calc(29px - 6px);
}.pricing_item .study_rates {
    font-size: calc(18px - 2px);
}}



@media (max-width: 1100px) {.course_beneficiaries div p {
    flex: 1 1 calc(50% - 15px);
}
}



@media (max-width: 991px) {.course_beneficiaries {
    padding: 80px 0;
}.course_beneficiaries .training_space {
    padding: 40px 30px;
}.course_beneficiaries h4 {
    margin-bottom: 40px;
    font-size: calc(38px - 2px);
}.course_beneficiaries div {
    gap: 20px;
}.course_beneficiaries div p {
    padding: 20px;
}.course_beneficiaries div p svg {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    min-width: 35px;
}
}



@media (max-width: 991px) {footer .top_section {
    grid-template-columns: 1fr;
}
}



@media (max-width: 576px) {footer .partner_logo {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .header_edu h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
    margin-bottom: 20px;
}footer .header_edu, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_titles {
    padding: 12px;
}}



@media (max-width: 992px) {.instructional_approach {
    padding: 4rem 0;
}.instructional_approach .container.training_space > div {
    transform: perspective(800px) rotateY(0.5deg);
    padding: 2.5rem;
}.instructional_approach h3 {
    font-size: calc(38px * 0.75);
    margin-bottom: 1.5rem;
}
}



@media (max-width: 1200px) {.title_screen .text_holder_box {
    width: 50%;
}
}



@media (max-width: 992px) {.title_screen .text_holder_box {
    width: 60%;
    padding: 30px;
    left: 5%;
}.title_screen .text_holder_box h1 {
    font-size: calc(38px * 0.9);
}.title_screen .learn_intro {
    right: 30px;
}.title_screen .learn_intro label {
    width: 30px;
}.title_screen .learning_intro input:checked ~ .learn_intro label {
    width: 45px;
}
}



@media (max-width: 1200px) {.statistical_details {
    padding: 100px 0;
}.statistical_details ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
}
}



@media (max-width: 768px) {.statistical_details {
    padding: 80px 0;
}.statistical_details h3 {
    font-size: calc(31px - 6px);
    margin-bottom: 40px;
}.statistical_details ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
}.statistical_details .success_statistics {
    padding: 20px 15px;
}.statistical_details .success_statistics p {
    font-size: 34px;
}
}



@media screen and (max-width: 480px) {.info_details {
    padding: 40px 0;
}.info_details .get_assistance {
    padding: 30px;
}.info_details .pic_item {
    margin-bottom: 30px;
    height: 200px;
}.info_details .contact_links {
    font-size: calc(32px * 0.75);
}.info_details .connect_experts {
    gap: 15px;
}.info_details .edu_help {
    margin-top: 30px;
    padding: 15px;
}.info_details .talk_form {
    font-size: calc(22px * 0.85);
}.info_details .edu_guide {
    padding: 8px 12px;
}.info_details .connect_experts p svg {
    margin: 0 10px;
    width: 18px;
    height: 18px;
}.info_details .talk_form svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}}



@media (min-width: 768px) {.our_team .text_holder_box div div {
    column-count: 2;
}
}



@media (min-width: 992px) {.our_team {
    padding: 150px 0 200px;
}.our_team .text_holder_box {
    padding: 60px 70px;
}.our_team .text_holder_box div div {
    column-count: 2;
}
}



@media (hover: hover) {.our_team .text_holder_box::after {
    background: linear-gradient(135deg, 
            rgba(rgb(123,151,146,0.5), 0.05) 0%,
            rgba(rgb(123,151,146,0.5), 0) 50%);
    left: 0;
    opacity: 0;
    position: absolute;
    content: "";
    transition: opacity 0.5s ease;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}.our_team .text_holder_box:hover::after {
    opacity: 1;
}}



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



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

@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}



@keyframes rotateGlowReverse {
    0% {
        transform: rotate(360deg);
        opacity: 0.15;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        transform: rotate(0deg);
        opacity: 0.15;
    }
}



@keyframes gradient-shift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

