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

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

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

html,body {
    min-height: 100%;
    scroll-snap-type: none;
    auto;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}

.landing_page::after {
    height: 25%;
    bottom: 0;
    background: rgb(144,144,150,0.5);
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    position: absolute;
    z-index: 1;
    width: 35%;
    content: "";
    left: 0;
}

.landing_page h1.learning_main::after {
    transform: scaleX(0);
    animation: expandLine 1s ease forwards 1s;
    bottom: -10px;
    height: 4px;
    background: rgb(144,144,150);
    left: 0;
    transform-origin: left;
    width: 80px;
    position: absolute;
    content: "";
}

.landing_page .guide_approach {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    min-height: 280px;
    width: 100%;
    transform: translateY(30px) rotateX(5deg);
    position: relative;
    transform-origin: center bottom;
    animation: popIn 1s cubic-bezier(0.17, 0.67, 0.4, 1.2) forwards 0.8s;
}

.landing_page .guide_approach:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    transform: rotateX(0) scale(1.02);
}

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



.sign_up_for_updates h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 2.5rem;
    text-shadow: 0 0 10px rgb(144,144,150), 0 0 20px rgb(144,144,150,0.5);
    text-transform: uppercase;
    font-size: 28px;
}

.sign_up_for_updates .input_holder {
    transform-style: preserve-3d;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    display: flex;
    position: relative;
}

.sign_up_for_updates input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.sign_up_for_updates .sub_discounts {
    font-family: Arial, sans-serif;
    font-size: 20px;
    padding: 1rem 2.5rem;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    background: linear-gradient(
        to right,
        rgb(109,109,113),
        rgb(144,144,150)
    );
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

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

.contact_us .feedback_box {
    overflow: hidden;
    border-radius: 19px;
    margin: 0 auto;
    background: #ffffff;
    max-width: 800px;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    display: flex;
}

.contact_us form h3 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 30px;
    display: inline-block;
}

.contact_us form input[type="text"]:focus {
    border-color: rgb(144,144,150);
    outline: none;
}

.contact_us .query_support input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_us .query_support label::before {
    position: absolute;
    content: "";
    left: 0;
    height: 22px;
    background: rgb(179,179,185);
    border-radius: 10px;
    width: 22px;
    transition: all 0.3s ease;
    top: 2px;
}

.contact_us form .help_reach {
    border-radius: 10px;
    border: none;
    color: #ffffff;
    font-family: Arial, sans-serif;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    text-align: center;
    background: rgb(144,144,150);
    overflow: hidden;
    font-size: 17px;
    font-weight: 600;
    padding: 16px 20px;
}

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

.our_background h2 {
    padding-bottom: 15px;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 50px;
    color: #ffffff;
    animation: slideInTitle 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateX(-20px);
    position: relative;
    font-size: 38px;
}

.our_background .text_banner::before {
    left: 0;
    width: 3px;
    height: 0;
    top: 0;
    position: absolute;
    background: rgb(109,109,113);
    animation: expandHeight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    content: '';
}

.our_background .text_banner div div {
    opacity: 0;
    color: #ffffff;
    column-count: 1;
    font-size: 13px;
    animation: fadeInText 1s ease forwards 0.9s;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

.tariff_plan::after {
    left: -50px;
    content: "";
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    height: 250px;
    position: absolute;
    background: rgb(109,109,113,0.5);
    bottom: -50px;
    width: 250px;
    z-index: 0;
    filter: blur(60px);
}

.tariff_plan .training_sub h2 {
    margin-bottom: 20px;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.tariff_plan .rate_list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    gap: 30px;
}

.tariff_plan .indv_sub {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    display: flex;
    overflow: hidden;
    transform-style: preserve-3d;
    border-radius: 10px;
    height: 100%;
    transition: box-shadow 0.4s ease;
    position: relative;
}

.tariff_plan .package_rates:hover .learning_package::before {
    transform: scaleX(1);
}

.tariff_plan .package_rates:hover .learning_package h3 {
    transform: translateX(5px);
    color: rgb(144,144,150);
}

.tariff_plan .monthly_plan::before {
    content: "";
    background: rgb(109,109,113,0.5);
    height: 2px;
    bottom: -8px;
    width: 40px;
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
}

.tariff_plan .img_card_wrap {
    overflow: hidden;
    height: 200px;
    transform: translateZ(-10px);
    position: relative;
    transition: transform 0.6s ease, filter 0.6s ease;
}

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

.secure_sanctuary {
    background-color: rgb(179,179,185);
    position: relative;
    color: #000000;
    padding: 50px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}

.secure_sanctuary::after {
    right: -100px;
    height: 300px;
    width: 300px;
    bottom: -100px;
}

.secure_sanctuary h2 {
    color: rgb(109,109,113);
    font-weight: 600;
    font-size: 37px;
}

.secure_sanctuary ul {
    counter-reset: custom-counter;
    padding: 0;
    margin: 20px 0;
    list-style-type: none;
}

.secure_sanctuary p {
    position: relative;
    border-left: 4px solid rgb(144,144,150);
    font-weight: 300;
    font-size: 17px;
    margin: 20px 0;
    padding-left: 15px;
    line-height: 1.8;
    color: #000000;
}

.secure_sanctuary .container div {
    padding: 20px;
    border: 1px dashed rgb(109,109,113,0.5);
    position: relative;
    margin: 20px 0;
    border-radius: 10px;
}

.secure_sanctuary .container div::after {
    background: rgb(109,109,113);
    opacity: 0.5;
    height: 20px;
    content: '';
    position: absolute;
    border-radius: 50%;
    right: -10px;
    width: 20px;
    bottom: -10px;
}

.gratArea::after {
    transform: rotate(10deg) translateZ(-5px);
    background: linear-gradient(135deg, rgb(109,109,113,0.5) 10%, transparent 70%);
    width: 30%;
    filter: blur(15px);
    opacity: 0.04;
    bottom: -10%;
    right: -5%;
    height: 60%;
}

.gratArea h2::after {
    transform: translateZ(15px) scaleX(1);
    content: '';
    background: linear-gradient(90deg, rgb(144,144,150) 0%, rgb(144,144,150,0.5) 100%);
    left: 0;
    height: 3px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    bottom: -0.8rem;
    position: absolute;
    width: 80px;
}

.gratArea .training_space:hover {
    transform: translateZ(25px) rotateY(0deg);
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.gratArea li::before {
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgb(144,144,150,0.5) 0%, transparent 80%);
    transition: all 0.4s ease-out;
    width: 60px;
    top: -20px;
    left: -30px;
    height: 60px;
    opacity: 0.2;
    transform: translateZ(15px) scale(0.95);
    border-radius: 50%;
}

.program_assets .training_space {
    padding: 0 20px;
    gap: 30px 60px;
    position: relative;
    max-width: 1280px;
    z-index: 1;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "header photo"
        "content photo";
    grid-template-rows: auto 1fr;
}

.program_assets .img_card_wrap::after {
    right: 0;
    position: absolute;
    z-index: 2;
    width: 30%;
    mix-blend-mode: overlay;
    background: linear-gradient(to left, rgb(144,144,150,0.5) 0%, transparent 100%);
    animation: pulse 5s infinite alternate;
    height: 100%;
    content: '';
    top: 0;
}

.program_assets .text_main_holder::before {
    width: 180px;
    border: 1px solid rgb(109,109,113,0.5);
    animation: rotate 30s linear infinite;
    border-radius: 40%;
    z-index: -1;
    left: -100px;
    height: 180px;
    top: -80px;
    position: absolute;
    content: '';
    opacity: 0.3;
}

.program_assets .text_main_holder > div:nth-child(4) {
    --i: 4;
}

.program_assets .text_main_holder > div:nth-child(6) {
    --i: 6;
}

.program_assets .text_main_holder > div:nth-child(8) {
    --i: 8;
}

.program_assets .text_main_holder > div::after {
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(109,109,113), 0.05) 100%);
    z-index: -1;
    content: '';
    width: 100%;
    top: 0;
    right: 0;
}

.program_assets .text_main_holder > div:hover svg path {
    fill: rgb(109,109,113);
}

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

.cookies_consent p a {
    color: rgb(144,144,150);
    text-decoration: underline;
}

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

.study_process::after {
    width: 300px;
    z-index: 1;
    bottom: -50px;
    opacity: 0.4;
    animation: orbitRotate 20s infinite linear;
    right: -50px;
    border: 2px solid rgb(109,109,113,0.5);
    transform: rotate(-15deg);
    content: "";
    border-radius: 50%;
    height: 300px;
    position: absolute;
}

.study_process .training_space::after {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    bottom: 15px;
    right: 30px;
    content: "";
    position: absolute;
    border: 2px solid rgb(144,144,150,0.5);
    animation: pulseOrbit 8s infinite ease-in-out;
    opacity: 0.2;
}

.study_process p {
    font-size: 14px;
    color: #000000;
    position: relative;
    margin-bottom: 0;
    line-height: 1.7;
    transform: translateZ(5px);
}

.study_process p span::before {
    width: 3px;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(to bottom, rgb(109,109,113), transparent);
    left: 0;
}

.statistical_overview::after {
    bottom: -10%;
    background: linear-gradient(225deg, rgb(109,109,113,0.5) 0%, transparent 70%);
    width: 40%;
    z-index: 1;
    transform: rotate(10deg);
    right: -5%;
    content: "";
    position: absolute;
    height: 140%;
    opacity: 0.08;
}

.statistical_overview ul {
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 0;
    display: grid;
    padding: 0;
    gap: 2rem;
}

.statistical_overview ul {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 350px;
}

.statistical_overview .key_classes {
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 0));
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 2rem;
    animation: fadeUp 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
}

.statistical_overview .key_classes {
    padding: 1.5rem;
    text-align: center;
}

.statistical_overview .key_classes:hover div {
    transform: translateX(0.5rem);
}

.statistical_overview .key_classes:hover div {
    transform: translateY(0.25rem);
    transform: translateX(0);
}

.statistical_overview .key_classes:hover p::after {
    opacity: 1;
    transform: scale(1);
}

.statistical_overview .key_classes span {
    display: block;
    transition: opacity 0.3s ease;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    opacity: 0.85;
    line-height: 1.4;
}

.get_help_info::after {
    height: 200%;
    opacity: 0.15;
    z-index: -1;
    top: -50%;
    animation: rotateBackground 60s linear infinite;
    left: -50%;
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            rgb(144,144,150,0.5) 60deg,
            transparent 120deg,
            rgb(109,109,113,0.5) 180deg,
            transparent 240deg,
            rgb(144,144,150,0.5) 300deg,
            transparent 360deg
        );
    position: absolute;
    width: 200%;
    content: "";
}

.get_help_info .img_card_wrap::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    z-index: 2;
    height: 100%;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgb(109,109,113) 100%
    );
}

.get_help_info .feedback_form {
    padding: 2rem;
    background: linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.9)
    );
    display: flex;
    z-index: 2;
    position: relative;
    flex-direction: column;
}

.get_help_info .feedback_form p {
    color: #ffffff;
    border-left: 3px solid rgb(144,144,150);
    display: flex;
    transition: all 0.3s ease;
    padding: 0.75rem 1rem;
    font-size: 17px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 1.5rem;
    align-items: flex-start;
    border-radius: 10px;
}

.get_help_info .feedback_form p a {
    z-index: 1;
    position: relative;
    color: rgb(144,144,150);
    transition: all 0.3s ease;
    padding: 0 5px;
    text-decoration: none;
}

.get_help_info .feedback_form svg {
    stroke-width: 2;
    margin: 0 12px;
    stroke-linejoin: round;
    fill: none;
    stroke: rgb(144,144,150);
    filter: drop-shadow(0 0 3px rgb(144,144,150,0.5));
    transition: all 0.3s ease;
    height: 20px;
    stroke-linecap: round;
    flex-shrink: 0;
    width: 20px;
}

.get_help_info .feedback_form p:nth-child(2) svg path {
    animation-delay: 0.2s;
}

.get_help_info .connect_experts {
    position: relative;
    border-top: 1px dashed rgb(144,144,150,0.5);
    margin-top: 2.5rem;
    padding-top: 1.5rem;
}

.get_help_info .edu_talk svg {
    stroke-width: 2;
    stroke: rgb(144,144,150);
    vertical-align: middle;
    stroke-linejoin: round;
    margin-right: 8px;
    fill: none;
    height: 18px;
    filter: drop-shadow(0 0 2px rgb(144,144,150));
    animation: pulseIcon 2s infinite;
    width: 18px;
    stroke-linecap: round;
}

.get_help_info .get_contactus::before {
    left: -100%;
    content: "";
    animation: rotateSpinner 4s linear infinite;
    top: -100%;
    opacity: 0;
    width: 300%;
    z-index: -1;
    background: conic-gradient(
        transparent, 
        rgb(144,144,150), 
        transparent
    );
    transition: opacity 0.3s ease;
    position: absolute;
    height: 300%;
}

.program_information {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(45deg, rgb(179,179,185) 0%, rgb(109,109,113,0.5) 50%, rgb(179,179,185) 100%);
    overflow: hidden;
}



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

.program_information .training_space {
    transform: perspective(1000px) rotateY(-2deg);
    gap: 3rem;
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    position: relative;
}

.program_information .program_guide::before {
    z-index: -1;
    border-radius: 18px;
    height: 100%;
    content: "";
    opacity: 0.7;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
}

.program_information .nav_base {
    align-items: center;
    display: flex;
    margin-bottom: 2rem;
    position: relative;
}

.program_information .nav_base svg {
    width: auto;
    filter: drop-shadow(0 2px 4px rgb(144,144,150,0.5));
    transition: all 0.3s ease;
    height: 4rem;
}

.program_information .nav_base svg path {
    fill: rgb(144,144,150);
    transition: fill 0.3s ease;
}

.program_information h3 {
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: 30px;
    color: transparent;
    font-weight: 700;
    position: relative;
    background-clip: text !important;
    transform: translateZ(5px);
    background: linear-gradient(to right, #000000 0%, rgb(144,144,150) 100%);
    -webkit-background-clip: text !important;
}

.program_information .img_card_wrap::after {
    background: linear-gradient(
        to top,
        rgb(144,144,150,0.5) 0%,
        transparent 100%
    );
    height: 50%;
    opacity: 0.3;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
}

.program_information .training_space:hover .img_card_wrap::before {
    opacity: 0.7;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(109,109,113,0.5) 40%,
        rgb(144,144,150,0.5) 100%
    );
}

header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

header .page_header {
    text-decoration: none;
    align-items: center;
    position: relative;
    padding: 1rem;
    display: flex;
    z-index: 2;
    justify-content: center;
}

header .page_header svg {
    filter: drop-shadow(0 4px 8px rgb(144,144,150,0.5));
    transition: all 0.3s ease;
    width: 220px;
    height: auto;
}

header .header_train::before {
    position: absolute;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    z-index: -1;
    border-radius: 25px;
    top: 0;
}

header .nav_wrap:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(144,144,150);
    transform: translateY(-3px);
}

.client_opinions {
    padding: 120px 0 150px;
    background: linear-gradient(135deg, rgb(179,179,185) 0%, rgb(144,144,150,0.5) 100%);
    overflow: hidden;
    position: relative;
}



.client_opinions .training_space {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto;
}

.client_opinions h4::after {
    content: "";
    bottom: -15px;
    position: absolute;
    height: 4px;
    width: 50%;
    background: linear-gradient(90deg, transparent, rgb(144,144,150), transparent);
    left: 25%;
}

.client_opinions .feedback_zone:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: rotateX(0) rotateY(0) translateZ(20px) scale(1.02);
    z-index: 2;
}

.client_opinions .feedback_zone .img_card_wrap {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    margin: 0 auto 20px;
    width: 80px;
}

.client_opinions .feedback_zone p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    text-align: center;
}

header .top_plank .prime_elite div svg, header .top_plank .prime_elite div svg path {
    fill: #ffffff;
}

header .top_plank .prime_elite {
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    align-items: center;
    line-height: 21px;
    flex-wrap: wrap;
    font-size: 12px;
}

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

.future_students h4 {
    display: inline-block;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    left: 50%;
    padding-bottom: 15px;
    margin-bottom: 80px;
    transform: translateX(-50%);
    position: relative;
    text-align: center;
}

.future_students h4 {
    margin-bottom: 60px;
    font-size: calc(32px * 0.9);
}

.future_students div > div {
    grid-template-columns: repeat(2, 1fr);
    perspective: 1000px;
    gap: 40px;
    display: grid;
}

.future_students div > div {
    gap: 30px;
}

.future_students p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}

.future_students p:hover {
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

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

.future_students p svg {
    width: 28px;
    transform: translateZ(10px);
    height: 28px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    flex-shrink: 0;
    margin-right: 15px;
}

footer::before {
    z-index: -2;
    bottom: 0;
    content: "";
    background: rgb(144,144,150);
    opacity: 0.95;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.career_help::before {
    height: 3px;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: rgb(109,109,113);
}

.career_help .container {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.career_help .company_holder {
    position: relative;
    flex: 1 1 400px;
    border-radius: 20px;
    padding: 0;
}

.career_help .company_holder h3 {
    color: #ffffff;
    border-top-left-radius: 20px;
    margin: 0;
    background: rgb(109,109,113);
    font-size: 36px;
    padding: 1.5rem 2rem;
    font-weight: 700;
    position: relative;
    border-top-right-radius: 20px;
}

.career_help .company_holder h3::after {
    height: 10px;
    background: #ffffff;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    right: 15px;
    width: 10px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    top: 50%;
}

.career_help .sec_cert::after {
    opacity: 0.6;
    width: 20px;
    background: rgb(109,109,113);
    content: "";
    height: 20px;
    border-radius: 50%;
    bottom: 2rem;
    position: absolute;
    right: -10px;
}

.career_help .header_train {
    position: relative;
    min-width: 200px;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.5rem);
    border-radius: 20px;
}

.career_help .header_train h5::before {
    display: inline-block;
    content: "";
    border-radius: 50%;
    background: #ffffff;
    height: 8px;
    margin-right: 10px;
    width: 8px;
}

.career_help .header_train .header_wrap {
    gap: 2px;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    display: flex;
}

.career_help .header_train .header_wrap a::before {
    border-radius: 50%;
    transform: translateY(-50%);
    width: 6px;
    top: 50%;
    transition: all 0.3s ease;
    height: 6px;
    position: absolute;
    background: rgb(109,109,113);
    left: 0.7rem;
    content: "";
}

.footnote_ref .container::before,
.footnote_ref .container::after {
    transform: translateY(-50%);
    top: 50%;
    content: "";
    border-radius: 50%;
    position: absolute;
    background: rgb(144,144,150);
    width: 15px;
    height: 15px;
}

.footnote_ref .container::before {
    left: 15%;
}

.footnote_ref .compliance::before,
.footnote_ref .compliance::after {
    width: 50px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    background: rgb(144,144,150);
    height: 1px;
}

.footnote_ref .compliance::before {
    right: 100%;
    margin-right: 15px;
}

.developer_experience::after {
    top: -20%;
    z-index: 0;
    height: 140%;
    position: absolute;
    right: -10%;
    transform: rotate(-15deg);
    background: rgb(144,144,150,0.5);
    filter: blur(60px);
    width: 50%;
    content: "";
}

.developer_experience .emp_container {
    padding: 3rem 3rem 3rem 5rem;
    transform-style: preserve-3d;
    margin-left: -3rem;
    background: #ffffff;
    justify-content: center;
    display: flex;
    transition: all 0.7s ease;
    flex-direction: column;
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: translateZ(10px);
}

.developer_experience .emp_wrap {
    transform: translateZ(10px);
    transition: transform 0.5s ease 0.2s;
    color: #000000;
    line-height: 1.7;
    font-style: italic;
    font-size: 14px;
    position: relative;
}

.developer_experience .feedback_zone:hover .emp_container {
    transform: translateZ(30px) translateX(20px);
}

.developer_experience .feedback_zone:hover .emp_container div:nth-child(2) {
    transform: translateZ(35px);
}



@media (min-width: 768px) {.landing_page {
    padding: 8rem 4rem;
}.landing_page > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.landing_page h1.learning_main {
    font-size: calc(39px * 1.2);
    margin-bottom: 2rem;
    max-width: 90%;
}.landing_page p {
    max-width: 80%;
    font-size: calc(13px * 1.3);
}.landing_page .guide_approach {
    min-height: 360px;
}.landing_page .guide_approach h3 {
    font-size: 20px;
}
}



@media screen and (min-width: 768px) {.contact_us .feedback_box {
    flex-direction: row;
    max-width: 1000px;
}.contact_us .img_card_wrap {
    min-height: 400px;
    height: auto;
    width: 40%;
}.contact_us .support_query {
    width: 60%;
}
}



@media screen and (min-width: 1200px) {.contact_us .feedback_box {
    max-width: 1100px;
}.contact_us .img_card_wrap {
    min-height: 500px;
}
}



@media screen and (min-width: 768px) {.our_background {
    padding: 150px 0 130px;
}.our_background h2 {
    margin-bottom: 60px;
    font-size: calc(38px + 0.5rem);
}.our_background h2::after {
    width: 120px;
}.our_background .text_banner {
    margin-right: 40px;
    padding: 60px;
    margin-left: 40px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.our_background .text_banner::before {
    width: 5px;
}.our_background .text_banner div div {
    column-gap: 40px;
    column-count: 2;
}
}



@media (prefers-reduced-motion: reduce) {.our_background h2,
    .our_background h2::after,
    .our_background .text_banner,
    .our_background .text_banner::before,
    .our_background .text_banner p,
    .our_background .text_banner div div,
    .our_background::after {
    animation: none;
    transform: none;
    opacity: 1;
}.our_background h2::after,
    .our_background .text_banner::before {
    transform: none;
    width: 100%;
    height: 100%;
}}



@media (max-width: 767px) {.tariff_plan {
    padding: 60px 0;
}.tariff_plan .rate_list {
    grid-template-columns: 1fr;
    gap: 25px;
}.tariff_plan .training_sub h2 {
    font-size: calc(35px - 4px);
}.tariff_plan .img_card_wrap {
    height: 180px;
}.tariff_plan .learning_package {
    padding: 25px;
}
}



@media (min-width: 992px) {.gratArea {
    padding: 8rem 0;
}.gratArea h2 {
    transform: translateZ(15px);
    font-size: calc(35px * 1.1);
    max-width: 80%;
}.gratArea h2::after {
    width: 100px;
}.gratArea .training_space {
    padding: 3.5rem 4rem;
    margin: 2rem 0;
}.gratArea li span {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}.gratArea li::before {
    width: 80px;
    height: 80px;
}
}



@media (max-width: 1024px) {.program_assets .training_space {
    grid-template-columns: 1fr;
    gap: 40px;
    grid-template-areas:
            "header"
            "img_card_wrap"
            "header_start";
}.program_assets .img_card_wrap {
    border-radius: 15px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 400px;
}.program_assets h2 {
    text-align: center;
    transform: translateY(-30px);
    padding-left: 0;
}.program_assets h2::before {
    left: 50%;
    bottom: -15px;
    top: auto;
    width: 60px;
    transform: translateX(-50%);
}
}



@media (max-width: 768px) {.study_process {
    padding: 70px 0;
}.study_process .training_space {
    padding: 30px 25px;
    transform: none;
}.study_process h3 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.7);
}.study_process p {
    font-size: calc(14px * 0.95);
}.study_process::after {
    bottom: -30px;
    height: 200px;
    width: 200px;
    right: -30px;
}
}



@media (max-width: 768px) {.statistical_overview {
    padding: 3rem 0;
}.statistical_overview::before,
  .statistical_overview::after {
    opacity: 0.05;
}.statistical_overview ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}.statistical_overview .key_classes {
    padding: 1.5rem;
}.statistical_overview .key_classes p {
    font-size: 43px;
}.statistical_overview h4 {
    font-size: calc(32px * 0.8);
    margin-top: 2rem;
}.statistical_overview h4::before {
    width: 3rem;
}
}



@media (max-width: 767px) {.get_help_info {
    padding: 4rem 0;
}.get_help_info .img_card_wrap {
    height: 220px;
}.get_help_info .edu_mentor {
    padding: 1rem;
    font-size: calc(37px - 4px);
}.get_help_info .feedback_form {
    padding: 1.5rem;
}.get_help_info .feedback_form svg {
    height: 18px;
    margin-right: 10px;
    width: 18px;
}.get_help_info .edu_talk {
    font-size: calc(21px - 2px);
}.get_help_info .reach_out {
    gap: 0.8rem;
    grid-template-columns: repeat(2, 1fr);
}.get_help_info .get_contactus svg {
    width: 12px;
    height: 12px;
}}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top_learn {
    gap: 1.2rem;
}header .page_header svg {
    width: 180px;
}header .header_train {
    padding: 0.5rem;
    gap: 0.6rem;
}header .nav_wrap {
    font-size: calc(13px - 1px);
    padding: 0.6rem 1rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top_learn {
    gap: 0.8rem;
}header .page_header svg {
    width: 140px;
}header .header_train {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.4rem 0.6rem;
}header .header_train::-webkit-scrollbar {
    height: 3px;
}header .header_train::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .nav_wrap {
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
    font-size: calc(13px - 3px);
}}



@media (max-width: 576px) {.future_students {
    padding: 60px 0;
}.future_students h4 {
    font-size: calc(32px * 0.7);
    margin-bottom: 40px;
}.future_students h4::before {
    height: 2px;
}.future_students h4::after {
    bottom: 8px;
}.future_students div > div {
    gap: 20px;
}.future_students p {
    padding: 15px;
    font-size: calc(15px * 0.9);
}.future_students p svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}}



@media (max-width: 992px) {.career_help {
    padding: 3.5rem 0 1.5rem;
}.career_help .container {
    gap: 2.5rem;
    flex-direction: column;
}.career_help .company_holder,
    .career_help .digital_res {
    flex: 1 1 100%;
    min-width: 100%;
}.career_help .header_train {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.footnote_ref .container::before,
    .footnote_ref .container::after {
    display: none;
}
}



@media (max-width: 420px) {.career_help::after {
    height: 5px;
    background-size: 100px 5px;
}.career_help .company_holder h3::after,
    .career_help .header_train h5::before,
    .career_help .header_train h5::after {
    display: none;
}.career_help .header_train h5 {
    padding: 0.8rem 1rem;
}.career_help .header_train .header_wrap {
    padding: 1rem;
}.footnote_ref .compliance {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}

@keyframes scanline {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        filter: blur(15px);
    }
    100% {
        opacity: 0.9;
        filter: blur(20px);
    }
}



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



@keyframes expandHeight {
    to {
        height: 100%;
    }
}



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


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



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



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



@keyframes pulseOrbit {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@keyframes scaleIn {
    to {
      transform: translateX(-50%) scaleX(1);
    }
  }



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



@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

@keyframes floatBubble {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}



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

