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

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


.ideal_participants {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(224,223,220) 0%, #ffffff 100%);
    position: relative;
}

.ideal_participants h4 {
    font-size: 40px;
    transition: transform 0.5s ease;
    text-align: center;
    position: relative;
    color: rgb(178,175,159);
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 50px;
}

.ideal_participants p::before {
    height: 100%;
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    left: 0;
    background: linear-gradient(135deg, #ffffff, rgb(224,223,220));
    content: "";
    z-index: -1;
    position: absolute;
}



.ideal_participants .master_class > div p {
    animation: fadeScale 0.5s ease forwards;
    opacity: 0;
}

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

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

.appHub .container {
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.appHub .master_class {
    transition: transform 0.5s ease;
    background: #ffffff;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    transform-style: preserve-3d;
    transform: translateZ(20px) rotateY(-2deg);
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
    border-left: 5px solid rgb(178,175,159);
}

.privacy_hideout {
    padding: 40px;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, rgb(178,175,159,0.5) 30%, rgb(116,170,129,0.5) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.privacy_hideout ul, .privacy_hideout ol {
    font-family: Arial, sans-serif;
    list-style-position: outside;
    padding: 15px 0;
    list-style: none;
    color: #000000;
    padding-left: 20px;
    font-size: 15px;
}


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

.contact_panel h2::after {
    width: 60px;
    content: "";
    height: 4px;
    bottom: -15px;
    background: rgb(178,175,159);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

.contact_panel .img_show {
    order: 2;
    min-height: 600px;
    height: 100%;
    position: relative;
}

.contact_panel form {
    position: relative;
    width: 100%;
}

.contact_panel form input[type="text"] {
    font-size: 16px;
    width: 100%;
    border: none;
    background: rgb(224,223,220);
    transition: all 0.3s ease;
    position: relative;
    padding: 16px 20px 16px 50px;
    margin-bottom: 25px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
}

.contact_panel .query_request label {
    position: relative;
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.5;
}

.contact_panel .query_request label a::after {
    content: "";
    background: rgb(178,175,159);
    left: 0;
    bottom: -2px;
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    height: 1px;
}

.contact_panel form .help_help:hover::before {
    width: 100%;
}

.contact_panel svg {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 20px;
    fill: rgb(178,175,159);
    left: 20px;
    width: 20px;
}

.our_mission::after {
    width: 100%;
    bottom: 0;
    z-index: 1;
    height: 100%;
    background: radial-gradient(circle at 90% 80%, rgb(116,170,129,0.5) 0%, transparent 50%);
    position: absolute;
    right: 0;
    content: '';
    animation: pulse 20s infinite alternate-reverse;
}

.our_mission .knowledge_hub:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.our_mission .img_show::before {
    content: '';
    border-radius: 50%;
    bottom: -10px;
    top: -10px;
    left: -10px;
    border: 1px solid rgb(178,175,159,0.5);
    position: absolute;
    right: -10px;
    animation: rotate 15s linear infinite;
}

.our_mission .expert_team {
    font-weight: 700;
    font-size: 23px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.our_mission .description_card:hover {
    transform: perspective(1000px) rotateY(0);
}

.our_mission .description_card::after {
    opacity: 0.5;
    width: 40px;
    bottom: 20px;
    content: '';
    height: 40px;
    position: absolute;
    right: 20px;
    border-right: 2px solid rgb(116,170,129);
    border-bottom: 2px solid rgb(116,170,129);
}

.our_mission h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 34px;
    position: relative;
}

.privacyAgreementDialog {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgb(178,175,159);
    bottom: 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(224,223,220);
    position: fixed;
    animation: fadeInUp 0.5s ease-out;
    z-index: 1000;
}

.privacyAgreementDialog .tracking_policy:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.leadership_experience::before {
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(178,175,159,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(178,175,159,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(178,175,159,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(178,175,159,0.5) 75%);
    width: 100%;
    left: 0;
    opacity: 0.03;
    content: "";
    background-size: 60px 60px;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    position: absolute;
    height: 100%;
}

.leadership_experience .name {
    text-align: center;
    text-fill-color: transparent;
    font-size: 46px;
    position: relative;
    padding: 0 20px 15px;
    background-clip: text !important;
    margin-bottom: 15px;
    color: #000000;
    -webkit-text-fill-color: transparent;
    z-index: 2;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(178,175,159) 100%
    );
    font-weight: 700;
    -webkit-background-clip: text !important;
}

.leadership_experience .job_content::after {
    opacity: 0.2;
    background: 
        linear-gradient(225deg, rgb(116,170,129,0.5) 0%, transparent 100%);
    content: "";
    border-radius: 0 0 0 10px;
    right: 25px;
    position: absolute;
    height: 35px;
    width: 35px;
    bottom: 25px;
}

.leadership_experience .success_ratings:hover .img_show::before {
    opacity: 0.5;
    transform: rotate(0deg);
}

.leadership_experience .success_ratings:hover .img_show::after {
    transform: rotate(5deg);
}

.title_section {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: rgb(224,223,220);
}

.title_section .start_top::before {
    z-index: 3;
    background: linear-gradient(
        to right,
        #000000 0%,
        transparent 20%
    );
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    content: "";
}

.title_section .start_begin label {
    width: 3px;
    transition: all 0.3s ease;
    opacity: 0.4;
    background: #ffffff;
    height: 30px;
    position: relative;
    cursor: pointer;
}

.title_section .description_card .container {
    padding: 3rem;
    color: #ffffff;
    position: relative;
}

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

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

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

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

.title_section input:checked ~ .edu_open .page_intro img {
    transform: scale(1) translateX(-10px);
    filter: grayscale(0);
}

footer .cloud_lab::before {
    width: 100%;
    transform: rotateX(180deg);
    opacity: 0.25;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    left: 0;
    position: absolute;
    content: "";
    background: #ffffff;
    height: 100px;
}

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

footer .get_contactus {
    margin-bottom: 60px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 20px;
}

footer .info_item::before {
    left: -100%;
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.1;
    background: #ffffff;
    height: 100%;
    z-index: -1;
    animation: waveAnimation 15s linear infinite;
}

footer .info_item svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    fill: #ffffff;
    flex-shrink: 0;
}

footer .nav_primary svg {
    filter: brightness(0) invert(1);
    margin: 0 auto 20px;
    width: auto;
    height: 50px;
}

footer .nav_sitebar h5, footer .subscribe_holder h5 {
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
}

footer .site_head a {
    transition: all 0.3s ease;
    flex: 1 1 calc(50% - 10px);
    border-radius: 20px;
    font-size: 15px;
    text-align: center;
    background-color: rgb(178,175,159,0.5);
    padding: 8px 15px;
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

footer .email_wrap {
    border: none;
    background-color: #ffffff;
    color: rgb(178,175,159);
    font-size: 18px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 25px;
}

footer .site_map::before,
footer .site_map::after {
    position: absolute;
    width: 20px;
    height: 1px;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
}

footer .site_map::before {
    left: 0;
}

.check_it_out_now .master_class::before {
    height: 2px;
    width: 100%;
    animation: scanLine 4s ease-in-out infinite;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #ffffff 50%, 
        transparent 100%);
    z-index: 1;
    top: 0;
    content: '';
    box-shadow: 0 0 10px #ffffff;
}

.check_it_out_now h3 {
    font-family: Arial, sans-serif;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.check_it_out_now .contact_box::before {
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0;
    content: '';
    left: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(178,175,159) 0%,
        rgb(116,170,129) 100%
    );
    transition: opacity 0.4s ease;
}

.check_it_out_now .contact_box:hover::after {
    transition-duration: 1s;
    left: 200%;
}

header .head_sitewrap::before {
    height: 1px;
    content: "";
    width: 80%;
    bottom: 0;
    left: 10%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(178,175,159), transparent);
}

header .head_sitewrap .nav_primary .nav_train:hover::before {
    transform: scale(1);
    opacity: 0.1;
}

header .head_sitewrap .nav_sitebar .first_class {
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
}

header .head_sitewrap .nav_sitebar .first_class a::after {
    transform-origin: bottom center;
    background: linear-gradient(to top, rgb(116,170,129,0.5), transparent);
    transform: translateZ(-2px) rotateX(-10deg);
    opacity: 0;
}

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

.price_option {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.price_option .learn_pricing {
    text-align: center;
}

.price_option h2::after {
    left: 50%;
    bottom: -10px;
    width: 80px;
    content: "";
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(178,175,159), rgb(116,170,129));
}

.price_option .study_rates::before {
    background: linear-gradient(90deg, rgb(178,175,159), rgb(116,170,129));
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    position: absolute;
    content: "";
    transform-origin: left;
    left: 0;
    height: 5px;
    transform: scaleX(0);
}

.price_option .cert_cost p {
    overflow-y: auto;
    line-height: 1.6;
    max-height: 200px;
    font-size: 12px;
    opacity: 0.85;
    margin-bottom: 2rem;
    white-space: normal;
    color: #ffffff;
    text-align: left;
    word-wrap: break-word;
    scrollbar-color: rgb(178,175,159) rgba(255,255,255,0.1);
    scrollbar-width: thin;
    overflow-wrap: break-word;
}

.course_features::after {
    width: 200%;
    left: -50%;
    z-index: 0;
    content: "";
    top: -50%;
    background: linear-gradient(45deg, rgb(178,175,159,0.5) 0%, transparent 70%);
    opacity: 0.2;
    position: absolute;
    transform: rotate(45deg);
    height: 200%;
    animation: gradientRotate 20s infinite linear;
}

.course_features .coding_expert {
    flex: 1 1 55%;
    z-index: 2;
    padding: 40px 50px;
    position: relative;
}

.course_features .nav_primary:hover {
    transform: perspective(1000px) rotateY(10deg);
}

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

.course_features .img_show {
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    perspective: 1000px;
    flex: 1 1 45%;
    min-height: 450px;
}

.course_features .img_show::after {
    opacity: 0.2;
    top: 20px;
    content: "";
    left: 20px;
    border: 1px solid #ffffff;
    z-index: 2;
    box-shadow: 0 0 30px rgb(178,175,159,0.5);
    right: 20px;
    transform: translateZ(20px);
    position: absolute;
    bottom: 20px;
}



@media (max-width: 576px) {.ideal_participants {
    padding: 60px 0;
}.ideal_participants h4 {
    font-size: calc(40px * 0.6);
    margin-bottom: 40px;
}.ideal_participants h4::after {
    width: 60px;
    bottom: -10px;
    height: 4px;
}.ideal_participants p {
    padding: 15px;
    font-size: calc(15px * 0.9);
}.ideal_participants p svg {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}}



@media (max-width: 576px) {.appHub {
    padding: 2.5rem 0.8rem;
}.appHub h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.7);
}.appHub h2::after {
    height: 2px;
    width: 60px;
}.appHub li {
    padding: 1.5rem;
}.appHub span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}



@media screen and (max-width: 768px) {.contact_panel {
    padding: 80px 0 60px;
}.contact_panel .query_info {
    grid-template-columns: 1fr;
}.contact_panel .img_show {
    clip-path: none;
    order: 1;
    min-height: 300px;
}.contact_panel .help_panel {
    padding: 40px 30px;
    order: 2;
}.contact_panel .help_panel::before {
    height: 6px;
    right: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(178,175,159), rgb(116,170,129));
    top: 0;
}.contact_panel h2 {
    margin-bottom: 40px;
}
}


@media (max-width: 768px) {.privacyAgreementDialog .cookie_eductrl {
    margin-right: 0;
    margin-bottom: 15px;
}.privacyAgreementDialog .tracking_policy {
    width: 48%;
    text-align: center;
    margin-left: 0;
}}



@media (max-width: 767px) {.leadership_experience {
    padding: 60px 0;
}.leadership_experience .img_show {
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
}.leadership_experience .name {
    font-size: calc(46px * 0.8);
    margin-bottom: 10px;
    padding: 0 15px 12px;
}.leadership_experience .success_ratings span:not(.name) {
    margin-bottom: 30px;
    font-size: calc(24px * 0.9);
    letter-spacing: 2px;
}.leadership_experience .job_content {
    padding: 30px 35px;
    width: 90%;
    font-size: calc(12px * 0.95);
}.leadership_experience .job_content::before,
    .leadership_experience .job_content::after {
    width: 25px;
    height: 25px;
}.leadership_experience .success_ratings::before,
    .leadership_experience .success_ratings::after {
    width: 200px;
    height: 200px;
}.leadership_experience .success_ratings:hover span:not(.name) {
    letter-spacing: 3px;
}
}



@media (max-width: 575px) {.title_section .start_top {
    height: 45vh;
}.title_section .description_card {
    width: 95%;
    margin: -40px 0 20px;
}.title_section .description_card .container {
    padding: 1.5rem;
}.title_section .description_card .container::before,
    .title_section .description_card .container::after {
    height: 60px;
    width: 60px;
}.title_section .description_card h1 {
    font-size: calc(44px * 0.8);
}.title_section .description_card h3 {
    font-size: calc(18px * 1.1);
    margin-bottom: 1rem;
}.title_section .description_card p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}.title_section .start_begin {
    gap: 8px;
    bottom: 15px;
}.title_section .start_begin label {
    width: 20px;
}.title_section input:nth-of-type(n):checked ~ .start_begin label:nth-child(n) {
    width: 30px;
}
}



@media screen and (max-width: 768px) {.check_it_out_now {
    padding: 80px 0;
}.check_it_out_now .master_class {
    padding: 40px 25px;
}.check_it_out_now h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(34px * 0.8);
}.check_it_out_now .contact_box {
    padding: 12px 35px;
    letter-spacing: 1.5px;
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 768px) {.price_option {
    padding: 60px 0;
}.price_option .fee_choices {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_option h2 {
    font-size: calc(33px * 0.9);
}.price_option .plan_fee {
    margin-bottom: 2rem;
    font-size: 12px;
}.price_option .cert_cost p {
    max-height: 150px;
}
}



@media screen and (max-width: 992px) {.course_features {
    padding: 60px 0;
}.course_features .coding_expert {
    padding: 30px 40px;
}.course_features .img_show {
    min-height: 380px;
}.course_features .nav_primary svg {
    width: 100px;
}.course_features .coding_expert h3 {
    font-size: calc(29px * 0.9);
}
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(178,175,159,0.5);
    }
    50% {
        border-color: rgb(116,170,129,0.5);
    }
    100% {
        border-color: rgb(178,175,159,0.5);
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}



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

