﻿.comm_guide84 {
    flex: 0 0 auto;
}

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

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

.first_lesson10 {
    flex: 1 0 auto;
}

footer .comm_guide84 {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(152,189,189) 100%);
    z-index: 1;
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}



footer .comm_guide84 .container {
    position: relative;
    z-index: 2;
}

footer .lang_learn62 {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}

footer .info_item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

footer .info_item svg {
    fill: rgb(101,117,164);
    transition: transform 0.3s ease;
    height: 20px;
    flex-shrink: 0;
    width: 20px;
}

footer .top_wrap03 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

footer .template_cta34 {
    max-width: 300px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.7;
    color: #ffffff;
    font-weight: 300;
}

footer .header_sitebar81 a {
    font-size: 14px;
    color: #ffffff;
    padding-left: 15px;
    position: relative;
    opacity: 0.8;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}

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

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(101,117,164,0.5);
    border-color: rgb(101,117,164);
}

footer .news_section76:hover::before {
    left: 100%;
}

footer .news_section76:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

footer .equity_pledge75::before {
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(101,117,164,0.5) 50%, 
        transparent 100%);
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
}

header .top_nav14:before {
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.6s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(152,189,189), transparent);
    content: '';
    position: absolute;
    height: 1px;
    bottom: -8px;
}

header .top_pagewrap21:hover {
    text-shadow: 0 0 8px rgb(152,189,189,0.5);
    color: rgb(152,189,189);
}

header .header_wrap54 svg {
    height: 40px;
    width: auto;
    filter: drop-shadow(0 0 4px rgb(152,189,189,0.5));
    transition: transform 0.5s ease;
}

.leadership_experience68::after {
    right: -50px;
    transform: rotate(15deg);
    position: absolute;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    content: "";
    width: 250px;
    background: rgb(101,117,164,0.5);
    height: 250px;
    bottom: -50px;
    z-index: 1;
}

.leadership_experience68 .client_views47 .shot56 {
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    height: 300px;
    width: 100%;
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.leadership_experience68 .client_views47 > div:nth-child(2) {
    border-left: 3px solid rgb(152,189,189);
    position: relative;
    transform: translateX(0);
    padding-left: 20px;
    transition: transform 0.4s ease;
}

.leadership_experience68 .exp_details59 {
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 16px;
    position: relative;
    line-height: 1.7;
    padding-left: 1.5rem;
}

.enroll_instantly08::before {
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    transform: translateZ(-10px);
}

.enroll_instantly08 .container div span::before {
    border-radius: 12px;
    transform: scale(0.9);
    border: 2px solid rgba(255,255,255,0.2);
    opacity: 0;
    top: -10px;
    left: -10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    width: calc(100% + 20px);
    z-index: -1;
    position: absolute;
    height: calc(100% + 20px);
}

.enroll_instantly08 .help_card70:active {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1), 0 4px 4px rgba(0,0,0,0.05);
}

.title_board65 {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.title_board65 .knowledge_studio47 {
    z-index: 3;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3.5rem;
    max-width: 800px;
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(8px);
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.08), 
    rgba(255, 255, 255, 0.02));
}

.title_board65 p {
    padding-left: 2rem;
    position: relative;
    color: #ffffff;
    line-height: 1.6;
    animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.7s;
    font-size: clamp(1rem, 2vw, 16px);
    opacity: 0;
    transform: translateY(15px);
    margin-top: 2rem;
}

.pricing_tray37 h2 {
    color: #ffffff;
    font-size: 38px;
    position: relative;
    transform: perspective(1000px) translateZ(20px);
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
}

.pricing_tray37 .learning_fees09 li {
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
}

.pricing_tray37 .deal_grid37 {
    position: relative;
    z-index: 2;
}

.pricing_tray37 .class_cost29 h4 {
    position: relative;
    color: #ffffff;
    transition: transform 0.3s ease;
    margin-top: 0;
    font-size: calc(24px - 2px);
    margin-bottom: 20px;
}

.pricing_tray37 .bundle_rate83 {
    background: linear-gradient(135deg, rgba(rgb(101,117,164,0.5), 0.1), rgba(rgb(152,189,189,0.5), 0.2));
    font-weight: 700;
    display: inline-block;
    border-radius: 8px;
    position: relative;
    padding: 10px 20px;
    color: #ffffff;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(24px + 4px);
}

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

.connect_with_us76 .contact_inquiry23 {
    display: flex;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
}

.connect_with_us76 #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.connect_with_us76 input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 0 10px 10px 0;
    background: rgb(202,211,205);
    font-size: 17px;
    padding: 15px 20px;
    border: none;
    width: 100%;
    border-left: 3px solid rgb(152,189,189);
    color: #000000;
}

.connect_with_us76 .message_message41 input[type="checkbox"]:checked {
    border-color: rgb(152,189,189);
    background: rgb(152,189,189);
}

.connect_with_us76 .message_message41 a {
    transition: all 0.3s ease;
    position: relative;
    color: rgb(152,189,189);
    text-decoration: none;
}

.connect_with_us76 .help_card70 {
    padding: 15px 35px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    font-size: 19px;
    border: none;
    overflow: hidden;
    color: #ffffff;
    margin-top: 15px;
    border-radius: 10px;
    background: rgb(152,189,189);
    align-self: flex-start;
}

.gratZone43::after {
    opacity: 0.4;
    right: -10%;
    content: "";
    height: 80%;
    z-index: 0;
    transform: rotate(-15deg);
    background: radial-gradient(
        circle at center,
        rgb(152,189,189,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    width: 80%;
    top: -10%;
}

.gratZone43 .expert_learnings38 {
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    position: relative;
    padding: 3rem;
    transform-style: preserve-3d;
    border-left: 4px solid rgb(152,189,189);
    backdrop-filter: blur(5px);
    transform: translateZ(10px) rotateX(2deg);
}

.gratZone43 span::after {
    position: absolute;
    background: linear-gradient(to right, rgb(101,117,164,0.5), transparent);
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 100%;
    bottom: -0.8rem;
    transform: scaleX(0);
    transform-origin: left;
    height: 1px;
}

.privacy_wrapper15 section {
    background: none;
}

.our_info76::after {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
    animation: patternMove 30s linear infinite;
    top: 0;
    position: absolute;
    background-size: 20px 20px;
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgb(202,211,205) 25%, transparent 25%), 
        linear-gradient(-45deg, rgb(202,211,205) 25%, transparent 25%), 
        linear-gradient(45deg, transparent 75%, rgb(202,211,205) 75%), 
        linear-gradient(-45deg, transparent 75%, rgb(202,211,205) 75%);
    z-index: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.our_info76 h3 {
    font-size: 24px;
    color: rgb(101,117,164);
    margin-bottom: 15px;
    font-weight: 600;
}

.our_info76 .inquire_now42 {
    margin-bottom: 25px;
}

.our_info76 .msg_details65 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.our_info76 .help_now98 .shot56 {
    position: relative;
    height: 100%;
    border-radius: 19px;
    overflow: hidden;
    width: 100%;
}

.our_info76 .edu_asksup93 a::before {
    border-radius: 10px 0 0 10px;
    content: "";
    background: rgb(152,189,189);
    position: absolute;
    height: 100%;
    left: 0;
    width: 5px;
    transition: width 0.3s ease;
    top: 0;
}

.our_info76 svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    fill: rgb(152,189,189);
    margin-right: 15px;
}

.our_info76 .edu_asksup93 a::after {
    content: "";
    position: absolute;
    width: 30%;
    left: -100%;
    top: 0;
    animation: shine 3s infinite;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
}

.company_info06 h2 {
    position: relative;
    font-size: 36px;
    color: #ffffff;
    transform: translateX(-10px);
    display: inline-block;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 2.5rem;
}

.company_info06 .text_unit19 > div {
    position: relative;
}

.company_info06 .text_unit19 p {
    padding-right: 15px;
    display: inline-block;
    font-size: calc(16px * 1.4);
    position: relative;
    color: #000000;
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 1.5rem;
    animation: fadeUp 0.8s 0.8s forwards ease-out;
    font-weight: 600;
}

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

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



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

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

.cookie_warning_overlay15 {
    position: fixed;
    z-index: 100;
    background: rgb(202,211,205);
    border-top: 3px solid rgb(152,189,189);
    display: flex;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 20px 0;
    bottom: 0;
    justify-content: center;
}

.safe_cookies68 {
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    border: none;
    background: rgb(152,189,189);
    min-width: 120px;
    text-align: center;
    flex-shrink: 0;
    font-size: 17px;
}

.course_program_details30 .knowledge_map25 {
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(20px);
    gap: 40px;
    opacity: 0;
}

.course_program_details30 .text_unit19 {
    padding: 40px;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.course_program_details30 .description {
    padding-right: 15px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    max-height: 300px;
    margin-bottom: 15px;
    font-size: 18px;
    overflow-y: auto;
    scroll-behavior: smooth;
}



@media (max-width: 576px) {footer .comm_guide84 {
    padding: 40px 0 30px;
}footer .top_wrap03 {
    margin: 0 auto;
    align-items: center;
    text-align: center;
}footer .template_cta34 {
    margin: 0 auto;
    text-align: center;
}footer .top_nav14 h5 {
    text-align: center;
}footer .top_nav14 h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .header_sitebar81 {
    align-items: center;
}footer .header_sitebar81 a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}



@media (min-width: 1200px) {.leadership_experience68 .client_views47 {
    grid-template-columns: 400px 1fr;
    padding: 4rem;
}.leadership_experience68 .shot56 {
    height: 450px;
}.leadership_experience68 .name {
    font-size: calc(21px * 1.1);
}.leadership_experience68 .client_views47 > div:nth-child(2) > div {
    font-size: 16px;
}.leadership_experience68 .exp_details59 {
    line-height: 1.8;
}
}



@media (min-width: 992px) {.enroll_instantly08 {
    padding: 8rem 4rem;
}.enroll_instantly08::after {
    width: 150%;
    height: 150%;
}.enroll_instantly08 h6 {
    margin-bottom: 3.5rem;
    max-width: 70%;
    font-size: calc(20px * 1.5);
}.enroll_instantly08 .container div {
    margin-top: 2rem;
}.enroll_instantly08 .help_card70 {
    font-size: calc(20px * 1.1);
    padding: 1.1rem 3.5rem;
}
}



@media (max-width: 480px) {.title_board65 .knowledge_studio47 {
    padding: 1.5rem;
}.title_board65 .master_expert70::after {
    top: -5%;
    width: 70%;
    right: -20%;
}.title_board65 h1 {
    font-size: clamp(2rem, 8vw, 41px);
}.title_board65 p {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
}.title_board65 p::before {
    width: 1rem;
}}



@media (max-width: 992px) {.connect_with_us76 {
    padding: 70px 0;
}.connect_with_us76 .contact_inquiry23 {
    flex-direction: column;
}.connect_with_us76 .shot56 {
    min-height: 300px;
    flex: 0 0 auto;
}.connect_with_us76 .reach_map65 {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}



@media (max-width: 576px) {.connect_with_us76 {
    padding: 50px 0;
}.connect_with_us76 .container {
    padding: 0 15px;
}.connect_with_us76 h2 {
    margin-bottom: 30px;
    font-size: calc(28px - 6px);
}.connect_with_us76 .reach_map65 {
    padding: 30px 20px 40px;
}.connect_with_us76 .help_card70 {
    width: 100%;
}.connect_with_us76 .shot56 {
    min-height: 200px;
}}



@media (max-width: 768px) {.our_info76 {
    padding: 50px 0;
}.our_info76 .reach_team86 {
    grid-template-columns: 1fr;
}.our_info76 .help_now98 {
    grid-column: span 1 !important;
}.our_info76 h2 {
    font-size: calc(32px * 0.9);
}.our_info76 .help_now98 .shot56 {
    height: 300px;
}.our_info76 .edu_asksup93 {
    gap: 15px;
}.our_info76 .edu_asksup93 a {
    padding: 12px 15px;
}
}



@media (min-width: 1200px) {.company_info06 .container {
    padding: 0 50px;
}.company_info06 h2 {
    margin-left: 50px;
}.company_info06 .text_unit19 {
    padding: 5rem;
    margin-right: 5rem;
    margin-left: 5rem;
}.company_info06 .text_unit19 div div {
    column-gap: 3rem;
    column-count: 2;
}
}



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



@media (max-width: 767px) {.course_program_details30 {
    padding: 70px 0;
}.course_program_details30 .shot56 {
    width: calc(100% + 30px);
    margin: 0 -15px;
    height: 280px;
}.course_program_details30 .text_unit19 {
    padding: 30px 25px;
}.course_program_details30 .text_unit19 h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 1.1);
}.course_program_details30 .description {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
    max-height: 250px;
}
}



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



@keyframes slideInTitle {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes float {
  0%, 100% {
    transform: rotate(-15deg) translateY(0);
  }
  50% {
    transform: rotate(-12deg) translateY(-20px);
  }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

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

