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

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

.recycle_infoweb {
    flex: 0 0 auto;
}

header,footer {
    width: 100%;
}

header {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    background: linear-gradient(180deg, 
        rgb(145,177,158) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    z-index: 1000;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgb(145,177,158,0.5);
    left: 0;
    top: 0;
    transition: all 0.4s ease;
    width: 100%;
}

.course_program_detailsweb::after {
    content: "";
    left: 0;
    animation: rotateBg 120s linear infinite;
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
    width: 100%;
    opacity: 0.03;
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
}

.course_program_detailsweb .background_imgweb {
    border-radius: 50%;
    filter: brightness(0.9) contrast(1.1);
    transform: scale(0.9);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
    overflow: hidden;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
}

.course_program_detailsweb .story_tlweb:hover .background_imgweb {
    filter: brightness(1) contrast(1.2);
    transform: scale(0.95) rotate(2deg);
}

.course_program_detailsweb .story_tlweb:hover .background_imgweb::after {
    animation: rotateOverlay 20s linear infinite;
    opacity: 0.6;
}

.course_program_detailsweb .training_planweb {
    z-index: 2;
    flex-direction: column;
    padding: 0;
    display: flex;
    width: 60%;
    align-items: center;
    position: relative;
}

.course_program_detailsweb .header_pagewrapweb::before {
    bottom: -10px;
    background: 
        conic-gradient(
            from 0deg,
            rgb(145,177,158) 0deg,
            rgb(145,177,158,0.5) 90deg,
            rgb(84,146,115,0.5) 180deg,
            rgb(84,146,115) 270deg,
            rgb(145,177,158) 360deg
        );
    animation: rotateLogo 10s linear infinite;
    content: "";
    left: -10px;
    z-index: -1;
    top: -10px;
    opacity: 0.7;
    position: absolute;
    border-radius: 50%;
    right: -10px;
}

.course_program_detailsweb .header_pagewrapweb:hover {
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(145,177,158,0.5);
    transform: translateY(-10px);
}

.course_program_detailsweb .header_pagewrapweb svg {
    height: 50px;
    transition: all 0.5s ease;
    filter: drop-shadow(0 3px 6px rgb(145,177,158,0.5));
    width: 50px;
}

.course_program_detailsweb .header_pagewrapweb:hover svg path {
    fill: rgb(84,146,115);
}

.course_program_detailsweb h3::before {
    left: 0;
    top: 0;
    opacity: 0.1;
    border-radius: 12px;
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(145,177,158,0.5) 0%, transparent 100%);
    height: 100%;
    width: 100%;
}

.course_program_detailsweb h3::after {
    transition: width 0.5s ease;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(145,177,158), rgb(84,146,115));
    width: 60px;
    left: 50%;
    border-radius: 10px;
    position: absolute;
    bottom: -15px;
}

.course_program_detailsweb p {
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 4;
    color: #000000;
    max-width: 700px;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 12px;
    position: relative;
    transform: perspective(800px) rotateX(-2deg);
    padding: 35px;
    line-height: 1.8;
    font-size: 12px;
    background: #ffffff;
}

.course_program_detailsweb .training_planweb:hover p {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: perspective(800px) rotateX(0deg);
}

.course_program_detailsweb .training_planweb:hover p::after {
    opacity: 0.7;
    height: 80px;
    width: 80px;
}

.opening_pageweb .skill_quickweb {
    display: flex;
    min-height: 100vh;
    padding: 4rem 2rem;
    position: relative;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.opening_pageweb .skill_quickweb::after {
    width: 100%;
    top: 0;
    animation: backgroundPulse 8s infinite alternate ease-in-out;
    position: absolute;
    z-index: 2;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(45deg, transparent 30%, rgb(84,146,115,0.5) 180%);
    transform-origin: center;
}

.opening_pageweb .pro_classesweb::before {
    position: absolute;
    left: -15px;
    background: linear-gradient(135deg, rgb(145,177,158) 0%, transparent 70%);
    content: "";
    z-index: -1;
    transform: translateZ(-10px);
    width: calc(100% + 30px);
    opacity: 0.4;
    top: -15px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    height: calc(100% + 30px);
}

.opening_pageweb h1::after {
    content: "";
    height: 5px;
    transform: scaleX(0);
    width: 80px;
    position: absolute;
    transform-origin: left;
    bottom: -10px;
    left: 0;
    animation: scaleIn 1.2s 0.5s ease forwards;
    background: rgb(84,146,115);
}

.opening_pageweb p {
    font-size: 18px;
    transform: translateY(20px);
    opacity: 0;
    margin-top: 2rem;
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    padding-left: 2rem;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    border-left: 3px solid rgb(84,146,115);
}

.tyPageweb::after {
    left: -5%;
    height: 60%;
    width: 30%;
    position: absolute;
    bottom: -5%;
    transform: rotate(-10deg) skewX(10deg);
    opacity: 0.05;
    content: "";
    z-index: 0;
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(225deg, rgb(84,146,115,0.5) 0%, rgb(145,177,158,0.5) 100%);
}

.tyPageweb h2 {
    margin-bottom: 3rem;
    font-size: 29px;
    animation: slideUp 0.8s 0.2s ease-out forwards;
    position: relative;
    color: #000000;
    opacity: 0;
    transform: translateY(0);
    line-height: 1.3;
    font-weight: 700;
}

.tyPageweb .story_tlweb {
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    border-left: 4px solid rgb(145,177,158);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
              0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    animation: fadeSlideUp 1s 0.4s ease-out forwards;
    padding: 3rem;
}

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

.tyPageweb li {
    position: relative;
    padding-left: 0;
}

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

footer .recycle_infoweb {
    padding: 80px 0 30px;
    overflow: hidden;
    background-color: rgb(84,146,115);
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
}

footer .job_boardweb {
    z-index: 1;
    position: relative;
}

footer .start_chatweb {
    margin-bottom: 60px;
    justify-content: center;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

footer .info_item {
    padding: 15px 20px 15px 25px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    background-color: rgb(84,146,115,0.5);
    border-radius: 0 5px 5px 0;
    max-width: 300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex: 1 1 200px;
}

footer .info_item:nth-child(even) {
    background-color: rgb(145,177,158,0.5);
}

footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    transition: color 0.3s ease;
    text-decoration: none;
}

footer .header_pagewrapweb {
    border-radius: 13px;
    padding: 30px;
    position: relative;
    background-color: rgb(84,146,115,0.5);
}

footer .header_pagewrapweb svg {
    margin-bottom: 20px;
    width: auto;
    display: block;
    height: 45px;
    filter: brightness(0) invert(1);
}

footer .mentor_ctaweb {
    line-height: 1.6;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

footer .top_startweb h5::before {
    background-color: rgb(145,177,158);
    position: absolute;
    width: 3px;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
}

footer .header_pageweb {
    margin-bottom: 25px;
    position: relative;
}

footer .header_pageweb a::before {
    height: 100%;
    position: absolute;
    background-color: rgb(145,177,158);
    width: 3px;
    content: "";
    top: 0;
    transition: width 0.3s ease;
    left: 0;
}

footer .header_pageweb a:hover {
    color: #ffffff;
    transform: translateX(5px);
    background-color: rgb(145,177,158,0.5);
}

footer .subscribe_holder::before {
    top: 15px;
    bottom: 15px;
    position: absolute;
    border-radius: calc(13px - 8px);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    left: 15px;
    right: 15px;
    content: "";
    pointer-events: none;
}

footer .subscribe_holder h5::before {
    position: absolute;
    content: "";
    height: 100%;
    background-color: rgb(145,177,158);
    left: 0;
    top: 0;
    width: 3px;
}

footer .input_holder input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

footer .email_captureweb {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background-color: rgb(145,177,158);
    font-weight: 600;
    overflow: hidden;
    padding: 14px 20px;
    color: #ffffff;
    font-size: 17px;
    border-radius: 10px;
    border: none;
}

footer .email_captureweb:hover {
    background-color: rgb(84,146,115);
}

footer .footer_eduweb::before {
    content: "";
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    width: 50px;
}

header:after {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
    opacity: 0.02;
    left: 0;
}

header .first_lessonweb {
    position: relative;
    overflow: hidden;
}

header .first_lessonweb:before {
    animation: scanlineGlow 4s linear infinite;
    height: 1px;
    opacity: 0.7;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(145,177,158) 25%,
        #ffffff 50%,
        rgb(145,177,158) 75%,
        transparent 100%
    );
    bottom: 0;
    box-shadow: 0 0 15px rgb(145,177,158), 0 0 35px rgb(145,177,158);
    position: absolute;
    left: -50%;
    width: 200%;
}

header .site_startweb {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

header .site_startweb:after {
    opacity: 0.3;
    height: 20px;
    right: -10px;
    filter: blur(15px);
    animation: breathe 5s infinite alternate-reverse;
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 20px;
    background: rgb(84,146,115);
}

header .top_startweb:before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(145,177,158,0.5), 
        transparent
    );
    width: 110%;
    height: 110%;
    position: absolute;
    transform: translateX(-100%);
    content: '';
    opacity: 0.15;
    left: -5%;
    animation: menuGlow 10s infinite ease-in-out;
    filter: blur(5px);
    top: -5%;
}

header .top_wrapweb:before {
    content: '';
    transition: all 0.4s ease;
    top: 0;
    opacity: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(145,177,158,0.5), 
        transparent
    );
    z-index: -1;
    width: 100%;
    transform: skewX(-20deg) scale(0.8, 1);
}

header .top_wrapweb:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(145,177,158);
    color: #ffffff;
    transform: translateY(-2px);
}

header .header_learnweb {
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    display: flex;
    padding: 5px;
}

header .header_learnweb:after {
    width: calc(100% + 10px);
    border-image: linear-gradient(45deg, rgb(145,177,158), rgb(84,146,115), rgb(145,177,158)) 1;
    top: -5px;
    position: absolute;
    content: '';
    height: calc(100% + 10px);
    border: 1px solid transparent;
    transition: all 0.5s ease;
    opacity: 0;
    left: -5px;
}

header .header_learnweb svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 2px rgb(145,177,158,0.5));
}

.privacySettingsBannerweb {
    background: rgb(190,202,195);
    border-top: 2px solid rgb(145,177,158);
    z-index: 90;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.privacy_optweb {
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.privacy_cookiesweb {
    flex-shrink: 0;
    margin-right: 10px;
}

.privacy_learnweb {
    text-decoration: none;
    flex-shrink: 0;
    line-height: 35px;
    cursor: pointer;
    color: rgb(145,177,158);
    min-width: 120px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(145,177,158);
    font-size: 24px;
    text-align: center;
    margin-left: 10px;
}

.wrapper-templateweb .privacy_optweb {
    padding: 40px 0;
    justify-content: space-between;
}

.wrapper-templateweb .edu_consentweb {
    color: #ffffff;
    text-align: left;
}

.wrapper-templateweb .edu_consentweb h5 {
    font-weight: 700;
}

.wrapper-templateweb .edu_consentweb h5, .wrapper-templateweb .edu_consentweb p {
    color: #ffffff;
}

.education_frameworkweb::before {
    left: 0;
    animation: bg-shift 20s linear infinite;
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
    top: 0;
    background: repeating-linear-gradient(
        120deg,
        rgb(145,177,158,0.5) 0%,
        transparent 10%,
        rgb(84,146,115,0.5) 20%,
        transparent 30%,
        rgb(145,177,158,0.5) 40%
    );
    width: 100%;
}

.education_frameworkweb .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.education_frameworkweb .story_tlweb {
    transform-style: preserve-3d;
    position: relative;
    padding: 40px;
    justify-content: center;
    perspective: 1000px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.education_frameworkweb .story_tlweb {
    padding: 25px 20px;
}

.education_frameworkweb .story_tlweb {
    padding: 20px 15px;
}

.education_frameworkweb .story_tlweb::after {
    content: "";
    animation: holographic-shimmer 4s ease-in-out infinite alternate;
    border-radius: 25px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0.1) 100%
    );
    z-index: -1;
    position: absolute;
    backdrop-filter: blur(10px);
    inset: 0;
}

.education_frameworkweb h3::before {
    position: absolute;
    animation: underline-pulse 3s ease-in-out infinite;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        rgb(145,177,158) 0%,
        rgb(84,146,115) 100%
    );
    left: 50%;
    height: 3px;
    width: 60px;
    top: 110%;
    opacity: 0.8;
    content: "";
    transform: translateX(-50%);
}

.education_frameworkweb h3::before {
    width: 50px;
}

.education_frameworkweb h3::before {
    height: 2px;
    width: 40px;
}

.education_frameworkweb span::before {
    z-index: -1;
    position: absolute;
    top: 10px;
    width: 100%;
    left: 10px;
    background: rgb(145,177,158,0.5);
    content: "";
    filter: blur(20px);
    animation: shadow-dance 8s ease-in-out infinite alternate;
    height: 100%;
    opacity: 0.2;
}

.newsletter_signupweb {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    box-shadow: 0 -20px 40px rgba(0,0,0,0.08) inset;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(145,177,158,0.5), rgb(84,146,115));
}

.newsletter_signupweb::after {
    z-index: 0;
    width: 150%;
    position: absolute;
    content: '';
    background: rgb(255, 255, 255, 0.5);
    top: 20%;
    opacity: 0.05;
    left: -25%;
    transform: rotate(-2deg);
    height: 50px;
}

.newsletter_signupweb .story_tlweb {
    position: relative;
    display: flex;
    background: linear-gradient(160deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    border-radius: 4px;
    flex-direction: column;
    transform: translateZ(0);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12), 0 5px 15px rgba(0,0,0,0.05);
    padding: 40px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newsletter_signupweb .story_tlweb h4 {
    transform: translateZ(10px);
    margin: 0 0 30px 0;
    font-size: 18px;
    position: relative;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 600;
    color: #000000;
}

.newsletter_signupweb .input_holder span {
    position: relative;
    flex: 1;
    min-width: 200px;
}

.newsletter_signupweb .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    transform-origin: left center;
    font-size: 13px;
    background: #ffffff;
    width: 100%;
    outline: none;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 15px 20px;
}

.newsletter_signupweb .input_holder input[type="submit"]::before {
    left: -100%;
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.5s ease;
}

.newsletter_signupweb .input_holder input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.privacy_bastionweb {
    padding: 5rem 2rem;
    position: relative;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(190,202,195), rgba(245, 248, 255, 0.95));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.privacy_bastionweb::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(145,177,158), rgb(84,146,115), rgb(145,177,158));
    content: "";
    height: 5px;
    left: 0;
    z-index: 1;
    width: 100%;
    bottom: 0;
}

.privacy_bastionweb::after {
    animation: borderPulse 8s linear infinite;
    background-size: 200% 200%;
}

.privacy_bastionweb h1::after {
    background: linear-gradient(90deg, rgb(145,177,158), transparent);
    bottom: 0;
    content: "";
    position: absolute;
    width: 6rem;
    height: 3px;
    left: 0;
}

.privacy_bastionweb h2 {
    font-weight: 600;
    color: #000000;
    font-size: 38px;
    transform: translateY(-0.25rem);
    margin-top: 3rem;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

.privacy_bastionweb h3 {
    font-size: calc(38px * 0.85);
    font-weight: 600;
    position: relative;
    color: #000000;
    margin-top: 2.5rem;
    padding-left: 0.75rem;
    margin-bottom: 1.25rem;
}

.privacy_bastionweb h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: calc(38px * 0.7);
    color: #000000;
    padding-left: 0.5rem;
    position: relative;
    font-weight: 600;
}

.privacy_bastionweb p {
    max-width: 90%;
    line-height: 1.7;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 14px;
    color: #000000;
}

.privacy_bastionweb span {
    border-left: 1px solid rgba(rgb(84,146,115,0.5), 0.3);
    line-height: 1.7;
    padding-left: 1rem;
    position: relative;
    display: block;
    color: #000000;
    font-size: 14px;
    max-width: 95%;
    margin-bottom: 1.5rem;
}

.privacy_bastionweb li::before {
    top: 0.25rem;
    position: absolute;
    border-radius: 10px;
    left: 0;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    opacity: 0.9;
    width: 1.25rem;
    height: 1.25rem;
    background: linear-gradient(135deg, rgb(145,177,158), rgb(84,146,115));
    content: "";
}

.privacy_bastionweb li:hover::before {
    transform: rotate(45deg) scale(1.1);
}

.our_teamweb {
    position: relative;
    padding: 120px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.our_teamweb::after {
    z-index: 1;
    position: absolute;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    left: 0;
    height: 100%;
    opacity: 0.03;
    content: "";
    top: 0;
}

.our_teamweb .container {
    z-index: 10;
    position: relative;
}

.our_teamweb h2 {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 32px;
}

.our_teamweb h2::after {
    content: "";
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%) translateX(30px);
    background-color: rgb(84,146,115);
    height: 3px;
    left: 50%;
    width: 20px;
}

.our_teamweb .student_voiceweb::before {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background-size: 60px 60px;
    opacity: 0.05;
    background: 
        linear-gradient(45deg, transparent calc(50% - 1px), rgb(145,177,158,0.5) calc(50% - 1px), rgb(145,177,158,0.5) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(135deg, transparent calc(50% - 1px), rgb(84,146,115,0.5) calc(50% - 1px), rgb(84,146,115,0.5) calc(50% + 1px), transparent calc(50% + 1px));
    content: "";
    left: 0;
    z-index: -1;
}

.our_teamweb .knowledge_trackweb:hover::before {
    transform: scaleX(1);
}

.our_teamweb .knowledge_trackweb::after {
    opacity: 0;
    border-color: transparent transparent rgb(145,177,158,0.5) transparent;
    width: 0;
    bottom: 0;
    border-width: 0 0 40px 40px;
    transition: opacity 0.4s ease;
    content: "";
    position: absolute;
    right: 0;
    height: 0;
    border-style: solid;
}

.our_teamweb .knowledge_trackweb h3::before {
    background-color: rgb(145,177,158);
    transform: translateY(-50%);
    content: "";
    width: 5px;
    left: 0;
    position: absolute;
    height: 25px;
    top: 50%;
}

.our_teamweb .knowledge_trackweb:hover h3 {
    color: rgb(145,177,158);
}

.our_teamweb .knowledge_trackweb p {
    font-size: 15px;
    line-height: 1.8;
    position: relative;
    color: #000000;
}

.our_teamweb .container::after {
    content: "";
    background: linear-gradient(45deg, rgb(84,146,115,0.5), rgb(145,177,158,0.5));
    width: 200px;
    position: absolute;
    left: -100px;
    opacity: 0.1;
    bottom: -100px;
    border-radius: 50%;
    height: 200px;
    z-index: -1;
}

.our_teamweb .knowledge_trackweb:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.our_teamweb .knowledge_trackweb:last-child::after {
    border-color: transparent transparent rgb(84,146,115,0.5) transparent;
}

.price_packweb::before {
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(145,177,158,0.5) 0%, transparent 40%);
    top: 0;
}

.price_packweb .cost_cardweb {
    margin-right: auto;
    text-align: center;
    max-width: 800px;
    margin-bottom: 3rem;
    margin-left: auto;
    order: 1;
}

.price_packweb .cost_cardweb h2::after {
    left: 50%;
    transform: translateX(-50%);
    background: rgb(145,177,158);
    position: absolute;
    height: 3px;
    width: 80px;
    content: "";
    bottom: -10px;
}

.price_packweb .deal_optsweb {
    gap: 2rem;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    display: grid;
}

.price_packweb .study_ratesweb:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.price_packweb .trial_pricingweb {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.price_packweb .learning_packagesweb {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 2rem;
    z-index: 1;
    word-break: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
}

.price_packweb .learning_packagesweb h3 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.2);
    padding-bottom: 0.5rem;
}

.price_packweb .study_ratesweb:hover .learning_packagesweb h3::after {
    width: 80px;
}

.price_packweb .offer_boxweb::before {
    width: 0;
    left: 0;
    background: rgb(145,177,158);
    content: "";
    bottom: -5px;
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
}

.price_packweb .learning_packagesweb p {
    margin-top: auto;
    color: #000000;
    font-size: 16px;
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
}

.price_packweb .study_ratesweb:hover .background_imgweb {
    transform: scale(1.05);
}

.price_packweb .study_ratesweb:nth-child(odd) .trial_pricingweb {
    flex-direction: column-reverse;
}

.price_packweb .study_ratesweb:nth-child(3n+1) {
    border-top: 3px solid rgb(145,177,158);
}

.price_packweb .study_ratesweb:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

.leadership_profileweb::before {
    right: -10%;
    content: "";
    opacity: 0.15;
    background: linear-gradient(135deg, rgb(145,177,158,0.5), rgb(84,146,115,0.5));
    filter: blur(25px);
    width: 45%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    top: -5%;
    z-index: 1;
    height: 70%;
}

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

.leadership_profileweb .review_praiseweb:hover {
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}

.leadership_profileweb .review_praiseweb > div:first-child {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 320px;
}

.leadership_profileweb .review_praiseweb .background_imgweb {
    width: 100%;
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    overflow: hidden;
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
    padding-bottom: 100%;
    position: relative;
    border-radius: 5px;
}

.leadership_profileweb .review_praiseweb .background_imgweb::after {
    width: 100%;
    background: linear-gradient(
        45deg,
        rgb(145,177,158,0.5) 0%,
        transparent 50%
    );
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.4;
    z-index: 1;
    top: 0;
    height: 100%;
}

.leadership_profileweb .review_praiseweb .name {
    color: #000000;
    position: relative;
    font-size: calc(23px * 1.1);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.leadership_profileweb .review_praiseweb > div:nth-child(2) > div {
    margin-top: 0.8rem;
    font-size: calc(17px * 0.95);
    font-weight: 600;
    color: rgb(84,146,115);
    letter-spacing: 0.5px;
}

.leadership_profileweb .review_praiseweb .work_milestonesweb::before {
    top: -20px;
    content: "";
    font-size: 5rem;
    z-index: -1;
    left: -10px;
    opacity: 0.2;
    font-family: serif;
    color: rgb(145,177,158,0.5);
    position: absolute;
}

.statistics_informationweb::before {
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.05;
    z-index: 1;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(84,146,115,0.5) 0px,
        rgb(84,146,115,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
}

.statistics_informationweb h3::after {
    height: 3px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(145,177,158), rgb(84,146,115));
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    content: "";
}

.statistics_informationweb .statistics_boostsweb {
    overflow: hidden;
    border-left: 3px solid rgb(145,177,158);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    align-items: center;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.9) 0%, 
        rgba(255, 255, 255, 0.7) 100%
    );
    display: flex;
    position: relative;
    padding: 30px 25px;
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}



.statistics_informationweb .statistics_boostsweb {
    opacity: 0;
    animation: fadeInUp 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.statistics_informationweb .statistics_boostsweb:hover::after {
    transform: scale(4);
}

.statistics_informationweb .statistics_boostsweb span {
    color: #000000;
    z-index: 2;
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
    transition: transform 0.3s ease;
    font-weight: 600;
    position: relative;
}

.statistics_informationweb .statistics_boostsweb:hover p {
    transform: scale(1.1);
}

.statistics_informationweb .statistics_boostsweb:nth-child(odd) {
    transform: translateZ(5px) rotateX(2deg);
}

.statistics_informationweb .statistics_boostsweb:nth-child(even) {
    transform: translateZ(10px) rotateX(-2deg);
}

.statistics_informationweb .statistics_boostsweb:nth-child(3n) {
    border-left-color: rgb(84,146,115);
}

.statistics_informationweb .statistics_boostsweb:nth-child(1) {
    animation-delay: 0.1s;
}

.statistics_informationweb .statistics_boostsweb:nth-child(2) {
    animation-delay: 0.2s;
}

.statistics_informationweb .statistics_boostsweb:nth-child(4) {
    animation-delay: 0.4s;
}

.statistics_informationweb .statistics_boostsweb:nth-child(6) {
    animation-delay: 0.6s;
}

.service_contactweb {
    color: #000000;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(190,202,195), rgba(245, 245, 255, 0.97));
    position: relative;
}

.service_contactweb::after {
    top: 0;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
    width: 50%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to left, rgba(rgb(145,177,158,0.5), 0.03), transparent);
    content: "";
    right: 0;
    height: 100%;
}

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

.service_contactweb .request_feedbackweb {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2.5rem;
    position: relative;
}

.service_contactweb .request_feedbackweb > div {
    border-radius: 3px;
    border-left: 3px solid rgb(145,177,158);
    padding: 1.8rem 2rem;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.02);
    transform: translateY(0);
    background: rgba(#ffffff, 0.7);
    backdrop-filter: blur(10px);
}

.service_contactweb h6 svg {
    transform: scale(0.9);
    margin-left: 8px;
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.service_contactweb .assist_expertsweb {
    flex-direction: column;
    gap: 1.2rem;
    display: flex;
}

.service_contactweb .assist_expertsweb > div {
    position: relative;
}

.service_contactweb .contact_todayweb::before {
    width: 0;
    height: 1px;
    background: rgb(145,177,158);
    bottom: 0;
    content: "";
    left: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}

.service_contactweb .contact_todayweb:hover {
    color: rgb(145,177,158);
}

.service_contactweb .contact_todayweb:hover::before {
    width: 100%;
}

.service_contactweb .contact_todayweb:hover svg {
    transform: scale(0.9) translateX(3px);
}

.service_contactweb svg path {
    transition: fill 0.3s ease;
}

.contact_panelweb {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(190,202,195) 0%, rgba(16, 22, 47, 0.95) 100%);
    padding: 120px 0;
}

.contact_panelweb::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.6;
    left: 0;
    height: 100%;
    z-index: 0;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(145,177,158), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(84,146,115), 0.15) 0%, 
        transparent 50%
    );
}

.contact_panelweb h2 {
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 35px;
}

.contact_panelweb .query_cardweb {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    gap: 30px;
    position: relative;
    display: grid;
}

.contact_panelweb .query_cardweb::after {
    z-index: -1;
    content: "";
    height: 100%;
    right: -8px;
    position: absolute;
    border: 1px solid rgba(rgb(84,146,115), 0.2);
    border-radius: 29px;
    width: 100%;
    bottom: -8px;
}

.contact_panelweb .background_imgweb::before {
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    z-index: 1;
    top: 0;
}

.contact_panelweb .query_supportweb {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 50px;
    border-radius: 29px;
}

.contact_panelweb form {
    width: 100%;
}

.contact_panelweb form h3 {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 20px;
    margin-bottom: 30px;
}

.contact_panelweb form input[type="text"] {
    background: rgba(255, 255, 255, 0.05);
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    margin-bottom: 25px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 13px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact_panelweb .connect_reachweb {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.contact_panelweb .connect_reachweb label {
    line-height: 1.5;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
}

.contact_panelweb .connect_reachweb input[type="checkbox"]:checked + label::before {
    background: rgb(145,177,158);
    border-color: rgb(145,177,158);
}

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

.contact_panelweb form .connect_listweb::before {
    z-index: -1;
    background: linear-gradient(45deg, rgb(84,146,115), rgb(145,177,158));
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    transition: all 0.4s ease;
    left: -100%;
}

.contact_panelweb form .connect_listweb:hover::before {
    left: 0;
}

.contact_panelweb form .connect_listweb:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.contact_panelweb svg path {
    fill: rgb(145,177,158);
    transition: fill 0.3s ease;
}


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



@media (min-width: 768px) and (max-width: 991px) {.course_program_detailsweb {
    padding: 80px 0;
}.course_program_detailsweb .story_tlweb {
    min-height: 450px;
}.course_program_detailsweb .background_imgweb {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(0.85);
}.course_program_detailsweb .story_tlweb:hover .background_imgweb {
    transform: scale(0.9) rotate(3deg);
}.course_program_detailsweb .training_planweb {
    width: 80%;
}.course_program_detailsweb .header_pagewrapweb {
    margin-bottom: 20px;
    height: 80px;
    width: 80px;
}.course_program_detailsweb .header_pagewrapweb svg {
    width: 40px;
    height: 40px;
}.course_program_detailsweb h3 {
    padding: 20px 30px;
    margin-bottom: 20px;
    width: 95%;
    font-size: calc(37px - 4px);
}.course_program_detailsweb p {
    font-size: calc(12px - 1px);
    line-height: 1.7;
    padding: 25px;
}.course_program_detailsweb h3::after {
    width: 50px;
    bottom: -12px;
}.course_program_detailsweb .training_planweb:hover h3::after {
    width: 100px;
}.course_program_detailsweb p::after {
    width: 50px;
    top: -25px;
    right: 25px;
    height: 50px;
}.course_program_detailsweb .training_planweb:hover p::after {
    height: 65px;
    width: 65px;
}
}



@media screen and (max-width: 1200px) {.opening_pageweb .pro_classesweb {
    transform: perspective(800px) rotateY(-2deg);
    padding: 2.5rem;
}.opening_pageweb h1 {
    font-size: calc(38px - 0.2rem);
}.opening_pageweb h3 {
    font-size: 23px;
    max-width: 95%;
}
}



@media screen and (max-width: 992px) {.opening_pageweb .skill_quickweb {
    padding: 3rem 1.5rem;
}.opening_pageweb .pro_classesweb {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 2rem;
    transform: perspective(600px) rotateY(-1deg);
}.opening_pageweb h1 {
    font-size: calc(38px - 0.4rem);
}.opening_pageweb h3 {
    margin-bottom: 1.5rem;
}
}



@media screen and (max-width: 768px) {.opening_pageweb .skill_quickweb {
    min-height: 80vh;
    align-items: flex-start;
    padding-top: 7rem;
}.opening_pageweb .pro_classesweb {
    width: 95%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 1.8rem;
    transform: perspective(400px) rotateY(0deg);
}.opening_pageweb h1 {
    font-size: calc(38px - 0.6rem);
    margin-bottom: 1rem;
}.opening_pageweb h1::after {
    width: 60px;
    height: 4px;
}.opening_pageweb h3 {
    max-width: 100%;
    font-size: calc(23px - 0.1rem);
}.opening_pageweb p {
    margin-top: 1.5rem;
    padding-left: 1rem;
    font-size: calc(18px - 0.1rem);
}
}



@media (prefers-reduced-motion) {.opening_pageweb .skill_quickweb::after,
  .opening_pageweb h1,
  .opening_pageweb h1::after,
  .opening_pageweb h3,
  .opening_pageweb p {
    animation: none;
    transform: none;
    opacity: 1;
}.opening_pageweb h1::after {
    transform: scaleX(1);
}}



@media screen and (max-width: 768px) {.tyPageweb {
    padding: 4rem 0;
}.tyPageweb h2 {
    margin-bottom: 2rem;
    font-size: calc(29px - 0.4rem);
}.tyPageweb h2::after {
    bottom: -12px;
    width: 60px;
}.tyPageweb .story_tlweb {
    padding: 2rem;
}.tyPageweb .story_tlweb::before {
    width: 100px;
    height: 100px;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .email_captureweb {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .recycle_infoweb {
    padding: 50px 0 20px;
}footer .top_startweb h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}footer .header_pagewrapweb::before, footer .subscribe_holder::before {
    right: 10px;
    top: 10px;
    left: 10px;
    bottom: 10px;
}footer .input_holder input[type="email"],
    footer .email_captureweb {
    padding: 12px;
}}



@media (max-width: 767px) {header .top_startweb {
    z-index: 1001;
    flex-direction: column;
    padding: 85px 30px 30px;
    overflow-y: auto;
    backdrop-filter: blur(15px);
    max-width: 330px;
    top: 0;
    height: 100vh;
    right: -100%;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(15px);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 25px;
    width: 85%;
    position: fixed;
}header .top_startweb:before {
    top: 70px;
    animation: none;
    height: 1px;
    left: 10%;
    opacity: 0.3;
    width: 80%;
}header .top_startweb:after {
    top: 20px;
    right: 20px;
    content: '';
    background: transparent;
    width: 30px;
    position: absolute;
    opacity: 0.6;
    border: 1px solid rgb(145,177,158,0.5);
    height: 30px;
}header .menu.active {
    right: 0;
}header .top_wrapweb {
    border-bottom: 1px solid rgb(145,177,158,0.5);
    padding: 12px 5px;
    text-align: left;
    width: 100%;
    opacity: 0.8;
}header .top_wrapweb:last-child {
    border-bottom: none;
}header .top_wrapweb:hover {
    transform: translateY(0);
    opacity: 1;
}header .header_learnweb {
    margin: 0 auto;
}
}



@media (max-width: 576px) {.newsletter_signupweb {
    padding: 40px 0;
}.newsletter_signupweb .story_tlweb {
    padding: 20px;
}.newsletter_signupweb .story_tlweb::before {
    width: 4px;
}.newsletter_signupweb .story_tlweb h4 {
    font-size: calc(18px * 0.8);
    margin-bottom: 15px;
}.newsletter_signupweb .input_holder input[type="email"],
  .newsletter_signupweb .input_holder input[type="submit"] {
    font-size: calc(13px * 0.9);
    padding: 10px 12px;
}}




@media (max-width: 992px) {.privacy_bastionweb {
    padding: 4rem 1.5rem;
}.privacy_bastionweb h1 {
    font-size: calc(40px * 0.9);
}.privacy_bastionweb h2 {
    font-size: calc(38px * 0.9);
}.privacy_bastionweb p, 
    .privacy_bastionweb span {
    max-width: 100%;
}
}



@media (max-width: 576px) {.privacy_bastionweb {
    padding: 2.5rem 1rem;
}.privacy_bastionweb h1 {
    font-size: calc(40px * 0.7);
}.privacy_bastionweb h1::after {
    width: 5rem;
}.privacy_bastionweb h2 {
    padding-left: 0.75rem;
}.privacy_bastionweb h3 {
    padding-left: 0.5rem;
}.privacy_bastionweb p, 
    .privacy_bastionweb span {
    line-height: 1.6;
}.privacy_bastionweb li {
    margin-bottom: 1rem;
    padding-left: 1.75rem;
}.privacy_bastionweb li::before,
    .privacy_bastionweb li::after {
    height: 1rem;
    width: 1rem;
}}



@media screen and (max-width: 768px) {.our_teamweb {
    padding: 60px 0;
}.our_teamweb h2 {
    font-size: calc(32px * 0.9);
}.our_teamweb .knowledge_trackweb {
    padding: 30px;
}.our_teamweb .knowledge_trackweb h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}.our_teamweb .knowledge_trackweb h3::before {
    height: 20px;
}.our_teamweb .container::before {
    right: -100px;
    height: 200px;
    width: 200px;
    top: -100px;
}.our_teamweb .container::after {
    left: -75px;
    height: 150px;
    width: 150px;
    bottom: -75px;
}
}



@media (min-width: 768px) {.price_packweb .package_priceweb {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.price_packweb .cost_cardweb {
    flex: 0 0 30%;
    margin-bottom: 0;
    text-align: left;
    order: 2;
}.price_packweb .cost_cardweb h2 {
    text-align: left;
}.price_packweb .cost_cardweb h2::after {
    transform: none;
    left: 0;
}.price_packweb .access_costweb {
    text-align: left;
    margin: 0;
}.price_packweb .deal_optsweb {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
}
}



@media (max-width: 767px) {.price_packweb {
    padding: 4rem 0;
}.price_packweb .learning_packagesweb {
    padding: 1.5rem;
}.price_packweb .learning_packagesweb h3 {
    font-size: 22px;
}.price_packweb .offer_boxweb {
    font-size: 22px;
}.price_packweb .learning_packagesweb p {
    font-size: calc(16px * 0.9);
    overflow-y: auto;
    max-height: 150px;
    line-height: 1.5;
}.price_packweb .background_imgweb {
    height: 150px;
}
}



@media (min-width: 992px) {.leadership_profileweb {
    padding: 8rem 0;
}.leadership_profileweb .review_praiseweb {
    grid-template-columns: 320px 1fr;
    padding: 4rem;
    gap: 2.5rem 4rem;
}.leadership_profileweb .review_praiseweb .name {
    font-size: calc(23px * 1.2);
}.leadership_profileweb .review_praiseweb > div:nth-child(2) > div {
    font-size: 17px;
}.leadership_profileweb .review_praiseweb .work_milestonesweb {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: calc(17px * 1.05);
}
}



@media (max-width: 576px) {.leadership_profileweb {
    padding: 4rem 0;
}.leadership_profileweb .review_praiseweb {
    padding: 2rem;
    gap: 1.5rem;
}.leadership_profileweb .review_praiseweb .background_imgweb {
    max-width: 220px;
}.leadership_profileweb .review_praiseweb .name {
    font-size: 23px;
}.leadership_profileweb .review_praiseweb > div:nth-child(2) > div {
    font-size: calc(17px * 0.9);
}.leadership_profileweb .review_praiseweb .work_milestonesweb {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
    padding: 0.5rem 0 0.5rem 1rem;
}}



@media (min-width: 1200px) {.statistics_informationweb {
    padding: 120px 40px;
}.statistics_informationweb h3 {
    margin-bottom: 80px;
}.statistics_informationweb ul {
    grid-template-columns: repeat(4, 1fr);
}.statistics_informationweb .statistics_boostsweb {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.statistics_informationweb .statistics_boostsweb:hover {
    transform: translateY(-8px) translateZ(15px);
}
}



@media (min-width: 768px) {.service_contactweb {
    padding: 6rem 3rem;
}.service_contactweb .request_feedbackweb {
    grid-template-columns: repeat(2, 1fr);
}.service_contactweb .request_feedbackweb > div:first-child {
    grid-column: span 2;
}
}



@media (max-width: 767px) {.service_contactweb {
    padding: 4rem 1.5rem;
}.service_contactweb h1 {
    margin-bottom: 2rem;
    font-size: calc(40px - 0.25rem);
}.service_contactweb .request_feedbackweb > div {
    padding: 1.5rem;
}.service_contactweb .assist_expertsweb {
    gap: 1rem;
}.service_contactweb .contact_todayweb {
    font-size: calc(16px - 0.1rem);
}
}



@media (max-width: 480px) {.service_contactweb {
    padding: 3.5rem 1.25rem;
}.service_contactweb h1 {
    font-size: calc(40px - 0.5rem);
}.service_contactweb .request_feedbackweb > div {
    padding: 1.25rem;
}.service_contactweb span {
    margin-left: 0;
}}



@media screen and (max-width: 767px) {.contact_panelweb {
    padding: 70px 0;
}.contact_panelweb h2 {
    font-size: calc(35px * 0.9);
}.contact_panelweb .background_imgweb {
    min-height: 350px;
}.contact_panelweb .background_imgweb::after,
    .contact_panelweb .query_supportweb::before {
    width: 40px;
    height: 40px;
}
}



@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}



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



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



@keyframes backgroundPulse {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.9;
  }
}



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



@keyframes scaleIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



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



@keyframes expand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}



@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}



@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}



@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}



@keyframes glow-pulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}



@keyframes holographic-shimmer {
    0% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1);
    }
    100% {
        opacity: 0.8;
        transform: rotate(0.5deg) scale(1.02);
    }
}



@keyframes text-float {
    0%, 100% {
        transform: translateZ(10px) translateY(0);
    }
    50% {
        transform: translateZ(20px) translateY(-5px);
    }
}



@keyframes shadow-dance {
    0% {
        top: 10px;
        left: 10px;
        filter: blur(20px);
    }
    100% {
        top: -10px;
        left: -10px;
        filter: blur(15px);
    }
}


    
    @keyframes underline-pulse {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 80px;
        }
    }

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



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

