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

html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: smooth;
}

.try_immediately::before {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    z-index: -1;
    background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 15px,
    transparent 15px,
    transparent 30px
  );
    width: 100%;
}

.try_immediately .quick_mastery:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 15px 35px -5px rgba(0, 0, 0, 0.15),
    0 10px 20px -5px rgba(0, 0, 0, 0.1);
}

.try_immediately .quick_mastery:hover svg {
    transform: scale(1.15) rotate(10deg);
}

.try_immediately .quick_mastery > div {
    justify-content: center;
    display: flex;
    flex-grow: 1;
}

.try_immediately .feedback_box:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.try_immediately .feedback_box:hover::before {
    left: 100%;
}

.try_immediately .feedback_box:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.appZone::before {
    right: -50px;
    content: "";
    height: 300px;
    top: -50px;
    z-index: 0;
    filter: blur(80px);
    animation: float 15s ease-in-out infinite;
    width: 300px;
    position: absolute;
    background: rgb(217,177,189,0.5);
}

.appZone .quick_mastery {
    overflow: hidden;
    position: relative;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
    background: #ffffff;
    border-radius: 24px;
    opacity: 0;
    transform: translateY(30px);
}

.appZone ul {
    padding: 0;
    position: relative;
    margin: 0;
    list-style: none;
}

.appZone li::before {
    background: rgb(217,177,189);
    animation: pulse 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s forwards;
    height: 10px;
    width: 10px;
    top: 8px;
    border-radius: 50%;
    content: "";
    left: 0;
    position: absolute;
    transform: scale(0);
}

.course_program_description .text_element {
    width: 80%;
    margin: 0 auto 60px;
    position: relative;
}

.course_program_description .text_element h2:hover {
    transform: translateX(10px);
}

.course_program_description .text_element .description {
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    border-left: 2px solid rgb(217,177,189);
    font-size: 15px;
    padding-left: 20px;
    line-height: 1.7;
}

.course_program_description .training_path:hover .hero_image {
    transform: scale(1.05);
    opacity: 0.3;
}

.course_program_description .hero_image::after {
    content: "";
    position: absolute;
    width: 80%;
    bottom: 0;
    background: linear-gradient(225deg, rgb(190,143,167,0.5) 0%, transparent 100%);
    right: 0;
    height: 40%;
    z-index: 1;
}

.course_program_description .text_element .description:first-of-type {
    position: relative;
    border-left: none;
    overflow: hidden;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(242,211,221) 10px,
        rgb(242,211,221) 12px
    );
    border-radius: 10px;
    padding: 20px;
}

.course_program_description .text_element h2::after {
    content: "";
    height: 30px;
    position: absolute;
    filter: blur(15px);
    z-index: -1;
    top: -15px;
    background-color: rgb(217,177,189,0.5);
    border-radius: 50%;
    left: -15px;
    width: 30px;
}

.opening_board .online_skills {
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    visibility: hidden;
    position: absolute;
}

.opening_board .text_element {
    z-index: 5;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 80px;
}

.opening_board .text_element p {
    line-height: 1.7;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.opening_board::before {
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%,
        #000000 100%
    );
    z-index: 1;
    pointer-events: none;
    width: 100%;
    position: absolute;
}

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

.course_instructor .learner_review {
    grid-template-columns: 350px 1fr;
    border-radius: 25px;
    max-width: 1000px;
    gap: 50px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    display: grid;
    overflow: hidden;
    position: relative;
}

.course_instructor .hero_image::after {
    width: 100%;
    content: "";
    opacity: 0.15;
    top: 0;
    transition: opacity 0.4s ease;
    background: rgb(217,177,189);
    left: 0;
    height: 100%;
    position: absolute;
}

.course_instructor .job_expertise {
    padding: 50px 40px;
    margin: 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

.course_beneficiaries::before {
    content: '';
    top: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.3;
    bottom: 0;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(190,143,167,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(217,177,189,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    left: 0;
    right: 0;
    animation: rotateRings 30s linear infinite;
}

.course_beneficiaries ul {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    padding: 0;
    display: grid;
    gap: 2.5rem;
    margin: 0;
    list-style: none;
}

.course_beneficiaries ul li::before {
    height: 100px;
    animation: floatBubble 15s infinite ease-in-out alternate;
    background: radial-gradient(circle, rgb(190,143,167,0.5) 0%, transparent 70%);
    left: -50%;
    width: 100px;
    top: -50%;
    z-index: -1;
    opacity: 0.5;
    content: '';
    position: absolute;
    border-radius: 50%;
}

.cookie_popup_display {
    background: rgb(242,211,221);
    border-top: 2px solid rgb(217,177,189);
    z-index: 90;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.cookie_popup_display p a {
    color: rgb(217,177,189);
    text-decoration: none;
}

.inner-container .data_policy {
    justify-content: space-between;
    padding: 40px 0;
}

.inner-container .track_bar h5 {
    font-weight: 700;
}

.inner-container .track_bar h5, .inner-container .track_bar p {
    color: #ffffff;
}

.program_outcomes::after {
    height: 1px;
    left: 10%;
    bottom: 0;
    position: absolute;
    transform: translateY(-2rem);
    width: 80%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(217,177,189) 50%, transparent);
}

.program_outcomes .quick_mastery {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 2.5rem;
    transform: translateY(-30px);
    background: #ffffff;
}

.program_outcomes h1 {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    line-height: 1.3;
    color: #000000;
    font-size: 37px;
    font-weight: 700;
}

.program_outcomes svg {
    height: 24px;
    width: 24px;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    transform: translateY(2px);
    top: 0;
    left: 0;
}

.service_contact .container {
    margin: 0 auto;
    position: relative;
    max-width: 1240px;
}

.service_contact .reach_form:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 70px rgb(190,143,167,0.5);
}

.service_contact .learn_form:before {
    background: rgb(190,143,167);
    bottom: -12px;
    border-radius: 10px;
    height: 5px;
    content: '';
    position: absolute;
    width: 100%;
    transform-origin: left;
    animation: slideIn 1.5s ease forwards;
    transform: scaleX(0);
    left: 0;
}

.service_contact .msg_team p svg {
    transition: all 0.3s ease;
    height: 24px;
    fill: rgb(190,143,167);
    flex-shrink: 0;
    width: 24px;
    margin: 0 15px;
}

.service_contact .msg_team p a {
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    color: rgb(190,143,167);
}

.service_contact .support_info:hover {
    background: rgb(190,143,167,0.5);
    box-shadow: 0 10px 30px rgb(217,177,189,0.5);
}

.service_contact .get_contactblock {
    color: rgb(217,177,189);
    margin-bottom: 25px;
    position: relative;
    font-size: 23px;
    font-weight: 600;
    align-items: center;
    display: flex;
}

.service_contact .send_request svg {
    height: 16px;
    margin-right: 10px;
    width: 16px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

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

.contact_form_box .support_grid {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    align-items: center;
}

.contact_form_box .message_map {
    order: 1;
}

.contact_form_box form input[type="text"] {
    border: none;
    font-family: Arial, sans-serif;
    font-size: 18px;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 18px 25px;
    background: rgb(242,211,221);
}

.contact_form_box .query_list label::before {
    left: 0;
    background: rgb(242,211,221);
    width: 22px;
    height: 22px;
    position: absolute;
    transition: all 0.2s ease;
    border-radius: 10px;
    content: "";
    top: 2px;
}

.contact_form_box form .feedback_box:hover {
    background: rgb(217,177,189);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.company_info::after {
    content: "";
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    width: 150%;
    left: -25%;
    height: 150px;
    opacity: 0.05;
    z-index: -1;
    transform: rotate(-2deg);
    position: absolute;
    top: -75px;
    background: rgb(217,177,189);
}

.company_info .text_element:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.company_info .text_element::after {
    transform: rotate(45deg);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
    background: rgb(217,177,189);
}

.company_info .text_element:hover h6 {
    transform: translateX(8px);
}

.company_info .text_element div {
    z-index: 1;
    position: relative;
}

.privacy_stronghold::before {
    z-index: 0;
    transform: rotate(45deg);
    position: absolute;
    right: -10px;
    height: 150px;
    top: -10px;
    width: 150px;
    content: '';
    opacity: 0.5;
    background: radial-gradient(circle at center, rgb(217,177,189), transparent);
}

.privacy_stronghold ul, .privacy_stronghold ol {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    z-index: 1;
    list-style: none;
}

.privacy_stronghold ol {
    counter-reset: item;
}

.privacy_stronghold ol li {
    list-style-type: none;
}

.privacy_stronghold ol li:before {
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    position: absolute;
    top: 0;
    content: counter(item);
    height: 20px;
    counter-increment: item;
    width: 20px;
    font-size: 17px;
    color: #000000;
    left: 0;
    background-color: rgb(190,143,167);
}

.blog_ref .company_holder {
    padding: 0 3rem 2rem 0;
    flex: 0 0 40%;
    position: relative;
    margin-bottom: 2rem;
}

.blog_ref .equity_pledge {
    transform-origin: left top;
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(217,177,189);
    font-size: 14px;
    color: #ffffff;
    transform: skewX(-5deg);
    line-height: 1.6;
    padding: 1.5rem;
}

.blog_ref .head_wrap h5::before {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    transform: skewX(5deg);
    background: rgb(217,177,189);
}

.blog_ref .head_wrap .main_pro a:hover::before {
    left: 100%;
}

.skill_links {
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    position: relative;
    margin-top: 2rem;
    padding: 1.5rem 0;
}

header::after {
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(190,143,167,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(190,143,167,0.5) 100%);
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 20px 20px;
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    top: 0;
}

header .top_edu svg {
    transition: all 0.4s ease;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(217,177,189,0.5));
    height: 45px;
}

header .head_wrap::before {
    z-index: 3;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    content: "";
    height: 100%;
    width: 100%;
}

header .main_base::after {
    left: 50%;
    width: 0%;
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(190,143,167);
    bottom: 0;
    content: "";
    transform: translateX(-50%);
    height: 2px;
}

.training_method .text_element {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

.training_method .text_element::before {
    width: 0;
    border-right: 30px solid transparent;
    content: '';
    opacity: 0.3;
    border-top: 40px solid rgb(217,177,189);
    right: 35%;
    top: 0;
    border-left: 30px solid transparent;
    z-index: 5;
    height: 0;
    position: absolute;
}

.training_method .text_element h2::before {
    opacity: 0.5;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(217,177,189), transparent);
    bottom: 0;
    height: 5px;
    width: 100%;
    left: 0;
}

.training_method::after {
    position: absolute;
    bottom: 50px;
    width: 400px;
    height: 1px;
    right: 0;
    opacity: 0.3;
    background: linear-gradient(90deg, transparent, rgb(217,177,189));
    z-index: 1;
    content: '';
}

.cost_plan::before {
    z-index: 0;
    border-radius: 50%;
    content: "";
    width: 300px;
    height: 300px;
    top: -50px;
    filter: blur(60px);
    position: absolute;
    background: linear-gradient(135deg, rgb(190,143,167,0.5), rgb(217,177,189,0.5));
    right: -50px;
}

.cost_plan .study_sub h2::after {
    bottom: -10px;
    height: 3px;
    content: "";
    width: 80px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(217,177,189), rgb(190,143,167));
}

.cost_plan .payment_pricing {
    position: relative;
    flex: 1;
    padding: 2rem;
    z-index: 2;
}

.cost_plan .pricing_catalog:hover h3::before {
    width: 100%;
}

.cost_plan .pricing_deals {
    font-weight: 700;
    position: relative;
    color: rgb(190,143,167);
    margin: 1.5rem 0;
    font-size: calc(18px * 1.4);
    display: block;
}

.cost_plan .hero_image::before {
    inset: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
}

header .head_wrap::-webkit-scrollbar {
    display: none;
}



@media (max-width: 768px) {.try_immediately {
    padding: 4rem 0;
}.try_immediately h2 {
    font-size: calc(32px * 0.8);
}.try_immediately .quick_mastery {
    padding: 1.5rem;
    flex-direction: column;
    gap: 1.5rem;
}.try_immediately svg {
    height: 40px;
    width: 40px;
}.try_immediately .feedback_box {
    font-size: calc(16px * 0.9);
    padding: 0.875rem 2rem;
    width: 100%;
}
}



@media (max-width: 768px) {.appZone {
    padding: 70px 0;
}.appZone h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.8);
}.appZone h2::before {
    height: 4px;
    width: 60px;
}.appZone .quick_mastery {
    padding: 30px 25px;
}.appZone li {
    padding-left: 25px;
}
}



@media (max-width: 991px) {.opening_board .text_element {
    bottom: 60px;
}.opening_board .text_element .container {
    max-width: 700px;
    padding: 25px;
    margin: 0 20px;
}.opening_board .learn_begin {
    bottom: 30px;
}
}



@media (max-width: 992px) {.course_instructor {
    padding: 100px 0;
}.course_instructor .learner_review {
    grid-template-columns: 300px 1fr;
    gap: 40px;
}.course_instructor .hero_image {
    min-height: 350px;
}.course_instructor .job_expertise {
    padding: 40px 30px;
}.course_instructor .job_expertise::before {
    width: 30px;
    height: 24px;
    top: 30px;
    left: 30px;
}.course_instructor .job_expertise::after {
    height: 24px;
    right: 30px;
    bottom: 30px;
    width: 30px;
}
}



@media (max-width: 992px) {.course_beneficiaries {
    padding: 4rem 0;
}.course_beneficiaries h3 {
    font-size: calc(33px * 0.9);
}.course_beneficiaries ul {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.course_beneficiaries ul li {
    padding: 1.2rem 1.8rem;
    border-radius: 40px;
}
}


@media only screen and (max-width: 1200px) {.cookie_popup_display {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.cookie_hide {
    display: none;
}.data_policy {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_popup_display h5 {
    text-align: center;
}.cookie_popup_display p {
    text-align: center;
}.track_bar {
    margin-bottom: 20px;
}body .inner-container .online_cookies {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 480px) {.program_outcomes {
    padding: 3rem 0;
}.program_outcomes h1 {
    font-size: calc(37px * 0.8);
}.program_outcomes .hero_image {
    clip-path: polygon(0 0, 100% 2%, 98% 98%, 2% 100%);
}.program_outcomes .quick_mastery {
    padding: 1.25rem;
    transform: translateY(-15px);
}.program_outcomes li {
    padding-left: 2.2rem;
}.program_outcomes li p {
    font-size: calc(14px * 0.95);
}}



@media screen and (max-width: 991px) {.contact_form_box {
    padding: 90px 0;
}.contact_form_box .support_grid {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_form_box .hero_image {
    order: 1;
    min-height: 400px;
    max-width: 600px;
    margin: 0 auto;
}.contact_form_box .message_map {
    order: 2;
}.contact_form_box form {
    margin: 0 auto;
    max-width: 600px;
}
}



@media (min-width: 768px) {.company_info .text_element span {
    column-count: 2;
}
}



@media (max-width: 767px) {.company_info {
    padding: 100px 0 60px;
}.company_info h4 {
    font-size: calc(35px * 0.8);
    margin-bottom: 40px;
}.company_info .text_element {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px;
}.company_info .text_element h6 {
    font-size: calc(23px * 1.1);
    margin-bottom: 20px;
}
}



@media (max-width: 1200px) {.blog_ref .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.blog_ref .mobile_cta {
    flex: 0 0 65%;
}
}



@media (max-width: 576px) {.blog_ref {
    padding: 3rem 0 1rem;
}.blog_ref::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.blog_ref .head_wrap {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.blog_ref .company_holder {
    margin-bottom: 2rem;
}.blog_ref .head_wrap .main_pro a {
    padding: 0.6rem 0.8rem;
}.blog_ref .head_wrap .main_pro a:hover {
    padding-left: 1.2rem;
}.skill_links {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}



@media (max-width: 767px) {header .top_edu {
    margin: 0.6rem 0 1rem;
}header .top_edu svg {
    height: 35px;
}header .top_edu::before {
    height: 90px;
    width: 90px;
}header .top_edu::after {
    width: 50px;
    height: 50px;
}header .head_wrap {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .main_base {
    font-size: calc(14px - 2px);
    padding: 0.4rem 1rem;
}header .main_base:first-child {
    margin-left: 2rem;
}header .main_base:last-child {
    margin-right: 2rem;
}}



@media (min-width: 768px) {.cost_plan .plan_details {
    grid-template-columns: repeat(2, 1fr);
}.cost_plan .edu_deals {
    min-height: 480px;
}.cost_plan .study_sub {
    padding: 0 2rem;
}.cost_plan .study_sub h2 {
    font-size: calc(29px * 1.2);
}
}



@media (min-width: 1200px) {.cost_plan .plan_details {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.cost_plan .pricing_catalog {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.cost_plan .pricing_catalog:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.cost_plan .edu_deals {
    min-height: 520px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}.cost_plan .hero_image {
    height: 200px;
}.cost_plan .pricing_deals {
    font-size: calc(18px * 1.6);
}.cost_plan .study_sub h2 {
    font-size: calc(29px * 1.3);
}
}



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



@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}



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



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

