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

.idgrid-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}


.idpolicyAgreementPanel {
    background: rgb(141,145,171);
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    animation: slideUp 0.5s forwards;
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    border-top: 3px solid rgb(141,145,171);
}

.idcookie_protect {
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(182,186,203));
}

.idcookie_ack:hover {
    box-shadow: 0 0 20px rgb(141,145,171);
}

.cookie_button.idconsent_box:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(141,145,171);
}

.idpolicyAgreementPanel p a:hover {
    color: rgb(141,145,171);
}


.idprivacy_zone {
    font-family: Arial, sans-serif;
    gap: 1.5rem;
    box-shadow: 0 0 10px rgb(182,186,203,0.5);
    color: #ffffff;
    padding: 2rem;
    display: flex;
    background-color: rgb(182,186,203);
    flex-direction: column;
}

.idprivacy_zone h3, .idprivacy_zone h4, .idprivacy_zone h5, .idprivacy_zone h6 {
    margin: 10px 0;
}

.idprivacy_zone ul {
    margin: 10px 0;
    gap: 0.75rem;
    padding-left: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
}

.idprivacy_zone p, .idprivacy_zone span {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 14px;
    color: #ffffff;
}

header .idsite_top {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    padding: 1.2rem 2rem;
}

header .idhead_base:hover {
    transform: translateY(-3px);
}

header .idhead_base img {
    max-width: 100%;
    display: block;
    filter: brightness(1.03);
    height: auto;
}

header .idhead_base:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}

header .idtop_skill::after {
    height: 1px;
    position: absolute;
    bottom: -15px;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(182,186,203,0.5), 
        transparent
    );
    left: 0;
}

header .idfirst_expert a:hover {
    color: rgb(182,186,203);
}

header .idfirst_expert a:hover::before {
    transform: translateX(0);
}

header .idsite_top::before {
    top: 0;
    background: linear-gradient(-90deg, rgb(228,214,214), transparent);
    right: 0;
    width: 30%;
    position: absolute;
    height: 100%;
    content: '';
    z-index: -1;
}

header .idhead_prime {
    background: #ffffff;
    z-index: 1;
    position: relative;
    padding-top: 2rem;
}

.idoffer_package::after {
    content: "";
    height: 50%;
    opacity: 0.08;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(141,145,171,0.5) 30%, rgb(182,186,203,0.5) 70%);
    bottom: -5%;
    position: absolute;
    transform: rotate(10deg);
    width: 35%;
    left: -3%;
    z-index: 0;
}

.idoffer_package .idlearning_packages h2 {
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    font-size: 30px;
}

.idoffer_package .idprogram_rate {
    width: 100%;
    order: 2;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.idoffer_package .idpricing_card::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(182,186,203), rgb(141,145,171));
    transform: translateY(-5px);
    top: 0;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    content: "";
}

.idoffer_package .idedu_rates .idfee_offers {
    font-size: calc(20px * 1.3);
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(182,186,203);
    font-weight: 700;
}

.idoffer_package .idimg_display_box {
    overflow: hidden;
    height: 180px;
    transition: transform 0.5s ease;
    width: 100%;
    position: relative;
}

.idoffer_package .idpricing_card:hover .idimg_display_box {
    transform: scale(1.05);
}

.idoffer_package .idpricing_card:nth-child(even) .idedu_rates::before {
    z-index: -1;
    height: 2.5rem;
    content: "";
    opacity: 0.1;
    border-radius: 50%;
    left: 1rem;
    bottom: 1rem;
    width: 2.5rem;
    position: absolute;
    background: rgb(141,145,171,0.5);
}

.idcontact .idimg_display_box::before {
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
}

.idcontact h3 {
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
    border-radius: 10px;
    font-size: 28px;
    color: #000000;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    backdrop-filter: blur(5px);
    text-align: center;
}

.idcontact input[type="text"],
.idcontact textarea {
    font-size: 17px;
    font-family: Arial, sans-serif;
    border: 2px solid rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
    border-radius: 17px;
    width: 100%;
    color: #000000;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    background: #ffffff;
}

.idcontact .idmessage_links input[type="checkbox"]:checked + label::before {
    background: rgb(182,186,203);
    border-color: rgb(182,186,203);
}

.idcontact .idmessage_links a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(182,186,203);
}

.idcontact .idinquiry_form {
    font-family: Arial, sans-serif;
    background: rgb(182,186,203);
    cursor: pointer;
    overflow: hidden;
    padding: 15px 30px;
    transition: all 0.3s ease;
    border: none;
    border-radius: 17px;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    font-weight: 600;
}

.idcontact .idmessage_help h4 {
    font-size: 20px;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.idcontact .idquery_message {
    padding: 0;
    margin: 0;
    list-style: none;
}

.idcontact .idquery_message li {
    margin-bottom: 25px;
    transition: transform 0.3s ease;
    align-items: flex-start;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.idcontact .idquery_message li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.idcontact .idquery_message a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ideducational_gains::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(182,186,203,0.5) 0.5%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(141,145,171,0.5) 0.5%, transparent 8%);
    height: 100%;
    position: absolute;
    background-size: 120px 120px;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.15;
    z-index: 0;
    animation: pulseBg 15s infinite alternate ease-in-out;
}

.ideducational_gains .idtext_column_wrap:hover h4::after {
    width: 90px;
}

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

.ideducational_gains li p {
    align-items: flex-start;
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
    display: flex;
    margin: 0;
    gap: 0.8rem;
}

.ideducational_gains svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 20px;
    height: 20px;
}

.ideducational_gains li:hover svg path {
    fill: rgb(141,145,171);
}

.ideducational_gains .idimg_display_box::after {
    width: 100%;
    z-index: 1;
    opacity: 0.4;
    transition: opacity 0.4s ease;
    left: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(182,186,203,0.5) 0%, transparent 80%);
}

.idstatistical_data::before {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgb(182,186,203,0.5) 5%, transparent 30%);
    position: absolute;
    z-index: 0;
    content: "";
    opacity: 0.6;
}

.idstatistical_data ul {
    display: grid;
    transform: translateX(-1rem);
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    margin: 0 0 3rem;
    gap: 2.5rem 1.5rem;
}

.idstatistical_data .idstatistics_pros:nth-child(4) {
    --i: 4;
}

.idstatistical_data .idstatistics_pros:nth-child(7) {
    --i: 7;
}

.idstatistical_data .idstatistics_pros div::after {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to right, rgb(182,186,203), rgb(141,145,171));
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    height: 4px;
}

.idstatistical_data .idstatistics_pros:hover div::before {
    transform: scaleY(1);
}

.idstatistical_data .idstatistics_pros p {
    line-height: 1;
    background-clip: text;
    background: linear-gradient(135deg, rgb(182,186,203) 20%, rgb(141,145,171) 80%);
    -webkit-background-clip: text;
    position: relative;
    margin: 0 0 0.5rem;
    color: rgb(182,186,203);
    transition: transform 0.3s ease;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    font-size: 3.5rem;
    font-weight: 700;
}

.idstatistical_data h4 {
    margin: 2rem 0 0;
    display: inline-block;
    padding-right: 3rem;
    position: relative;
    font-size: calc(23px * 1.2);
    float: right;
    color: rgb(182,186,203);
    text-align: right;
}

.idour_mission .container {
    position: relative;
    padding: 7% 5% 10%;
    margin: 0 auto;
    max-width: 1200px;
    transform: translateZ(0);
    z-index: 2;
}

.idour_mission .idtext_column_wrap {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(141,145,171);
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    transition: transform 0.5s ease-out;
    backdrop-filter: blur(5px);
}

.idour_mission ul {
    list-style: none;
    padding: 0;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    opacity: 0;
    margin: 0;
}

.idour_mission h4::before {
    position: absolute;
    background: rgb(141,145,171);
    height: 8px;
    width: 8px;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    content: "";
}

.idcourse_structure {
    background: linear-gradient(150deg, rgb(182,186,203,0.5) 0%, rgb(228,214,214) 50%, rgb(141,145,171,0.5) 100%);
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}

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

.idcourse_structure .idfounder_bio {
    gap: 15px;
    grid-template-columns: repeat(12, 1fr);
    min-height: 550px;
    position: relative;
    grid-template-rows: repeat(12, minmax(30px, auto));
    display: grid;
}

.idcourse_structure .idlearn_skills {
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-row: 3 / 11;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.07);
    padding: 2.5rem;
    z-index: 5;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    grid-column: 1 / 8;
    backdrop-filter: blur(10px);
    border-radius: 14px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
}

.idcourse_structure .idhead_pagebar::after {
    background: rgb(228,214,214);
    inset: 6px;
    content: "";
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
}

.idcourse_structure .idhead_pagebar svg path {
    transition: fill 0.3s ease;
    fill: rgb(182,186,203);
}

.idcourse_structure h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    text-shadow: 0 0 20px rgb(182,186,203,0.5);
    position: relative;
    transform-origin: left bottom;
    padding-right: 2rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
    transform: perspective(1000px) rotateX(2deg);
}

.idcourse_structure .idimg_display_box::before {
    opacity: 0.6;
    content: "";
    background: 
        linear-gradient(135deg, transparent 0%, rgb(182,186,203,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(141,145,171,0.5) 0%, transparent 70%);
    inset: 0;
    mix-blend-mode: overlay;
    position: absolute;
    z-index: 1;
}

.idcourse_structure .idfounder_bio:hover .idimg_display_box {
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
}

.idacademic_experience {
    background: linear-gradient(135deg, rgb(228,214,214) 0%, rgb(141,145,171,0.5) 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}

.idacademic_experience .idfeedback_views {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.5rem;
    background: #ffffff;
    border-left: 4px solid rgb(182,186,203);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.05),
    0 20px 60px rgba(0,0,0,0.08);
    overflow: hidden;
    transform: rotateY(-5deg);
    display: grid;
}

.idacademic_experience .idfeedback_views > div:first-child {
    transform: translateX(-2rem);
    position: relative;
    animation: slide-in 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
}

.idacademic_experience .name {
    margin: 0 0 0.5rem;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    color: rgb(182,186,203);
    position: relative;
}

.idacademic_experience .idcareer_expertise {
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    opacity: 0;
    position: relative;
    transform: translateY(1rem);
}

.idexplore_now {
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(45deg, rgb(182,186,203) 0%, rgb(141,145,171) 100%);
    padding: 120px 0;
    position: relative;
}

.idexplore_now .idfounder_bio {
    background: rgba(255, 255, 255, 0.05);
    align-items: center;
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    z-index: 2;
    padding: 60px 40px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 20px rgb(182,186,203,0.5),
        0 0 40px rgb(182,186,203,0.5);
    backdrop-filter: blur(10px);
    max-width: 1000px;
    border-radius: 26px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.idexplore_now h3 {
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 20px rgb(182,186,203);
    position: relative;
    font-size: 29px;
    letter-spacing: 3px;
}

.idexplore_now h3::after {
    z-index: -2;
    content: attr(data-text);
    color: rgb(182,186,203);
    position: absolute;
    animation: glitchEffect 3s infinite linear alternate-reverse;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.7;
    left: 3px;
}

.idexplore_now .idsend_info::after {
    top: 0;
    transition: all 0.6s ease;
    z-index: 1;
    height: 100%;
    width: 70%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: -100%;
    position: absolute;
    content: '';
    transform: skewX(-20deg);
}

.idexplore_now .idsend_info:hover::after {
    left: 130%;
}

.idopening_page {
    justify-content: center;
    background: linear-gradient(135deg, rgb(228,214,214), rgb(141,145,171,0.5) 80%);
    overflow: hidden;
    padding: 4rem 2rem;
    display: flex;
    min-height: 100vh;
    position: relative;
    align-items: center;
}

.idopening_page::after {
    animation: float 20s ease-in-out infinite alternate-reverse;
    background: rgb(141,145,171,0.5);
    opacity: 0.05;
    transform: rotate(5deg);
    height: 100%;
    position: absolute;
    bottom: -50%;
    right: -50%;
    content: '';
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 100%;
}

.idopening_page p {
    animation: fadeUp 0.8s ease-out forwards 0.3s;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: clamp(1rem, 3vw, 16px);
    color: #000000;
    max-width: 650px;
    transform: translateY(20px);
    opacity: 0;
}

.idopening_page .idlearn_learn:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15), 
              -20px -20px 40px #ffffff;
    transform: translateY(-10px);
}

.idopening_page .idlearn_learn span {
    transition: transform 0.5s ease;
    padding: 2rem;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
}

.idcustomer_feedback {
    background: linear-gradient(135deg, rgb(228,214,214) 0%, rgba(rgb(182,186,203,0.5), 0.05) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.idcustomer_feedback h2 {
    text-align: center;
    font-weight: 700;
    transform: translateZ(0);
    position: relative;
    margin-bottom: 3.5rem;
    color: #000000;
    font-size: 35px;
}

.idcustomer_feedback .container.idfounder_bio {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}

.idcustomer_feedback .idfeedback_views {
    will-change: transform, box-shadow;
    height: 100%;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
                box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.02);
    flex-direction: column;
    border: 1px solid rgba(rgb(182,186,203,0.5), 0.08);
    border-radius: 3px;
    transform: translateZ(0) scale(1);
    padding: 2rem;
    display: flex;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
}

.idcustomer_feedback .idfeedback_views div {
    align-self: flex-end;
    overflow: hidden;
    margin-top: 0.5rem;
    height: 60px;
    position: relative;
    width: 60px;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    border-radius: 50%;
}

.idcustomer_feedback .idfeedback_views:hover div img {
    transform: scale(1.1);
}

.idtyBox::before {
    top: 0;
    height: 100%;
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(182,186,203,0.5) 0%, transparent 60%);
    opacity: 0.7;
    width: 100%;
    z-index: 1;
    left: 0;
    content: "";
}

.idtyBox .idfounder_bio:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
}

.idtyBox .idfounder_bio > div:first-child {
    padding-bottom: 20px;
    position: relative;
}

.idtyBox .idfounder_bio > div:first-child::after {
    width: 80px;
    position: absolute;
    content: "";
    height: 3px;
    transform-origin: left;
    left: 0;
    background-color: rgb(182,186,203);
    bottom: 0;
    animation: lineExtend 1.5s ease-out forwards;
}

.idtyBox a {
    transition: transform 0.3s ease;
    position: relative;
    display: block;
    text-decoration: none;
}

.idtyBox p {
    position: relative;
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
}

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

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

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(141,145,171);
}

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

footer .idtop_skill {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .idtop_skill h5::after {
    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    width: 50px;
    background: rgb(141,145,171);
    height: 3px;
    border-radius: 10px;
}

footer .idhead_pro a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(141,145,171);
}

footer .idhead_pro a:hover::before {
    width: 8px;
    opacity: 1;
    height: 8px;
    box-shadow: 0 0 10px rgb(141,145,171);
}

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

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

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

footer .idupdates_cta {
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(141,145,171) 0%, rgb(182,186,203) 100%);
    border-radius: 10px;
    padding: 12px 24px;
    position: relative;
}

footer .idevent_cal {
    font-weight: 300;
    opacity: 0.7;
    color: #ffffff;
    font-size: 13px;
}


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


@media only screen and (max-width: 800px) {.idcookie_protect {
    display: none;
}.iduser_tracker {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.idpolicyAgreementPanel h5 {
    margin-bottom: 5px;
    font-size: 19px;
}.iddata_settings {
    margin-bottom: 15px;
}.idcookie_ack {
    margin: 10px 0;
    min-width: 100%;
}}



@media (max-width: 767px) {header {
    margin-top: 0;
}header .idsite_top {
    padding: 1rem 1.5rem;
}header .idhead_pagebar {
    max-width: 150px;
    flex: 0 0 auto;
}header .idtop_skill {
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
}header .idtop_skill::-webkit-scrollbar {
    height: 3px;
}header .idtop_skill::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(182,186,203,0.5);
}header .idfirst_expert {
    flex: 0 0 auto;
}header .idfirst_expert a {
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
    font-size: calc(18px - 2px);
}header .idtop_skill::after {
    bottom: 0;
}header .idhead_base::before {
    display: none;
}}



@media (hover: none) {.idoffer_package .idpricing_card:hover {
    transform: none;
}.idoffer_package .idpricing_card:hover .idimg_display_box {
    transform: none;
}}



@media (max-width: 768px) {.idcontact {
    padding: 60px 0;
}.idcontact .idimg_display_box {
    display: none;
}.idcontact h3 {
    font-size: calc(28px * 0.9);
}.idcontact .idsupport_card,
    .idcontact .idmessage_help {
    padding: 40px 30px;
}.idcontact form h3,
    .idcontact .idmessage_help h4 {
    font-size: calc(20px * 0.9);
}
}



@media (min-width: 992px) {.ideducational_gains {
    padding: 8rem 0;
}.ideducational_gains .idfounder_bio {
    gap: 5rem;
}.ideducational_gains h4 {
    font-size: calc(22px * 1.3);
}.ideducational_gains li p {
    font-size: calc(13px * 1.05);
}.ideducational_gains svg {
    height: 22px;
    width: 22px;
}.ideducational_gains .idimg_display_box {
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
    max-width: 520px;
}
}



@media (max-width: 991px) {.idstatistical_data {
    padding: 4rem 0 3rem;
}.idstatistical_data ul {
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    transform: translateX(0);
}.idstatistical_data .idstatistics_pros p {
    font-size: 2.8rem;
}.idstatistical_data h4 {
    display: block;
    padding-bottom: 1rem;
    padding-right: 0;
    margin: 2rem auto 0;
    text-align: center;
    float: none;
}.idstatistical_data h4::before {
    top: auto;
    transform: translateX(50%);
    bottom: 0;
    width: 3rem;
    right: 50%;
}
}



@media (max-width: 576px) {.idour_mission .container {
    padding: 15% 5%;
}.idour_mission .idtext_column_wrap {
    border-left-width: 3px;
    padding: 1.5rem;
}.idour_mission h1 {
    font-size: calc(48px * 0.9);
}.idour_mission h4 {
    font-size: 18px;
}.idour_mission span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
    margin-left: 0.5rem;
}
}



@media (max-width: 992px) {.idcourse_structure {
    padding: 5rem 0;
}.idcourse_structure .idfounder_bio {
    min-height: auto;
    gap: 10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.idcourse_structure .idlearn_skills {
    padding: 2.5rem;
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    margin-top: -80px;
    z-index: 5;
}.idcourse_structure .idimg_display_box {
    grid-row: 1 / 2;
    height: 350px;
    grid-column: 1 / -1;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
}.idcourse_structure .idhead_pagebar {
    margin-left: auto;
    margin-right: auto;
}.idcourse_structure h3 {
    text-align: center;
    padding-right: 0;
}.idcourse_structure h3::before {
    transform: translateX(-50%) scaleX(0);
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 50%;
}.idcourse_structure p {
    text-align: center;
}.idcourse_structure .idfounder_bio:hover .idimg_display_box {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.idcourse_structure .idfounder_bio:hover .idlearn_skills {
    transform: translateZ(10px) translateY(-15px);
}
}



@media screen and (max-width: 992px) {.idexplore_now {
    padding: 100px 0;
}.idexplore_now .idfounder_bio {
    padding: 50px 30px;
    max-width: 90%;
}.idexplore_now h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 45px;
}.idexplore_now .idsend_info {
    padding: 16px 40px;
}
}



@media screen and (max-width: 576px) {.idexplore_now {
    padding: 60px 0;
}.idexplore_now .idfounder_bio {
    padding: 30px 20px;
}.idexplore_now h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 35px;
    letter-spacing: 1px;
}.idexplore_now .idsend_info {
    letter-spacing: 1px;
    padding: 12px 30px;
    font-size: calc(20px * 0.9);
}}



@media (max-width: 480px) {.idopening_page {
    padding: 2rem 1rem;
}.idopening_page h1.idclass_online::after {
    bottom: -10px;
    height: 4px;
}.idopening_page .idlearn_learn {
    height: 250px;
}.idopening_page .idlearn_learn span {
    padding: 1rem;
}}



@media (max-width: 767px) {.idcustomer_feedback {
    padding: 3rem 0;
}.idcustomer_feedback h2 {
    margin-bottom: 2rem;
    font-size: calc(35px - 0.3rem);
}.idcustomer_feedback h2::after {
    width: 60px;
    bottom: -12px;
}.idcustomer_feedback .idrating_praise {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.idcustomer_feedback .idfeedback_views {
    padding: 1.75rem;
}
}



@media (max-width: 767px) {.idtyBox {
    padding: 60px 0;
}.idtyBox .idfounder_bio {
    padding: 35px 25px;
    gap: 25px;
}.idtyBox .idfounder_bio > div:first-child::after {
    width: 60px;
}.idtyBox h5 {
    font-size: calc(19px * 0.9);
}.idtyBox a::before {
    left: -10px;
}
}



@media (max-width: 768px) {footer .idenroll_info {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .idtop_skill {
    gap: 15px;
}footer .idhelp_now {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .idupdates_cta {
    width: 100%;
}
}



@keyframes stat-appear {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes fadeIn {
    to {
        opacity: 1;
    }
}



@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}



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



@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}



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



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



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



@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(2%, 2%) rotate(0deg);
  }
  100% {
    transform: translate(-2%, -1%) rotate(5deg);
  }
}



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

