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

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


footer {
    position: relative;
    width: 100%;
}

footer .comm_guide84::before {
    left: 0;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
    width: 100%;
    opacity: 0.05;
    top: 0;
    height: 100%;
    position: absolute;
}

footer .info_item {
    transform: translateY(0);
    border-radius: 10px;
    flex: 1;
    backdrop-filter: blur(5px);
    min-width: 200px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    padding: 15px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

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

footer .top_nav14 h5 {
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

footer .header_sitebar81 a::before {
    border-radius: 50%;
    content: '';
    height: 6px;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    opacity: 0.7;
    width: 6px;
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(101,117,164);
}

footer .subscribe_holder p {
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0.8;
    line-height: 1.6;
    font-size: 14px;
}

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

footer .news_section76::before {
    position: absolute;
    transition: 0.6s;
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
}

header:before {
    background-size: 200% 100%;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(152,189,189,0.5), transparent);
    top: 0;
    opacity: 0.4;
    pointer-events: none;
    animation: shine 8s infinite linear;
}

header .top_pagewrap21:before {
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%);
    opacity: 0;
    width: 4px;
    background: rgb(152,189,189);
    left: 50%;
    transition: all 0.3s ease;
    height: 4px;
    top: 0;
    content: '';
}

header .header_wrap54 {
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    display: flex;
}

.leadership_experience68 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(202,211,205) 0%, #ffffff 100%);
}

.leadership_experience68 .client_views47 {
    position: relative;
    display: grid;
    padding: 2.5rem;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.leadership_experience68 .client_views47:hover > div:nth-child(2) {
    transform: translateX(5px);
}

.leadership_experience68 .name::after {
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
    transition: width 0.4s ease-out;
    bottom: -3px;
    background: rgb(152,189,189);
    width: 0;
}

.enroll_instantly08 {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(152,189,189) 0%, rgb(101,117,164) 100%);
    perspective: 1000px;
}

.enroll_instantly08 h6 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-right: auto;
    margin-bottom: 2.5rem;
    line-height: 1.5;
    transform: translateZ(20px);
    font-weight: 600;
    font-size: calc(20px * 1.2);
    position: relative;
    color: #ffffff;
    text-align: center;
    margin-left: auto;
    max-width: 90%;
    transition: transform 0.4s ease-out;
}

.enroll_instantly08 .help_card70:hover {
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.enroll_instantly08 .help_card70:hover::before {
    opacity: 1;
}

.enroll_instantly08 .help_card70 span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}

.title_board65 .master_expert70 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem;
    position: relative;
}

.title_board65 .knowledge_studio47:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.title_board65 .knowledge_studio47::before {
    right: -2px;
    background: linear-gradient(45deg, 
    rgb(152,189,189), 
    transparent, 
    rgb(101,117,164));
    animation: borderGlow 6s linear infinite;
    position: absolute;
    bottom: -2px;
    z-index: -1;
    opacity: 0.6;
    left: -2px;
    content: "";
    top: -2px;
}

.title_board65 p::before {
    position: absolute;
    left: 0;
    background-color: rgb(101,117,164);
    width: 1.5rem;
    top: 0.5rem;
    animation: lineGrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 1s;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    height: 2px;
}

.pricing_tray37 .cost_breakdown13 {
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    position: relative;
    font-size: calc(17px + 2px);
    text-align: center;
    line-height: 1.6;
}

.pricing_tray37 .class_cost29::before {
    width: 100%;
    transition: transform 0.3s ease;
    content: "";
    transform-origin: left;
    height: 5px;
    background: linear-gradient(90deg, rgb(101,117,164), rgb(152,189,189));
    top: 0;
    left: 0;
    position: absolute;
    transform: scaleX(0.7);
}

.pricing_tray37 .class_cost29 p {
    padding-right: 10px;
    hyphens: auto;
    line-height: 1.6;
    font-size: 17px;
    overflow-y: auto;
    word-break: normal;
    margin-bottom: 25px;
    color: rgb(255, 255, 255, 0.5);
    max-height: 250px;
    overflow-wrap: break-word;
}

.pricing_tray37 .class_cost29:hover::before {
    transform: scaleX(1);
}

.pricing_tray37 .class_cost29:hover h4 {
    transform: translateX(5px);
}

.connect_with_us76 {
    overflow: hidden;
    background: rgb(202,211,205);
    padding: 90px 0;
    position: relative;
}

.connect_with_us76 h2 {
    font-size: 28px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    border-bottom: 3px solid rgb(152,189,189);
    position: relative;
    padding-bottom: 15px;
}

.connect_with_us76 .reach_map65::before {
    height: 100%;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    width: 100%;
    top: 0;
    z-index: -1;
    background-position: 0 0, 15px 15px;
    opacity: 0.1;
    content: "";
    position: absolute;
    background-size: 30px 30px;
    left: 0;
}

.connect_with_us76 .message_message41 label {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
}

.connect_with_us76 .message_message41 a:hover {
    color: rgb(101,117,164);
}

.connect_with_us76 .message_message41 a::after {
    transition: all 0.3s ease;
    bottom: -2px;
    position: absolute;
    height: 1px;
    background: rgb(152,189,189);
    left: 0;
    content: "";
    width: 100%;
}

.connect_with_us76 svg {
    fill: rgb(152,189,189);
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
}

.connect_with_us76 svg:hover {
    fill: rgb(101,117,164);
}

.gratZone43::before {
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(101,117,164,0.5) 0px,
        rgb(101,117,164,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.1;
    content: "";
    z-index: 1;
    width: 100%;
}

.gratZone43 .expert_learnings38::before {
    z-index: 0;
    right: 1rem;
    pointer-events: none;
    left: 1rem;
    opacity: 0.5;
    content: "";
    bottom: 1rem;
    position: absolute;
    top: 1rem;
    border: 1px dashed rgb(101,117,164,0.5);
}

.gratZone43 li {
    margin-bottom: 1rem;
    position: relative;
    transform: translateZ(5px);
}

.gratZone43 li:hover::before {
    opacity: 1;
    transform: rotate(45deg) scale(1.2);
}

.gratZone43 li:hover span {
    padding-left: 0.5rem;
}

.gratZone43 li:hover span::after {
    transform: scaleX(1);
}

.privacy_wrapper15 {
    padding: 30px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.privacy_wrapper15 ul, .privacy_wrapper15 ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
}

.our_info76 {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(202,211,205), rgb(152,189,189,0.5) 80%);
    overflow: hidden;
}

.our_info76 .reach_team86 {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr 1fr 1fr;
}

.our_info76 .help_now98::before {
    background: linear-gradient(90deg, rgb(152,189,189), rgb(101,117,164));
    content: "";
    position: absolute;
    opacity: 0.8;
    height: 5px;
    top: 0;
    width: 100%;
    left: 0;
}

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

.our_info76 h2::after {
    background: rgb(152,189,189);
    border-radius: 10px;
    height: 3px;
    content: "";
    left: 0;
    width: 60px;
    position: absolute;
    bottom: -10px;
}

.our_info76 .msg_details65 span {
    border-radius: 10px;
    transition: background 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: inline-block;
    padding: 8px 15px;
    font-size: calc(18px * 0.9);
}

.our_info76 .edu_asksup93 a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.our_info76 .edu_asksup93 a span {
    font-weight: 600;
    margin-bottom: 5px;
    color: rgb(101,117,164);
    font-size: calc(18px * 0.9);
}



.our_info76 .help_now98:first-child {
    animation: float 6s ease-in-out infinite;
}

.our_info76 .help_now98:last-child {
    animation: float 7s ease-in-out infinite;
}

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

.company_info06::after {
    opacity: 0.1;
    height: 300px;
    position: absolute;
    background: rgb(101,117,164);
    right: -50px;
    transform: rotate(25deg);
    animation: float 15s ease-in-out infinite;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    width: 300px;
    bottom: -50px;
    content: "";
    z-index: -1;
}

.company_info06 .text_unit19::before {
    content: "";
    background: rgb(152,189,189);
    opacity: 0.15;
    position: absolute;
    transform: rotate(-15deg);
    border-radius: 50% 50% 0 50%;
    height: 70px;
    right: 40px;
    top: -30px;
    width: 70px;
}

.prospective_students59 {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(202,211,205) 0%, #ffffff 100%);
    position: relative;
}

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

.prospective_students59 h4::after {
    transform: translateX(-50%);
    bottom: -15px;
    background: linear-gradient(90deg, rgb(152,189,189), rgb(101,117,164));
    left: 50%;
    border-radius: 5px;
    height: 5px;
    content: "";
    width: 100px;
    position: absolute;
}

.prospective_students59 p:hover::before {
    opacity: 1;
}

.prospective_students59 p svg {
    width: 32px;
    transition: all 0.3s ease;
    left: 50%;
    position: absolute;
    top: 30px;
    height: 32px;
    transform: translateX(-50%);
}

.prospective_students59 p:hover svg {
    transform: translateX(-50%) scale(1.2);
}

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

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

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

.cookie_confirm30 {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie_edu27 {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}

.cookie_edu27 p {
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
}

.cookie_button.learn_cookies71 {
    margin-right: 10px;
}


.course_program_details30 {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(202,211,205) 0%, rgba(245, 245, 247, 0.9) 100%);
    overflow: hidden;
    position: relative;
}

.course_program_details30 .shot56 {
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: 380px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.course_program_details30 .text_unit19::before {
    left: 0;
    width: 6px;
    z-index: 1;
    content: "";
    height: 0;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    background: rgb(152,189,189);
    top: 0;
}

.course_program_details30 .text_unit19 span.description {
    display: none;
}


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



@media (max-width: 992px) {footer .comm_guide84 {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .edu_asksup93 {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}



@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .top_nav14 {
    gap: 15px;
}header .top_pagewrap21 {
    font-size: calc(12px - 1px);
}header .header_wrap54 svg {
    height: 35px;
}
}



@media (min-width: 768px) {.leadership_experience68 {
    padding: 7rem 0;
}.leadership_experience68 .client_views47 {
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    align-items: center;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
}.leadership_experience68 .client_views47:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.leadership_experience68 .client_views47 > div:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.leadership_experience68 .client_views47 > div:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 2;
}
}



@media (max-width: 767px) {.enroll_instantly08 {
    padding: 4rem 1.5rem;
}.enroll_instantly08 h6 {
    margin-bottom: 2rem;
    font-size: 20px;
}.enroll_instantly08 .help_card70 {
    padding: 0.8rem 2rem;
}
}



@media (max-width: 768px) {.title_board65 .master_expert70 {
    padding-top: 5rem;
    align-items: flex-start;
    min-height: 80vh;
}.title_board65 .knowledge_studio47 {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
}.title_board65 .master_expert70::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.title_board65 h1 {
    margin-bottom: 1rem;
}.title_board65 h3 {
    font-size: clamp(1rem, 4vw, 20px);
}
}



@media (max-width: 480px) {.pricing_tray37 {
    padding: 50px 0;
}.pricing_tray37 h2 {
    font-size: calc(38px - 8px);
}.pricing_tray37 .cost_breakdown13 {
    font-size: calc(17px - 2px);
}.pricing_tray37 .group_rates54 {
    padding: 25px 20px;
}.pricing_tray37 .class_cost29 h4 {
    font-size: calc(24px - 2px);
}.pricing_tray37 .bundle_rate83 {
    padding: 8px 15px;
    font-size: calc(24px - 2px);
}}



@media (max-width: 575px) {.gratZone43 {
    padding: 3rem 0;
}.gratZone43 .container {
    padding: 0 1rem;
}.gratZone43 .expert_learnings38 {
    padding: 1.5rem;
    border-left-width: 3px;
}.gratZone43 h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.5rem;
}.gratZone43 h2::after {
    width: 5rem;
    height: 0.2rem;
    bottom: -0.7rem;
}.gratZone43 span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.gratZone43 li::before {
    width: 0.7rem;
    left: -1.5rem;
    height: 0.7rem;
}}



@media (min-width: 992px) {.company_info06 {
    padding: 180px 0 150px;
}.company_info06::before {
    background: linear-gradient(135deg, rgb(152,189,189,0.5), rgba(0, 0, 0, 0.5) 70%);
}.company_info06 .container {
    grid-template-columns: 1fr;
}.company_info06 h2 {
    font-size: calc(36px * 1.4);
}.company_info06 .text_unit19 {
    margin-left: 2rem;
    padding: 4.5rem 4rem;
}.company_info06 .text_unit19::after {
    bottom: -20px;
    background: rgb(101,117,164);
    content: "";
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    opacity: 0.1;
    left: 80px;
    height: 40px;
    width: 120px;
    position: absolute;
}.company_info06 .text_unit19 div div {
    column-count: 2;
}
}



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



@media (min-width: 992px) {.course_program_details30 .knowledge_map25 {
    gap: 0;
}.course_program_details30 .shot56 {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    height: 580px;
    z-index: 2;
}.course_program_details30 .text_unit19 {
    padding: 60px 70px 60px 100px;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.08);
    margin-left: -80px;
}.course_program_details30 .text_unit19 h3 {
    font-size: calc(22px * 1.15);
}.course_program_details30 .description {
    line-height: 1.9;
    max-height: 380px;
}
}



@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}



@keyframes fadeUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes patternMove {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px;
    }
}



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

