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

.head_know5468 {
    flex: 1 0 auto;
}

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

.reg_remind9165 {
    flex: 0 0 auto;
}

.reg_remind9165 {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}

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

.wrapper-template1809 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}


.our_info9821 {
    padding: 80px 0;
    position: relative;
    background: rgb(215,214,189);
    overflow: hidden;
}

.our_info9821::after {
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(117,126,119,0.5) 0%, transparent 70%);
    content: '';
    height: 100%;
}

.our_info9821 .learn_faq7239 {
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgb(117,126,119,0.5);
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.our_info9821 .img_card8197 {
    border-radius: 10px;
    width: 100%;
    height: 280px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    transition: transform 0.5s ease;
}

.our_info9821 .img_card8197::after {
    height: 200%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: shine 6s infinite linear;
    left: -50%;
    width: 200%;
    content: '';
    transform: rotate(30deg);
    position: absolute;
    z-index: 2;
    top: -50%;
}

.our_info9821 .info_request8350 p {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    color: #000000;
    align-items: flex-start;
    padding-left: 30px;
}

.our_info9821 .info_request8350 p:hover::before {
    transform: scale(1.2);
    background-color: rgb(163,178,170);
}

.our_info9821 .info_request8350 p span {
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
}

.our_info9821 .info_request8350 p span::after {
    content: '';
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(163,178,170);
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
}

.our_info9821 .info_request8350 p span a:hover {
    color: rgb(163,178,170);
}

.our_info9821 .info_request8350 p:hover svg {
    fill: rgb(117,126,119);
    transform: scale(1.2);
}

.our_info9821 .info_request8350 p svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.our_info9821 .reach_section4852 {
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    color: rgb(163,178,170);
}

.our_info9821 .reach_section4852:hover::before {
    transform: translateY(-50%) scale(1.2);
}

.our_info9821 .reach_section4852 svg {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    fill: rgb(163,178,170);
    position: absolute;
    transition: transform 0.3s ease, fill 0.3s ease;
    width: 20px;
}

.our_info9821 .edu_askedu2378 {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.our_info9821 .submit_request9724::before {
    width: 4px;
    position: absolute;
    background: rgb(163,178,170);
    left: 0;
    transition: width 0.3s ease;
    top: 0;
    content: '';
    height: 100%;
}

.our_info9821 .submit_request9724:hover::before {
    width: 8px;
}

.our_info9821 .submit_request9724 svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(163,178,170);
    width: 14px;
    vertical-align: middle;
    height: 14px;
    margin-right: 5px;
}



.our_info9821 .container::before {
    background-size: 15px 15px;
    top: -100px;
    border-radius: 50%;
    background-image: linear-gradient(
        45deg,
        rgb(117,126,119,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(117,126,119,0.5) 50%,
        rgb(117,126,119,0.5) 75%,
        transparent 75%,
        transparent
    );
    width: 300px;
    position: absolute;
    opacity: 0.2;
    right: -100px;
    content: '';
    height: 300px;
    animation: pulse 10s infinite linear;
    z-index: -1;
}

.opening_board7681 {
    align-items: center;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    min-height: 100vh;
    display: flex;
    position: relative;
    background: rgb(215,214,189);
    padding: 5% 0;
}

.opening_board7681 {
    padding: 60px 0;
}

.opening_board7681 .edu_expert3580 {
    color: rgb(163,178,170);
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    padding-bottom: 15px;
    margin: 0;
    font-size: 47px;
}

.opening_board7681 .edu_expert3580 {
    font-size: calc(47px * 0.6);
}

.opening_board7681 .page_first1964 {
    border-radius: 12px;
    width: 100%;
    transform: translateY(30px);
    position: relative;
    min-height: 500px;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    opacity: 0;
}

.opening_board7681 .page_first1964 {
    min-height: 300px;
}

.opening_board7681 .page_first1964 > div {
    z-index: 2;
    flex-direction: column;
    display: flex;
    color: #ffffff;
    justify-content: center;
    min-height: 500px;
    position: relative;
    height: 100%;
    padding: 60px 8%;
}

.opening_board7681 .page_first1964 > div {
    padding: 25px 5%;
    min-height: 300px;
}

.opening_board7681 .page_first1964 h3 {
    padding: 20px;
    opacity: 0;
    font-weight: 600;
    font-size: 24px;
    max-width: 85%;
    background: linear-gradient(to right, rgb(163,178,170,0.5), transparent);
    animation: fadeInRight 0.8s 0.9s ease-out forwards;
    line-height: 1.4;
    backdrop-filter: blur(3px);
    border-radius: 10px;
    transform: translateX(-20px);
}

.opening_board7681 .page_first1964 h3 {
    padding: 15px;
}

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

.our_story2190 .expert_study2410 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
}

.our_story2190 .img_card8197 {
    border-radius: 50%;
    height: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 3;
    width: 220px;
    overflow: hidden;
    border: 8px solid #ffffff;
    position: relative;
    margin: 0 auto 25px;
}

.our_story2190 .class_track6837::before,
.our_story2190 .class_track6837::after {
    height: 1px;
    background-color: rgb(163,178,170,0.5);
    top: 50%;
    width: 30px;
    position: absolute;
    content: '';
}

.our_story2190 .class_track6837::before {
    left: -30px;
}

.our_story2190 .statement_holder5172::before {
    top: 30px;
    position: absolute;
    border-top: 4px solid rgb(163,178,170,0.5);
    border-left: 4px solid rgb(163,178,170,0.5);
    width: 60px;
    opacity: 0.5;
    left: 30px;
    height: 60px;
    content: '';
}

.our_story2190 .impact_numbers9408 {
    color: #000000;
    font-weight: 600;
    align-items: center;
    display: flex;
    margin-bottom: 25px;
    font-size: 19px;
}

.our_story2190 .impact_numbers9408 svg path {
    fill: rgb(163,178,170);
}

.our_story2190 h2 {
    margin-bottom: 30px;
    position: relative;
    font-size: 29px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
}

.our_story2190 p {
    font-size: 16px;
    position: relative;
    color: #000000;
    line-height: 1.8;
}

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

footer::after {
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(163,178,170,0.5) 25%, rgb(163,178,170,0.5) 26%, transparent 27%, transparent 74%, rgb(117,126,119,0.5) 75%, rgb(117,126,119,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(163,178,170,0.5) 25%, rgb(163,178,170,0.5) 26%, transparent 27%, transparent 74%, rgb(117,126,119,0.5) 75%, rgb(117,126,119,0.5) 76%, transparent 77%, transparent);
    opacity: 0.15;
    content: "";
    z-index: -1;
    bottom: 0;
    right: 0;
    background-size: 50px 50px;
    top: 0;
    position: absolute;
    left: 0;
}

.reg_remind9165 .company_holder {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    backdrop-filter: blur(8px);
    border-radius: 11px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    flex: 1 1 350px;
}

.reg_remind9165 .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(163,178,170,0.5);
}

.reg_remind9165 .company_holder h3 {
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 0 15px rgb(163,178,170,0.5);
    display: inline-block;
    position: relative;
}

.reg_remind9165 .company_holder:hover h3::after {
    width: 100%;
}

.reg_remind9165 .access_help4530 {
    opacity: 0.85;
    line-height: 1.6;
    text-shadow: 0 0 10px #000000;
    color: #ffffff;
    font-size: 16px;
    max-width: 100%;
}

.reg_remind9165 .first_lesson8902 {
    flex: 1 1 calc(50% - 1.25rem);
    backdrop-filter: blur(8px);
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    min-width: 250px;
    border-radius: 11px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 2rem;
}

.reg_remind9165 .first_lesson8902:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(117,126,119,0.5);
}

.reg_remind9165 .first_lesson8902 h5::after {
    border-radius: 10px;
    content: "";
    left: 0;
    transition: width 0.3s ease-out;
    background: linear-gradient(90deg, rgb(117,126,119), rgb(163,178,170));
    height: 3px;
    bottom: -8px;
    position: absolute;
    box-shadow: 0 0 10px rgb(117,126,119);
    width: 40px;
}

.reg_remind9165 .first_lesson8902 .top_class0437 a {
    display: block;
    color: #ffffff;
    opacity: 0.8;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
    font-size: 16px;
    text-shadow: 0 0 5px #000000;
    border-radius: 10px;
    z-index: 1;
    text-decoration: none;
}

.reg_remind9165 .first_lesson8902 .top_class0437 a::after {
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    opacity: 0;
    width: 0;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
}

.reg_remind9165 .first_lesson8902 .top_class0437 a:hover::after {
    opacity: 0.2;
    width: 100%;
}

.green_edu5074::before {
    left: 0;
    top: 0;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(163,178,170), rgb(117,126,119), transparent);
    width: 100%;
    content: "";
    opacity: 0.5;
}

.green_edu5074 .whatsapp_grp4637:hover {
    text-shadow: 0 0 8px rgb(117,126,119,0.5);
    opacity: 1;
}

.contact_box8796 {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(215,214,189), rgba(rgb(163,178,170), 0.03));
    position: relative;
}

.contact_box8796::after {
    z-index: 1;
    top: 0;
    content: "";
    background-position: center center;
    animation: backgroundShift 30s linear infinite;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(163,178,170), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(163,178,170), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(117,126,119), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(163,178,170), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(117,126,119), 0.04) 0%, transparent 30%);
}

.contact_box8796 .inquiry_query6981 {
    border-radius: 16px;
    margin-top: 60px;
    background: #ffffff;
    display: flex;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.contact_box8796 .img_card8197 {
    flex: 0 0 45%;
    overflow: hidden;
    min-height: 500px;
    transform: translateZ(0);
    position: relative;
}

.contact_box8796 .img_card8197::after {
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    left: -100%;
    position: absolute;
    top: -100%;
    content: "";
    width: 300%;
    z-index: 2;
    animation: shine 6s infinite ease-in-out;
    height: 300%;
}

.contact_box8796 .query_query7634::before {
    content: "";
    right: 0;
    opacity: 0.5;
    width: 500px;
    height: 500px;
    top: 0;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    background: 
        radial-gradient(circle, rgba(rgb(163,178,170), 0.03) 0%, transparent 70%);
}

.contact_box8796 form h3::after {
    content: "";
    bottom: -15px;
    height: 2px;
    background: rgb(163,178,170);
    left: 0;
    position: absolute;
    width: 30px;
}

.contact_box8796 form input[type="text"]:focus {
    outline: none;
    background: rgba(#ffffff, 0.9);
    border-color: rgb(163,178,170);
    box-shadow: 0 0 0 4px rgba(rgb(163,178,170), 0.1);
}

.contact_box8796 form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}

.contact_box8796 .feedback_feedback1263 {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.contact_box8796 .feedback_feedback1263 label::before {
    border-radius: 4px;
    width: 22px;
    position: absolute;
    background: rgba(#ffffff, 0.6);
    top: 0;
    transition: all 0.3s ease;
    height: 22px;
    content: "";
    left: 0;
    border: 1px solid rgba(rgb(163,178,170), 0.3);
}

.contact_box8796 .feedback_feedback1263 input[type="checkbox"]:checked + label::after {
    width: 6px;
    border-width: 0 2px 2px 0;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    border: solid #ffffff;
    top: 4px;
    height: 12px;
    left: 8px;
}

.contact_box8796 .feedback_feedback1263 label a:hover {
    color: rgb(117,126,119);
}

.contact_box8796 .feedback_feedback1263 label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
    background: rgb(117,126,119);
}

.contact_box8796 .message_reach9180::before {
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(163,178,170), rgb(117,126,119));
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
}

.contact_box8796 .message_reach9180:hover::before {
    opacity: 1;
}

.contact_box8796 .message_reach9180:hover::after {
    opacity: 0;
    transform: scale(4);
}

.contact_box8796 svg {
    width: 22px;
    stroke: rgb(163,178,170);
    height: 22px;
    stroke-width: 2;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 2px rgba(rgb(163,178,170), 0.3));
    fill: none;
}

.contact_box8796 svg:hover,
.contact_box8796 svg:hover path {
    transform: translateY(-2px);
    stroke: rgb(117,126,119);
}

.client_testimonials5481 {
    overflow: hidden;
    padding: 7rem 0 8rem;
    background: rgb(215,214,189);
    position: relative;
}

.client_testimonials5481::after {
    opacity: 0.6;
    width: 200px;
    height: 200px;
    right: -50px;
    position: absolute;
    bottom: -50px;
    content: "";
    border-radius: 50%;
    background: rgb(117,126,119,0.5);
    filter: blur(80px);
    z-index: 0;
}

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

.client_testimonials5481 h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 5rem;
    font-size: calc(29px * 1.3);
    transform: skewY(-3deg);
    display: inline-block;
}

.client_testimonials5481 h2::after {
    bottom: -30px;
    transform-origin: left;
    opacity: 0.7;
    width: 30%;
    left: 20px;
    animation: expandLine 2s ease-in-out infinite alternate 0.5s;
}



.client_testimonials5481 .review_space6205 {
    position: relative;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.client_testimonials5481 .user_testimonials0219:nth-child(odd) {
    transform: rotate(-2deg);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 80%,
        80% 100%,
        0 100%
    );
}

.client_testimonials5481 .user_testimonials0219:hover {
    transform: rotate(0) translateY(-10px);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        0 100%
    );
}

.client_testimonials5481 .user_testimonials0219:hover::before {
    transform: scale(1.02);
}

.client_testimonials5481 .user_testimonials0219:hover::after {
    transform: scale(1.03);
    opacity: 1;
}

.client_testimonials5481 .user_testimonials0219:nth-child(4n+1) {
    grid-row: auto / span 1;
    grid-column: auto / span 1;
}

.client_testimonials5481 .user_testimonials0219:nth-child(4n+2):hover {
    transform: translateY(30px) rotate(0);
}

.client_testimonials5481 .user_testimonials0219:nth-child(4n+3) {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
    transform: translateY(-30px) rotate(2deg);
}

.client_testimonials5481 .user_testimonials0219:nth-child(4n+4):hover {
    transform: translateY(10px) rotate(0);
}

.client_testimonials5481 .user_testimonials0219 img {
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 3px solid #ffffff;
    margin-bottom: 1.5rem;
    width: 90px;
    height: 90px;
}

.client_testimonials5481 .user_testimonials0219:hover img {
    transform: rotate(0) scale(1.05);
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.client_testimonials5481 .user_testimonials0219:hover p {
    transform: translateY(-5px);
}

.client_testimonials5481 .user_testimonials0219:hover .description {
    transform: translateY(-5px);
}

.client_testimonials5481 .user_testimonials0219 .description::after {
    transition: width 0.3s ease;
    background: rgb(163,178,170,0.5);
    width: 20%;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -10px;
    content: "";
}

.price_card_deck5670 {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(215,214,189);
}

.price_card_deck5670::after {
    position: absolute;
    right: -5rem;
    height: 20rem;
    content: "";
    transform: rotate(-15deg);
    z-index: 1;
    pointer-events: none;
    bottom: -5rem;
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(117,126,119) 0%, transparent 80%);
    width: 20rem;
}

.price_card_deck5670 .tuition_grid2781 {
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}

.price_card_deck5670 .discount_deals7134::before {
    top: 20px;
    z-index: -1;
    background-color: rgb(163,178,170);
    width: 40px;
    height: 40px;
    content: "";
    left: -20px;
    transform: rotate(45deg);
    position: absolute;
}

.price_card_deck5670 .discount_deals7134 h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(163,178,170), rgb(117,126,119));
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
}

.price_card_deck5670 .plan_options7526 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
}

.price_card_deck5670 .study_price7132:hover {
    transform: translateY(-10px);
}

.price_card_deck5670 .plan_deals5932 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    transform: translateZ(0);
    background-color: #ffffff;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.price_card_deck5670 .study_price7132:nth-child(even) .plan_deals5932 {
    transform: rotate(1deg);
}

.price_card_deck5670 .learning_packages9362::before {
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}

.price_card_deck5670 .study_price7132:hover .learning_packages9362 h3 {
    transform: translateZ(25px);
}

.price_card_deck5670 .learning_packages9362 h3::after {
    bottom: -8px;
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    background: rgb(163,178,170);
    height: 3px;
    left: 0;
}

.price_card_deck5670 .package_deals2631::before {
    background: linear-gradient(90deg, rgb(163,178,170,0.5), transparent);
    left: 0;
    height: 2px;
    content: "";
    bottom: -8px;
    width: 80px;
    position: absolute;
}

.price_card_deck5670 .img_card8197 {
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
    height: 200px;
    transform: translateZ(0);
    width: 100%;
}

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

.price_card_deck5670 .study_price7132:hover .img_card8197::before {
    opacity: 0.05;
}

.leadership_experience6859::before {
    transform: rotate(-15deg);
    height: 70%;
    top: -10%;
    right: -10%;
    filter: blur(50px);
    content: "";
    width: 45%;
    background: linear-gradient(135deg, rgb(163,178,170,0.5), rgb(117,126,119,0.5));
    z-index: 0;
    position: absolute;
}

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

.leadership_experience6859 .user_testimonials0219 > div:nth-child(1) {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(-1rem);
}

.leadership_experience6859 .user_testimonials0219 > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}

.leadership_experience6859 .user_testimonials0219 .img_card8197 {
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    height: 300px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
}

.leadership_experience6859 .user_testimonials0219 .img_card8197::after {
    inset: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgb(163,178,170,0.5) 0%, transparent 50%);
    z-index: 1;
}

.leadership_experience6859 .user_testimonials0219 .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: calc(22px * 1.2);
    display: inline-block;
    position: relative;
    color: rgb(163,178,170);
}

.leadership_experience6859 .user_testimonials0219 .name:hover::after {
    width: 100%;
}

.leadership_experience6859 .user_testimonials0219 > div:nth-child(2) > div {
    margin-top: 0.5rem;
    color: rgb(117,126,119);
    position: relative;
    font-size: calc(13px * 0.95);
    padding-left: 0.5rem;
    font-weight: 600;
    font-style: italic;
}

.leadership_experience6859 .user_testimonials0219 .exp_view1578 {
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 1.5rem;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    color: #000000;
}

.leadership_experience6859 .user_testimonials0219 .exp_view1578::after {
    color: rgb(163,178,170,0.5);
    bottom: -60px;
    font-family: Georgia, serif;
    z-index: -1;
    font-size: 6rem;
    content: "";
    position: absolute;
    right: -20px;
}

.course_candidates6753::before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(117,126,119,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(163,178,170,0.5) 0%, transparent 40%);
    z-index: 1;
    animation: backgroundShift 15s ease-in-out infinite alternate;
}

.course_candidates6753 .expert_study2410 {
    padding: 50px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    transform-style: preserve-3d;
    border-radius: 20px;
    perspective: 1000px;
    background: #ffffff;
}

.course_candidates6753 .expert_study2410::after {
    height: 120px;
    transform: rotate(10deg) translateZ(-15px);
    position: absolute;
    left: -15px;
    background: rgb(163,178,170);
    bottom: -15px;
    width: 120px;
    z-index: -1;
    border-radius: 10px;
    content: "";
    opacity: 0.3;
}

.course_candidates6753 div > div {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.course_candidates6753 p {
    align-items: center;
    z-index: 1;
    border-radius: 10px;
    color: #000000;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    display: flex;
    font-size: 13px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    position: relative;
    transition: all 0.3s ease;
}

.course_candidates6753 p:hover {
    transform: translateY(-5px);
    color: #000000;
}

.course_candidates6753 p:hover::before {
    width: 8px;
}

.course_candidates6753 p:hover::after {
    opacity: 0.15;
}

.course_candidates6753 p svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.course_candidates6753 p:hover svg path {
    fill: rgb(117,126,119);
}

.course_candidates6753 p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}

.course_candidates6753 .expert_study2410 > div p:nth-child(1) {
    animation-delay: 0.2s;
}

.course_candidates6753 .expert_study2410 > div p:nth-child(3) {
    animation-delay: 0.6s;
}

.course_candidates6753 .expert_study2410 > div p:nth-child(5) {
    animation-delay: 1s;
}

.access_now4319 {
    z-index: 1;
    background: linear-gradient(125deg, rgb(117,126,119) 0%, rgb(163,178,170) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.access_now4319::after {
    opacity: 0.1;
    position: absolute;
    height: 200%;
    top: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(117,126,119) 0deg,
        rgb(163,178,170) 120deg,
        rgb(117,126,119) 240deg,
        rgb(163,178,170) 360deg
    );
    width: 200%;
    z-index: -2;
    content: '';
    left: -50%;
    animation: rotatePortalReverse 30s linear infinite;
}

.access_now4319 .expert_study2410::before {
    animation: gradientFlow 8s ease infinite;
    filter: blur(20px);
    left: -10px;
    background: linear-gradient(45deg, 
        rgb(163,178,170,0.5), 
        rgb(117,126,119,0.5), 
        rgb(163,178,170,0.5)
    );
    top: -10px;
    opacity: 0.2;
    right: -10px;
    content: '';
    bottom: -10px;
    position: absolute;
    z-index: -1;
}

.access_now4319 h3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 60px;
    font-size: 33px;
    position: relative;
    text-shadow: 0 0 10px #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.access_now4319 h3::before {
    height: 100%;
    position: absolute;
    left: 0;
    animation: pulseGlow 4s ease-in-out infinite;
    content: '';
    width: 100%;
    top: 0;
    z-index: -1;
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    filter: blur(15px);
    opacity: 0.1;
}

.access_now4319 .course_faq8649 {
    color: rgb(163,178,170);
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.15),
        0 0 15px #ffffff;
    background: #ffffff;
    overflow: hidden;
    border-radius: 21px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 700;
    padding: 20px 55px;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    margin-top: 30px;
    font-size: 19px;
}

.access_now4319 .course_faq8649:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 30px #ffffff;
    color: rgb(163,178,170);
    transform: translateY(-5px) scale(1.05);
}

.access_now4319 .course_faq8649:hover::before {
    opacity: 0.5;
    animation: pulseGlow 2s ease-in-out infinite;
}

.access_now4319 .course_faq8649:hover::after {
    opacity: 0.6;
    animation: lightBeam 1.5s ease-in-out;
}

header .top_mainbar4375 {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 1.2rem 3rem;
    align-items: center;
    z-index: 5;
}

header .head_learn5642 {
    position: relative;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.15);
    margin-right: 2rem;
    transition: all 0.3s ease;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
}

header .head_learn5642:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}

header .head_pagewrap4378 {
    display: block;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
}

header .head_pagewrap4378 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .header_wrap0261 {
    position: relative;
    margin: 0 0.5rem;
}

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

header .header_wrap0261 a:hover {
    border-color: #ffffff;
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

header .header_wrap0261 a:hover::before {
    left: 100%;
}

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

header .top_mainbar4375::after {
    left: 10px;
    width: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    bottom: 10px;
    content: '';
    position: absolute;
    border-left: none;
    height: 40px;
    opacity: 0.5;
    border-top: none;
}



header::after {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    top: 15px;
    background: #ffffff;
    right: 15px;
    box-shadow: 0 0 10px #ffffff;
    content: '';
    position: absolute;
    animation: pulse 2s infinite;
}

.secure_enclave2506 h1 {
    border-bottom: 4px solid rgb(163,178,170);
    margin-top: 20px;
    color: rgb(163,178,170);
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.secure_enclave2506 ul {
    list-style-type: none;
    margin: 20px 0;
    padding-left: 0;
}

.secure_enclave2506 li {
    line-height: 1.8;
    margin-bottom: 15px;
    border-left: 2px solid rgb(163,178,170,0.5);
    padding-left: 10px;
    font-size: 13px;
}

.secure_enclave2506 h3, .secure_enclave2506 h4, .secure_enclave2506 h5, .secure_enclave2506 h6 {
    color: rgb(163,178,170);
    padding-left: 15px;
    border-left: 5px solid rgb(163,178,170);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 21px;
    margin-top: 25px;
}

.program_offerings3185::before {
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(163,178,170), 0.8),
        rgba(rgb(163,178,170), 0.8) 10px,
        rgba(rgb(117,126,119), 0.5) 10px,
        rgba(rgb(117,126,119), 0.5) 20px
    );
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.1;
}

.program_offerings3185 .skill_work9182 {
    flex-direction: column;
    width: 100%;
    animation: vertical-carousel 35s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    height: 500%;
    display: flex;
}

.program_offerings3185 .skill_work9182 {
    animation: horizontal-carousel 25s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    width: 500%;
    flex-direction: row;
    height: 100%;
}

.program_offerings3185 .tech_skills3720::before {
    background: linear-gradient(
        to right,
        rgba(rgb(117,126,119), 0.6) 0%,
        transparent 70%
    );
    z-index: 2;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
}

.program_offerings3185 .tech_skills3720::before {
    background: linear-gradient(
            to bottom,
            transparent 0%,
            rgba(rgb(117,126,119), 0.8) 100%
        );
}

.program_offerings3185 .container {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    padding: 3rem;
    max-width: 1320px;
    justify-content: flex-end;
}

.program_offerings3185 .container {
    padding: 2rem 1rem;
    justify-content: center;
}

.program_offerings3185 .quick_progress8973 {
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 29px;
    max-width: 600px;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        rgba(rgb(163,178,170), 0.7) 0%,
        rgba(rgb(117,126,119), 0.7) 100%
    );
    position: relative;
}

.program_offerings3185 .quick_progress8973 {
    max-width: 100%;
    padding: 1.5rem;
}

.program_offerings3185 .quick_progress8973 h3 {
    text-transform: uppercase;
    position: relative;
    font-size: 37px;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 1rem;
}

.program_offerings3185 .quick_progress8973 h3 {
    font-size: calc(37px * 0.8);
}

.program_offerings3185 .quick_progress8973 p {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 18px;
    position: relative;
}

.program_offerings3185 .quick_progress8973 p {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.9);
}

.program_offerings3185 .quick_progress8973 .message_reach9180::before {
    height: 100%;
    opacity: 0;
    width: 100%;
    left: -100%;
    z-index: -1;
    position: absolute;
    transition: all 0.4s ease;
    content: "";
    background: linear-gradient(
        to right,
        rgb(117,126,119) 0%,
        rgb(163,178,170) 100%
    );
    top: 0;
}

.program_offerings3185 .quick_progress8973 .message_reach9180:hover {
    transform: translateY(-5px);
    background-position: right center;
    box-shadow: 0 10px 20px rgba(rgb(163,178,170), 0.3);
}

.program_offerings3185 .quick_progress8973 .message_reach9180:hover::before {
    opacity: 1;
    left: 0;
}

.thanksSpace2986::before {
    pointer-events: none;
    content: "";
    top: -10%;
    z-index: 0;
    width: 120%;
    position: absolute;
    left: -5%;
    background: 
        linear-gradient(120deg, rgb(163,178,170,0.5) 0%, transparent 40%),
        linear-gradient(-120deg, rgb(117,126,119,0.5) 0%, transparent 40%);
    transform: rotate(-5deg) skewX(5deg);
    height: 120%;
}

.thanksSpace2986 .container {
    transform-style: preserve-3d;
    z-index: 2;
    width: 90%;
    position: relative;
    animation: container-entry 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    max-width: 1200px;
}

.thanksSpace2986 .expert_study2410::before {
    pointer-events: none;
    position: absolute;
    content: "";
    top: 20px;
    left: 20px;
    border: 1px solid rgb(163,178,170,0.5);
    opacity: 0.4;
    right: 20px;
    bottom: 20px;
    transform: translateZ(-10px);
}

.thanksSpace2986 .expert_study2410:hover {
    transform: translateZ(10px) rotateX(0deg);
}

.thanksSpace2986 .expert_study2410 > div:first-child {
    transform: translateZ(20px);
    margin-bottom: 2rem;
    position: relative;
}

.thanksSpace2986 .expert_study2410:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.thanksSpace2986 h5 {
    transform: translateZ(30px);
    position: relative;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 20px;
    transition: transform 0.5s ease;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
}

.thanksSpace2986 .expert_study2410:hover > div:last-child {
    transform: translateZ(20px);
}

.thanksSpace2986 p {
    font-size: 15px;
    color: #000000;
    margin: 0;
    position: relative;
    transform: translateZ(0);
    transition: color 0.3s ease, transform 0.5s ease;
    font-weight: 400;
    line-height: 1.8;
}

.thanksSpace2986 a:hover::before {
    opacity: 0.2;
    transform: translateY(0);
}

.thanksSpace2986 a:hover p {
    color: rgb(163,178,170);
    transform: translateZ(5px);
}

.join_our_community6152 {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(215,214,189) 100%);
}

.join_our_community6152::after {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(163,178,170,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(117,126,119,0.5) 0%, transparent 20%);
    left: 0;
    filter: blur(30px);
    z-index: 0;
    content: "";
    height: 100%;
}

.join_our_community6152 .contact_inquiry8014 {
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(-5deg);
    backdrop-filter: blur(10px);
    width: 90%;
    border-radius: 25px;
    transition: transform 0.5s ease;
    padding: 3rem;
    max-width: 600px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
}

.join_our_community6152 .contact_inquiry8014::after {
    border: 1px solid rgb(163,178,170);
    box-shadow: 0 0 20px rgb(163,178,170,0.5);
    animation: borderFlash 4s infinite alternate;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        85% 100%, 
        0% 100%
    );
}

.join_our_community6152 h3::after {
    width: 100%;
    left: 0;
    content: "";
    height: 2px;
    background: linear-gradient(90deg, rgb(163,178,170), transparent);
    position: absolute;
    animation: widthPulse 3s infinite alternate;
    bottom: -10px;
}

.join_our_community6152 input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    padding: 1.2rem 1.5rem;
    width: 100%;
    font-size: 18px;
    border: 1px solid rgb(117,126,119,0.5);
    transition: all 0.3s ease;
}

.join_our_community6152 .join_section2509::before {
    content: "";
    opacity: 0;
    background: linear-gradient(45deg, rgb(163,178,170), rgb(117,126,119));
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.join_our_community6152 .join_section2509:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgb(163,178,170);
}


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



@media (min-width: 992px) {.our_info9821 .learn_faq7239 {
    flex-direction: row;
    gap: 40px;
}.our_info9821 .img_card8197 {
    flex: 0 0 350px;
    height: 350px;
    margin-bottom: 0;
}.our_info9821 .info_request8350 {
    flex: 1;
}.our_info9821 .edu_askedu2378 {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 767px) {.our_info9821 {
    padding: 40px 0;
}.our_info9821 .learn_faq7239 {
    padding: 20px;
}.our_info9821 .learn_ask9620 {
    margin-bottom: 20px;
    font-size: 18px;
}.our_info9821 .img_card8197 {
    height: 200px;
}.our_info9821 .info_request8350 {
    padding: 20px;
}.our_info9821 .info_request8350 p {
    font-size: 18px;
    margin-bottom: 15px;
}.our_info9821 .reach_section4852 {
    font-size: 18px;
}.our_info9821 .edu_askedu2378 {
    grid-template-columns: 1fr;
}.our_info9821 .info_request8350 p svg {
    top: 4px;
    width: 15px;
    height: 15px;
}.our_info9821 .reach_section4852 svg {
    width: 16px;
    height: 16px;
}.our_info9821 .submit_request9724 svg {
    height: 12px;
    width: 12px;
}}



@media (max-width: 992px) {.our_story2190 {
    padding: 80px 0;
}.our_story2190 .how_grow0681 {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.our_story2190 .statement_holder5172 {
    flex: 0 0 100%;
    padding: 40px;
}.our_story2190 .statement_holder5172::before,
    .our_story2190 .statement_holder5172::after {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 480px) {.our_story2190 {
    padding: 40px 0;
}.our_story2190 .img_card8197 {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    border-width: 5px;
}.our_story2190 .learn_online7395 {
    font-size: calc(21px * 0.9);
}.our_story2190 .class_track6837 {
    padding: 0 10px;
    font-size: calc(16px * 0.9);
}.our_story2190 .class_track6837::before,
    .our_story2190 .class_track6837::after {
    width: 20px;
}.our_story2190 .class_track6837::before {
    left: -20px;
}.our_story2190 .class_track6837::after {
    right: -20px;
}.our_story2190 .statement_holder5172 {
    padding: 25px 20px;
}.our_story2190 h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.our_story2190 p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.our_story2190 .impact_numbers9408 {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}.our_story2190 .impact_numbers9408 svg {
    height: 30px;
    width: 30px;
}.our_story2190 .statement_holder5172::before,
    .our_story2190 .statement_holder5172::after {
    width: 25px;
    height: 25px;
    border-width: 3px;
}}



@media (max-width: 576px) {.reg_remind9165 {
    padding: 2.5rem 0 1rem;
}.reg_remind9165 .top_class0437 {
    gap: 1rem;
}.reg_remind9165 .first_lesson8902 {
    flex: 1 1 100%;
    min-width: 100%;
}.reg_remind9165 .first_lesson8902 .top_class0437 a {
    padding: 0.4rem 0.8rem;
}.reg_remind9165 .first_lesson8902 .top_class0437 a:hover {
    padding-left: 1.2rem;
}.green_edu5074 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.reg_remind9165 .company_holder:hover,
    .reg_remind9165 .first_lesson8902:hover {
    transform: translateY(-2px);
}}



@media (max-width: 768px) {.contact_box8796 {
    padding: 60px 0;
}.contact_box8796 .inquiry_query6981 {
    margin-top: 40px;
    flex-direction: column;
}.contact_box8796 .img_card8197 {
    min-height: 300px;
    width: 100%;
}.contact_box8796 .query_query7634 {
    width: 100%;
    padding: 40px 30px;
}.contact_box8796 form h3 {
    margin-bottom: 30px;
}.contact_box8796 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_box8796 .feedback_feedback1263 {
    margin-bottom: 25px;
}.contact_box8796 .message_reach9180 {
    width: 100%;
    padding: 14px 30px;
}
}



@media (max-width: 992px) {.client_testimonials5481 {
    padding: 6rem 0 7rem;
}.client_testimonials5481 h2 {
    font-size: calc(29px * 1.1);
    margin-bottom: 4rem;
}.client_testimonials5481 .review_space6205 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.client_testimonials5481 .user_testimonials0219:nth-child(4n+2),
    .client_testimonials5481 .user_testimonials0219:nth-child(4n+3),
    .client_testimonials5481 .user_testimonials0219:nth-child(4n+4) {
    transform: rotate(0);
}.client_testimonials5481 .user_testimonials0219:nth-child(odd) {
    transform: rotate(-1deg);
}.client_testimonials5481 .user_testimonials0219:nth-child(even) {
    transform: rotate(1deg);
}
}



@media (min-width: 992px) {.price_card_deck5670 .tuition_grid2781 {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.price_card_deck5670 .discount_deals7134 {
    padding: 3rem;
}.price_card_deck5670 .plan_options7526 {
    grid-column: 1;
    grid-row: 1;
}.price_card_deck5670 .discount_deals7134 {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    grid-row: 1;
    align-self: start;
    top: 2rem;
    grid-column: 2;
    position: sticky;
}.price_card_deck5670 .discount_deals7134:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}



@media (max-width: 767px) {.price_card_deck5670 {
    padding: 3rem 0;
}.price_card_deck5670 .container {
    padding: 0 1.5rem;
}.price_card_deck5670 .plan_options7526 {
    grid-template-columns: 1fr;
}.price_card_deck5670 .discount_deals7134 h2 {
    font-size: calc(36px * 0.8);
}.price_card_deck5670 .learning_packages9362 {
    padding: 1.5rem;
}.price_card_deck5670 .package_deals2631 {
    font-size: calc(20px * 1.5);
}.price_card_deck5670 .img_card8197 {
    height: 180px;
}
}



@media (min-width: 768px) {.leadership_experience6859 .user_testimonials0219 {
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 300px 1fr;
}.leadership_experience6859 .user_testimonials0219 > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.leadership_experience6859 .user_testimonials0219 > div:nth-child(2) {
    align-self: flex-end;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}.leadership_experience6859 .user_testimonials0219 > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.leadership_experience6859 .user_testimonials0219 .img_card8197 {
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    min-height: 400px;
    height: 100%;
}.leadership_experience6859 .user_testimonials0219 .img_card8197:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.leadership_experience6859 .user_testimonials0219 .name {
    font-size: calc(22px * 1.5);
}.leadership_experience6859 .user_testimonials0219 .exp_view1578 {
    padding: 2rem;
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 768px) {.course_candidates6753 {
    padding: 70px 0 90px;
}.course_candidates6753 .expert_study2410 {
    padding: 35px 25px;
}.course_candidates6753 h4 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
}.course_candidates6753 div > div {
    grid-template-columns: 1fr;
}.course_candidates6753::after {
    height: 60px;
}
}



@media (max-width: 576px) {.course_candidates6753 {
    padding: 60px 0 80px;
}.course_candidates6753 .expert_study2410 {
    padding: 30px 20px;
}.course_candidates6753 .expert_study2410::before,
    .course_candidates6753 .expert_study2410::after {
    height: 70px;
    width: 70px;
}.course_candidates6753 h4 {
    font-size: calc(29px * 0.7);
    padding-bottom: 10px;
    margin-bottom: 20px;
}.course_candidates6753 h4::after {
    width: 50px;
    height: 3px;
}.course_candidates6753 p {
    padding: 12px;
    font-size: calc(13px * 0.9);
}.course_candidates6753 p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.course_candidates6753::after {
    height: 40px;
}}



@media screen and (max-width: 576px) {.access_now4319 {
    padding: 60px 0;
}.access_now4319 .expert_study2410 {
    padding: 30px 20px;
}.access_now4319 h3 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.7);
    letter-spacing: 2px;
}.access_now4319 h3::after {
    height: 30px;
    width: 30px;
    bottom: -50px;
}.access_now4319 .course_faq8649 {
    font-size: calc(19px * 0.9);
    padding: 14px 35px;
    letter-spacing: 1px;
    margin-top: 15px;
}}



@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .top_mainbar4375 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head_learn5642 {
    margin-right: 0;
    margin-bottom: 0;
}header .first_lesson8902 {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .header_wrap0261 a {
    padding: 0 1rem;
    height: 35px;
    font-size: calc(18px - 1px);
}header .top_mainbar4375::before,
    header .top_mainbar4375::after {
    display: none;
}.head_know5468 {
    margin-top: -10px;
}
}



@media (max-width: 479px) {header .top_mainbar4375 {
    padding: 0.7rem 1.2rem;
}header .head_learn5642 {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .header_wrap0261 a {
    height: 30px;
    font-size: calc(18px - 3px);
    padding: 0 0.6rem;
}}



@media only screen and (max-width: 800px) {.secure_enclave2506 {
    padding: 30px;
}.secure_enclave2506 h1 {
    font-size: calc(21px - 4px);
}.secure_enclave2506 h2 {
    font-size: calc(21px - 3px);
}.secure_enclave2506 h3, .secure_enclave2506 h4, .secure_enclave2506 h5, .secure_enclave2506 h6 {
    font-size: calc(21px - 2px);
}.secure_enclave2506 p, .secure_enclave2506 span, .secure_enclave2506 div, .secure_enclave2506 li {
    font-size: calc(13px - 2px);
}}




@media (max-width: 992px) {.program_offerings3185 .new_study6849 {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.program_offerings3185 .expert_study2410 {
    margin-right: 0;
    width: 60%;
}.program_offerings3185 .quick_progress8973 {
    padding: 2rem;
}.program_offerings3185 .quick_progress8973 h3 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 767px) {.thanksSpace2986 {
    min-height: auto;
}.thanksSpace2986 .container {
    width: 95%;
}.thanksSpace2986 .expert_study2410 {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    transform: none;
    padding: 1.5rem;
}.thanksSpace2986 .expert_study2410::before {
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
}.thanksSpace2986 .expert_study2410 > div:first-child::after {
    height: 3px;
    width: 60px;
}.thanksSpace2986 h5 {
    font-size: calc(20px * 0.85);
    transform: none;
}.thanksSpace2986 p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.thanksSpace2986 .expert_study2410:hover h5,
    .thanksSpace2986 .expert_study2410:hover > div:last-child,
    .thanksSpace2986 .expert_study2410:hover {
    transform: none;
}
}



@media (min-width: 768px) {.join_our_community6152 {
    padding: 7rem 3rem;
}.join_our_community6152 .contact_inquiry8014 {
    padding: 4rem;
    width: 80%;
}.join_our_community6152 .input_holder {
    grid-template-columns: 2fr 1fr;
}
}

@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

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



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



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



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}



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

@keyframes floatItem {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}



@keyframes rotatePortal {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        filter: blur(15px);
    }
    50% {
        opacity: 0.2;
        filter: blur(20px);
    }
    100% {
        opacity: 0.1;
        filter: blur(15px);
    }
}



@keyframes lightBeam {
    0% {
        opacity: 0;
        transform: translateX(-50%) rotate(20deg);
    }
    25% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        transform: translateX(300%) rotate(20deg);
    }
}



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

@keyframes horizontal-carousel {
        0%, 15% {
            transform: translateX(0);
        }
        20%, 35% {
            transform: translateX(-20%);
        }
        40%, 55% {
            transform: translateX(-40%);
        }
        60%, 75% {
            transform: translateX(-60%);
        }
        80%, 95% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }



@keyframes glowPulse {
    0% {
        opacity: 0.3;
        filter: blur(20px);
    }
    100% {
        opacity: 0.7;
        filter: blur(15px);
    }
}



@keyframes widthPulse {
    0% {
        width: 30%;
    }
    100% {
        width: 100%;
    }
}

