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

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

.secure_chamber_50 h1 {
    margin-top: 50px;
    text-transform: uppercase;
    background: linear-gradient(90deg, rgb(194,208,191), rgb(155,173,152));
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(194,208,191);
    letter-spacing: 2px;
    color: rgb(194,208,191);
    -webkit-background-clip: text !important;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 47px;
    color: transparent;
}

.secure_chamber_50 section {
    padding: 25px;
    background: rgb(227,233,225);
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 0 15px rgb(194,208,191,0.5);
}

.leadership_experience_62 .client_feedback_17 {
    justify-content: center;
    z-index: 1;
    flex-direction: row;
    max-width: 1100px;
    position: relative;
    transform: rotate(-2deg);
    gap: 2rem;
    margin: 0 auto;
    align-items: center;
    display: flex;
}

.leadership_experience_62 .work_area_31 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    padding: 2.5rem;
    max-width: 450px;
    background: #ffffff;
    z-index: 2;
    border-radius: 11px;
    position: relative;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
}

.leadership_experience_62 .client_feedback_17:hover .img_holder_96 {
    box-shadow: 30px 30px 0 rgb(194,208,191,0.5);
    transform: perspective(1000px) rotateY(-5deg);
}

.opening_page_31::after {
    background: linear-gradient(225deg, rgb(155,173,152) 0%, transparent 70%);
    width: 40%;
    right: -5px;
    position: absolute;
    opacity: 0.1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    content: "";
    height: 40%;
    bottom: -5px;
}

.opening_page_31 .statement_holder_87 {
    z-index: 3;
    padding: 2rem 1rem;
    transform: translateZ(20px);
    animation: fadeUp 1s ease-out 0.3s forwards;
    flex: 1;
    opacity: 0;
    position: relative;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.opening_page_31 .course_main_46::before {
    content: "";
    left: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(94, 170, 168, 0.05) 100%);
    width: 100%;
}

.opening_page_31 .course_main_46 svg path {
    fill: rgb(155,173,152);
    transition: fill 0.4s ease;
}

.opening_page_31 .course_main_46 p {
    position: relative;
    margin: 0;
    font-size: calc(14px * 1.1);
    line-height: 1.6;
    color: #000000;
    z-index: 1;
}

.opening_page_31 .help_links_53:hover::before {
    left: 100%;
}

.opening_page_31 .img_holder_96 {
    border-radius: 29px;
    box-shadow: 20px 20px 40px rgba(0,0,0,0.2);
    animation: photoEntrance 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    opacity: 0;
    width: 100%;
    height: 350px;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}

.thanks_msg_72 .container {
    margin: 0 auto;
    transform: translateY(30px);
    position: relative;
    opacity: 0;
    max-width: 1200px;
    padding: 0 2rem;
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
    z-index: 1;
}

.thanks_msg_72 h2::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(155,173,152), transparent);
    animation: lineExpand 0.6s ease-out 1s forwards;
    left: 0;
    width: 80px;
    bottom: -12px;
    content: "";
    position: absolute;
    height: 4px;
    transform: scaleX(0);
}

.thanks_msg_72 li::before {
    left: -1.5rem;
    width: 0.5rem;
    top: 0.5rem;
    position: absolute;
    background-color: rgb(155,173,152);
    height: 0.5rem;
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    transform: rotate(45deg) scale(0);
    content: "";
}

.course_structure_85::after {
    height: 100%;
    top: 0;
    opacity: 0.05;
    z-index: 0;
    width: 30%;
    background: linear-gradient(to right, transparent, rgb(155,173,152,0.5));
    content: "";
    right: 0;
    position: absolute;
}

.course_structure_85 .img_holder_96:hover::before {
    opacity: 0.4;
}

.course_structure_85 .statement_holder_87::before {
    width: 5px;
    position: absolute;
    height: 0;
    content: "";
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    top: 0;
    background: rgb(155,173,152);
}

.course_structure_85 p.description {
    display: block;
}

.course_structure_85 span.description {
    display: none;
}

.training_method_37::before {
    border-radius: 50%;
    background: rgb(194,208,191,0.5);
    height: 100%;
    width: 100%;
    left: -30%;
    filter: blur(120px);
    position: absolute;
    opacity: 0.25;
    top: -30%;
    content: "";
    z-index: 0;
    animation: floatCircle 15s infinite alternate ease-in-out;
}

.training_method_37 h3::before {
    background: linear-gradient(90deg, rgb(194,208,191), rgb(155,173,152));
    transform: scaleX(0);
    animation: expandLine 1s 0.4s forwards ease-out;
    top: -1rem;
    transform-origin: left;
    content: "";
    position: absolute;
    border-radius: 10px;
    left: 0;
    height: 4px;
    width: 4rem;
}

.training_method_37 h3::before,
    .training_method_37 h3::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.connect_form_20::before {
    height: 100%;
    left: 0;
    opacity: 0.7;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px);
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
}

.connect_form_20 h3::after {
    transform: translateX(-50%);
    left: 50%;
    content: '';
    position: absolute;
    background: rgb(194,208,191);
    width: 80px;
    height: 4px;
    bottom: -15px;
    border-radius: 10px;
}

.connect_form_20 .contact_message_51 {
    position: relative;
    padding: 50px;
    background: #ffffff;
    flex: 1 1 60%;
    overflow: hidden;
}

.connect_form_20 .contact_message_51::before {
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.02) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.02) 0%, transparent 25%);
    width: 100%;
    content: '';
    z-index: 0;
    top: 0;
    height: 100%;
}

.connect_form_20 .contact_message_51 input[type="text"]:focus,
.connect_form_20 .contact_message_51 textarea:focus {
    box-shadow: 
        0 2px 5px rgba(0, 0, 0, 0.03) inset,
        0 0 0 3px rgb(194,208,191,0.5);
    outline: none;
    border-color: rgb(194,208,191);
    background-color: #ffffff;
}

.connect_form_20 .contact_message_51 .feedback_message_82 label::after {
    border-radius: calc(10px - 2px);
    content: '';
    position: absolute;
    left: 5px;
    transition: all 0.3s ease;
    transform: scale(0.6);
    background-color: rgb(194,208,191);
    height: 15px;
    opacity: 0;
    width: 15px;
    top: 2px;
}

.connect_form_20 .contact_message_51 .feedback_message_82 a:hover::after {
    background-color: rgb(155,173,152);
    transform-origin: left;
    transform: scaleX(1);
}

.connect_form_20 .contact_message_51 .help_links_53::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    animation: glow 2s infinite;
    bottom: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
}

.connect_form_20 .connect_widget_65 {
    padding: 50px;
    background: linear-gradient(135deg, rgb(194,208,191) 0%, rgb(155,173,152) 100%);
    flex: 1 1 40%;
    position: relative;
    overflow: hidden;
}

.connect_form_20 .connect_widget_65 h4::after {
    left: 0;
    border-radius: 10px;
    content: '';
    bottom: -10px;
    height: 3px;
    background: #ffffff;
    width: 60px;
    position: absolute;
}

.connect_form_20 .connect_widget_65 .query_list_16 li:not(:last-child)::after {
    height: 1px;
    content: '';
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: 0;
}

.connect_form_20 .connect_widget_65 .query_list_16 li span {
    color: #ffffff;
    position: relative;
    line-height: 1.5;
    font-size: 12px;
}

.connect_form_20 .connect_widget_65 .query_list_16 li a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.course_rewards_39::after {
    z-index: 0;
    left: -5%;
    opacity: 0.3;
    width: 30%;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(155,173,152,0.5) 0%, rgb(194,208,191,0.5) 100%);
    bottom: -5%;
    height: 60%;
    position: absolute;
    transform: rotate(10deg);
    content: "";
}

.course_rewards_39 .statement_holder_87 > div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}

.course_rewards_39 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

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

.course_rewards_39 svg {
    width: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 24px;
}

.course_rewards_39 .img_holder_96 {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.07),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    transform: perspective(1000px) rotateY(-3deg);
}

.brainstorm_54 .volunteer_49 {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    line-height: 1.6;
    font-size: 12px;
    padding-top: 15px;
}

.brainstorm_54 .top_base_76 {
    overflow: hidden;
    max-width: calc(50% - 30px);
    transform: translateZ(0);
    padding: 20px;
    min-width: 250px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    flex: 1;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.brainstorm_54 .top_base_76 .top_learn_63 {
    margin: 0;
    padding: 0 10px;
    flex-direction: column;
    display: flex;
    gap: 12px;
}

.brainstorm_54 .top_base_76 .top_learn_63 a {
    display: flex;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    word-break: break-word;
    opacity: 0.8;
    transition: all 0.3s ease;
    white-space: normal;
    align-items: center;
}

.blog_ref_14 .container {
    text-align: center;
}

footer::after {
    right: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    left: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    bottom: 0;
    content: '';
}

header .header_edu_97::after {
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    transition: width 0.3s ease, opacity 0.3s ease;
    height: 2px;
    opacity: 0.6;
    bottom: 0;
    background: #ffffff;
    position: absolute;
    content: '';
}

header .top_sitebar_89::before {
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 10px;
    z-index: -1;
    top: 0;
    content: '';
    transform: translateY(100%) scale(0.8);
    background: #ffffff;
    opacity: 0;
    position: absolute;
}

.pricing_cluster_15::after {
    left: -50px;
    content: "";
    background: linear-gradient(225deg, rgb(194,208,191,0.5), rgb(155,173,152,0.5));
    bottom: -50px;
    position: absolute;
    width: 250px;
    filter: blur(50px);
    border-radius: 50%;
    height: 250px;
    z-index: 0;
}

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

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

.pricing_cluster_15 .discount_price_62::after {
    border-radius: 3px;
    width: 3px;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    height: 20px;
    left: -10px;
    background: rgb(194,208,191);
    position: absolute;
}

.pricing_cluster_15 .pricing_offers_02:nth-child(3) .edu_rates_54 {
    border-top: 4px solid #6c5ce7;
}

.potential_learners_81::before {
    height: 100%;
    opacity: 0.03;
    background: repeating-linear-gradient(
        45deg,
        rgb(194,208,191,0.5) 0,
        rgb(194,208,191,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    z-index: 1;
}

.potential_learners_81 ul li::before {
    width: 100%;
    left: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    z-index: -1;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(227,233,225) 100%);
    content: '';
    border-radius: 24px;
    opacity: 0;
}

.potential_learners_81 ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.potential_learners_81 ul li:nth-child(3) {
    animation-delay: 0.3s;
}

.potential_learners_81 ul li:nth-child(6) {
    animation-delay: 0.6s;
}

.cookie_overlay_dialog_18 {
    border-top: 2px solid rgb(194,208,191);
    width: 100%;
    position: fixed;
    background: rgb(227,233,225);
    z-index: 90;
    bottom: 0;
}

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

.wrapper-capsule_81 .accept_cookies_73 h5, .wrapper-capsule_81 .accept_cookies_73 p {
    color: #000000;
}

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

.about_this_81 h1::after {
    transform: scaleX(0);
    width: 80px;
    background: linear-gradient(90deg, rgb(194,208,191) 0%, rgb(155,173,152) 100%);
    transform-origin: left;
    left: 0;
    animation: expandLine 1s 0.4s ease-out forwards;
    content: "";
    position: absolute;
    height: 4px;
    bottom: -15px;
}

.about_this_81 .learn_online_12:hover::before {
    transform: translate(30%, -30%) rotate(45deg) scale(1.2);
}

.about_this_81 .learn_online_12 h4 {
    position: relative;
    margin-bottom: 20px;
    color: rgb(194,208,191);
    font-weight: 700;
    display: inline-block;
    font-size: calc(19px + 2px);
}


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



@media only screen and (max-width: 800px) {.secure_chamber_50 {
    padding: 20px 10px;
}.secure_chamber_50 h1 {
    font-size: calc(21px * 0.8);
}.secure_chamber_50 h2 {
    font-size: calc(21px * 0.8);
}.secure_chamber_50 h3, .secure_chamber_50 h4, .secure_chamber_50 h5, .secure_chamber_50 h6 {
    font-size: calc(21px * 0.8);
}.secure_chamber_50 p, .secure_chamber_50 span, .secure_chamber_50 div {
    font-size: calc(15px * 0.9);
}}



@media (min-width: 992px) {.opening_page_31 h1 {
    font-size: calc(38px * 0.9);
}.opening_page_31 .principles_list_13 {
    gap: 5rem;
    padding: 0 5rem;
}.opening_page_31 .course_main_46 {
    padding: 3rem;
}.opening_page_31 .course_main_46 p {
    font-size: calc(14px * 1.2);
}.opening_page_31 .img_holder_96 {
    height: 600px;
}.opening_page_31 .course_main_46 svg {
    height: 120px;
    width: 120px;
    margin-right: 30px;
}.opening_page_31 .help_links_53 {
    font-size: calc(16px * 1.1);
    padding: 1.2rem 2.5rem;
}
}



@media (max-width: 991px) {.course_structure_85 {
    padding: 70px 0;
}.course_structure_85 .img_holder_96 {
    height: 250px;
}.course_structure_85 h3 {
    font-size: 20px;
}.course_structure_85 .description {
    max-height: 250px;
}
}



@media (min-width: 1200px) {.course_structure_85 .knowledge_path_05 {
    gap: 80px;
}.course_structure_85 .img_holder_96 {
    height: 550px;
}.course_structure_85 .statement_holder_87 {
    padding: 50px 60px;
}.course_structure_85 h3 {
    font-size: calc(31px * 1.1);
}.course_structure_85 .description {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
    max-height: 450px;
}
}



@media (max-width: 768px) {.connect_form_20 {
    padding: 60px 0;
}.connect_form_20 h3 {
    margin-bottom: 40px;
    font-size: calc(37px - 4px);
}.connect_form_20 .contact_message_51 h3,
    .connect_form_20 .connect_widget_65 h4 {
    margin-bottom: 30px;
    font-size: calc(18px - 2px);
}.connect_form_20 .contact_message_51 input[type="text"],
    .connect_form_20 .contact_message_51 textarea {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect_form_20 .contact_message_51 textarea {
    height: 120px;
}.connect_form_20 .contact_message_51 .help_links_53 {
    font-size: calc(14px - 1px);
    padding: 14px 30px;
}.connect_form_20 .connect_widget_65 .query_list_16 li {
    margin-bottom: 25px;
    padding-bottom: 15px;
}.connect_form_20 .connect_widget_65 .query_list_16 li svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
}
}



@media (max-width: 768px) {.brainstorm_54 {
    padding: 50px 0 30px;
}.brainstorm_54 .top_learn_63 {
    gap: 30px;
    flex-direction: column;
}.brainstorm_54 .top_base_76 {
    min-width: 100%;
    max-width: 100%;
}.brainstorm_54 .company_holder {
    padding: 20px;
}.brainstorm_54 .volunteer_49 {
    max-width: 100%;
}
}



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



@media (max-width: 992px) {.potential_learners_81 {
    padding: 70px 0;
}.potential_learners_81 h3 {
    margin-bottom: 40px;
}.potential_learners_81 ul li {
    width: calc(50% - 13px);
    padding: 30px 20px;
}
}



@media (max-width: 576px) {.potential_learners_81 {
    padding: 50px 0;
}.potential_learners_81 h3 {
    font-size: calc(34px * 0.85);
    padding: 0 20px;
    margin-bottom: 30px;
}.potential_learners_81 h3::before,
    .potential_learners_81 h3::after {
    height: 10px;
    width: 10px;
}.potential_learners_81 ul li {
    padding: 20px 15px;
    gap: 15px;
}.potential_learners_81 ul li svg {
    height: 35px;
    width: 35px;
}
}



@media (max-width: 767px) {.about_this_81 {
    padding: 80px 0 60px;
}.about_this_81 h1 {
    font-size: calc(48px - 2px);
    margin-bottom: 40px;
}.about_this_81 .learn_online_12 {
    margin-bottom: 30px;
    padding: 30px 25px;
}.about_this_81 .learn_online_12 h4 {
    margin-bottom: 15px;
    font-size: 19px;
}.about_this_81 .learn_online_12 div {
    font-size: calc(14px - 1px);
    line-height: 1.7;
    max-height: 250px;
}
}



@keyframes photoEntrance {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateY(-15deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateY(-5deg) translateX(0);
    }
}



@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}



@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

