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

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

.blog_ref {
    flex: 0 0 auto;
}

.blog_ref {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}

.try_immediately::after {
    top: -50%;
    background: radial-gradient(
    circle at center,
    rgb(217,177,189,0.5) 0%,
    transparent 70%
  );
    transform: rotate(35deg);
    right: -25%;
    height: 200%;
    z-index: -1;
    width: 80%;
    position: absolute;
    content: "";
}

.try_immediately .quick_mastery {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    animation: fadeSlideUp 0.8s ease-out 0.2s both;
    gap: 2rem;
    position: relative;
    align-items: center;
    max-width: 600px;
    padding: 2rem;
    width: calc(100% - 4rem);
    box-shadow: 
    0 10px 30px -5px rgba(0, 0, 0, 0.1),
    0 5px 15px -5px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5)
  );
    justify-content: center;
    display: flex;
    border-radius: 4px;
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.appZone::after {
    content: "";
    z-index: 0;
    filter: blur(100px);
    animation: float 20s ease-in-out infinite alternate;
    width: 500px;
    bottom: -100px;
    height: 500px;
    position: absolute;
    background: rgb(190,143,167,0.5);
    left: -100px;
}

.appZone .quick_mastery::before {
    height: 100%;
    left: 0;
    position: absolute;
    transform: scaleY(0);
    width: 6px;
    top: 0;
    background: linear-gradient(to bottom, rgb(217,177,189), rgb(190,143,167));
    content: "";
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
    transform-origin: top;
}

.appZone li span {
    font-family: Arial, sans-serif;
    font-weight: 400;
    transition: transform 0.3s ease;
    line-height: 1.8;
    transform: translateY(0);
    font-size: calc(14px * 1.05);
    position: relative;
    color: #000000;
    display: block;
}

.course_program_description .training_path {
    flex-direction: column;
    display: flex;
    z-index: 2;
}

.course_program_description .text_element::before {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(217,177,189), rgb(190,143,167));
    position: absolute;
    top: -20px;
    border-radius: 10px;
    content: "";
    left: 0;
}

.course_program_description .hero_image {
    height: 100%;
    z-index: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.2;
}

.course_program_description .training_path::after {
    right: -20px;
    top: 40px;
    z-index: -1;
    animation: rotateAnimation 20s infinite linear;
    border: 4px solid rgb(217,177,189,0.5);
    border-radius: 10px;
    content: "";
    width: 40px;
    position: absolute;
    height: 40px;
}

.course_program_description .text_element .description:first-of-type::after {
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(217,177,189), transparent);
}

.course_program_description .container::before {
    content: "";
    width: 150%;
    left: -25%;
    bottom: -40px;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(217,177,189,0.5), transparent);
}

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

.opening_board .learn_begin {
    bottom: 40px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 10;
    display: flex;
    gap: 15px;
    position: absolute;
}

.opening_board .text_element h1 {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 15px;
    color: #ffffff;
}

.opening_board .main_entry input:nth-child(1):checked ~ .main_begin .online_skills:nth-child(1),
.opening_board .main_entry input:nth-child(2):checked ~ .main_begin .online_skills:nth-child(2),
.opening_board .main_entry input:nth-child(3):checked ~ .main_begin .online_skills:nth-child(3),
.opening_board .main_entry input:nth-child(4):checked ~ .main_begin .online_skills:nth-child(4),
.opening_board .main_entry input:nth-child(5):checked ~ .main_begin .online_skills:nth-child(5),
.opening_board .main_entry input:nth-child(6):checked ~ .main_begin .online_skills:nth-child(6),
.opening_board .main_entry input:nth-child(7):checked ~ .main_begin .online_skills:nth-child(7),
.opening_board .main_entry input:nth-child(8):checked ~ .main_begin .online_skills:nth-child(8),
.opening_board .main_entry input:nth-child(9):checked ~ .main_begin .online_skills:nth-child(9),
.opening_board .main_entry input:nth-child(10):checked ~ .main_begin .online_skills:nth-child(10) {
    visibility: visible;
    z-index: 2;
}

.course_instructor .learner_review span:not(.name) {
    color: #ffffff;
    opacity: 0.85;
    z-index: 2;
    margin: 0;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    transition: transform 0.3s ease;
    left: 30px;
    bottom: 30px;
    position: absolute;
}

.course_beneficiaries {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(242,211,221), rgb(217,177,189,0.5));
    padding: 5rem 0;
    z-index: 1;
}

.course_beneficiaries::after {
    animation: pulsateRing 10s ease-in-out infinite alternate;
    content: '';
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    left: 50%;
    border: 2px solid rgb(190,143,167,0.5);
    z-index: -2;
    top: 50%;
    box-shadow: 0 0 80px 20px rgb(217,177,189,0.5);
    opacity: 0.2;
}

.course_beneficiaries ul li {
    font-weight: 400;
    border-radius: 50px;
    overflow: hidden;
    align-items: center;
    padding: 1.5rem 2rem;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 18px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    position: relative;
    color: #ffffff;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.course_beneficiaries ul li:hover svg {
    transform: rotate(15deg);
}

.course_beneficiaries ul li:hover svg path {
    fill: rgb(217,177,189);
}

.data_policy {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.online_cookies {
    border-bottom: 2px solid rgb(217,177,189);
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    flex-shrink: 0;
    min-width: 120px;
    color: rgb(217,177,189);
    margin-left: 10px;
    line-height: 35px;
    font-size: 24px;
    text-align: center;
}

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

.program_outcomes .text_element::before {
    left: 0;
    transition: transform 0.4s ease;
    position: absolute;
    width: 40px;
    content: "";
    height: 4px;
    transform: scaleX(0.8);
    background: rgb(217,177,189);
    top: -15px;
}

.program_outcomes li:hover {
    transform: translateX(5px);
}

.program_outcomes li:hover svg {
    transform: translateY(0) scale(1.1);
}

.service_contact {
    padding: 100px 0;
    background: linear-gradient(145deg, rgb(217,177,189) 0%, rgb(190,143,167) 70%, rgb(242,211,221) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.service_contact .reach_form {
    box-shadow: 0 20px 50px rgb(217,177,189,0.5);
    position: relative;
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 60px;
    border-radius: 27px;
}

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

.service_contact .msg_team p:hover svg {
    transform: translateX(5px);
}

.service_contact .msg_team p:hover svg path {
    fill: rgb(217,177,189);
}

.service_contact .msg_team p a:after {
    width: 100%;
    bottom: -3px;
    position: absolute;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.3s ease;
    background: rgb(190,143,167);
    height: 1px;
    transform-origin: right;
    content: '';
}

.service_contact .get_contactblock svg {
    height: 22px;
    width: 22px;
    margin-right: 12px;
}

.service_contact .support_info:hover .get_contactblock svg path {
    fill: rgb(190,143,167);
}

.service_contact .send_request svg path {
    fill: rgb(190,143,167);
}

.service_contact .send_request:hover svg {
    transform: translateX(0);
    opacity: 1;
}

.contact_form_box::before {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(217,177,189), rgb(190,143,167));
    left: 0;
    top: 0;
}

.contact_form_box .hero_image {
    min-height: 500px;
    box-shadow: -15px 15px 0 rgb(217,177,189,0.5);
    overflow: hidden;
    position: relative;
    border-radius: 11px;
    order: 2;
}

.contact_form_box form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(217,177,189,0.5);
    outline: none;
    background: #ffffff;
}

.contact_form_box .query_list label {
    color: #000000;
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
    font-size: 12px;
}

.contact_form_box .query_list label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(217,177,189);
    font-weight: 600;
}

.contact_form_box svg {
    fill: rgb(217,177,189);
    width: 20px;
    height: 20px;
}

.company_info {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.company_info h4 {
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 60px;
    font-size: 35px;
    position: relative;
}

.company_info .text_element {
    border-left: 5px solid rgb(217,177,189);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 40px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    transform-origin: center left;
    overflow: hidden;
}

.company_info .text_element:hover h6::before {
    transform: scaleX(1.5);
}

.privacy_stronghold {
    overflow: hidden;
    position: relative;
    padding: 50px 30px;
    background: linear-gradient(135deg, #000000 0%, rgb(190,143,167,0.5) 100%);
    font-family: Arial, sans-serif;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
}

.privacy_stronghold h2 {
    font-size: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(190,143,167);
    font-weight: 600;
}

.privacy_stronghold li {
    color: #ffffff;
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.privacy_stronghold p, .privacy_stronghold span {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-align: justify;
}

.blog_ref::before {
    top: 0;
    position: absolute;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    content: "";
    background: rgb(217,177,189);
    left: 0;
    width: 100%;
}

.blog_ref .company_holder::after {
    background: linear-gradient(to bottom, #ffffff, transparent);
    width: 1px;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.3;
    right: 1.5rem;
}

.blog_ref .mobile_cta {
    display: flex;
    gap: 0;
    flex: 0 0 60%;
    flex-wrap: wrap;
}

.blog_ref .head_wrap h5 {
    color: #ffffff;
    margin: 0 0 1.5rem;
    padding-left: 1rem;
    position: relative;
    transform: skewX(-5deg);
    font-size: 20px;
    font-weight: 600;
}

.blog_ref .head_wrap .main_pro a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
}

.skill_links .biz_learnings {
    font-size: 15px;
    width: 100%;
    color: #ffffff;
    transform: skewX(-5deg);
    text-align: center;
}

header .head_mentor {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

header .top_edu::before {
    position: absolute;
    animation: rotate 10s linear infinite;
    height: 120px;
    content: "";
    opacity: 0.2;
    width: 120px;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(190,143,167,0.5) 120deg,
            transparent 180deg,
            rgb(217,177,189,0.5) 240deg,
            transparent 360deg
        );
    z-index: -1;
    border-radius: 50%;
}

header .main_base::before {
    height: 100%;
    width: 100%;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 10px;
    transform: translateZ(-10px);
    left: 0;
}

header .main_base:hover::before {
    box-shadow: 0 0 15px rgb(217,177,189,0.5);
    transform: translateZ(0);
    border-color: rgb(190,143,167,0.5);
}

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

.training_method .text_element p {
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    align-self: flex-end;
    padding: 45px 50px;
    border-radius: 0 0 27px 27px;
    z-index: 3;
    width: 65%;
    line-height: 1.8;
    position: relative;
    margin-top: -20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    font-size: 15px;
}

.training_method .text_element p::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(190,143,167));
    height: 5px;
    content: '';
    left: 0;
    opacity: 0.5;
    width: 100%;
}

.training_method .quick_mastery::before {
    z-index: 1;
    top: 50px;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(190,143,167), transparent);
    width: 400px;
    opacity: 0.3;
    height: 1px;
    left: 0;
}

.cost_plan .container {
    z-index: 1;
    position: relative;
}

.cost_plan .learn_rates {
    gap: 3rem;
    flex-direction: column-reverse;
    display: flex;
}

.cost_plan .study_sub h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    font-size: calc(29px * 1.1);
}

.cost_plan .pricing_catalog {
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
}

.cost_plan .pricing_catalog h3::before {
    background: rgb(217,177,189);
    content: "";
    left: 0;
    bottom: -5px;
    width: 40px;
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
}

.cost_plan .hero_image {
    position: relative;
    height: 180px;
}

.cost_plan .pricing_catalog:nth-child(1) .edu_deals {
    border-top: 4px solid rgb(217,177,189);
}

.cost_plan .pricing_catalog:nth-child(3) .edu_deals {
    border-top: 4px solid #6c5ce7;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (prefers-reduced-motion: reduce) {.try_immediately .container,
  .try_immediately h2,
  .try_immediately .quick_mastery,
  .try_immediately svg,
  .try_immediately .feedback_box::before {
    transition: opacity 0.3s ease;
    animation: none;
}.try_immediately .quick_mastery:hover,
  .try_immediately .feedback_box:hover {
    transform: none;
}}



@media (max-width: 576px) {.appZone {
    padding: 60px 0;
}.appZone h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 20px;
}.appZone .quick_mastery {
    padding: 25px 20px;
}.appZone li {
    padding-left: 20px;
}.appZone li::before {
    width: 8px;
    height: 8px;
    top: 6px;
}.appZone li span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}



@media (max-width: 767px) {.opening_board .quick_mastery {
    min-height: 100vh;
    height: auto;
}.opening_board .main_entry {
    height: 60vh;
}.opening_board .text_element {
    padding: 30px 0;
    position: relative;
    bottom: auto;
}.opening_board .text_element .container {
    margin: 0 15px;
    max-width: none;
}.opening_board .text_element h1 {
    font-size: calc(42px * 0.85);
    margin-bottom: 12px;
}.opening_board .text_element h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.85);
}.opening_board .text_element p {
    font-size: calc(16px * 0.9);
}
}



@media (max-width: 480px) {.course_instructor {
    padding: 60px 0;
}.course_instructor .hero_image {
    height: 250px;
    min-height: 250px;
}.course_instructor .job_expertise {
    padding: 30px 20px;
    font-size: calc(18px * 0.9);
}.course_instructor .name {
    font-size: calc(22px * 0.85);
    left: 20px;
    bottom: 45px;
}.course_instructor .learner_review span:not(.name) {
    font-size: calc(18px * 0.9);
    bottom: 20px;
    left: 20px;
}.course_instructor .job_expertise::before,
    .course_instructor .job_expertise::after {
    height: 16px;
    width: 20px;
}}



@media (min-width: 992px) {.program_outcomes .container {
    gap: 2rem;
}.program_outcomes .hero_image {
    width: 50%;
}.program_outcomes .quick_mastery {
    width: 55%;
}.program_outcomes h1 {
    margin-bottom: 2.5rem;
}.program_outcomes li {
    padding-left: 3rem;
}.program_outcomes svg {
    transform: scale(1.15) translateY(2px);
}
}



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



@media (min-width: 992px) {.company_info {
    padding: 180px 0 120px;
}.company_info::after {
    height: 180px;
    top: -90px;
}.company_info h4 {
    margin-bottom: 80px;
}.company_info .text_element {
    padding: 60px;
    margin: 0 40px;
}.company_info .text_element span {
    column-count: 2;
}
}



@media (hover: none) {.company_info .text_element {
    transform: none !important;
}.company_info .text_element:hover h6 {
    transform: none;
}.company_info .text_element:hover h6::before {
    transform: scaleX(1);
}}



@media (max-width: 992px) {.blog_ref {
    padding: 4rem 0 2rem;
}.blog_ref .container {
    flex-direction: column;
}.blog_ref .company_holder {
    margin-bottom: 3rem;
    padding-right: 0;
    flex: 0 0 100%;
}.blog_ref .company_holder::after {
    display: none;
}.blog_ref .mobile_cta {
    flex: 0 0 100%;
}.blog_ref .head_wrap {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 991px) {header .top_edu {
    margin: 0.8rem 0 1.2rem;
}header .top_edu svg {
    height: 40px;
}header .main_base {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1.2rem;
}
}



@media screen and (max-width: 1200px) {.training_method .text_element h2 {
    width: 55%;
}.training_method .text_element p {
    width: 70%;
}.training_method .text_element::before {
    right: 30%;
}.training_method .text_element::after {
    left: 30%;
}
}



@media screen and (max-width: 480px) {.training_method {
    padding: 100px 0 80px;
}.training_method .text_element h2 {
    padding: 25px;
    font-size: calc(38px * 0.8);
    width: 100%;
}.training_method .text_element p {
    font-size: calc(15px * 0.9);
    padding: 25px;
    width: 100%;
}}



@media (min-width: 992px) {.cost_plan .learn_rates {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.cost_plan .plan_details {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.cost_plan .study_sub {
    text-align: left;
    padding-right: 3rem;
    flex: 1;
}.cost_plan .study_sub h2::after {
    transform: none;
    left: 0;
}.cost_plan .edu_deals {
    min-height: 500px;
}
}



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

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}



@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}



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



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

