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

.wrap-container {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}

.ideal_participants::before {
    width: 60%;
    background-image: radial-gradient(rgb(178,175,159,0.5) 20%, transparent 20%);
    bottom: 0;
    content: "";
    right: 0;
    background-size: 20px 20px;
    background-position: 0 0;
    z-index: 1;
    position: absolute;
    height: 60%;
    opacity: 0.3;
}

.ideal_participants p {
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    height: 200px;
    position: relative;
    align-items: center;
    text-align: center;
    margin: 0;
    display: flex;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 40px 30px;
    z-index: 1;
    color: #000000;
}



.ideal_participants::after {
    height: 200px;
    border: 2px dashed rgb(116,170,129,0.5);
    z-index: 1;
    position: absolute;
    top: 10%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: "";
    opacity: 0.5;
    left: 5%;
    width: 200px;
    animation: hexSpin 30s linear infinite;
}

.appHub h2 {
    font-size: 33px;
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    transform: translateZ(40px);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3rem;
    position: relative;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    color: #000000;
}

.appHub .master_class:hover {
    transform: translateZ(25px) rotateY(0deg);
}

.appHub li {
    padding: 2.5rem;
    position: relative;
}

.privacy_hideout h1 {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    background: rgb(178,175,159);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 10px;
    margin-top: 40px;
    font-size: 44px;
    font-weight: 700;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #000000;
}

.privacy_hideout li::before {
    content: '•';
    left: 0;
    position: absolute;
    line-height: 1em;
    top: 0;
    font-size: 1.5em;
    color: rgb(178,175,159);
}

.contact_panel::before {
    background: linear-gradient(45deg, 
        rgb(178,175,159,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(178,175,159,0.5) 50%, 
        rgb(178,175,159,0.5) 75%, 
        transparent 75%, 
        transparent);
    top: 0;
    width: 100%;
    animation: gradientMove 20s linear infinite;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    background-size: 60px 60px;
    opacity: 0.05;
}

.contact_panel form h3 {
    font-size: 24px;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    border-bottom: 2px solid rgb(116,170,129,0.5);
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
}

.contact_panel form input#name::before {
    left: 20px;
    transform: translateY(-50%);
    top: 50%;
    content: "";
    width: 20px;
    border-radius: 50%;
    position: absolute;
    background: rgb(178,175,159);
    height: 20px;
}

.contact_panel .query_request label a {
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(178,175,159);
}

.contact_panel form .help_help {
    border: none;
    transition: all 0.3s ease;
    z-index: 1;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    background: rgb(178,175,159);
    font-size: 16px;
    letter-spacing: 1px;
    padding: 16px 40px;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial, sans-serif;
}



.our_mission .container {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}

.our_mission .master_class::before {
    left: -20px;
    border-radius: 22px;
    opacity: 0.4;
    top: -20px;
    border: 1px solid rgb(178,175,159,0.5);
    z-index: -1;
    height: calc(100% + 40px);
    content: '';
    transform: rotate(-1deg);
    animation: borderPulse 8s infinite alternate;
    width: calc(100% + 40px);
    position: absolute;
}



.our_mission .skill_space {
    text-align: center;
    width: 100%;
    z-index: 2;
    position: relative;
}

.our_mission .knowledge_hub:hover .expert_team::after {
    width: 100px;
}

.our_mission .study_hub {
    font-size: 17px;
    color: rgb(116,170,129);
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 1px;
}

.our_mission .description_card::before {
    border-top: 2px solid rgb(178,175,159);
    left: 20px;
    opacity: 0.5;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 20px;
    content: '';
    border-left: 2px solid rgb(178,175,159);
}

.our_mission .smart_learning svg path {
    fill: rgb(178,175,159);
    transition: fill 0.3s ease;
}

.our_mission p {
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
}

.privacyAgreementDialog .cookie_eductrl svg {
    height: 60px;
    fill: rgb(178,175,159);
    width: 60px;
}

.privacyAgreementDialog .safe_cookies p {
    margin: 0;
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
}


#cookieDialogAlert {
    display: none;
}

#cookieDialogAlert:checked ~ .privacyAgreementDialog {
    opacity: 0;
    visibility: hidden;
}

.leadership_experience::after {
    content: "";
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    opacity: 0.2;
    height: 200%;
    left: -50%;
    top: -50%;
    width: 200%;
    position: absolute;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(178,175,159,0.5) 0%,
            transparent 60%
        );
}

.leadership_experience .img_show::before {
    background: linear-gradient(
        135deg,
        rgb(178,175,159,0.5) 0%,
        transparent 50%,
        rgb(116,170,129,0.5) 100%
    );
    z-index: -1;
    border-radius: 30px;
    transform: rotate(5deg);
    content: "";
    transition: all 0.5s ease;
    inset: -10px;
    opacity: 0.3;
    position: absolute;
}

.leadership_experience .success_ratings span:not(.name) {
    text-transform: uppercase;
    z-index: 2;
    margin-bottom: 40px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(116,170,129);
    font-size: 24px;
    text-align: center;
    opacity: 0.8;
    letter-spacing: 3px;
    position: relative;
}

.leadership_experience .success_ratings::before {
    content: "";
    opacity: 0.1;
    left: 50%;
    background: 
        linear-gradient(
            135deg,
            rgb(178,175,159,0.5) 0%,
            transparent 100%
        );
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -70px;
    transform: translateX(-50%) rotate(45deg);
    z-index: 0;
    width: 300px;
    animation: morphing 15s infinite alternate ease-in-out;
    position: absolute;
    height: 300px;
}

.title_section .master_class {
    width: 100%;
    display: flex;
    height: 75vh;
    align-items: center;
    z-index: 2;
    position: relative;
}

.title_section .start_top input {
    display: none;
}

.title_section .page_intro {
    height: 100%;
    position: relative;
    width: 20%;
    overflow: hidden;
}

.title_section .page_intro img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: grayscale(0.3);
    transform: scale(1.1) translateX(0);
    transition: transform 1.2s ease, filter 0.6s ease;
}

.title_section .description_card {
    position: relative;
    z-index: 5;
    max-width: 550px;
    background: rgb(178,175,159);
    border-radius: 10px;
    margin-left: 8%;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    width: 40%;
}

.title_section .description_card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #ffffff;
    opacity: 0.9;
}

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

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

.title_section input:nth-of-type(1):checked ~ .start_begin label:nth-child(1)::before,
.title_section input:nth-of-type(2):checked ~ .start_begin label:nth-child(2)::before,
.title_section input:nth-of-type(3):checked ~ .start_begin label:nth-child(3)::before,
.title_section input:nth-of-type(4):checked ~ .start_begin label:nth-child(4)::before,
.title_section input:nth-of-type(5):checked ~ .start_begin label:nth-child(5)::before,
.title_section input:nth-of-type(6):checked ~ .start_begin label:nth-child(6)::before,
.title_section input:nth-of-type(7):checked ~ .start_begin label:nth-child(7)::before,
.title_section input:nth-of-type(8):checked ~ .start_begin label:nth-child(8)::before,
.title_section input:nth-of-type(9):checked ~ .start_begin label:nth-child(9)::before,
.title_section input:nth-of-type(10):checked ~ .start_begin label:nth-child(10)::before {
    height: 100%;
}

footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

footer .text_main_holder {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 25px;
}

footer .nav_sitebar,footer .subscribe_holder {
    border-radius: 28px;
    flex: 1 1 300px;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
}

footer .site_head {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

footer .site_head a:hover {
    background-color: rgb(116,170,129,0.5);
    transform: translateY(-3px);
}

footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgb(178,175,159,0.5);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    outline: none;
}

footer .email_wrap:hover {
    transform: translateY(-3px);
    background-color: rgb(224,223,220);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .site_map {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    padding: 0 30px;
    position: relative;
}

.check_it_out_now::after {
    content: '';
    left: 0;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 20% 30%, #ffffff 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, #ffffff 0%, transparent 50%);
    top: 0;
    width: 100%;
    height: 100%;
}

.check_it_out_now .master_class::after {
    opacity: 0.3;
    left: 0;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
}

.check_it_out_now .contact_box {
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    z-index: 1;
    font-size: 18px;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.4s ease;
    font-weight: 600;
    font-family: Arial, sans-serif;
    overflow: hidden;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 16px 45px;
    color: rgb(178,175,159);
    position: relative;
}

header .head_sitewrap .nav_primary {
    position: relative;
    margin-right: 40px;
    z-index: 2;
}

header .head_sitewrap .nav_primary .nav_train {
    display: block;
    position: relative;
    padding: 5px;
}

header .head_sitewrap .nav_primary .nav_train svg {
    height: 45px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: auto;
}

header .head_sitewrap .nav_sitebar .first_class a {
    background: linear-gradient(to bottom, transparent, transparent);
    font-size: 15px;
    display: block;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    transform-style: preserve-3d;
    position: relative;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}

.price_option::before {
    background: #000000;
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.85;
    content: "";
}

.price_option .fee_choices {
    gap: 1.5rem;
    perspective: 1000px;
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.price_option .study_rates:hover::before {
    transform: scaleX(1);
}

.price_option .learning_feesJDto {
    padding: 2.5rem 1.5rem;
    flex-direction: column;
    display: flex;
    height: 100%;
}

.price_option .cert_cost h4 {
    margin-bottom: 1.5rem;
    margin-top: 0;
    color: #ffffff;
    display: inline-block;
    font-size: calc(24px * 1.1);
    position: relative;
    font-weight: 700;
}

.price_option .cost_deals::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.8s ease;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
}

.course_features::before {
    animation: backgroundPulse 15s infinite alternate;
    content: "";
    height: 100%;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(178,175,159,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(116,170,129,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(178,175,159,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(116,170,129,0.5) 4%, transparent 8%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.course_features .coding_expert h3 {
    transform-style: preserve-3d;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-weight: 700;
    font-size: 29px;
    position: relative;
    margin-bottom: 25px;
}

.course_features .img_show::before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(178,175,159,0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
    mix-blend-mode: overlay;
    height: 100%;
    z-index: 1;
    left: 0;
    animation: overlayPulse 8s infinite alternate;
}



@media (max-width: 768px) {.ideal_participants {
    padding: 70px 0;
}.ideal_participants h4 {
    font-size: calc(40px * 0.7);
    margin-bottom: 60px;
}.ideal_participants h4::after {
    bottom: -12px;
    width: 80px;
}.ideal_participants div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.ideal_participants p {
    height: auto;
    aspect-ratio: 1.73 / 1;
    border-radius: 10px;
    clip-path: none;
    padding: 20px;
}.ideal_participants p::before {
    border-radius: 10px;
    clip-path: none;
}.ideal_participants p:nth-child(even) {
    transform: translateY(0);
}.ideal_participants p svg {
    height: 28px;
    margin-right: 15px;
    position: static;
    transform: none;
    width: 28px;
}.ideal_participants p span {
    display: inline;
    margin-top: 0;
}.ideal_participants p:hover {
    transform: translateY(0) scale(1.03);
}.ideal_participants p:hover svg {
    transform: scale(1.2);
}.ideal_participants::after {
    display: none;
}
}



@media (max-width: 768px) {.our_mission {
    padding: 60px 0;
}.our_mission .master_class::before {
    display: none;
}.our_mission .img_show {
    height: 150px;
    width: 150px;
}.our_mission .img_show::before,
    .our_mission .img_show::after {
    display: none;
}.our_mission .knowledge_hub {
    padding: 20px;
}.our_mission .description_card {
    padding: 25px 20px;
}.our_mission .description_card::before,
    .our_mission .description_card::after {
    height: 25px;
    width: 25px;
}.our_mission h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 20px;
}.our_mission .smart_learning svg {
    width: 30px;
    height: 30px;
}
}



@media (max-width: 575px) {.leadership_experience {
    padding: 50px 0;
}.leadership_experience .img_show {
    border-radius: 15px;
    height: 150px;
    margin-bottom: 15px;
    width: 150px;
}.leadership_experience .img_show::before {
    inset: -8px;
    border-radius: 22px;
}.leadership_experience .img_show::after {
    inset: -15px;
    border-radius: 30px;
}.leadership_experience .name {
    padding: 0 10px 10px;
    font-size: calc(46px * 0.7);
    margin-bottom: 8px;
}.leadership_experience .name::after {
    width: 60px;
    height: 2px;
}.leadership_experience .success_ratings span:not(.name) {
    letter-spacing: 1px;
    font-size: calc(24px * 0.85);
    margin-bottom: 25px;
}.leadership_experience .job_content {
    font-size: calc(12px * 0.9);
    border-radius: 10px;
    padding: 25px 20px;
    width: 100%;
}.leadership_experience .job_content::before,
    .leadership_experience .job_content::after {
    width: 20px;
    top: 15px;
    left: 15px;
    height: 20px;
}.leadership_experience .job_content::after {
    bottom: 15px;
    right: 15px;
}.leadership_experience .success_ratings::before,
    .leadership_experience .success_ratings::after {
    height: 150px;
    width: 150px;
}.leadership_experience .success_ratings:hover span:not(.name) {
    letter-spacing: 2px;
}}



@media (max-width: 991px) {footer .cloud_lab {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}



@media screen and (max-width: 992px) {.check_it_out_now {
    padding: 100px 0;
}.check_it_out_now .master_class {
    max-width: 90%;
    padding: 50px 30px;
}.check_it_out_now h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 45px;
}.check_it_out_now .contact_box {
    padding: 14px 40px;
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 992px) {header .head_sitewrap {
    flex-direction: column;
    padding: 15px;
}header .head_sitewrap .nav_primary {
    margin: 0 0 15px 0;
}header .head_sitewrap .nav_sitebar {
    perspective: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .head_sitewrap .nav_sitebar .first_class a {
    padding: 10px 15px;
    font-size: calc(15px - 1px);
    transform-style: flat;
}header .head_sitewrap .nav_sitebar .first_class:hover a {
    transform: none;
}header .head_sitewrap .nav_sitebar .first_class a::before,
    header .head_sitewrap .nav_sitebar .first_class a::after {
    display: none;
}
}



@media screen and (max-width: 480px) {.course_features {
    padding: 40px 0;
}.course_features .img_show {
    min-height: 250px;
}.course_features .coding_expert {
    padding: 25px 20px;
}.course_features .coding_expert h3 {
    font-size: calc(18px * 1.2);
}.course_features .nav_primary svg {
    width: 80px;
}
}



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

@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

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

@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}



@keyframes glitchTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 15%, 100% 15%, 100% 40%, 0 40%);
        transform: translate(-5px, 2px);
    }
    20% {
        clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%);
        transform: translate(5px, -2px);
    }
    30% {
        clip-path: polygon(0 5%, 100% 5%, 100% 25%, 0 25%);
        transform: translate(-3px, 1px);
    }
    40% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
}

