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

.nav_primary {
    flex: 1 0 auto;
}

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


.try_immediately {
    z-index: 1;
    background: linear-gradient(135deg, rgb(190,143,167,0.5), rgb(217,177,189,0.5));
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}

.try_immediately h2 {
    position: relative;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    max-width: 900px;
    font-family: Arial, sans-serif;
    color: #000000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    animation: fadeSlideUp 0.8s ease-out forwards;
}

.try_immediately svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,177,189);
}

.try_immediately .feedback_box {
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.3s ease;
    display: inline-block;
    transform: translateZ(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    text-align: center;
    padding: 1rem 2.5rem;
    background: linear-gradient(
    135deg,
    rgb(217,177,189),
    rgb(190,143,167)
  );
    letter-spacing: 0.5px;
    font-size: 16px;
    border-radius: 3px;
}

.appZone h2 {
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    font-weight: 700;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-size: 36px;
}

.appZone .quick_mastery::after {
    right: 0;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    width: 30%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(rgb(190,143,167,0.5), 0.05));
    top: 0;
}

.course_program_description {
    position: relative;
    overflow: hidden;
    background-color: rgb(242,211,221);
    padding: 120px 0;
}

.course_program_description::after {
    animation: floatAnimation 15s infinite alternate ease-in-out;
    border-radius: 50%;
    z-index: 0;
    width: 200px;
    height: 200px;
    content: "";
    filter: blur(80px);
    right: -50px;
    top: -50px;
    position: absolute;
    background-color: rgb(217,177,189,0.5);
}

.course_program_description .text_element .description:last-child {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 40px;
    backdrop-filter: blur(5px);
    margin-top: 30px;
    position: relative;
    border-radius: 26px;
    border-left: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2;
    color: #ffffff;
    font-weight: 600;
}



.course_program_description .training_path::before {
    background-color: rgb(190,143,167,0.5);
    filter: blur(100px);
    height: 200px;
    content: "";
    width: 200px;
    z-index: -1;
    position: absolute;
    bottom: -100px;
    border-radius: 50%;
    animation: pulseAnimation 10s infinite ease-in-out;
    left: -50px;
}

.course_program_description .text_element .description:last-child::before {
    background-position: center;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    filter: brightness(0.5) contrast(1.2);
    border-radius: 26px;
    top: 0;
    height: 100%;
    content: "";
}

.opening_board .quick_mastery {
    position: relative;
    flex-direction: column;
    width: 100%;
    display: flex;
    height: 100vh;
}

.opening_board .main_entry input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.opening_board .learn_begin label {
    height: 12px;
    opacity: 0.5;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: #ffffff;
    width: 12px;
    display: block;
    cursor: pointer;
}

.opening_board .text_element h3 {
    font-size: 24px;
    color: rgb(217,177,189);
    font-weight: 600;
    margin-bottom: 20px;
}

.opening_board .main_entry input:nth-child(1):checked ~ .learn_begin label:nth-child(1),
.opening_board .main_entry input:nth-child(2):checked ~ .learn_begin label:nth-child(2),
.opening_board .main_entry input:nth-child(3):checked ~ .learn_begin label:nth-child(3),
.opening_board .main_entry input:nth-child(4):checked ~ .learn_begin label:nth-child(4),
.opening_board .main_entry input:nth-child(5):checked ~ .learn_begin label:nth-child(5),
.opening_board .main_entry input:nth-child(6):checked ~ .learn_begin label:nth-child(6),
.opening_board .main_entry input:nth-child(7):checked ~ .learn_begin label:nth-child(7),
.opening_board .main_entry input:nth-child(8):checked ~ .learn_begin label:nth-child(8),
.opening_board .main_entry input:nth-child(9):checked ~ .learn_begin label:nth-child(9),
.opening_board .main_entry input:nth-child(10):checked ~ .learn_begin label:nth-child(10) {
    opacity: 1;
    background: rgb(217,177,189);
}

.course_instructor .name {
    font-size: 22px;
    margin: 0;
    bottom: 60px;
    position: absolute;
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
    transition: transform 0.3s ease;
    left: 30px;
    padding-bottom: 0;
    font-family: Arial, sans-serif;
}

.course_instructor .job_expertise::after {
    width: 40px;
    right: 40px;
    height: 30px;
    content: "";
    opacity: 0.2;
    background: linear-gradient(to left top, 
        rgb(190,143,167) 0%, 
        rgb(190,143,167) 50%, 
        transparent 50%, 
        transparent 100%);
    bottom: 40px;
    position: absolute;
}

.course_beneficiaries h3 {
    position: relative;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 33px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 3.5rem;
}

.course_beneficiaries h3::after {
    transform: translateX(-50%);
    height: 50px;
    animation: orbitRotate 8s infinite linear;
    width: 50px;
    border: 2px solid rgb(217,177,189,0.5);
    bottom: -38px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 50%;
    opacity: 0.6;
}

.course_beneficiaries ul li svg {
    margin-right: 1.5rem;
    transition: transform 0.4s ease;
    width: 38px;
    transform: rotate(0deg);
    flex-shrink: 0;
    height: 38px;
}

.course_beneficiaries ul li svg path {
    fill: rgb(190,143,167);
    transition: fill 0.4s ease;
}

#privacyAlertWindow:checked ~ .cookie_popup_display {
    visibility: hidden;
    opacity: 0;
}

.cookie_popup_display p {
    font-size: 18px;
}

.cookie_hide svg, .cookie_hide svg path, .cookie_hide img {
    fill: rgb(217,177,189);
    width: 100px;
    height: 100px;
}

.inner-container .online_cookies {
    padding: 10px;
    font-size: 20px;
    margin-left: 30px;
    background: #ffffff;
    border: none;
    color: rgb(217,177,189);
}

.program_outcomes {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,211,221), #ffffff 95%);
}

.program_outcomes .hero_image {
    margin-bottom: 2.5rem;
    transform: perspective(1000px) rotateY(-2deg);
    clip-path: polygon(0 0, 100% 4%, 98% 100%, 2% 96%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.program_outcomes li {
    transition: transform 0.3s ease-out;
    position: relative;
    padding-left: 2.5rem;
}

.program_outcomes li p {
    font-size: 14px;
    margin: 0;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
}

.program_outcomes li:hover svg path {
    fill: rgb(190,143,167);
}

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

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

.service_contact .msg_team {
    position: relative;
    gap: 30px;
    display: grid;
}

.service_contact .msg_team p svg path {
    fill: rgb(190,143,167);
    transition: fill 0.3s ease;
}

.service_contact .msg_team p span {
    color: rgb(217,177,189);
    font-weight: 600;
}

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

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

.service_contact .contact_help {
    gap: 20px;
    display: grid;
}

.service_contact .send_request:hover {
    box-shadow: 0 8px 20px rgb(190,143,167,0.5);
    transform: translateY(-5px);
}

.contact_form_box {
    padding: 120px 0;
    position: relative;
    background: rgb(242,211,221);
    overflow: hidden;
}

.contact_form_box h2::before {
    position: absolute;
    height: 100%;
    content: "";
    border-radius: 10px;
    left: 0;
    background: rgb(217,177,189);
    width: 5px;
    top: 0;
}

.contact_form_box form {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    background: #ffffff;
    padding: 50px;
    border-radius: 11px;
}

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

.contact_form_box .query_list input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_form_box .query_list input[type="checkbox"]:checked + label::before {
    background: rgb(217,177,189);
}

.contact_form_box .query_list label a:hover {
    color: rgb(190,143,167);
}

.contact_form_box form .feedback_box {
    background: #000000;
    cursor: pointer;
    padding: 18px 40px;
    font-size: 16px;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    position: relative;
}

.company_info h4::after {
    bottom: -15px;
    content: "";
    width: 80px;
    position: absolute;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(217,177,189);
}

.company_info .text_element:hover::before {
    opacity: 0.05;
}

.company_info .text_element h6 {
    color: rgb(217,177,189);
    transition: transform 0.4s ease;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: calc(23px * 1.2);
    transform: translateX(0);
    position: relative;
}

.company_info .text_element span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 12px;
    column-count: 1;
    display: block;
    column-gap: 40px;
    position: relative;
    line-height: 1.8;
}

.privacy_stronghold::after {
    content: '';
    transform: rotate(-45deg);
    height: 150px;
    z-index: 0;
    background: radial-gradient(circle at center, rgb(190,143,167), transparent);
    left: -10px;
    bottom: -10px;
    width: 150px;
    position: absolute;
    opacity: 0.5;
}

.privacy_stronghold ul li:before, .privacy_stronghold ol li:before {
    border-radius: 50%;
    width: 8px;
    left: 0;
    content: '';
    top: 0.5em;
    background-color: rgb(217,177,189);
    height: 8px;
    box-shadow: 0 0 10px rgb(217,177,189);
    position: absolute;
}

footer::before {
    right: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.92;
    content: "";
    background: linear-gradient(135deg, rgb(217,177,189,0.5) 0%, rgb(190,143,167,0.5) 100%);
    bottom: 0;
}

.blog_ref .company_holder h3::after {
    position: absolute;
    bottom: 0;
    box-shadow: 0 0 10px rgb(217,177,189);
    height: 3px;
    content: "";
    width: 80px;
    background: rgb(217,177,189);
    left: 0;
}

.blog_ref .main_pro {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.blog_ref .head_wrap .main_pro {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}

.blog_ref .head_wrap .main_pro a::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: -100%;
    transition: all 0.5s ease;
}

header::before {
    opacity: 0.3;
    animation: pulse-bg 8s infinite alternate;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(190,143,167,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(217,177,189,0.5) 0%, transparent 15%);
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
}

header .top_edu::after {
    width: 70px;
    background: rgb(190,143,167,0.5);
    opacity: 0.3;
    filter: blur(20px);
    content: "";
    animation: pulse-opacity 4s ease infinite alternate;
    position: absolute;
    height: 70px;
    border-radius: 50%;
    z-index: -2;
}

header .main_base {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 0.6rem 1.5rem;
    font-family: Arial, sans-serif;
    perspective: 800px;
    z-index: 2;
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    color: #ffffff;
}

header .main_base:hover::after {
    width: 80%;
}

.training_method {
    padding: 170px 0 130px;
    overflow: visible;
    position: relative;
    background: linear-gradient(150deg, rgb(242,211,221) 0%, rgb(190,143,167,0.5) 100%);
}

.training_method .text_element h2 {
    border-radius: 27px 27px 0 0;
    backdrop-filter: blur(10px);
    width: 45%;
    padding: 35px 40px;
    z-index: 4;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(217,177,189,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 38px;
}

.training_method .text_element h2::after {
    top: 0;
    width: 30px;
    right: -30px;
    opacity: 0.3;
    position: absolute;
    content: '';
    z-index: -1;
    background: linear-gradient(to right, rgb(217,177,189,0.5), transparent);
    height: 100%;
}

.training_method .quick_mastery::after {
    transform: translateX(-50%);
    top: -50px;
    width: 100px;
    left: 50%;
    filter: blur(50px);
    opacity: 0.05;
    animation: pulse-subtle 10s infinite alternate;
    position: absolute;
    content: '';
    height: 100px;
    background: rgb(217,177,189);
}

.cost_plan .study_sub {
    text-align: center;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    max-width: 800px;
}

.cost_plan .discount_plan {
    font-size: 17px;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.cost_plan .pricing_catalog:hover {
    transform: translateY(-10px);
}

.cost_plan .pricing_catalog:hover .edu_deals {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.cost_plan .pricing_catalog h3 {
    position: relative;
    font-size: calc(18px * 1.1);
    color: #000000;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cost_plan .pricing_catalog p {
    word-wrap: break-word;
    color: #000000;
    font-size: 17px;
    margin-bottom: 1rem;
    line-height: 1.6;
    hyphens: auto;
    overflow-wrap: break-word;
}

.cost_plan .pricing_catalog:nth-child(2) .edu_deals {
    border-top: 4px solid rgb(190,143,167);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 576px) {.try_immediately {
    padding: 3rem 0;
}.try_immediately h2 {
    font-size: calc(32px * 0.7);
}.try_immediately .container {
    padding: 0 1rem;
    gap: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.try_immediately .quick_mastery {
    width: calc(100% - 2rem);
    padding: 1.25rem;
}.try_immediately svg {
    width: 36px;
    height: 36px;
}.try_immediately .feedback_box {
    padding: 0.75rem 1.75rem;
    font-size: calc(16px * 0.85);
}
}



@media (max-width: 768px) {.course_program_description {
    padding: 60px 0;
}.course_program_description .text_element {
    margin-bottom: 40px;
    width: 100%;
}.course_program_description .text_element h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 20px;
}.course_program_description .text_element .description:last-child {
    padding: 25px 30px;
}
}



@media (max-width: 575px) {.opening_board .main_entry {
    height: 50vh;
}.opening_board .text_element {
    padding: 25px 0;
}.opening_board .text_element .container {
    margin: 0 10px;
    padding: 20px;
}.opening_board .learn_begin {
    gap: 10px;
    bottom: 20px;
}.opening_board .learn_begin label {
    width: 10px;
    height: 10px;
}.opening_board .text_element h1 {
    font-size: calc(42px * 0.7);
    margin-bottom: 10px;
}.opening_board .text_element h3 {
    margin-bottom: 12px;
    font-size: calc(24px * 0.7);
}.opening_board .text_element p {
    line-height: 1.5;
    font-size: calc(16px * 0.8);
}}



@media (max-width: 576px) {.course_beneficiaries {
    padding: 3rem 0;
}.course_beneficiaries h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 3rem;
}.course_beneficiaries ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course_beneficiaries ul li {
    border-radius: 30px;
    padding: 1rem 1.5rem;
}.course_beneficiaries ul li svg {
    width: 32px;
    height: 32px;
    margin-right: 1rem;
}}



@media (min-width: 768px) {.program_outcomes {
    padding: 8rem 0;
}.program_outcomes .container {
    flex-direction: row;
    align-items: center;
}.program_outcomes .hero_image {
    margin-bottom: 0;
    width: 45%;
    clip-path: polygon(0 4%, 100% 0, 96% 96%, 4% 100%);
}.program_outcomes .quick_mastery {
    z-index: 3;
    transform: translateY(0);
    margin-left: -5%;
    width: 60%;
}.program_outcomes h1 {
    font-size: 44px;
}.program_outcomes ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media screen and (max-width: 480px) {.service_contact {
    padding: 40px 0;
}.service_contact .reach_form {
    padding: 30px;
}.service_contact .hero_image {
    margin-bottom: 30px;
    height: 200px;
}.service_contact .learn_form {
    font-size: calc(38px * 0.75);
}.service_contact .msg_team {
    gap: 15px;
}.service_contact .support_info {
    margin-top: 30px;
    padding: 15px;
}.service_contact .get_contactblock {
    font-size: calc(23px * 0.85);
}.service_contact .send_request {
    padding: 8px 12px;
}.service_contact .msg_team p svg {
    width: 18px;
    margin: 0 10px;
    height: 18px;
}.service_contact .get_contactblock svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}}



@media (max-width: 480px) {.company_info {
    padding: 80px 0 40px;
}.company_info h4 {
    font-size: calc(35px * 0.7);
}.company_info .text_element {
    transform: none;
    padding: 25px 20px;
}.company_info .text_element span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}


@media only screen and (max-width: 800px) {.privacy_stronghold {
    padding: 30px 20px;
}.privacy_stronghold h1 {
    font-size: calc(21px - 5px);
}.privacy_stronghold h2 {
    font-size: calc(21px - 5px);
}.privacy_stronghold p, .privacy_stronghold li {
    font-size: calc(18px - 2px);
}.privacy_stronghold::before, .privacy_stronghold::after {
    height: 100px;
    width: 100px;
}}



@media (max-width: 420px) {.blog_ref .company_holder h3 {
    transform: skewX(-5deg);
}.blog_ref .company_holder h3::after {
    width: 60px;
}.blog_ref .equity_pledge {
    transform: none;
}.blog_ref .head_wrap h5 {
    transform: none;
}.blog_ref .head_wrap h5::before {
    transform: none;
}.blog_ref .head_wrap .main_pro a,
    .blog_ref .head_wrap .main_pro a:hover,
    .skill_links .biz_learnings {
    transform: none;
}}



@media screen and (max-width: 768px) {.training_method {
    overflow: hidden;
    padding: 120px 0 90px;
}.training_method .text_element {
    align-items: center;
}.training_method .text_element h2 {
    border-radius: 27px 27px 27px 27px;
    font-size: calc(38px * 0.9);
    width: 90%;
    margin-bottom: 20px;
}.training_method .text_element p {
    width: 90%;
    margin-top: 0;
    border-radius: 27px 27px 27px 27px;
}.training_method .text_element::before,
    .training_method .text_element::after,
    .training_method::after,
    .training_method .quick_mastery::before,
    .training_method .quick_mastery::after {
    display: none;
}
}



@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}



@keyframes slideRight {
    0% {
        transform: translateX(20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, -20px);
    }
    100% {
        transform: translate(0, 0);
    }
}



@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}



@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}



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



@keyframes sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: translateX(-50%) scale(1.3);
    }
}

