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

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(8px);
    left: 0;
    position: fixed;
    background: linear-gradient(135deg, #000000 0%, rgb(152,189,189) 100%);
    top: 0;
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    border-bottom: 1px solid rgb(152,189,189,0.5);
    width: 100%;
    z-index: 1000;
}

footer .edu_asksup93 {
    margin-bottom: 30px;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    gap: 30px;
    display: flex;
    padding-bottom: 30px;
}

footer .info_item p,
footer .info_item a {
    gap: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #ffffff;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
}

footer .top_nav14 {
    flex-direction: column;
    gap: 20px;
    display: flex;
}

footer .header_sitebar81 {
    gap: 15px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

footer .header_sitebar81 a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(101,117,164);
}

footer .subscribe_holder {
    padding: 25px;
    transform: perspective(1000px) rotateY(-5deg);
    gap: 15px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    transition: all 0.5s ease;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

footer .news_section76 {
    font-size: 19px;
    padding: 12px 24px;
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(101,117,164) 0%, rgb(152,189,189) 100%);
    border: none;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
}

header .container {
    margin: 0 auto;
    padding: 15px 20px;
    max-width: 1200px;
}

header .top_nav14 {
    position: relative;
    display: flex;
    gap: 25px;
}

header .top_pagewrap21 {
    position: relative;
    padding: 8px 0;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

header .top_pagewrap21:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

header .header_wrap54:after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transition: width 0.4s ease;
    height: 1px;
    width: 0;
    background: rgb(152,189,189);
    transform: translateX(-50%);
    content: '';
}

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

.leadership_experience68 .client_views47:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.leadership_experience68 .client_views47 .shot56::after {
    content: "";
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    opacity: 0;
    left: 0;
}

.leadership_experience68 .client_views47:hover .name::after {
    width: 100%;
}

.leadership_experience68 .exp_details59::before {
    color: rgb(152,189,189,0.5);
    content: "";
    font-size: 60px;
    font-family: serif;
    top: -10px;
    line-height: 1;
    position: absolute;
    left: 0;
}

.enroll_instantly08 .container {
    transform-style: preserve-3d;
    position: relative;
    animation: containerReveal 0.8s ease-out forwards;
    max-width: 1200px;
    margin: 0 auto;
}

.enroll_instantly08 .container div {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: buttonContainer 0.5s ease-out 0.4s both;
    transform: translateZ(30px);
}

.enroll_instantly08 .container div span:hover::before {
    opacity: 1;
    transform: scale(1);
}

.enroll_instantly08 .help_card70::before {
    content: "";
    background: linear-gradient(to right, rgb(101,117,164) 0%, rgb(152,189,189) 100%);
    z-index: -1;
    transition: opacity 0.4s ease;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.enroll_instantly08 .help_card70:hover span {
    transform: scale(1.05);
}

.title_board65 .master_expert70::before {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(152,189,189,0.5), rgb(101,117,164,0.5));
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.title_board65 h1 {
    line-height: 1.1;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 41px);
    letter-spacing: -0.02em;
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: slideInTitle 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.2s;
    color: #ffffff;
    transform: translateX(-10px);
}

.pricing_tray37 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

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

.pricing_tray37 .learn_offers03 {
    position: relative;
}

.pricing_tray37 h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    width: 80px;
    border-radius: 3px;
    background: linear-gradient(90deg, rgb(101,117,164), rgb(152,189,189));
    height: 3px;
    content: "";
}

.pricing_tray37 .group_rates54 {
    height: 100%;
    padding: 30px 25px;
    position: relative;
    z-index: 1;
}

.pricing_tray37 .class_cost29 h4::before {
    border-top: 2px solid rgb(101,117,164);
    top: -10px;
    content: "";
    width: 30px;
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0.6;
    left: -10px;
    height: 30px;
    border-left: 2px solid rgb(101,117,164);
}

.pricing_tray37 .bundle_rate83::before {
    bottom: -3px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(101,117,164), transparent);
    right: 10px;
    height: 1px;
    left: 10px;
}

.pricing_tray37 .class_cost29:hover h4::before {
    opacity: 1;
    transform: scale(1.1);
}

.connect_with_us76::before {
    left: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(152,189,189), 0.05) 49%, rgba(rgb(152,189,189), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(101,117,164), 0.05) 49%, rgba(rgb(101,117,164), 0.05) 51%, transparent 52%);
    background-size: 40px 40px;
    height: 100%;
}

.connect_with_us76 input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    outline: none;
    border-left-color: rgb(101,117,164);
}

.connect_with_us76 .message_message41 {
    margin-top: 10px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.connect_with_us76 .message_message41 input[type="checkbox"]:checked::after {
    left: 50%;
    border-right: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    width: 5px;
    top: 40%;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    height: 10px;
}

.connect_with_us76 .help_card70::after {
    top: 50%;
    position: absolute;
    transition: all 0.6s ease;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    background: rgba(255, 255, 255, 0.1);
    content: "";
}

.gratZone43 {
    overflow: hidden;
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(101,117,164,0.5), rgb(152,189,189,0.5));
}

.gratZone43 h2 {
    transform: translateZ(30px);
    font-size: 29px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    margin-bottom: 3rem;
}

.gratZone43 .expert_learnings38:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) rotateX(0deg);
}

.gratZone43 span {
    color: #000000;
    display: block;
    padding-left: 0;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
    font-family: Arial, sans-serif;
    transition: padding-left 0.3s ease;
}

.privacy_wrapper15 h1 {
    margin-bottom: 20px;
    margin-top: 30px;
}

.privacy_wrapper15 h3, .privacy_wrapper15 h4, .privacy_wrapper15 h5, .privacy_wrapper15 h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.our_info76::before {
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 10%, rgb(152,189,189,0.5) 0%, transparent 60%),
        radial-gradient(circle at 90% 90%, rgb(101,117,164,0.5) 0%, transparent 60%);
    content: "";
    opacity: 0.7;
}

.our_info76 .help_now98::after {
    transform: translate(30%, 30%);
    height: 100px;
    opacity: 0.2;
    width: 100px;
    right: 0;
    background: linear-gradient(135deg, transparent, rgb(152,189,189,0.5));
    border-radius: 50%;
    bottom: 0;
    position: absolute;
    content: "";
}

.our_info76 p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
}

.our_info76 .contact_team97 {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.our_info76 .help_now98 .shot56::after {
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    width: 100%;
    position: absolute;
}

.our_info76 .edu_asksup93 a:hover::before {
    width: 7px;
}

.our_info76 .edu_asksup93 a p {
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    font-size: 18px;
}

.our_info76 svg path {
    fill: rgb(152,189,189);
    transition: fill 0.3s ease;
}

.our_info76 .help_now98:nth-child(2) {
    animation: float 8s ease-in-out infinite;
}

.our_info76 .msg_details65 span:nth-child(odd) {
    transform: translateY(-3px);
}

.company_info06::before {
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(152,189,189,0.5), rgba(0, 0, 0, 0.5) 85%);
    content: "";
    z-index: -1;
}

.company_info06 h2::after {
    transform-origin: left;
    background: rgb(101,117,164);
    height: 4px;
    bottom: -12px;
    left: 0;
    animation: scaleIn 1.2s 0.6s forwards cubic-bezier(0.16, 1, 0.3, 1);
    width: 60px;
    transform: scaleX(0);
    content: "";
    position: absolute;
}

.company_info06 .text_unit19 p::after {
    height: 2px;
    position: absolute;
    animation: scaleIn 1.2s 1.2s forwards cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: left;
    content: "";
    right: -40px;
    width: 40px;
    top: 50%;
    background: rgb(101,117,164);
    transform: scaleX(0);
}

.prospective_students59 .expert_learnings38 {
    position: relative;
}

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

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

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

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

.prospective_students59 p svg path {
    fill: rgb(152,189,189);
    transition: fill 0.3s ease;
}

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

.prospective_students59 p:hover svg path {
    fill: rgb(101,117,164);
}

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

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

.cookies_overview63 {
    display: flex;
    border: 2px solid rgb(152,189,189);
    width: 90%;
    margin: auto;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    max-width: 1200px;
}

.cookie_edu27 p a {
    text-decoration: underline;
    color: rgb(152,189,189);
}

#privacyAlertPopup03:checked ~ .cookie_warning_overlay15 {
    visibility: hidden;
    opacity: 0;
}

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

.course_program_details30 .shot56::after {
    position: absolute;
    inset: 0;
    backdrop-filter: brightness(1.05);
    background: linear-gradient(
    to right,
    rgba(rgb(152,189,189,0.5), 0.2),
    transparent 40%
  );
    content: "";
}

.course_program_details30 .text_unit19 h3 {
    font-weight: 700;
    padding-bottom: 12px;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-bottom: 2px solid rgb(101,117,164,0.5);
    color: #000000;
    margin-bottom: 25px;
    font-size: calc(22px * 1.1);
    line-height: 1.3;
}


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



@media (max-width: 768px) {footer .comm_guide84 {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .top_nav14 {
    gap: 15px;
}footer .edu_asksup93 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .news_section76 {
    width: 100%;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px;
}header .header_wrap54 svg {
    height: 30px;
}}



@media (min-width: 992px) {.leadership_experience68 .client_views47 {
    grid-template-rows: auto 1fr;
    gap: 2.5rem 4rem;
    grid-template-columns: 350px 1fr;
}.leadership_experience68 .shot56 {
    height: 400px;
}.leadership_experience68 .exp_details59 {
    padding-left: 2rem;
    font-size: calc(16px * 1.05);
}.leadership_experience68 .exp_details59::before {
    font-size: 80px;
}
}



@media (max-width: 767px) {.leadership_experience68 {
    padding: 4rem 0;
}.leadership_experience68 .client_views47 {
    padding: 1.5rem;
}.leadership_experience68 .shot56 {
    height: 250px;
    margin-bottom: 1.5rem;
}.leadership_experience68 .name {
    font-size: calc(21px * 0.95);
}.leadership_experience68 .exp_details59 {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}



@media (max-width: 480px) {.enroll_instantly08 {
    padding: 3.5rem 1rem;
}.enroll_instantly08 h6 {
    line-height: 1.6;
    font-size: calc(20px * 0.9);
}.enroll_instantly08 .help_card70 {
    padding: 0.7rem 1.8rem;
    font-size: calc(20px * 0.9);
}}



@media (max-width: 768px) {.pricing_tray37 {
    padding: 60px 0;
}.pricing_tray37 h2 {
    font-size: calc(38px - 6px);
}.pricing_tray37 .cost_breakdown13 {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.pricing_tray37 .learning_fees09 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_tray37 .class_cost29 h4 {
    font-size: 24px;
}.pricing_tray37 .class_cost29 p {
    max-height: 180px;
    font-size: calc(17px - 1px);
}.pricing_tray37 .bundle_rate83 {
    font-size: 24px;
}
}



@media (max-width: 991px) {.gratZone43 {
    padding: 5rem 0;
}.gratZone43 .expert_learnings38 {
    transform: translateZ(5px) rotateX(1deg);
    padding: 2.5rem;
}.gratZone43 h2 {
    font-size: calc(29px * 0.9);
    max-width: 100%;
    transform: translateZ(20px);
}
}


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



@media (max-width: 992px) {.our_info76 {
    padding: 60px 0;
}.our_info76 .reach_team86 {
    grid-template-columns: 1fr 1fr;
}.our_info76 .help_now98:last-child {
    grid-column: span 2;
}.our_info76 .help_now98 {
    padding: 30px;
}
}




@media (min-width: 768px) {.company_info06 {
    padding: 150px 0 130px;
}.company_info06 .container {
    grid-template-columns: 1fr;
    gap: 3rem;
}.company_info06 h2 {
    margin-bottom: 3rem;
    font-size: calc(36px * 1.2);
}.company_info06 h2::after {
    height: 5px;
    width: 80px;
}.company_info06 .text_unit19 {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 4rem 3.5rem;
    transition: transform 0.6s ease;
}.company_info06 .text_unit19:hover {
    transform: perspective(1000px) rotateY(0);
}.company_info06 .text_unit19 div div {
    column-count: 2;
}
}



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

@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}



@keyframes buttonContainer {
    0% {
        opacity: 0;
        transform: translateZ(30px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateZ(30px) scale(1);
    }
}



@keyframes borderGlow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
}



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



@keyframes scaleIn {
    to {
        transform: scaleX(1);
    }
}



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

