﻿.head_lesson {
    flex: 1 0 auto;
}

.cloud_lab {
    flex: 0 0 auto;
}

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

.ideal_participants .container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.ideal_participants h4::after {
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    content: "";
    width: 100px;
    border-radius: 5px;
    left: 50%;
    background: linear-gradient(90deg, rgb(178,175,159), rgb(116,170,129));
    height: 5px;
}

.ideal_participants p:hover::before {
    opacity: 1;
}

.ideal_participants p svg {
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    position: absolute;
    transition: all 0.3s ease;
    height: 32px;
    top: 30px;
}

.ideal_participants p:hover svg {
    transform: translateX(-50%) scale(1.2);
}

.ideal_participants .master_class > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.ideal_participants .master_class > div p:nth-child(4) {
    animation-delay: 0.4s;
}

.appHub {
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(178,175,159,0.5) 0%, rgb(224,223,220) 70%);
    perspective: 1000px;
    position: relative;
}

.appHub h2::after {
    transform-origin: left;
    background: rgb(178,175,159);
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    content: "";
    bottom: -15px;
    width: 80px;
    transform: scaleX(0);
    height: 3px;
    left: 0;
}

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

.appHub span {
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
    line-height: 1.8;
    color: #000000;
    display: block;
    font-size: 18px;
}

.privacy_hideout h2 {
    margin-top: 35px;
    color: rgb(116,170,129);
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(178,175,159);
    font-size: 35px;
    font-weight: 600;
    text-align: left;
}

.privacy_hideout p:hover, .privacy_hideout span:hover, .privacy_hideout div:hover {
    color: rgb(178,175,159);
    transform: translateY(-2px);
}



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

.contact_panel .query_info {
    margin: 0 auto;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
}

.contact_panel .help_panel::before {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(178,175,159), rgb(116,170,129));
    top: 0;
    width: 10px;
    right: 0;
    position: absolute;
}

.contact_panel form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_panel .query_request input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_panel .query_request label::before {
    transition: all 0.3s ease;
    left: 0;
    width: 24px;
    border-radius: 10px;
    height: 24px;
    background: rgb(224,223,220);
    top: 0;
    content: "";
    position: absolute;
}

.contact_panel .query_request label a:hover::after {
    width: 100%;
}

.contact_panel form .help_help::before {
    transition: width 0.3s ease;
    width: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background: rgb(116,170,129);
}

.contact_panel form #name,
.contact_panel form #phone {
    position: relative;
}

.our_mission {
    background: linear-gradient(135deg, rgb(224,223,220) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.our_mission .master_class {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
}

.our_mission .img_show {
    margin-bottom: 25px;
    width: 200px;
    position: relative;
    transition: transform 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 200px;
    border: 4px solid #ffffff;
}

.our_mission .img_show::after {
    left: -20px;
    animation: rotate 25s linear infinite reverse;
    bottom: -20px;
    top: -20px;
    position: absolute;
    right: -20px;
    border: 1px dashed rgb(116,170,129,0.5);
    border-radius: 50%;
    content: '';
}

.our_mission .description_card {
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 22px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.our_mission h2::after {
    bottom: 0;
    height: 3px;
    content: '';
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(178,175,159) 0%, rgb(116,170,129) 100%);
    width: 80px;
    position: absolute;
    left: 0;
}


.privacyAgreementDialog .safe_cookies {
    flex-grow: 1;
}

.privacyAgreementDialog .safe_cookies h5 {
    margin-bottom: 6px;
    color: rgb(178,175,159);
    font-size: 22px;
}

.privacyAgreementDialog .tracking_policy:active {
    box-shadow: none;
    transform: translateY(1px);
}

.leadership_experience {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        125deg,
        rgb(224,223,220) 0%,
        rgb(224,223,220) 60%,
        rgb(178,175,159,0.5) 120%
    );
}

.leadership_experience .success_ratings {
    border-radius: 10px;
    overflow: visible;
    padding: 0;
    flex-direction: column;
    background: transparent;
    display: flex;
    position: relative;
    align-items: center;
}

.leadership_experience .img_show::after {
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(178,175,159,0.5) 10px,
            rgb(178,175,159,0.5) 11px
        );
    content: "";
    transform: rotate(10deg);
    position: absolute;
    inset: -20px;
    z-index: -2;
    transition: all 0.5s ease;
    opacity: 0.05;
    border-radius: 40px;
}

.leadership_experience .job_content {
    padding: 40px 50px;
    margin: 0;
    position: relative;
    width: 80%;
    background: #ffffff;
    color: #000000;
    text-align: center;
    font-size: 12px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    max-width: 700px;
    line-height: 1.9;
    border-radius: 10px;
    z-index: 1;
}

.leadership_experience .success_ratings:hover .img_show {
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotate(0deg) translateY(-10px);
}

.leadership_experience .success_ratings:hover span:not(.name) {
    letter-spacing: 5px;
    opacity: 1;
}

.title_section .start_top {
    overflow: hidden;
    position: absolute;
    left: 0;
    height: 75vh;
    width: 100%;
    top: 0;
}

.title_section .page_intro::before {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
}

.title_section .start_begin label::before {
    content: "";
    top: 0;
    position: absolute;
    transition: height 0.3s ease;
    background: rgb(116,170,129);
    left: 0;
    width: 100%;
    height: 0;
}

.title_section .description_card .container::before {
    border-right: 5px solid #ffffff;
    opacity: 0.15;
    content: "";
    position: absolute;
    border-top: 5px solid #ffffff;
    width: 80px;
    height: 80px;
    top: 15px;
    right: 15px;
}

.title_section .description_card p {
    opacity: 0.8;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.title_section input:nth-of-type(6):checked ~ .edu_open {
    transform: translateX(-100%);
}

.title_section input:nth-of-type(10):checked ~ .edu_open {
    transform: translateX(-180%);
}

footer {
    width: 100%;
    position: relative;
}

footer .cloud_lab {
    background: linear-gradient(135deg, rgb(178,175,159), rgb(116,170,129));
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 120px 0 30px;
    position: relative;
}

footer .cloud_lab::after {
    bottom: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    left: 0;
    width: 100%;
    background: #ffffff;
    opacity: 0.15;
    height: 50px;
    position: absolute;
}

footer .info_item {
    flex: 1 1 200px;
    border-radius: 40px;
    transition: all 0.3s ease;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    padding: 0 25px;
    height: 80px;
    display: flex;
    max-width: 300px;
    backdrop-filter: blur(5px);
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
}

footer .reward_sys {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
}

footer .nav_sitebar h5::after, footer .subscribe_holder h5::after {
    height: 2px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
    bottom: 0;
    content: "";
    position: absolute;
}

footer .site_head a:hover::before {
    left: 0;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
}

footer .input_holder input[type="email"] {
    padding: 15px 20px;
    border-radius: 25px;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
}

footer .email_wrap:hover::after {
    left: 100%;
}

footer .career_help {
    margin-top: 60px;
    text-align: center;
    position: relative;
}

footer .site_map::after {
    right: 0;
}

.check_it_out_now::before {
    content: '';
    top: 0;
    left: 0;
    opacity: 0.05;
    position: absolute;
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent);
    background-size: 50px 50px;
    width: 100%;
    z-index: -1;
}

.check_it_out_now h3::before {
    text-shadow: 2px 0 rgb(116,170,129);
    background: transparent;
    content: attr(data-text);
    opacity: 0.8;
    color: #ffffff;
    animation: glitchTop 3s infinite linear alternate;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    position: absolute;
    top: 0;
    left: 2px;
}

.check_it_out_now .contact_box::after {
    left: -100px;
    height: 100%;
    content: '';
    z-index: 2;
    transition: all 0.7s ease;
    position: absolute;
    width: 8px;
    transform: skewX(-20deg);
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
}

header .head_sitewrap {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    position: relative;
}

header .head_sitewrap .nav_primary .nav_train::before {
    left: -5px;
    z-index: -1;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -5px;
    opacity: 0;
    top: -5px;
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0.9);
    right: -5px;
}

header .head_sitewrap .nav_sitebar .first_class:hover a {
    color: rgb(178,175,159);
    transform: translateZ(10px);
}

header .head_sitewrap .nav_sitebar .first_class:hover a::before,
header .head_sitewrap .nav_sitebar .first_class:hover a::after {
    opacity: 0.1;
}

header .head_sitewrap .nav_sitebar .first_class:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}

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

.price_option .plan_fee {
    opacity: 0.9;
    font-size: calc(12px * 1.1);
    margin: 0 auto 3rem;
    color: #ffffff;
    max-width: 800px;
    line-height: 1.6;
}

.price_option .study_rates {
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    position: relative;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.price_option .cost_deals {
    font-size: calc(24px * 1.2);
    border-radius: 10px;
    margin-top: auto;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgb(178,175,159), rgb(116,170,129));
    align-self: flex-start;
    font-weight: 700;
}

.course_features .master_class::before {
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, rgb(178,175,159,0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
    opacity: 0.1;
    width: 100%;
    top: 0;
    height: 100%;
}

.course_features .nav_primary {
    margin-bottom: 20px;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.6s ease;
    position: relative;
    display: inline-block;
}

.course_features .nav_primary:hover svg path {
    fill: rgb(116,170,129);
}

.course_features .coding_expert p {
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 1.7;
    max-width: 100%;
}

.price_option .cert_cost p::-webkit-scrollbar {
    width: 4px;
}

.price_option .cert_cost p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}

.price_option .cert_cost p::-webkit-scrollbar-thumb {
    background: rgb(178,175,159);
}



@media (max-width: 991px) {.ideal_participants {
    padding: 80px 0;
}.ideal_participants h4 {
    font-size: calc(40px * 0.85);
    margin-bottom: 70px;
}.ideal_participants div > div {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 20px;
}.ideal_participants p {
    height: 180px;
    padding: 35px 25px;
}.ideal_participants p:nth-child(3n+2) {
    transform: translateY(0);
}.ideal_participants p:nth-child(even) {
    transform: translateY(90px);
}.ideal_participants p svg {
    top: 25px;
}.ideal_participants p span {
    margin-top: 45px;
}.ideal_participants::after {
    height: 150px;
    width: 150px;
}
}



@media screen and (max-width: 1024px) {.contact_panel .query_info {
    max-width: 800px;
}.contact_panel .help_panel {
    padding: 40px;
}
}



@media screen and (max-width: 480px) {.contact_panel {
    padding: 60px 0 40px;
}.contact_panel h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.contact_panel .img_show {
    min-height: 200px;
}.contact_panel .help_panel {
    padding: 30px 20px;
}.contact_panel form h3 {
    margin-bottom: 30px;
    font-size: calc(24px * 0.9);
}.contact_panel form .help_help {
    width: 100%;
    padding: 14px 20px;
}}



@media (max-width: 480px) {.our_mission {
    padding: 40px 0;
}.our_mission .img_show {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
}.our_mission .expert_team {
    font-size: calc(23px * 0.9);
}.our_mission .study_hub {
    font-size: calc(17px * 0.9);
}.our_mission .smart_learning {
    font-size: calc(17px * 0.9);
}.our_mission h2 {
    padding-bottom: 10px;
    font-size: calc(34px * 0.7);
}.our_mission p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 1199px) {.title_section .description_card {
    max-width: 500px;
    width: 45%;
    margin-left: 6%;
}.title_section .description_card .container {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.title_section .master_class {
    height: auto;
    min-height: 90vh;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}.title_section .start_top {
    height: 50vh;
    position: relative;
}.title_section .start_top::before {
    background: linear-gradient(
            to bottom,
            transparent 70%,
            rgb(224,223,220) 100%
        );
}.title_section .description_card {
    max-width: 600px;
    margin: -50px 0 30px;
    width: 90%;
}.title_section .description_card .container {
    padding: 2rem;
}.title_section .description_card h1 {
    font-size: calc(44px * 0.85);
    margin-bottom: 1rem;
}.title_section .description_card h3 {
    font-size: calc(20px * 0.85);
    margin-bottom: 1.2rem;
}.title_section .start_begin {
    gap: 10px;
    flex-direction: row;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}.title_section .start_begin label {
    height: 3px;
    width: 25px;
}.title_section input:nth-of-type(n):checked ~ .start_begin label:nth-child(n) {
    width: 35px;
    height: 3px;
}
}



@media (max-width: 767px) {footer .cloud_lab {
    padding: 80px 0 30px;
}footer .cloud_lab::before {
    height: 60px;
    background-size: 100% 60px;
}footer .get_contactus {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .nav_sitebar, footer .subscribe_holder {
    padding: 25px 20px;
}footer .career_help {
    margin-top: 40px;
}
}



@media screen and (max-width: 576px) {.check_it_out_now {
    padding: 60px 0;
}.check_it_out_now .master_class {
    padding: 30px 20px;
}.check_it_out_now h3 {
    font-size: calc(34px * 0.7);
    letter-spacing: 1.5px;
    margin-bottom: 35px;
}.check_it_out_now .contact_box {
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: calc(18px * 0.85);
}}



@media (max-width: 576px) {.price_option {
    padding: 50px 0;
}.price_option h2 {
    font-size: calc(33px * 0.8);
}.price_option .learning_feesJDto {
    padding: 1.5rem 1rem;
}.price_option .cost_deals {
    font-size: 24px;
    padding: 0.5rem 1rem;
}
}



@media screen and (max-width: 768px) {.course_features {
    padding: 50px 0;
}.course_features .master_class {
    flex-direction: column-reverse;
}.course_features .coding_expert {
    padding: 30px 25px;
    flex: 1 1 100%;
}.course_features .img_show {
    min-height: 300px;
    width: 100%;
    flex: 1 1 100%;
}.course_features .coding_expert h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 20px;
}.course_features .coding_expert p {
    margin-bottom: 20px;
}.course_features .nav_primary {
    margin-bottom: 15px;
}.course_features .nav_primary svg {
    width: 90px;
}.course_features .coding_expert h3::after {
    width: 60px;
    bottom: -10px;
    height: 2px;
}
}

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        filter: blur(60px);
    }
    50% {
        opacity: 0.1;
        filter: blur(80px);
    }
    100% {
        opacity: 0.05;
        filter: blur(60px);
    }
}



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



@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

