html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain
    scroll-behavior: smooth;
}

.footer_disclaimer {
    flex: 0 0 auto;
}

.footer_disclaimer {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 5rem 0 2rem;
    background-color: rgb(222,214,206);
}

.footer_disclaimer {
    background-blend-mode: overlay;
    background-size: 40px 40px;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    background-image: 
        linear-gradient(rgb(116,150,180,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(116,150,180,0.5) 1px, transparent 1px);
}

header .header_site {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

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

header .header_site .main_site .head_bar::before {
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    top: -5px;
    border-radius: 10px;
    transform: scale(0.9);
    bottom: -5px;
    left: -5px;
    z-index: -1;
    right: -5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

header .header_site .top_navbar .nav_main {
    transform-style: preserve-3d;
    position: relative;
    margin: 0;
}

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

header .header_site .top_navbar .nav_main a::before {
    opacity: 0;
    transform-origin: top center;
    transform: translateZ(-1px) rotateX(10deg);
    background: linear-gradient(to bottom, rgb(164,203,169,0.5), transparent);
}

header .header_site .top_navbar .nav_main:hover a {
    color: rgb(164,203,169);
    transform: translateZ(10px);
}

header .header_site .top_navbar .nav_main:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

.user_reviews {
    padding: 7rem 0;
    background: rgb(222,214,206);
    position: relative;
    overflow: hidden;
}

.user_reviews::before {
    height: 100%;
    animation: moveBackground 15s linear infinite;
    opacity: 0.2;
    top: 0;
    width: 100%;
    background-size: 100px 100px;
    content: "";
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgb(116,150,180,0.5) 49%,
        rgb(116,150,180,0.5) 51%,
        transparent 52%
    );
    z-index: 0;
    left: 0;
    position: absolute;
}

.user_reviews .review_spot {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    position: relative;
}

.user_reviews .learn_reviews {
    padding: 2.5rem;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    background: #ffffff;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.user_reviews .learn_reviews:nth-child(even)::before {
    transform: translateY(10px) translateX(-10px);
    background: linear-gradient(
        135deg,
        rgb(116,150,180,0.5),
        rgb(164,203,169,0.5)
    );
}

.user_reviews .learn_reviews:hover::before {
    transform: translateY(15px) translateX(15px);
}

.user_reviews .learn_reviews:nth-child(odd) {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}

.user_reviews .learn_reviews:nth-child(3n) {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}

.user_reviews .learn_reviews:nth-child(3n+1) {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}

.user_reviews .learn_reviews::after {
    top: -15px;
    width: 50px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    right: -15px;
    transform: rotate(45deg);
    opacity: 0;
    z-index: -2;
    height: 50px;
    content: "";
    background: rgb(164,203,169);
    transition: all 0.5s ease;
}

.user_reviews .learn_reviews:hover img {
    transform: rotate(45deg);
    clip-path: polygon(0 0, 50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%);
}

.user_reviews .learn_reviews p {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 600;
}

.user_reviews .learn_reviews:hover p::after {
    width: 50px;
}

.user_reviews .learn_reviews .description {
    line-height: 1.6;
    color: #000000;
    transform: translateY(0);
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.user_reviews .learn_reviews:nth-child(4n+1) {
    animation: shiftLeft 10s infinite alternate;
}

.user_reviews .learn_reviews:nth-child(4n+3) {
    animation: shiftDown 15s infinite alternate;
}

.training_results::before {
    top: 0;
    opacity: 0.5;
    background: 
        radial-gradient(circle at 10% 20%, rgb(164,203,169,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(116,150,180,0.5) 0%, transparent 40%);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    animation: pulse 8s infinite alternate;
}

.training_results .belief_core::before {
    height: 300px;
    content: "";
    right: -150px;
    width: 300px;
    filter: blur(100px);
    opacity: 0.3;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    top: -150px;
    background: rgb(164,203,169,0.5);
}

.training_results .img_circular {
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.5),
        inset 0 0 0 8px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 45%;
}



.training_results .img_circular:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.15),
        -15px -15px 30px rgba(255, 255, 255, 0.7),
        inset 0 0 0 10px rgba(255, 255, 255, 0.8);
    transform: scale(1.03);
}

.training_results .info_card {
    position: relative;
    padding: 20px;
    width: 55%;
}

.training_results h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 30px;
}

.training_results .info_card:hover h3::after {
    transform: scaleX(1);
}

.training_results ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.training_results li {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 15px;
    transform-origin: left;
    background: rgb(222,214,206);
    padding: 15px 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.training_results li p {
    color: #000000;
    font-size: 14px;
    align-items: center;
    gap: 15px;
    margin: 0;
    display: flex;
}

.training_results svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.training_results li:hover svg {
    transform: scale(1.1) rotate(10deg);
    background: rgb(116,150,180);
}

.leadership_experience {
    background: rgb(222,214,206);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}

.leadership_experience::after {
    width: 70%;
    z-index: 0;
    right: 0;
    position: absolute;
    height: 70%;
    content: "";
    background: linear-gradient(210deg, rgb(116,150,180,0.5) 0%, transparent 70%);
    bottom: 0;
}

.leadership_experience .img_circular {
    height: 400px;
    transform: translateY(0);
    width: 80%;
    z-index: 2;
    margin: 0 auto;
    border-radius: 13px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
}

.leadership_experience .img_circular::after {
    animation: shiftGradient 10s infinite alternate;
    background: linear-gradient(45deg, rgb(164,203,169,0.5) 0%, transparent 40%, transparent 60%, rgb(116,150,180,0.5) 100%);
    left: -100%;
    transition: all 0.8s ease;
    position: absolute;
    width: 300%;
    opacity: 0.3;
    content: "";
    height: 300%;
    mix-blend-mode: overlay;
    top: -100%;
}

.leadership_experience .name {
    font-size: 35px;
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: rgb(164,203,169);
}

.leadership_experience .work_details div:nth-child(2) {
    position: relative;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: rgb(116,150,180);
}

.leadership_experience .career_details {
    text-align: center;
    font-size: 14px;
    position: relative;
    color: #000000;
    padding: 0 1rem;
    line-height: 1.7;
    font-style: italic;
}

.leadership_experience .career_details::after {
    right: 0;
    bottom: -0.5rem;
}

.leadership_experience .learn_reviews:hover .img_circular {
    transform: translateY(-20px);
}

.leadership_experience .learn_reviews:hover .work_details {
    transform: translateY(20px);
}

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

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

.privacy_safehouse li {
    margin-bottom: 10px;
}

.privacy_safehouse p, .privacy_safehouse span, .privacy_safehouse div {
    line-height: 20px;
    margin-bottom: 5px;
}

.connect_form::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(164,203,169,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(116,150,180,0.5) 0%, transparent 30%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(222,214,206);
    width: 100%;
    z-index: 1;
    height: 100%;
}



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

.connect_form h2 {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 50px;
}

.connect_form h2::before {
    box-shadow: 
        0 0 5px rgb(164,203,169),
        0 0 10px rgb(164,203,169),
        0 0 15px rgb(164,203,169);
    left: calc(50% - 50px);
    position: absolute;
    width: 100px;
    bottom: -15px;
    height: 2px;
    content: "";
    background: rgb(164,203,169);
}

.connect_form .img_circular {
    position: relative;
    min-height: 550px;
    overflow: hidden;
    flex: 0 0 45%;
}

.connect_form .img_circular::before {
    content: "";
    inset: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.connect_form .request_map {
    background: #ffffff;
    position: relative;
    padding: 60px;
    flex: 0 0 55%;
}

.connect_form .request_map::before {
    right: -100px;
    opacity: 0.3;
    position: absolute;
    filter: blur(100px);
    top: -100px;
    background: rgb(164,203,169,0.5);
    width: 200px;
    height: 200px;
    content: "";
    z-index: 0;
}

.connect_form form {
    z-index: 2;
    position: relative;
}

.connect_form form h3::after {
    height: 2px;
    position: absolute;
    width: 40px;
    content: "";
    background: rgb(164,203,169);
    box-shadow: 
        0 0 5px rgb(164,203,169,0.5),
        0 0 10px rgb(164,203,169,0.5);
    bottom: -15px;
    left: 0;
}

.connect_form form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(164,203,169),
        0 0 5px rgb(164,203,169,0.5);
    border-color: rgb(164,203,169);
    outline: none;
}

.connect_form .query_query {
    margin-bottom: 35px;
    position: relative;
}

.connect_form .query_query label {
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
    position: relative;
}

.connect_form .query_query input[type="checkbox"]:checked + label::before {
    border-color: rgb(164,203,169);
    background: rgb(164,203,169);
    box-shadow: 0 0 5px rgb(164,203,169,0.5);
}

.connect_form .query_query label a {
    text-decoration: none;
    color: rgb(164,203,169);
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
}

.connect_form .query_query label a::after {
    position: absolute;
    content: "";
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    transform-origin: right;
    transform: scaleX(0);
    height: 1px;
    bottom: -1px;
    background: rgb(164,203,169);
}

.connect_form .connect_widget::before {
    z-index: -1;
    left: 0;
    transform-origin: right;
    top: 0;
    transition: transform 0.5s ease;
    width: 100%;
    background: rgb(116,150,180);
    content: "";
    transform: scaleX(0);
    height: 100%;
    position: absolute;
}

.connect_form .connect_widget:hover {
    box-shadow: 
        0 5px 20px rgb(116,150,180,0.5),
        0 0 0 1px rgb(116,150,180);
}

.connect_form svg {
    fill: rgb(164,203,169);
    filter: drop-shadow(0 0 2px rgb(164,203,169,0.5));
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
}

.thxWrap {
    background: linear-gradient(135deg, rgb(222,214,206), rgb(222,214,206) 60%, rgb(116,150,180,0.5) 140%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}

.thxWrap::after {
    opacity: 0.7;
    animation: float 15s ease-in-out infinite alternate-reverse;
    transform: rotate(-10deg) skew(-5deg);
    background: linear-gradient(215deg, rgb(116,150,180,0.5) 15%, transparent 65%);
    width: 40%;
    z-index: 1;
    position: absolute;
    bottom: -8%;
    left: -5%;
    filter: blur(15px);
    height: 60%;
    content: "";
}

.thxWrap h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    font-size: 28px;
    position: relative;
    color: #000000;
    line-height: 1.3;
    max-width: 90%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    transform: translateY(0);
}

.thxWrap:hover h2 {
    transform: translateY(-5px);
}

.thxWrap:hover h2::after {
    transform: scaleX(1.2);
}

.thxWrap .belief_core::before {
    animation: gradientMove 8s ease infinite;
    top: 0;
    background: linear-gradient(90deg, rgb(164,203,169), rgb(116,150,180), rgb(164,203,169));
    position: absolute;
    left: 0;
    content: "";
    background-size: 200% 100%;
    height: 4px;
    width: 100%;
}

.thxWrap .belief_core:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
}

.thxWrap ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.thxWrap li::before {
    background: rgb(164,203,169);
    content: "";
    width: 10px;
    top: 0.5rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
    height: 10px;
    left: 0;
    transform: scale(0.8);
    position: absolute;
    border-radius: 50%;
}

.thxWrap li:hover span {
    transform: translateX(5px);
}

.tariff_plan::before {
    filter: blur(80px);
    width: 300px;
    animation: float-effect 12s infinite alternate ease-in-out;
    right: -50px;
    content: "";
    position: absolute;
    height: 300px;
    z-index: 0;
    top: -50px;
    background: rgb(164,203,169,0.5);
}

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

.tariff_plan .pricing_schemes {
    order: -1;
    max-width: 700px;
    position: relative;
    padding: 0 20px;
    text-align: center;
    margin: 0 auto;
}

.tariff_plan .pricing_schemes h2::after {
    width: 80px;
    height: 3px;
    background: rgb(164,203,169);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    bottom: -10px;
}

.tariff_plan .enroll_cost {
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    color: inherit;
}

.tariff_plan .enroll_cost:hover .plan_pricing {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(164,203,169,0.5);
}

.tariff_plan .learning_packages {
    flex-grow: 1;
    position: relative;
    padding: 30px;
    flex-direction: column;
    z-index: 2;
    overflow: hidden;
    display: flex;
}

.tariff_plan .enroll_cost:hover .learning_packages::before {
    transform: scaleX(1);
}

.tariff_plan .learning_packages h3 {
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    color: #000000;
    transition: transform 0.4s ease, color 0.3s ease;
    font-size: calc(21px + 2px);
    margin-bottom: 10px;
    font-weight: 700;
}

.tariff_plan .pricing_offers {
    font-size: 21px;
    display: block;
    transition: transform 0.4s ease;
    margin: 10px 0 20px;
    white-space: normal;
    position: relative;
    font-weight: 700;
    color: rgb(116,150,180);
    overflow-wrap: break-word;
    word-break: break-word;
}

.tariff_plan .learning_packages p {
    white-space: normal;
    margin-bottom: 0;
    word-break: break-word;
    color: #000000;
    line-height: 1.6;
    font-size: calc(14px - 1px);
    transition: color 0.3s ease;
    flex-grow: 1;
    overflow-wrap: break-word;
}

.tariff_plan .enroll_cost:hover .img_circular {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}

.tariff_plan .enroll_cost:hover .img_circular::after {
    opacity: 0.4;
}

.tariff_plan .enroll_cost:hover::after {
    opacity: 0.5;
}

.our_team {
    padding: 140px 0 120px;
    background: rgb(222,214,206);
    position: relative;
    overflow: hidden;
}

.our_team::before {
    background: linear-gradient(125deg, rgb(164,203,169,0.5) 0%, transparent 40%, rgb(116,150,180,0.5) 80%, rgb(164,203,169,0.5) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    animation: gradientFlow 25s infinite alternate;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.15;
    z-index: 1;
}



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

.our_team .belief_core {
    max-width: 100vw;
    position: relative;
}

.our_team h3 {
    position: absolute;
    left: 0;
    top: 0;
    color: #000000;
    padding-left: 30px;
    font-weight: 700;
    transform: translateY(-100%) translateY(-30px);
    border-left: 4px solid rgb(164,203,169);
    margin: 0;
    font-size: 37px;
    letter-spacing: 1px;
}

.our_team .community_team span::before {
    height: 100%;
    z-index: -1;
    left: -15px;
    position: absolute;
    width: 15px;
    content: "";
    transform: skewX(15deg);
    background: rgb(164,203,169);
    top: 0;
}

.our_team .community_team p {
    align-self: center;
    z-index: 5;
    grid-row: 1 / 2;
    background: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    font-size: 18px;
    padding: 40px;
    width: 110%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    color: #000000;
    backdrop-filter: blur(10px);
    grid-column: 2 / 3;
    transform: translateX(-30px);
    border-radius: 26px;
}

.our_team .virtual_academy {
    position: relative;
    width: 115%;
    gap: 20px;
    grid-template-columns: 1.4fr 1.6fr;
    margin-right: -15%;
    display: grid;
    margin-left: auto;
}

.our_team .virtual_academy p {
    grid-column: 1 / 2;
    align-self: center;
    grid-row: 1 / 2;
    color: #000000;
    font-size: 18px;
    width: 110%;
    border-radius: 26px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    padding: 40px;
    transform: translateX(30px);
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
    backdrop-filter: blur(10px);
}

.our_team .community_team::after,
.our_team .virtual_academy::after {
    z-index: 1;
    width: 200px;
    height: 200px;
    animation: pulseOpacity 8s infinite alternate;
    content: "";
    opacity: 0.15;
    border-radius: 50%;
    position: absolute;
    filter: blur(80px);
}



.our_team .community_team::after {
    right: 10%;
    bottom: -100px;
    background: rgb(164,203,169);
}

.our_team .belief_core::before,
.our_team .belief_core::after {
    height: 1px;
    width: 80%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(164,203,169,0.5) 50%, transparent);
    animation: horizontalLine 15s infinite alternate;
}



.our_team .belief_core::before {
    left: 10%;
    top: 15%;
}

.welcome_page {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(222,214,206) 0%, rgba(246, 249, 252, 0.9) 100%);
    padding: 6rem 1rem;
}

.welcome_page {
    padding: 10rem 3rem;
}

.welcome_page::after {
    transform: rotate(-15deg);
    top: -50%;
    content: "";
    right: -20%;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle at center, rgb(164,203,169,0.5) 0%, transparent 70%);
    height: 150%;
    width: 80%;
}

.welcome_page h1::after {
    content: "";
    border-radius: 10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(116,150,180) 0%, rgb(164,203,169) 100%);
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 80px;
    height: 4px;
}

.welcome_page .info_card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(94, 170, 168, 0.1);
    opacity: 0;
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 22px;
    padding: 2.5rem;
    animation: fadeSlideUp 0.8s ease-out 0.4s forwards;
}

.welcome_page .info_card {
    animation: fadeSlideRight 0.8s ease-out 0.4s forwards;
    transform: translateX(-20px);
    opacity: 0;
}

.welcome_page svg path {
    transition: fill 0.3s ease;
    fill: rgb(116,150,180);
}

.welcome_page .edu_online:hover svg path,
.welcome_page .edu_online:hover svg text {
    fill: rgb(164,203,169);
}

.welcome_page .connect_widget {
    padding: 0.8rem 2rem;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    transform: translateY(0);
    background: linear-gradient(135deg, rgb(164,203,169) 0%, rgb(116,150,180) 100%);
    border-radius: 22px;
}

.welcome_page .connect_widget:hover::before {
    opacity: 1;
}

.welcome_page .img_circular {
    transform: translateY(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    animation: fadeSlideUp 0.8s ease-out 0.6s forwards;
    overflow: hidden;
    border-radius: 22px;
    position: relative;
    height: 400px;
    opacity: 0;
}

.welcome_page .img_circular {
    height: 600px;
}

.welcome_page .img_circular {
    animation: fadeSlideLeft 0.8s ease-out 0.6s forwards;
    transform: translateX(20px);
    opacity: 0;
}

.welcome_page .img_circular:hover::after {
    opacity: 0;
}

.program_details {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(222,214,206) 0%, rgba(0, 0, 0, 0.5) 60%, rgb(164,203,169,0.5) 100%);
    padding: 120px 0;
}

.program_details::after {
    z-index: 1;
    background-image: 
        repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px);
    top: 0;
    content: "";
    animation: gridShift 30s linear infinite;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.05;
    left: 0;
}

.program_details .program_guide {
    border-radius: 23px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(164,203,169,0.5),
        0 0 40px rgb(116,150,180,0.5);
    padding: 60px;
    transform: translateY(80px);
    position: relative;
    background: #ffffff;
    backdrop-filter: blur(10px);
    margin-right: auto;
    margin-left: auto;
    z-index: 3;
    width: 75%;
}

.program_details .main_site {
    animation: floatAndRotate 8s ease-in-out infinite;
    top: -60px;
    position: absolute;
    transform-origin: center center;
    left: 60px;
    border-radius: 30% 70% 50% 50% / 40% 40% 60% 60%;
    height: 120px;
    display: flex;
    background: #ffffff;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 0 0 8px #ffffff,
        0 0 0 12px rgb(164,203,169,0.5);
    align-items: center;
    justify-content: center;
    width: 120px;
}

.program_details .program_guide h3 {
    transform: translateZ(0);
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 36px;
    position: relative;
    margin-bottom: 25px;
    color: #000000;
}

.program_details .program_guide h3::after {
    position: absolute;
    bottom: 2.5px;
    width: 80px;
    background: linear-gradient(90deg, rgb(164,203,169), transparent);
    content: "";
    left: 15px;
    height: 3px;
}

.program_details .program_guide p::first-letter {
    margin-right: 8px;
    line-height: 0.8;
    color: rgb(164,203,169);
    font-size: 2em;
    margin-top: 8px;
    float: left;
    font-weight: 700;
}

.program_details .belief_core:hover .img_circular {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateZ(30px);
}

.program_details .img_circular::before {
    width: 100%;
    left: 0;
    transition: opacity 0.5s ease;
    height: 100%;
    content: "";
    background: 
        linear-gradient(
            to right,
            rgb(164,203,169,0.5) 0%,
            transparent 40%,
            rgb(116,150,180,0.5) 100%
        );
    opacity: 0.7;
    mix-blend-mode: multiply;
    top: 0;
    z-index: 2;
    position: absolute;
}

.footer_disclaimer::before {
    opacity: 0.05;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 250px;
    position: absolute;
    right: 0;
    content: '';
    background: linear-gradient(180deg, transparent 0%, rgb(164,203,169,0.5) 100%);
}

.footer_disclaimer .container {
    z-index: 1;
    position: relative;
}

.footer_disclaimer .edu_ask {
    position: relative;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    border-bottom: 1px solid rgb(116,150,180,0.5);
    padding-bottom: 2.5rem;
}

.footer_disclaimer .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}

.footer_disclaimer .info_item a:hover {
    color: rgb(164,203,169);
}

.footer_disclaimer .info_item svg {
    fill: rgb(164,203,169);
    width: 20px;
    flex-shrink: 0;
    height: 20px;
}

.footer_disclaimer .text_main_holder {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
    gap: 3rem;
}

.footer_disclaimer .main_site svg {
    max-width: 160px;
    transition: opacity 0.3s ease;
    height: auto;
}

.footer_disclaimer .top_navbar {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}

.footer_disclaimer .top_navbar h5 {
    color: #000000;
    font-size: 18px;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 600;
}

.footer_disclaimer .top_nav a::before {
    content: '';
    width: 0;
    left: -10px;
    height: 1px;
    transform: translateY(-50%);
    top: 50%;
    background-color: rgb(164,203,169);
    position: absolute;
    transition: width 0.3s ease, left 0.3s ease;
}

.footer_disclaimer .subscribe_holder {
    gap: 1.5rem;
    padding: 2rem;
    display: flex;
    border-radius: 26px;
    flex-direction: column;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.footer_disclaimer .input_holder {
    position: relative;
    display: flex;
    gap: 0.5rem;
}

.footer_disclaimer .input_holder input[type="email"]:focus {
    border-color: rgb(164,203,169);
    outline: none;
    box-shadow: 0 0 0 3px rgb(164,203,169,0.5);
}

.footer_disclaimer .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.footer_disclaimer .news_block:hover {
    transform: translateY(-2px);
    background-color: rgb(116,150,180);
}

.footer_disclaimer .workshop_cta {
    margin-top: 3rem;
    padding-top: 1.5rem;
    text-align: center;
    border-top: 1px solid rgb(116,150,180,0.5);
}

.footer_disclaimer .media_kit {
    opacity: 0.8;
    font-size: 13px;
    color: #000000;
}

.footer_disclaimer .top_nav:first-child::after {
    background-color: rgb(116,150,180,0.5);
    content: '';
    width: 30px;
    position: absolute;
    height: 1px;
    left: 0;
    bottom: -0.75rem;
}

.cookieNotificationPanel h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookieNotificationPanel p {
    font-size: 18px;
}

.cookie_customize svg, .cookie_customize svg path, .cookie_customize img {
    width: 100px;
    height: 100px;
    fill: rgb(164,203,169);
}

.cookieNotificationPanel p a {
    text-decoration: none;
    color: rgb(164,203,169);
}


#cookiePopupMessage {
    display: none;
}

#cookiePopupMessage:checked ~ .cookieNotificationPanel {
    visibility: hidden;
    opacity: 0;
}

.statistical_details::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(164,203,169,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(116,150,180,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.15;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
}

.statistical_details h3 {
    transform: translateZ(0);
    font-size: 38px;
    z-index: 5;
    text-align: center;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
}

.statistical_details h3::after {
    left: 50%;
    background: linear-gradient(to right, rgb(164,203,169), rgb(116,150,180));
    transform: translateX(-50%);
    content: "";
    width: 80px;
    position: absolute;
    height: 3px;
    bottom: -15px;
}

.statistical_details .career_statistics {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 30px;
    transform: translateY(30px);
    backdrop-filter: blur(10px);
    animation-delay: calc(var(--i, 0) * 0.1s);
    opacity: 0;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: stat-appear 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
}

.statistical_details .career_statistics::after {
    opacity: 0.1;
    width: 100px;
    bottom: -50px;
    z-index: -1;
    background: rgb(164,203,169,0.5);
    position: absolute;
    border-radius: 50%;
    right: -50px;
    transition: all 0.5s ease;
    height: 100px;
    content: "";
}

.statistical_details .career_statistics:hover::after {
    opacity: 0.2;
    transform: scale(1.5);
}

.statistical_details .career_statistics p {
    position: relative;
    z-index: 2;
    font-size: calc(38px * 1.5);
    color: rgb(164,203,169);
    margin: 0;
    line-height: 1;
    transition: all 0.3s ease;
    font-weight: 700;
}


@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: 767px) {header .header_site .top_navbar .nav_main a {
    font-size: calc(18px - 2px);
    padding: 8px 12px;
}}



@media (max-width: 992px) {.user_reviews .review_spot {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.user_reviews {
    padding: 5rem 0;
}.user_reviews h2 {
    margin-bottom: 3rem;
    background: none;
    clip-path: none;
    transform: none;
    font-size: calc(34px * 0.9);
    padding: 0;
}.user_reviews .review_spot {
    grid-template-columns: 1fr;
    gap: 3rem;
}.user_reviews .learn_reviews,
    .user_reviews .learn_reviews:nth-child(odd),
    .user_reviews .learn_reviews:nth-child(3n),
    .user_reviews .learn_reviews:nth-child(3n+1) {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.user_reviews .learn_reviews::before,
    .user_reviews .learn_reviews:nth-child(odd)::before,
    .user_reviews .learn_reviews:nth-child(3n)::before,
    .user_reviews .learn_reviews:nth-child(3n+1)::before {
    transform: translateY(5px) translateX(5px);
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.user_reviews .learn_reviews:hover::before {
    transform: translateY(8px) translateX(8px);
}.user_reviews .learn_reviews:nth-child(even):hover::before {
    transform: translateY(8px) translateX(-8px);
}.user_reviews .learn_reviews,
    .user_reviews .learn_reviews:nth-child(4n+1),
    .user_reviews .learn_reviews:nth-child(4n+2),
    .user_reviews .learn_reviews:nth-child(4n+3) {
    animation: none;
}}


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



@media (max-width: 1024px) {.connect_form {
    padding: 80px 0;
}.connect_form .img_circular {
    min-height: 500px;
}.connect_form .request_map {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.connect_form {
    padding: 50px 0;
}.connect_form h2 {
    font-size: calc(40px * 0.7);
    margin-bottom: 30px;
}.connect_form .img_circular {
    min-height: 200px;
}.connect_form .request_map {
    padding: 30px 20px;
}.connect_form form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.connect_form form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.connect_form .query_query {
    margin-bottom: 20px;
}.connect_form .query_query label {
    font-size: calc(14px * 0.9);
}.connect_form .connect_widget {
    padding: 12px 20px;
}}



@media (max-width: 768px) {.thxWrap {
    padding: 3.5rem 0;
}.thxWrap h2 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.8);
}.thxWrap h2::after {
    width: 60px;
    height: 3px;
}.thxWrap .belief_core {
    padding: 1.8rem;
}.thxWrap li {
    padding-left: 1.8rem;
}.thxWrap li span {
    font-size: 13px;
}
}



@media (min-width: 992px) {.tariff_plan .price_opts {
    align-items: center;
    flex-direction: row;
}.tariff_plan .pricing_schemes {
    padding-right: 40px;
    order: 0;
    text-align: left;
    flex: 0 0 30%;
}.tariff_plan .pricing_schemes h2::after {
    left: 0;
    transform: none;
}.tariff_plan .discount_price {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}



@media (max-width: 767px) {.tariff_plan {
    padding: 60px 0;
}.tariff_plan .discount_price {
    gap: 25px;
    grid-template-columns: 1fr;
}.tariff_plan .pricing_schemes h2 {
    font-size: calc(32px - 4px);
}.tariff_plan .img_circular {
    height: 180px;
}.tariff_plan .learning_packages {
    padding: 25px;
}
}



@media screen and (max-width: 1199px) {.our_team {
    padding: 120px 0 100px;
}.our_team h3 {
    font-size: calc(37px - 0.2rem);
}.our_team .community_team,
    .our_team .virtual_academy {
    width: 110%;
}.our_team .community_team {
    margin-left: -10%;
}.our_team .virtual_academy {
    margin-right: -10%;
}.our_team .community_team .img_circular,
    .our_team .virtual_academy .pro_program {
    height: 450px;
}.our_team .community_team p,
    .our_team .virtual_academy p {
    padding: 30px;
}
}



@media screen and (max-width: 767px) {.our_team {
    padding: 80px 0 60px;
}.our_team h3 {
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: calc(37px - 0.6rem);
}.our_team .community_team {
    margin-bottom: 60px;
}.our_team .community_team span {
    font-size: calc(23px - 0.3rem);
    padding: 8px 20px;
}.our_team .community_team .img_circular,
    .our_team .virtual_academy .pro_program {
    height: 350px;
}.our_team .community_team p,
    .our_team .virtual_academy p {
    font-size: calc(18px - 0.1rem);
    padding: 25px;
}.our_team::after {
    filter: blur(30px);
}.our_team .community_team::after,
    .our_team .virtual_academy::after {
    width: 100px;
    height: 100px;
    filter: blur(50px);
}
}



@media screen and (max-width: 575px) {.our_team {
    padding: 60px 0 40px;
}.our_team h3 {
    border-left-width: 3px;
    padding-left: 15px;
    font-size: calc(37px - 0.8rem);
    margin-bottom: 30px;
}.our_team .community_team {
    margin-bottom: 50px;
    gap: 20px;
}.our_team .community_team span {
    padding: 6px 15px;
    font-size: calc(23px - 0.4rem);
}.our_team .community_team .img_circular,
    .our_team .virtual_academy .pro_program {
    height: 280px;
}.our_team .community_team p,
    .our_team .virtual_academy p {
    padding: 20px;
    font-size: calc(18px - 0.2rem);
}.our_team::after {
    filter: blur(20px);
}.our_team .belief_core::before,
    .our_team .belief_core::after {
    width: 70%;
}
}



@media (max-width: 767px) {.welcome_page .edu_online {
    padding: 0 1rem;
}.welcome_page svg {
    width: 80px;
    height: 80px;
}}



@media screen and (max-width: 992px) {.program_details {
    padding: 80px 0;
}.program_details .belief_core {
    flex-direction: column-reverse;
}.program_details .program_guide {
    transform: translateY(-70px);
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
}.program_details .main_site {
    height: 100px;
    top: -50px;
    width: 100px;
    left: 40px;
}.program_details .img_circular {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    transform: perspective(800px) rotateY(0) rotateX(0);
    border-radius: 23px;
    height: 320px;
}.program_details .belief_core:hover .img_circular {
    transform: perspective(800px) rotateY(0) rotateX(0);
}
}



@media screen and (max-width: 576px) {.program_details {
    padding: 50px 0;
}.program_details .program_guide {
    transform: translateY(-40px);
    padding: 25px 20px;
}.program_details .main_site {
    top: -35px;
    height: 70px;
    left: 20px;
    width: 70px;
}.program_details .program_guide h3 {
    padding-bottom: 12px;
    font-size: calc(36px * 0.75);
    margin-bottom: 15px;
}.program_details .program_guide h3::after {
    width: 60px;
}.program_details .program_guide p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.program_details .img_circular {
    height: 220px;
}.program_details .program_guide::before {
    height: 100px;
    width: 100px;
}}



@media (max-width: 576px) {.footer_disclaimer {
    padding: 3rem 0 1.5rem;
}.footer_disclaimer .edu_ask {
    grid-template-columns: 1fr;
}.footer_disclaimer .input_holder {
    flex-direction: column;
}.footer_disclaimer .news_block {
    width: 100%;
}.footer_disclaimer .main_site,
    .footer_disclaimer .top_navbar h5,
    .footer_disclaimer .top_nav,
    .footer_disclaimer .top_nav a {
    align-items: center;
    text-align: center;
}.footer_disclaimer .main_site svg {
    margin: 0 auto;
}.footer_disclaimer .terms_legal {
    max-width: 100%;
    text-align: center;
}.footer_disclaimer .top_nav:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.footer_disclaimer .edu_ask::after {
    left: 50%;
    transform: translateX(-50%);
}.footer_disclaimer .top_nav a::before {
    display: none;
}.footer_disclaimer .top_nav a:hover {
    padding-left: 0;
}}



@media (max-width: 767px) {.statistical_details {
    padding: 60px 0;
}.statistical_details h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.statistical_details ul {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical_details .career_statistics {
    padding: 20px 15px;
}.statistical_details .career_statistics span {
    margin-bottom: 10px;
    font-size: 18px;
}.statistical_details .career_statistics p {
    font-size: calc(38px * 1.2);
}.statistical_details .career_statistics p::after {
    font-size: 19px;
    right: -12px;
    top: 3px;
}
}



@keyframes shiftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}

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



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



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

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulseBackground {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

@keyframes horizontalLine {
    0% {
        opacity: 0.1;
        transform: translateX(-10%);
    }
    100% {
        opacity: 0.3;
        transform: translateX(10%);
    }
}



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


    
    @keyframes fadeSlideLeft {
        from {
            opacity: 0;
            transform: translateX(50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



@keyframes floatAndRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(-3deg);
    }
    75% {
        transform: translateY(5px) rotate(3deg);
    }
}



@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

