﻿svg {
    width: 30px;
    height: 30px;
}

header,footer {
    width: 100%;
}

header {
    z-index: 99;
    overflow: visible;
    width: 100%;
    background: linear-gradient(to bottom, rgb(224,223,220), rgba(0, 0, 0, 0.5));
    position: relative;
}

.ideal_participants .master_class {
    position: relative;
}

.ideal_participants h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.ideal_participants div > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 20px;
}

.ideal_participants p:nth-child(even) {
    transform: translateY(100px);
}

.ideal_participants p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}

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

.ideal_participants p span {
    margin-top: 50px;
    width: 100%;
    display: block;
}

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

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

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

.appHub::before {
    background: 
        radial-gradient(circle at 10% 20%, transparent 20%, rgb(178,175,159,0.5) 21%, transparent 22%),
        radial-gradient(circle at 90% 60%, transparent 10%, rgb(178,175,159,0.5) 11%, transparent 12%),
        radial-gradient(circle at 50% 40%, transparent 30%, rgb(178,175,159,0.5) 31%, transparent 32%);
    top: 0;
    z-index: 0;
    background-size: 80px 80px, 60px 60px, 100px 100px;
    opacity: 0.15;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}

.appHub li::before {
    opacity: 0.7;
    height: 40px;
    right: -8px;
    width: 40px;
    content: "";
    z-index: -1;
    transform: scale(0);
    border-radius: 50%;
    position: absolute;
    animation: pulseIn 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: rgb(116,170,129,0.5);
    top: -8px;
}

.privacy_hideout li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}

.privacy_hideout p, .privacy_hideout span, .privacy_hideout div {
    line-height: 1.6;
    transition: all 0.3s ease;
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}

.contact_panel h2 {
    text-transform: uppercase;
    margin-bottom: 60px;
    color: rgb(178,175,159);
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    font-size: 34px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.contact_panel .help_panel {
    padding: 60px;
    order: 1;
    position: relative;
    flex-direction: column;
    background: #ffffff;
    justify-content: center;
    display: flex;
}

.contact_panel form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(178,175,159);
}

.contact_panel form input#name {
    position: relative;
}

.contact_panel .query_request {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.contact_panel .query_request input[type="checkbox"]:checked + label::before {
    background: rgb(178,175,159);
}

.contact_panel .query_request input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 8px;
    content: "";
    left: 8px;
    border-right: 2px solid #ffffff;
    height: 14px;
    top: 4px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}

.contact_panel form .help_help:hover {
    box-shadow: 0 10px 20px -10px rgb(178,175,159);
    transform: translateY(-3px);
}

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

.our_mission::before {
    width: 100%;
    background: radial-gradient(circle at 10% 20%, rgb(178,175,159,0.5) 0%, transparent 50%);
    animation: pulse 15s infinite alternate;
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}



.our_mission .knowledge_hub {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.our_mission .expert_team::after {
    position: absolute;
    bottom: -8px;
    height: 2px;
    background: rgb(178,175,159);
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    width: 50px;
    content: '';
}

.our_mission .smart_learning {
    align-items: center;
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(178,175,159);
    display: flex;
    font-size: 17px;
}

.our_mission .smart_learning svg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    transition: transform 0.5s ease;
    fill: rgb(178,175,159);
}

.our_mission .description_card:hover h2::after {
    width: 120px;
}

.privacyAgreementDialog .cookie_eductrl {
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    margin-right: 20px;
    transform-origin: center;
}

.privacyAgreementDialog .tracking_policy {
    display: inline-block;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    color: #ffffff;
    margin-right: 15px;
    margin-top: 20px;
    background-color: rgb(178,175,159);
}



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

.leadership_experience .img_show {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    height: 260px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(-5deg);
    width: 260px;
    z-index: 3;
    border-radius: 20px;
}

.leadership_experience .name::after {
    content: "";
    height: 3px;
    left: 50%;
    background: linear-gradient(
        to right,
        rgb(178,175,159) 0%,
        rgb(116,170,129) 100%
    );
    bottom: 0;
    width: 80px;
    border-radius: 3px;
    position: absolute;
    transform: translateX(-50%);
}

.leadership_experience .job_content::before {
    content: "";
    top: 25px;
    background: 
        linear-gradient(45deg, rgb(178,175,159,0.5) 0%, transparent 100%);
    left: 25px;
    border-radius: 0 0 10px 0;
    position: absolute;
    height: 35px;
    opacity: 0.2;
    width: 35px;
}



.leadership_experience .success_ratings::after {
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    position: absolute;
    left: 50%;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(116,170,129,0.5) 100%
        );
    z-index: 0;
    content: "";
    top: -50px;
    transform: translateX(-50%) rotate(-45deg);
    width: 350px;
    opacity: 0.08;
    height: 350px;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
}

.title_section .edu_open {
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.5, 0, 0.2, 1);
    display: flex;
    width: 500%;
}

.title_section .start_begin {
    display: flex;
    left: 30px;
    flex-direction: column;
    gap: 15px;
    bottom: 30px;
    position: absolute;
    z-index: 10;
}

.title_section .start_begin label:hover {
    opacity: 0.7;
}

.title_section .description_card::before {
    content: "";
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(116,170,129);
    position: absolute;
}

.title_section .description_card h1 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 44px;
}

.title_section input:nth-of-type(1):checked ~ .edu_open {
    transform: translateX(0);
}

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

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

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



footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: rgb(116,170,129,0.5);
}

footer .nav_primary {
    position: relative;
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 30px;
}

footer .nav_sitebar::before,footer .subscribe_holder::before {
    background: #ffffff;
    opacity: 0.1;
    z-index: -1;
    height: 100%;
    width: 300%;
    top: 0;
    content: "";
    animation: waveAnimation 20s linear infinite;
    position: absolute;
    left: -100%;
}

footer .site_head a::before {
    bottom: 0;
    height: 2px;
    left: -100%;
    transition: left 0.3s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    content: "";
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .email_wrap::after {
    left: -100%;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: left 0.7s ease;
    top: 0;
}

.check_it_out_now {
    background: linear-gradient(135deg, rgb(178,175,159) 0%, rgb(116,170,129) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 120px 0;
}

.check_it_out_now .master_class {
    border-radius: 11px;
    backdrop-filter: blur(10px);
    padding: 60px 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    z-index: 2;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    max-width: 1000px;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.check_it_out_now h3::after {
    content: attr(data-text);
    left: -2px;
    top: 0;
    animation: glitchBottom 2.7s infinite linear alternate;
    clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
    color: #ffffff;
    opacity: 0.8;
    background: transparent;
    text-shadow: -2px 0 rgb(178,175,159);
    position: absolute;
}

.check_it_out_now .contact_box:hover {
    color: #ffffff;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}

.check_it_out_now .contact_box:hover::before {
    opacity: 1;
}

header::before {
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    top: 0;
    content: "";
    opacity: 0.1;
    left: 0;
    width: 100%;
    position: absolute;
}

header .head_sitewrap .nav_sitebar {
    list-style: none;
    perspective: 1000px;
    margin: 0;
    padding: 0;
    display: flex;
}

header .head_sitewrap .nav_sitebar .first_class a::before,
header .head_sitewrap .nav_sitebar .first_class a::after {
    content: "";
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
}

header .head_sitewrap .nav_sitebar .first_class a::before {
    transform: translateZ(-1px) rotateX(10deg);
    background: linear-gradient(to bottom, rgb(178,175,159,0.5), transparent);
    opacity: 0;
    transform-origin: top center;
}

.price_option h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.price_option .fee_choices li {
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.price_option .study_rates:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    transform: translateY(-10px);
}

.price_option .cert_cost {
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.price_option .cert_cost h4::after {
    background: rgb(178,175,159);
    width: 40px;
    height: 2px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -8px;
}

.price_option .study_rates:hover .cost_deals::before {
    left: 100%;
}

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

.course_features .container {
    z-index: 5;
    position: relative;
}

.course_features .master_class {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(178,175,159,0.5);
    overflow: hidden;
    flex-wrap: wrap;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    border-radius: 18px;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
}

.course_features .nav_primary svg {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
}

.course_features .coding_expert h3::after {
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(178,175,159) 0%, rgb(116,170,129) 100%);
    left: 0;
    filter: blur(1px);
    content: "";
    height: 3px;
    bottom: -12px;
    width: 80px;
    transform: translateZ(-5px);
}


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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.appHub {
    padding: 4rem 1.5rem;
}.appHub h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.5rem;
}.appHub .master_class {
    transform: translateZ(15px) rotateY(-1deg);
}
}



@media (max-width: 768px) {.appHub {
    padding: 3rem 1rem;
}.appHub h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.appHub .master_class {
    transform: translateZ(10px) rotateY(0);
}.appHub li {
    padding: 2rem;
}
}



@media only screen and (max-width: 800px) {.privacy_hideout {
    padding: 20px 10px;
    border-radius: 10px;
}.privacy_hideout h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: calc(20px - 10px);
}.privacy_hideout h2 {
    margin-bottom: 15px;
    font-size: calc(20px - 8px);
    margin-top: 20px;
}.privacy_hideout ul, .privacy_hideout ol {
    padding-left: 10px;
}.privacy_hideout li {
    padding-left: 15px;
}}



@media (max-width: 992px) {.our_mission {
    padding: 80px 0;
}.our_mission .container {
    padding: 0 20px;
}.our_mission .master_class {
    grid-template-columns: 1fr;
    gap: 30px;
}.our_mission .knowledge_hub {
    max-width: 400px;
    margin: 0 auto;
}.our_mission .description_card {
    padding: 30px;
    transform: none;
}.our_mission h2 {
    font-size: calc(34px * 0.9);
}
}



@media (max-width: 991px) {.leadership_experience {
    padding: 80px 0;
}.leadership_experience .img_show {
    margin-bottom: 25px;
    height: 220px;
    width: 220px;
}.leadership_experience .name {
    font-size: calc(46px * 0.9);
    margin-bottom: 12px;
}.leadership_experience .job_content {
    width: 85%;
    padding: 35px 40px;
}.leadership_experience .success_ratings::before,
    .leadership_experience .success_ratings::after {
    width: 250px;
    height: 250px;
}
}



@media (max-width: 991px) {.title_section .master_class {
    height: 70vh;
}.title_section .start_top {
    height: 70vh;
}.title_section .description_card {
    margin-left: 5%;
    width: 50%;
    max-width: 450px;
}.title_section .description_card .container {
    padding: 2rem;
}.title_section .description_card h1 {
    margin-bottom: 1.2rem;
    font-size: calc(44px * 0.9);
}.title_section .description_card h3 {
    margin-bottom: 1.5rem;
    font-size: calc(20px * 0.9);
}.title_section .description_card p {
    font-size: calc(16px * 0.95);
}.title_section .start_begin {
    left: 25px;
    bottom: 25px;
    gap: 12px;
}.title_section .start_begin label {
    height: 25px;
}
}



@media (max-width: 480px) {.title_section .start_top {
    height: 40vh;
}.title_section .description_card {
    margin: -30px 0 20px;
}
}



@media (orientation: landscape) and (max-height: 600px) and (min-width: 768px) {.title_section .master_class {
    height: 85vh;
}.title_section .start_top {
    height: 85vh;
}}



@media (min-width: 768px) {footer .nav_primary {
    flex: 1 1 100%;
}footer .nav_sitebar, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .email_wrap {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .cloud_lab {
    padding: 60px 0 20px;
}footer .cloud_lab::before {
    height: 40px;
    background-size: 100% 40px;
}footer .nav_sitebar h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(19px - 2px);
}footer .site_head a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .email_wrap {
    padding: 12px 15px;
}}



@media (max-width: 767px) {header .head_sitewrap .nav_sitebar .first_class a {
    padding: 8px 12px;
    font-size: calc(15px - 2px);
}}



@media (max-width: 992px) {.price_option {
    padding: 80px 0;
}.price_option .fee_choices {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.price_option .learning_feesJDto {
    padding: 2rem 1.25rem;
}
}



@media (hover: none) {.price_option .study_rates:hover {
    transform: none;
}}



@media (hover: hover) {.course_features .master_class:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(178,175,159);
    transform: translateY(-5px);
}.course_features .img_show:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}

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



@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(40px);
    }
}

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

@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes scanLine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}



@keyframes glitchBottom {
    0% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 60%, 100% 60%, 100% 95%, 0 95%);
        transform: translate(5px, 2px);
    }
    20% {
        clip-path: polygon(0 65%, 100% 65%, 100% 90%, 0 90%);
        transform: translate(-5px, -2px);
    }
    30% {
        clip-path: polygon(0 70%, 100% 70%, 100% 85%, 0 85%);
        transform: translate(3px, 1px);
    }
    40% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
}

