.idhead_prime {
    flex: 1 0 auto;
}

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

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

.idenroll_info {
    flex: 0 0 auto;
}


#idcookieUsageBanner {
    display: none;
}

#idcookieUsageBanner:checked ~ .idpolicyAgreementPanel {
    visibility: hidden;
    opacity: 0;
}

.iduser_tracker {
    gap: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
}

.idpolicyAgreementPanel p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 12px;
}

.idcookie_protect svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
    fill: rgb(182,186,203);
}

.cookie_button.idconsent_box {
    color: #ffffff;
    border: 2px solid rgb(141,145,171);
    background: rgba(0, 0, 0, 0.5);
}

.idpolicyAgreementPanel p a {
    text-decoration: none;
    color: rgb(182,186,203);
    transition: color 0.3s ease;
}

.idprivacy_zone h1, .idprivacy_zone h2 {
    margin-bottom: 0.75rem;
    color: rgb(182,186,203);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.idprivacy_zone h1 {
    padding-left: 0.5rem;
    font-size: 41px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    font-weight: 700;
    border-radius: 10px;
    border-left: 4px solid rgb(182,186,203);
}

.idprivacy_zone ul li::before {
    content: '⭑';
    color: rgb(182,186,203);
    font-size: 1.2rem;
}

.idprivacy_zone div {
    margin-bottom: 1rem;
}

.idprivacy_zone section {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}

header .idhead_pagebar {
    position: relative;
    max-width: 180px;
    margin-right: 2rem;
    flex: 0 0 auto;
}

header .idhead_base {
    position: relative;
    display: block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

header .idhead_base::before {
    transition: all 0.3s ease;
    content: '';
    background: rgb(182,186,203);
    transform: scaleX(0.7);
    opacity: 0;
    width: 100%;
    height: 10px;
    bottom: -15px;
    border-radius: 10px;
    position: absolute;
    left: 0;
}

header .idfirst_expert a {
    padding: 1rem 1.2rem;
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    color: #000000;
}

header .idfirst_expert a::after {
    transform: scale(0.8);
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgb(182,186,203,0.5);
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    left: 0;
}

.idoffer_package {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(228,214,214) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}

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

.idoffer_package .idmember_fees {
    display: flex;
    flex-direction: column;
}

.idoffer_package .idlearning_packages h2::after {
    transform: translateX(-50%);
    bottom: -0.75rem;
    content: "";
    height: 3px;
    width: 70%;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(182,186,203), transparent);
    position: absolute;
}

.idoffer_package .idpricing_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.idoffer_package .idpricing_card:hover::before {
    transform: translateY(0);
}

.idoffer_package .idlearning_pricing {
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
}

.idoffer_package .idedu_rates h3 {
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-size: calc(20px * 1.1);
    font-weight: 700;
}

.idoffer_package .idedu_rates p {
    margin-bottom: 1.5rem;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 15px;
    color: #000000;
    word-wrap: break-word;
    line-height: 1.65;
    flex-grow: 1;
}

.idoffer_package .idpricing_card:nth-child(odd) .idedu_rates::before {
    z-index: -1;
    width: 2.5rem;
    opacity: 0.1;
    right: 1rem;
    background: rgb(182,186,203,0.5);
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 2.5rem;
    top: 1rem;
}

.idcontact .idimg_display_box {
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    left: 0;
    width: 50%;
}

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

.idcontact .idrequest_section::before {
    top: 0;
    background: rgb(182,186,203,0.5);
    width: 150px;
    border-radius: 50%;
    transform: translate(50%, -50%);
    position: absolute;
    opacity: 0.2;
    right: 0;
    height: 150px;
    content: '';
}

.idcontact .idsupport_card {
    position: relative;
    flex: 1;
    padding: 50px;
}

.idcontact form h3 {
    text-align: left;
    margin-bottom: 25px;
    font-size: 20px;
}

.idcontact textarea {
    resize: none;
    height: 140px;
}

.idcontact .idmessage_links {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.idcontact .idmessage_links label {
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #000000;
}

.idcontact .idmessage_links input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    left: 7px;
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    height: 10px;
    content: '';
    top: 6px;
    border: solid #ffffff;
}

.idcontact .idinquiry_form:hover {
    box-shadow: 0 5px 15px rgb(182,186,203,0.5);
}

.idcontact .idinquiry_form:hover::before {
    transform: translateX(0);
}

.idcontact .idmessage_help {
    position: relative;
    width: 35%;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,186,203), rgb(141,145,171));
    padding: 50px;
}

.idcontact .idmessage_help h4::after {
    border-radius: 3px;
    height: 3px;
    background: #ffffff;
    bottom: -10px;
    position: absolute;
    left: 0;
    width: 40px;
    content: '';
}

.idcontact .idquery_message li:last-child {
    border-bottom: none;
}

.idcontact .idquery_message li:hover {
    transform: translateX(5px);
}

.idcontact .idquery_message svg {
    width: 22px;
    flex-shrink: 0;
    height: 22px;
    margin-top: 3px;
    margin-right: 15px;
}

.idcontact .idquery_message a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.ideducational_gains {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(228,214,214) 40%, #ffffff 140%);
    position: relative;
    overflow: hidden;
}

.ideducational_gains .idfounder_bio {
    align-items: center;
    display: flex;
    gap: 3rem;
    flex-direction: column-reverse;
}

.ideducational_gains h4::after {
    transform-origin: left;
    height: 3px;
    position: absolute;
    width: 60px;
    content: "";
    bottom: -0.8rem;
    transition: width 0.5s ease-out;
    background: linear-gradient(90deg, rgb(182,186,203) 0%, rgb(182,186,203,0.5) 100%);
    left: 0;
}

.ideducational_gains li {
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease;
}

.ideducational_gains li p span:last-child {
    position: relative;
}

.ideducational_gains li p span:last-child::before {
    background-color: rgb(182,186,203);
    content: "";
    bottom: -3px;
    transition: width 0.4s ease;
    position: absolute;
    width: 0;
    height: 1px;
    opacity: 0.7;
    left: 0;
}

.ideducational_gains .idimg_display_box {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    border-radius: 3px;
    z-index: 2;
    max-width: 420px;
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
}

.idstatistical_data::after {
    background: linear-gradient(225deg, rgb(141,145,171,0.5) 0%, transparent 70%);
    width: 70%;
    z-index: 0;
    right: -20%;
    height: 70%;
    position: absolute;
    content: "";
    transform: rotate(-15deg) skew(20deg);
    top: -30%;
}

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

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

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

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

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

.idstatistical_data .idstatistics_pros:hover div {
    transform: perspective(800px) rotateX(0deg) rotateY(0deg) translateY(-5px);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2), 0 15px 20px -15px rgba(0, 0, 0, 0.1);
}

.idstatistical_data .idstatistics_pros p::after {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(182,186,203,0.5), transparent);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0.5rem;
    width: 100%;
    height: 4px;
}

.idstatistical_data h4::before {
    top: 50%;
    background: rgb(182,186,203);
    width: 2rem;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    height: 2px;
}

.idour_mission::after {
    z-index: 0;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(141,145,171) 0%, rgb(182,186,203) 50%, rgb(141,145,171) 100%);
    height: 10px;
    width: 100%;
    animation: shimmer 8s infinite linear;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: absolute;
    left: 0;
    content: "";
}

.idour_mission h1 {
    opacity: 0;
    padding-bottom: 1rem;
    animation: slideInTitle 0.8s 0.2s forwards ease-out;
    letter-spacing: 0.05em;
    position: relative;
    transform: translateX(-10px);
    text-transform: uppercase;
    margin: 0 0 2rem;
    font-weight: 700;
    font-size: calc(48px * 1.2);
    color: #ffffff;
}

.idour_mission li {
    margin-bottom: 1.5rem;
}

.idour_mission h4 {
    position: relative;
    margin: 0 0 1rem;
    display: inline-flex;
    align-items: center;
    padding-left: 1.5rem;
    color: rgb(141,145,171);
    font-weight: 600;
    font-size: calc(18px * 1.15);
    opacity: 0;
    animation: slideUp 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateY(10px);
}

.idcourse_structure::before {
    left: -25%;
    height: 150%;
    opacity: 0.6;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(182,186,203,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(141,145,171,0.5) 0%, transparent 50%);
    content: "";
    transform-origin: center;
    z-index: 0;
    position: absolute;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    top: -25%;
    filter: blur(60px);
    width: 150%;
}

.idcourse_structure .idlearn_skills::after {
    transform: translateX(-50%);
    bottom: -10px;
    background: linear-gradient(to right, rgb(182,186,203) 0%, transparent 100%);
    width: 80%;
    left: 50%;
    height: 1px;
    position: absolute;
    content: "";
    filter: blur(1px);
}

.idcourse_structure .idhead_pagebar {
    margin-bottom: 1.5rem;
    transform-style: preserve-3d;
    height: 110px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: relative;
    transition: all 0.5s ease;
    width: 110px;
}

.idcourse_structure .idhead_pagebar svg {
    top: 50%;
    width: 60px;
    position: absolute;
    height: 60px;
    animation: floatLogo 6s ease-in-out infinite;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
    filter: drop-shadow(0 0 10px rgb(182,186,203,0.5));
}

.idcourse_structure p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(1deg);
    transform-origin: left bottom;
    position: relative;
    font-size: 18px;
    margin-bottom: 0;
    max-width: 100%;
    color: #ffffff;
    line-height: 1.8;
}

.idcourse_structure .idimg_display_box::after {
    content: "";
    height: 150%;
    z-index: 1;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(228,214,214) 100%
    );
    mix-blend-mode: multiply;
    top: -25%;
    width: 150%;
    left: -25%;
    position: absolute;
    opacity: 0.2;
    animation: pulseOverlay 15s ease-in-out infinite;
}

.idcourse_structure .idfounder_bio:hover .idlearn_skills {
    transform: translateZ(20px) translateX(10px);
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}

.idacademic_experience::before {
    opacity: 0.05;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    background-size: 20px 20px;
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    content: "";
    background-image: 
    linear-gradient(45deg, rgb(141,145,171,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(141,145,171,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(141,145,171,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(141,145,171,0.5) 75%);
}

.idacademic_experience .idimg_display_box {
    width: 120px;
    border-radius: 50%;
    height: 120px;
    animation: pulse 6s infinite alternate;
    box-shadow: 
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 5px #ffffff,
    0 0 0 8px rgb(141,145,171,0.5);
}

.idacademic_experience .idfeedback_views:hover .name::after {
    width: 100%;
}

.idacademic_experience .idfeedback_views > div:nth-child(2) > div {
    font-weight: 600;
    position: relative;
    font-size: 0.95rem;
    color: #000000;
    opacity: 0.85;
}

.idacademic_experience .idcareer_expertise::after {
    opacity: 0.3;
    content: "";
    position: absolute;
    bottom: -4rem;
    font-size: 5rem;
    pointer-events: none;
    right: -1rem;
    color: rgb(141,145,171,0.5);
}

.idexplore_now::after {
    opacity: 0.05;
    top: 0;
    background-size: 100% 100px, 100px 100%;
    z-index: -1;
    animation: scanLines 5s linear infinite alternate;
    position: absolute;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    content: '';
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    left: 0;
    background-position: center;
}

.idexplore_now .idfounder_bio::after {
    width: 100%;
    z-index: -1;
    left: 0;
    content: '';
    position: absolute;
    opacity: 0.3;
    top: 0;
    background-size: 20px 20px;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    height: 100%;
}

.idexplore_now .idsend_info::before {
    position: absolute;
    content: '';
    background: linear-gradient(45deg, rgb(182,186,203), rgb(141,145,171), rgb(182,186,203));
    opacity: 0.7;
    top: -2px;
    z-index: -1;
    background-size: 400% 400%;
    right: -2px;
    border-radius: calc(26px + 2px);
    left: -2px;
    bottom: -2px;
    animation: gradientFlow 5s ease infinite;
}

.idexplore_now .idsend_info:hover {
    color: #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(141,145,171),
        0 0 50px rgb(141,145,171,0.5);
    text-shadow: 0 0 10px #ffffff;
    transform: translateY(-5px) scale(1.03);
}

.idopening_page > div {
    position: relative;
    width: 100%;
    z-index: 2;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
}

.idopening_page > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.idopening_page h1.idclass_online {
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    letter-spacing: -0.02em;
    position: relative;
    font-size: clamp(2.5rem, 5vw, 47px);
    opacity: 0;
}

.idopening_page .idmain_entry {
    animation: fadeUp 0.8s ease-out forwards 0.5s;
    opacity: 0;
    position: relative;
    width: 100%;
    transform: translateY(20px);
}

.idopening_page .idlearn_learn::before {
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    height: 100%;
    width: 100%;
    backdrop-filter: blur(3px);
    position: absolute;
    content: '';
}

.idopening_page .idlearn_learn:hover span {
    transform: translateY(-10px);
}

.idopening_page .idlearn_learn h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
}

.idcustomer_feedback::after {
    z-index: 1;
    left: -50%;
    position: absolute;
    background: radial-gradient(ellipse at center, rgba(rgb(182,186,203,0.5), 0.03) 0%, transparent 70%);
    transform: translateY(50%);
    height: 400px;
    content: "";
    bottom: 0;
    width: 200%;
}

.idcustomer_feedback .idrating_praise {
    display: grid;
    gap: 2rem;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.idcustomer_feedback .idfeedback_views:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.04);
    transform: translateY(-5px) scale(1.01);
}

.idcustomer_feedback .idfeedback_views:hover::before {
    transform: scaleX(1);
}

.idcustomer_feedback .idfeedback_views h3::before {
    content: "";
    position: absolute;
    height: 6px;
    top: 50%;
    width: 6px;
    background-color: rgb(182,186,203);
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}

.idcustomer_feedback .idfeedback_views .description::first-letter {
    color: rgb(182,186,203);
    font-size: 1.2em;
    font-weight: 600;
}

.idcustomer_feedback .idfeedback_views div::after {
    background: linear-gradient(to bottom, rgba(rgb(182,186,203,0.5), 0.2), transparent);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.idtyBox::after {
    bottom: -10%;
    height: 40%;
    transform: rotate(15deg);
    position: absolute;
    right: -5%;
    filter: blur(50px);
    z-index: 0;
    width: 40%;
    content: "";
    background: linear-gradient(225deg, rgb(141,145,171) 0%, transparent 80%);
    opacity: 0.3;
}

.idtyBox .idfounder_bio::before {
    content: "";
    background-size: 200% 100%;
    left: 0;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(182,186,203) 0%, 
        rgb(141,145,171) 50%, 
        rgb(182,186,203) 100%);
    width: 100%;
    top: -2px;
    animation: gradientMove 6s linear infinite;
}

.idtyBox h5 {
    margin: 0;
    font-weight: 700;
    opacity: 0;
    position: relative;
    color: #000000;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 19px;
    line-height: 1.4;
    transform: translateY(10px);
}

.idtyBox a:hover {
    transform: translateX(5px);
}

.idtyBox a:hover::before {
    height: 100%;
}

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

footer .idenroll_info {
    position: relative;
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(182,186,203) 100%);
}



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

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

footer .idhelp_now {
    justify-content: space-between;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    position: relative;
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}

footer .info_item svg {
    transition: transform 0.3s ease;
    height: 20px;
    flex-shrink: 0;
    fill: rgb(141,145,171);
    width: 20px;
}

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

footer .idskill_test {
    font-weight: 300;
    color: #ffffff;
    font-size: 14px;
    max-width: 300px;
    line-height: 1.5;
    opacity: 0.7;
}

footer .idhead_pro {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 15px;
    display: flex;
}

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

footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
}

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

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(141,145,171,0.5);
    border-color: rgb(141,145,171);
}

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

footer .idconduct_code {
    padding-top: 30px;
    text-align: center;
    position: relative;
}


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


@media only screen and (max-width: 1200px) {.idpolicyAgreementPanel {
    padding: 15px 0;
}.iduser_tracker {
    padding: 15px 5%;
}
}



@media (min-width: 1400px) {header .idsite_top {
    margin: 0 auto;
    max-width: 1300px;
}header .idfirst_expert a {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 991px) {header .idsite_top {
    flex-direction: row;
    padding: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}header .idhead_pagebar {
    margin-bottom: 0;
    margin-right: 0;
}header .idtop_skill {
    flex-wrap: wrap;
    margin-top: 0;
    flex-basis: 100%;
    justify-content: flex-end;
    padding-top: 1rem;
}header .idfirst_expert {
    margin-bottom: 0.5rem;
}header .idfirst_expert a {
    padding: 0.7rem 1rem;
    font-size: calc(18px - 1px);
}
}



@media (max-width: 991px) {.idoffer_package {
    padding: 5rem 0;
}.idoffer_package .idpricing_card {
    margin-bottom: 1.5rem;
}.idoffer_package .idlearning_packages {
    padding: 0 1rem;
}
}



@media (max-width: 767px) {.idoffer_package {
    padding: 4rem 0;
}.idoffer_package .idlearning_packages h2 {
    font-size: calc(30px * 0.9);
}.idoffer_package .idedu_rates h3 {
    font-size: 20px;
}.idoffer_package .idedu_rates .idfee_offers {
    font-size: calc(20px * 1.15);
}.idoffer_package .idimg_display_box {
    height: 160px;
}
}



@media (max-width: 992px) {.idcontact .idimg_display_box {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}.idcontact .idrequest_section {
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
}.idcontact .idsupport_card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}.idcontact .idmessage_help {
    width: 100%;
}
}



@media (min-width: 768px) {.ideducational_gains .idfounder_bio {
    flex-direction: row;
    gap: 4rem;
    justify-content: space-between;
    align-items: center;
}.ideducational_gains .idtext_column_wrap {
    width: 55%;
}.ideducational_gains .idtext_column_wrap > div {
    gap: 2rem;
    flex-direction: row;
}.ideducational_gains h4 {
    margin-bottom: 3rem;
    font-size: calc(22px * 1.2);
    transform: translateX(-8px);
}.ideducational_gains .idimg_display_box {
    width: 45%;
    max-width: 480px;
}
}



@media (max-width: 767px) {.idstatistical_data {
    padding: 3rem 0 2rem;
}.idstatistical_data ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.idstatistical_data .idstatistics_pros div {
    padding: 1.5rem 1rem;
}.idstatistical_data .idstatistics_pros p {
    font-size: 2.3rem;
}.idstatistical_data .idstatistics_pros span {
    font-size: calc(14px * 0.9);
}
}



@media (max-width: 1200px) {.idour_mission .container {
    padding: 8% 5%;
}.idour_mission .idtext_column_wrap {
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.idour_mission .container {
    padding: 10% 5%;
}.idour_mission .idtext_column_wrap {
    padding: 2rem;
    transform: none;
}.idour_mission h1 {
    font-size: 48px;
    margin-bottom: 1.5rem;
}.idour_mission span {
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 1200px) {.idcourse_structure .idfounder_bio {
    min-height: 500px;
}.idcourse_structure .idlearn_skills {
    grid-column: 1 / 8;
    padding: 2.2rem;
}.idcourse_structure h3 {
    font-size: calc(30px * 0.9);
}.idcourse_structure .idhead_pagebar {
    width: 100px;
    height: 100px;
}.idcourse_structure .idhead_pagebar svg {
    height: 55px;
    width: 55px;
}
}



@media (max-width: 576px) {.idcourse_structure {
    padding: 3rem 0;
}.idcourse_structure .idimg_display_box {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    height: 250px;
}.idcourse_structure .idlearn_skills {
    margin-top: -50px;
    padding: 1.8rem 1.5rem;
}.idcourse_structure .idhead_pagebar {
    margin-bottom: 1.2rem;
    height: 80px;
    width: 80px;
}.idcourse_structure .idhead_pagebar svg {
    height: 45px;
    width: 45px;
}.idcourse_structure h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.2rem;
}.idcourse_structure h3::before {
    height: 2px;
    width: 50px;
}.idcourse_structure p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}



@media (min-width: 1200px) {.idacademic_experience {
    padding: 8rem 4rem;
}.idacademic_experience .idfeedback_views {
    border-left-width: 6px;
    padding: 4rem;
    gap: 4rem;
}.idacademic_experience .idimg_display_box {
    height: 180px;
    width: 180px;
}.idacademic_experience .idcareer_expertise {
    font-size: calc(15px * 1.1);
    line-height: 1.9;
}.idacademic_experience .container::before {
    content: "";
    width: 100px;
    right: -20px;
    top: -20px;
    opacity: 0.6;
    background: linear-gradient(135deg, rgb(182,186,203,0.5) 0%, transparent 70%);
    position: absolute;
    filter: blur(30px);
    z-index: -1;
    height: 100px;
    border-radius: 50%;
}.idacademic_experience .container::after {
    left: 10%;
    filter: blur(40px);
    height: 150px;
    position: absolute;
    width: 150px;
    bottom: -30px;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(141,145,171,0.5) 0%, transparent 70%);
    z-index: -1;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}}



@media (max-width: 991px) {.idcustomer_feedback {
    padding: 4rem 0;
}.idcustomer_feedback h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px - 0.2rem);
}.idcustomer_feedback .idrating_praise {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (min-width: 768px) {.idtyBox .idfounder_bio {
    padding: 60px 70px;
    gap: 40px;
}.idtyBox h5 {
    font-size: calc(19px * 1.2);
}.idtyBox p {
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 480px) {.idtyBox {
    padding: 50px 0;
}.idtyBox .idfounder_bio {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.idtyBox h5 {
    font-size: calc(19px * 0.85);
}.idtyBox p {
    font-size: calc(15px * 0.95);
}.idtyBox .idfounder_bio > div:first-child {
    padding-bottom: 15px;
}}



@media (max-width: 576px) {footer .idenroll_info {
    padding: 40px 0 30px;
}footer .idhead_pagebar {
    text-align: center;
    align-items: center;
    margin: 0 auto;
}footer .idskill_test {
    margin: 0 auto;
    text-align: center;
}footer .idtop_skill h5 {
    text-align: center;
}footer .idtop_skill h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .idhead_pro {
    align-items: center;
}footer .idhead_pro a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}
}



@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}



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



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



@keyframes slide-in {
  0% {
    transform: translateX(-2rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes pulse {
  0%, 100% {
    box-shadow: 
      0 5px 15px rgba(0,0,0,0.1),
      0 0 0 5px #ffffff,
      0 0 0 8px rgb(141,145,171,0.5);
  }
  50% {
    box-shadow: 
      0 8px 20px rgba(0,0,0,0.15),
      0 0 0 5px #ffffff,
      0 0 0 12px rgb(141,145,171,0.5);
  }
}



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



@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100px;
  }
}

@keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 150px;
    }
  }



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



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

