header,footer {
    width: 100%;
}

header {
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    left: 0;
    position: fixed;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, 
        rgb(217,177,189,0.5) 0%,
        #000000 100%);
}

.try_immediately .container {
    max-width: 1200px;
    position: relative;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    gap: 3rem;
    padding: 0 2rem;
    align-items: center;
    transform: perspective(1000px) rotateX(2deg);
}

.try_immediately svg {
    height: 48px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: pulse 2s infinite alternate;
    width: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    flex-shrink: 0;
}

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

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

.appZone {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,211,221) 0%, rgb(190,143,167,0.5) 100%);
}

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

.appZone h2::before {
    width: 80px;
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    background: linear-gradient(90deg, rgb(217,177,189) 0%, rgb(190,143,167) 100%);
    position: absolute;
    transform-origin: left;
    content: "";
    height: 5px;
    top: -15px;
    left: 0;
    transform: scaleX(0);
}

.appZone li {
    position: relative;
    opacity: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    transform: translateX(20px);
}

.course_program_description::before {
    top: 0;
    background: linear-gradient(135deg, rgb(217,177,189,0.5) 0%, transparent 50%, rgb(190,143,167,0.5) 100%);
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
}

.course_program_description .text_element h2 {
    padding: 15px;
    border-radius: 10px;
    background-image: repeating-linear-gradient(45deg, rgb(217,177,189,0.5) 0px, rgb(217,177,189,0.5) 2px, transparent 2px, transparent 8px);
    transition: transform 0.5s ease;
    color: #000000;
    position: relative;
    font-size: 38px;
    font-weight: 700;
    transform: translateX(0);
    margin-bottom: 30px;
}

.course_program_description .hero_image::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(217,177,189,0.5) 0%, transparent 80%);
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}



.course_program_description .text_element::after {
    animation: rotateAnimation 30s infinite linear reverse;
    z-index: -1;
    content: "";
    width: 100px;
    border-radius: 50%;
    right: -60px;
    position: absolute;
    top: -40px;
    height: 100px;
    border: 2px dashed rgb(217,177,189,0.5);
}



.course_program_description .training_path .text_element .description strong {
    font-weight: 600;
    color: rgb(190,143,167);
}

.opening_board {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background: #000000;
}

.opening_board .main_entry {
    height: 100%;
    position: relative;
    width: 100%;
}

.opening_board .online_skills img {
    height: 100%;
    width: 100%;
    filter: brightness(0.7);
    object-fit: cover;
}

.opening_board .learn_begin label:hover {
    opacity: 0.8;
}

.opening_board .text_element .container {
    background: rgba(0, 0, 0, 0.7);
    border-left: 4px solid rgb(217,177,189);
    background: #000000;
    border-radius: 28px;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
}

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

.course_instructor::before {
    top: 0;
    opacity: 0.05;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(217,177,189,0.5) 0,
        rgb(217,177,189,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}

.course_instructor .hero_image {
    position: relative;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
    height: 100%;
}

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

.course_instructor .hero_image:hover::after {
    opacity: 0;
}

.course_instructor .hero_image:hover ~ .name,
.course_instructor .hero_image:hover ~ span:not(.name) {
    transform: translateX(5px);
}

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

.course_beneficiaries .quick_mastery {
    z-index: 3;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}

.course_beneficiaries h3::before {
    bottom: -12px;
    left: 50%;
    content: '';
    box-shadow: 0 0 10px rgb(217,177,189), 0 0 20px rgb(217,177,189,0.5);
    position: absolute;
    width: 200px;
    background: rgb(217,177,189);
    height: 3px;
    transform: translateX(-50%);
    border-radius: 50px;
}

.course_beneficiaries ul li:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.course_beneficiaries ul li::after {
    width: 80px;
    content: '';
    position: absolute;
    animation: pulsateBubble 5s infinite alternate;
    bottom: -30px;
    border-radius: 50%;
    border: 2px solid rgb(217,177,189,0.5);
    height: 80px;
    right: -30px;
    opacity: 0.3;
}

#privacyAlertWindow {
    display: none;
}

.cookie_popup_display h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie_hide {
    margin-right: 10px;
    flex-shrink: 0;
}


.inner-container .cookie_popup_display {
    background: rgb(217,177,189);
    box-shadow: rgb(190,143,167,0.5) 0px 0px 10px 10px;
}

.inner-container .track_bar {
    text-align: left;
    color: #ffffff;
}

.inner-container .cookie_popup_display p a {
    color: rgb(190,143,167);
    text-decoration: underline;
}

.program_outcomes .container {
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
}

.program_outcomes .hero_image:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.program_outcomes .text_element {
    position: relative;
}

.program_outcomes .quick_mastery:hover .text_element::before {
    transform: scaleX(1.2);
}

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

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

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

.service_contact .learn_form {
    font-size: 38px;
    margin-bottom: 50px;
    overflow: hidden;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: rgb(217,177,189);
}

.service_contact .hero_image:hover {
    box-shadow: 0 15px 40px rgb(190,143,167,0.5);
    transform: scale(1.05);
}

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

.service_contact .msg_team p a:hover {
    color: rgb(217,177,189);
}

.service_contact .support_info {
    position: relative;
    border-radius: 27px;
    transition: all 0.4s ease;
    margin-top: 50px;
    background: rgb(242,211,221);
    padding: 30px;
    overflow: hidden;
}

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

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

.contact_form_box h2 {
    color: #000000;
    font-size: 33px;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    display: inline-block;
    text-align: left;
    font-weight: 700;
    position: relative;
}

.contact_form_box form h3 {
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
    font-size: 23px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}

.contact_form_box .query_list {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.contact_form_box .query_list input[type="checkbox"]:checked + label::after {
    content: "";
    height: 10px;
    left: 8px;
    position: absolute;
    top: 6px;
    border-right: 2px solid #ffffff;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}

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

.company_info::before {
    z-index: -1;
    opacity: 0.85;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    background: #000000;
    content: "";
}

.company_info .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.company_info .text_element::before {
    opacity: 0;
    width: 100%;
    transition: opacity 0.5s ease;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(217,177,189,0.5) 0%, 
        transparent 100%);
    height: 100%;
    top: 0;
    content: "";
    pointer-events: none;
    z-index: 0;
    left: 0;
}

.company_info .text_element h6::before {
    transition: transform 0.4s ease;
    position: absolute;
    height: 2px;
    transform-origin: left;
    transform: scaleX(1);
    background: rgb(217,177,189);
    width: 40px;
    content: "";
    bottom: -10px;
    left: 0;
}

.privacy_stronghold h1, .privacy_stronghold h2, .privacy_stronghold h3, .privacy_stronghold h4, .privacy_stronghold h5, .privacy_stronghold h6 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: rgb(217,177,189);
    position: relative;
    letter-spacing: 0.05em;
    z-index: 1;
}

.privacy_stronghold h1 {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(217,177,189);
    font-weight: 700;
    font-size: 46px;
}

.privacy_stronghold div {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

footer {
    position: relative;
    z-index: 1;
}

footer {
    background-position: center !important;
    background-size: cover !important;
}

.blog_ref .container {
    position: relative;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
}

.blog_ref .company_holder h3 {
    color: #ffffff;
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    position: relative;
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    transform: skewX(-10deg);
}

.blog_ref .head_wrap {
    position: relative;
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
}

.blog_ref .head_wrap .main_pro a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 14px;
    transform: skewX(-5deg);
    padding: 0.7rem 1rem;
    text-decoration: none;
    position: relative;
    display: block;
}

.skill_links .container {
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

header .container {
    position: relative;
    z-index: 2;
    padding: 0;
    align-items: center;
    flex-direction: column;
    display: flex;
}

header .top_edu {
    justify-content: center;
    align-items: center;
    margin: 1rem 0 1.5rem;
    z-index: 3;
    position: relative;
    text-decoration: none;
    display: flex;
}

header .top_edu:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(190,143,167));
}

header .head_wrap {
    border-top: 1px solid rgb(217,177,189,0.5);
    scrollbar-width: none;
    border-bottom: 1px solid rgb(217,177,189,0.5);
    padding: 1rem 0;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    display: flex;
    position: relative;
    gap: 0.8rem;
    width: 100vw;
    overflow-x: auto;
    justify-content: center;
}

header .main_base:hover {
    color: rgb(190,143,167);
    text-shadow: 0 0 5px rgb(190,143,167,0.5);
    transform: translateY(-2px) translateZ(0);
}

.training_method::before {
    left: 0;
    opacity: 0.03;
    background-size: 100px 100px;
    content: '';
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    background-image: linear-gradient(45deg, rgb(217,177,189,0.5) 25%, transparent 25%, transparent 75%, rgb(217,177,189,0.5) 75%);
    width: 100%;
}

.training_method .text_element::after {
    position: absolute;
    z-index: 5;
    border-right: 30px solid transparent;
    height: 0;
    content: '';
    border-left: 30px solid transparent;
    width: 0;
    border-bottom: 40px solid rgb(190,143,167);
    opacity: 0.3;
    left: 35%;
    bottom: 0;
}

.training_method .text_element p::after {
    left: -30px;
    content: '';
    width: 30px;
    height: 100%;
    background: linear-gradient(to left, rgb(190,143,167,0.5), transparent);
    top: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.3;
}

.cost_plan {
    background: rgb(242,211,221);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

.cost_plan::after {
    position: absolute;
    height: 250px;
    content: "";
    bottom: -50px;
    left: -50px;
    z-index: 0;
    width: 250px;
    background: linear-gradient(225deg, rgb(217,177,189,0.5), rgb(190,143,167,0.5));
    border-radius: 50%;
    filter: blur(50px);
}

.cost_plan .plan_details {
    perspective: 1000px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}

.cost_plan .edu_deals {
    flex-direction: column;
    display: flex;
    min-height: 430px;
    background: #ffffff;
    position: relative;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s ease;
}

.cost_plan .pricing_deals::after {
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background: rgb(217,177,189);
    left: -10px;
    height: 20px;
    position: absolute;
    border-radius: 3px;
    width: 3px;
}

.cost_plan .pricing_catalog:nth-child(4) .edu_deals {
    border-top: 4px solid #00b894;
}



@media (max-width: 992px) {.try_immediately {
    padding: 5rem 0;
}.try_immediately h2 {
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 1200px) {.appZone {
    padding: 100px 0;
}.appZone h2 {
    font-size: calc(36px * 0.9);
}.appZone .quick_mastery {
    padding: 40px;
}
}



@media (max-width: 992px) {.appZone {
    padding: 80px 0;
}.appZone h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 30px;
}.appZone .quick_mastery {
    padding: 35px;
}.appZone li span {
    font-size: 14px;
}
}



@media (max-width: 1024px) {.course_program_description {
    padding: 80px 0;
}.course_program_description .text_element {
    width: 90%;
}
}



@media (max-width: 576px) {.course_program_description {
    padding: 40px 0;
}.course_program_description .text_element h2 {
    font-size: calc(38px * 0.8);
}.course_program_description .text_element .description {
    font-size: calc(15px * 0.95);
}.course_program_description .text_element .description:last-child {
    padding: 20px;
}.course_program_description::after,
    .course_program_description .training_path::before,
    .course_program_description .text_element::after {
    display: none;
}.course_program_description .text_element::before {
    width: 60px;
}}



@media (max-width: 768px) {.course_instructor {
    padding: 80px 0;
}.course_instructor .container {
    padding: 0 20px;
}.course_instructor .learner_review {
    gap: 0;
    grid-template-columns: 1fr;
}.course_instructor .hero_image {
    height: 300px;
    min-height: 300px;
}.course_instructor .job_expertise {
    padding: 35px 25px;
}.course_instructor .name {
    left: 25px;
    bottom: 50px;
    font-size: calc(22px * 0.9);
}.course_instructor .learner_review span:not(.name) {
    left: 25px;
    bottom: 25px;
    font-size: calc(18px * 0.95);
}.course_instructor .job_expertise::before {
    left: 25px;
    width: 24px;
    height: 20px;
    top: 25px;
}.course_instructor .job_expertise::after {
    right: 25px;
    width: 24px;
    height: 20px;
    bottom: 25px;
}
}



@media (max-width: 767px) {.program_outcomes {
    padding: 4rem 0;
}.program_outcomes h1 {
    font-size: calc(37px * 0.9);
}.program_outcomes ul {
    grid-template-columns: 1fr;
    gap: 1.2rem;
}.program_outcomes .quick_mastery {
    padding: 1.5rem;
}
}



@media screen and (max-width: 1024px) {.service_contact {
    padding: 80px 0;
}.service_contact .reach_form {
    padding: 50px;
}.service_contact .hero_image {
    height: 280px;
}.service_contact .learn_form {
    font-size: calc(38px * 0.9);
}.service_contact .msg_team {
    gap: 25px;
}.service_contact .support_info {
    padding: 25px;
}.service_contact .msg_team p svg {
    height: 22px;
    width: 22px;
}
}



@media screen and (max-width: 767px) {.contact_form_box {
    padding: 70px 0;
}.contact_form_box h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.contact_form_box .hero_image {
    box-shadow: -10px 10px 0 rgb(217,177,189,0.5);
    min-height: 300px;
    width: 100%;
}.contact_form_box form {
    padding: 40px 30px;
}
}



@media screen and (max-width: 576px) {.contact_form_box {
    padding: 50px 0;
}.contact_form_box h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.contact_form_box .hero_image {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(217,177,189,0.5);
}.contact_form_box form {
    padding: 30px 20px;
}.contact_form_box form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.contact_form_box form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_form_box form .feedback_box {
    padding: 15px 20px;
    width: 100%;
}}



@media (max-width: 768px) {.blog_ref {
    padding: 3.5rem 0 1.5rem;
}.blog_ref::before {
    height: 10px;
}.blog_ref .company_holder h3 {
    font-size: calc(35px - 2px);
}.blog_ref .equity_pledge {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.blog_ref .head_wrap h5, 
    .blog_ref .head_wrap .main_pro a {
    transform: skewX(-3deg);
}.blog_ref .head_wrap .main_pro a:hover {
    transform: skewX(-3deg) translateX(5px);
}.skill_links {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.skill_links .biz_learnings {
    transform: skewX(-3deg);
}
}



@media screen and (max-width: 992px) {.training_method {
    padding: 140px 0 110px;
}.training_method .text_element h2 {
    padding: 30px 35px;
    width: 65%;
}.training_method .text_element p {
    width: 75%;
    padding: 35px 40px;
}.training_method .text_element::before {
    border-right: 25px solid transparent;
    right: 25%;
    border-left: 25px solid transparent;
    border-top: 35px solid rgb(217,177,189);
}.training_method .text_element::after {
    left: 25%;
    border-bottom: 35px solid rgb(190,143,167);
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
}.training_method::after {
    width: 300px;
}.training_method .quick_mastery::before {
    width: 300px;
}
}



@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes slideUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



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

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}



@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

