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

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

header,footer {
    width: 100%;
}

header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-top: 0;
    padding: 0;
    background: rgb(228,214,214);
}

.idpolicyAgreementPanel h5 {
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
}

.idcookie_protect:hover svg {
    transform: scale(1.1);
}

.idcookie_ack {
    border-radius: 16px;
    padding: 10px 20px;
    text-align: center;
    background: linear-gradient(90deg, rgb(182,186,203), rgb(141,145,171));
    box-shadow: 0 0 15px rgb(182,186,203);
    color: #000000;
    margin-left: 10px;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    min-width: 140px;
    line-height: 40px;
    flex-shrink: 0;
    text-decoration: none;
    font-size: 17px;
}

.idprivacy_zone h2 {
    padding: 0.5rem 1rem;
    font-size: 38px;
    font-weight: 600;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 0.5rem;
    border-left: 4px solid rgb(141,145,171);
}

.idprivacy_zone ul li {
    align-items: center;
    gap: 1rem;
    font-weight: 400;
    background-color: rgb(141,145,171,0.5);
    padding: 0.5rem;
    display: flex;
    font-size: 14px;
    border-radius: 10px;
}

header::before {
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(182,186,203), 0.03) 25%, 
        rgba(rgb(182,186,203), 0.05) 50%,
        rgba(rgb(182,186,203), 0.03) 75%,
        transparent 100%
    );
}

header .idtop_skill {
    flex-wrap: nowrap;
    position: relative;
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}

header .idfirst_expert {
    position: relative;
    margin: 0;
}

header .idfirst_expert a::before {
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(182,186,203);
}

header .idfirst_expert a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}

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

.idoffer_package::before {
    z-index: 0;
    top: -10%;
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    opacity: 0.1;
    height: 70%;
    width: 40%;
    border-radius: 10px;
    background: linear-gradient(120deg, rgb(182,186,203,0.5) 20%, rgb(141,145,171,0.5) 80%);
    right: -5%;
}

.idoffer_package .idlearning_packages {
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
    order: 1;
}

.idoffer_package .idfee_choices {
    color: #000000;
    margin: 0 auto;
    max-width: 800px;
    font-size: 15px;
    line-height: 1.6;
}

.idoffer_package .idpricing_card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    overflow: hidden;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    position: relative;
    background: #ffffff;
    text-decoration: none;
    display: block;
}

.idoffer_package .idedu_rates {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
    padding: 2rem 1.75rem;
}

.idoffer_package .idedu_rates .idfee_offers::after {
    height: 2px;
    left: 0;
    background: rgb(182,186,203,0.5);
    bottom: -0.75rem;
    position: absolute;
    content: "";
    width: 40px;
}

.idoffer_package .idimg_display_box::after {
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
}

.idcontact {
    padding: 80px 0;
    background: rgb(228,214,214);
    overflow: hidden;
    position: relative;
}

.idcontact::before {
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.6;
    background: radial-gradient(circle at 20% 50%, rgb(182,186,203,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(141,145,171,0.5) 0%, transparent 40%);
    position: absolute;
}

.idcontact .idrequest_section {
    border-radius: 17px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    position: relative;
    background: #ffffff;
    z-index: 3;
}

.idcontact .idrequest_section::after {
    bottom: 0;
    content: '';
    border-radius: 50%;
    background: rgb(141,145,171,0.5);
    width: 100px;
    position: absolute;
    opacity: 0.2;
    height: 100px;
    left: 0;
    transform: translate(-50%, 50%);
}

.idcontact input[type="text"]:focus,
.idcontact textarea:focus {
    border-color: rgb(182,186,203);
    box-shadow: 0 0 10px rgb(182,186,203,0.5);
    outline: none;
}

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

.idcontact .idmessage_links label::before {
    left: 0;
    height: 20px;
    transition: all 0.3s ease;
    border: 2px solid rgb(182,186,203,0.5);
    width: 20px;
    border-radius: 10px;
    top: 2px;
    position: absolute;
    content: '';
}

.idcontact .idmessage_links a:hover {
    color: rgb(141,145,171);
}

.idcontact .idinquiry_form::before {
    transition: transform 0.4s ease;
    z-index: -1;
    background: rgb(141,145,171);
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
}

.idcontact .idmessage_help::before {
    opacity: 0.3;
    width: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    left: 0;
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    content: '';
}

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

.idcontact .idquery_message span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.5;
}

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

.ideducational_gains .idtext_column_wrap {
    width: 100%;
}

.ideducational_gains h4 {
    line-height: 1.3;
    font-size: calc(22px * 1.1);
    position: relative;
    transform: translateX(-5px);
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    color: #000000;
}

.ideducational_gains .idtext_column_wrap > div {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

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

.ideducational_gains li p span:first-child {
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.ideducational_gains li:hover p span:last-child::before {
    width: 100%;
}

.ideducational_gains li:hover svg {
    transform: scale(1.15) rotate(5deg);
}

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

.ideducational_gains .idimg_display_box:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.08);
}

.ideducational_gains .idimg_display_box:hover::after {
    opacity: 0.2;
}

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

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

.idstatistical_data .idstatistics_pros {
    animation-delay: calc(var(--i, 0) * 0.15s);
    transform: translateY(30px);
    animation: stat-appear 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    position: relative;
}

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

.idstatistical_data .idstatistics_pros div {
    padding: 2rem 1.5rem;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    position: relative;
    height: 100%;
    transform: perspective(800px) rotateX(2deg) rotateY(-2deg);
    z-index: 1;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    overflow: hidden;
}

.idstatistical_data .idstatistics_pros:hover div::after {
    transform: scaleX(1);
}

.idstatistical_data .idstatistics_pros:hover p {
    transform: scale(1.05);
}

.idstatistical_data .idstatistics_pros:hover p::after {
    transform: scaleX(1);
}

.idstatistical_data .idstatistics_pros span {
    display: block;
    opacity: 0.9;
    line-height: 1.4;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.idstatistical_data .idstatistics_pros:hover span {
    color: rgb(141,145,171);
}

.idour_mission {
    color: #ffffff;
    padding: 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.idour_mission::before {
    left: 0;
    width: 100%;
    top: 0;
    transition: opacity 0.5s ease-out;
    background: linear-gradient(135deg, rgb(182,186,203) 0%, rgba(0, 0, 0, 0.8) 100%);
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    opacity: 0.85;
}

.idour_mission .idtext_column_wrap:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.idour_mission h1::after {
    background: rgb(141,145,171);
    bottom: 0;
    content: "";
    transform-origin: left;
    animation: growLine 0.6s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 4px;
    width: 60px;
    position: absolute;
    left: 0;
    transform: scaleX(0);
}

.idour_mission span {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    margin-left: 1.5rem;
    transform: translateY(15px);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    animation: slideUp 0.8s 1.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    opacity: 0;
    padding-left: 1rem;
    line-height: 1.8;
    position: relative;
    font-size: 16px;
}

.idcourse_structure::after {
    z-index: 1;
    left: 0;
    content: "";
    width: 100%;
    animation: gridMove 30s linear infinite;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    position: absolute;
    height: 100%;
}

.idcourse_structure .idlearn_skills::before {
    left: 0;
    position: absolute;
    opacity: 0.15;
    border-radius: 14px;
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgb(182,186,203,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(141,145,171,0.5) 0%, transparent 80%);
    content: "";
}

.idcourse_structure .idhead_pagebar::before {
    z-index: -1;
    animation: rotateConic 10s linear infinite;
    position: absolute;
    content: "";
    background: conic-gradient(
        from 0deg, 
        rgb(182,186,203) 0%, 
        rgb(141,145,171) 50%, 
        rgb(182,186,203) 100%
    );
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    inset: -4px;
}

.idcourse_structure h3::before {
    transform-origin: left;
    height: 3px;
    background: rgb(182,186,203);
    content: "";
    position: absolute;
    left: 0;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -8px;
    width: 60px;
}

.idcourse_structure .idimg_display_box {
    z-index: 4;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    overflow: hidden;
    height: 500px;
    grid-column: 5 / 13;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    grid-row: 1 / 13;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    animation: morphShape 20s ease-in-out infinite alternate;
}

.idcourse_structure .idfounder_bio:hover .idhead_pagebar {
    transform: rotate(5deg) scale(1.05);
}

.idcourse_structure .idfounder_bio:hover .idhead_pagebar svg path {
    fill: rgb(141,145,171);
}

.idacademic_experience .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    perspective: 1000px;
    position: relative;
}

.idacademic_experience .idfeedback_views::after {
    height: 100%;
    top: 0;
    pointer-events: none;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(rgb(182,186,203), 0.02) 100%
  );
    position: absolute;
}

.idacademic_experience .idfeedback_views:hover {
    transform: rotateY(0deg) translateZ(10px);
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.08),
    0 25px 70px rgba(0,0,0,0.12);
}

.idacademic_experience .idfeedback_views > div:nth-child(2) {
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    transform: translateY(1rem);
    opacity: 0;
}

.idacademic_experience .name::after {
    width: 0;
    height: 2px;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(141,145,171);
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
}

.idacademic_experience .idcareer_expertise::before {
    content: "";
    left: -1rem;
    opacity: 0.3;
    color: rgb(141,145,171,0.5);
    top: -2.5rem;
    pointer-events: none;
    font-size: 5rem;
    position: absolute;
}

.idexplore_now::before {
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    animation: rotateBg 20s linear infinite;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            rgb(182,186,203) 0deg,
            rgb(141,145,171) 15deg,
            rgb(182,186,203) 30deg
        );
    opacity: 0.1;
    left: 0;
    width: 100%;
    z-index: -1;
}

.idexplore_now .idfounder_bio::before {
    width: 200%;
    z-index: -1;
    height: 200%;
    left: -50%;
    animation: pulseGlow 6s ease-in-out infinite alternate;
    top: -50%;
    position: absolute;
    background: 
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 70%
        );
    content: '';
}

.idexplore_now h3::before {
    z-index: -1;
    color: rgb(141,145,171);
    width: 100%;
    position: absolute;
    left: -3px;
    top: 0;
    opacity: 0.7;
    height: 100%;
    animation: glitchEffect 2s infinite linear alternate;
    content: attr(data-text);
}

.idexplore_now .idsend_info {
    border-radius: 26px;
    position: relative;
    font-weight: 600;
    background: linear-gradient(45deg, rgb(182,186,203), rgb(141,145,171), rgb(182,186,203));
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: 2px;
    background-size: 200% 200%;
    animation: gradientFlow 5s ease infinite;
    display: inline-block;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(141,145,171,0.5),
        0 0 30px rgb(141,145,171,0.5);
    transition: all 0.4s ease;
    text-decoration: none;
    padding: 18px 45px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.idopening_page::before {
    background: rgb(182,186,203,0.5);
    content: '';
    opacity: 0.05;
    top: -50%;
    transform: rotate(-5deg);
    animation: float 15s ease-in-out infinite alternate;
    left: -50%;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 100%;
    width: 100%;
}

.idopening_page h1.idclass_online::after {
    position: absolute;
    background: rgb(182,186,203);
    left: 0;
    box-shadow: 0 4px 10px rgb(182,186,203,0.5);
    bottom: -15px;
    width: 100px;
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    height: 5px;
    content: '';
}

.idopening_page h1.idclass_online::after {
    width: 150px;
}

.idopening_page .idlearn_learn {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 100%;
    overflow: hidden;
    height: 350px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
              -15px -15px 30px #ffffff,
              inset 5px 5px 10px rgba(0, 0, 0, 0.05),
              inset -5px -5px 10px rgba(255, 255, 255, 0.5);
    position: relative;
    border-radius: 10px;
}


  
  .idopening_page .idlearn_learn {
    height: 400px;
}

.idcustomer_feedback::before {
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    opacity: 0.3;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(182,186,203), transparent);
    top: 0;
}

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

.idcustomer_feedback .idfeedback_views::before {
    transform: scaleX(0.85);
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(182,186,203), rgb(141,145,171));
    opacity: 0.8;
    position: absolute;
    transform-origin: left;
    height: 5px;
    content: "";
    left: 0;
    transition: transform 0.5s ease-out;
}

.idcustomer_feedback .idfeedback_views h3 {
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
    position: relative;
    font-size: calc(19px - 2px);
    color: #000000;
    font-weight: 600;
}

.idcustomer_feedback .idfeedback_views .description {
    font-size: 12px;
    position: relative;
    color: #000000;
    padding-left: 1.2rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    font-weight: 400;
}

.idcustomer_feedback .idfeedback_views div img {
    transform: scale(1);
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.3, 0.7, 0.4, 1);
    object-fit: cover;
    width: 100%;
}

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

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

.idtyBox .idfounder_bio {
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px;
}

.idtyBox .idfounder_bio > div:last-child {
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}

.idtyBox a::before {
    left: -20px;
    background-color: rgb(141,145,171);
    position: absolute;
    height: 0;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    content: "";
    top: 0;
}

footer .idenroll_info::after {
    top: 0;
    background: linear-gradient(90deg, 
        rgb(182,186,203) 0%, 
        rgb(141,145,171) 50%, 
        rgb(182,186,203) 100%);
    position: absolute;
    content: '';
    animation: glowBorder 3s infinite linear;
    left: 0;
    height: 3px;
    width: 100%;
}

footer .idhelp_now::after {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(141,145,171,0.5) 50%, 
        transparent 100%);
    bottom: 0;
    position: absolute;
    height: 1px;
    content: '';
}

footer .info_item p,
footer .info_item a {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    color: #ffffff;
    transition: color 0.3s ease;
    align-items: center;
    gap: 10px;
}

footer .idhead_pagebar svg {
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(182,186,203,0.5));
    height: auto;
}

footer .idtop_skill h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
}

footer .idhead_pro a {
    padding-left: 15px;
    color: #ffffff;
    position: relative;
    opacity: 0.8;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

footer .subscribe_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    gap: 15px;
    border-radius: 25px;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    flex-direction: column;
    transition: all 0.5s ease;
}

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

footer .idupdates_cta:hover::before {
    left: 100%;
}

footer .idupdates_cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

footer .idconduct_code::before {
    top: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(141,145,171,0.5) 50%, 
        transparent 100%);
    position: absolute;
    content: '';
    width: 100%;
}


@media only screen and (max-width: 800px) {.idprivacy_zone {
    padding: 1.5rem;
    border-radius: 10px;
    gap: 1rem;
}.idprivacy_zone h1 {
    font-size: calc(20px * 0.9);
}.idprivacy_zone h2 {
    font-size: calc(20px * 0.9);
}.idprivacy_zone ul {
    gap: 0.5rem;
}.idprivacy_zone ul li {
    padding: 0.75rem;
}.idprivacy_zone ul li::before {
    font-size: 1rem;
}}



@media (min-width: 992px) {.idoffer_package .idmember_fees {
    flex-direction: row;
}.idoffer_package .idlearning_packages {
    order: 2;
    padding-left: 3rem;
    justify-content: center;
    flex: 0 0 30%;
    display: flex;
    margin-bottom: 0;
    text-align: left;
    flex-direction: column;
}.idoffer_package .idlearning_packages h2 {
    margin-bottom: 2rem;
    text-align: left;
}.idoffer_package .idlearning_packages h2::after {
    width: 40%;
    transform: none;
    left: 0;
}.idoffer_package .idfee_choices {
    margin: 0;
    text-align: left;
}.idoffer_package .idprogram_rate {
    flex: 0 0 70%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 575px) {.idoffer_package {
    padding: 3rem 0;
}.idoffer_package .container {
    padding: 0 1.5rem;
}.idoffer_package .idprogram_rate {
    gap: 1.5rem;
}.idoffer_package .idedu_rates {
    padding: 1.5rem;
}.idoffer_package .idimg_display_box {
    height: 140px;
}
}



@media (max-width: 576px) {.idcontact {
    padding: 40px 0;
}.idcontact h3 {
    font-size: calc(28px * 0.8);
}.idcontact .idrequest_section {
    max-width: 95%;
}.idcontact .idsupport_card,
    .idcontact .idmessage_help {
    padding: 30px 20px;
}.idcontact input[type="text"],
    .idcontact textarea {
    padding: 12px;
}.idcontact .idinquiry_form {
    padding: 12px;
    width: 100%;
}}



@media (min-width: 1200px) {.ideducational_gains {
    padding: 9rem 0;
}.ideducational_gains .idfounder_bio {
    gap: 6rem;
}.ideducational_gains h4 {
    font-size: calc(22px * 1.4);
}.ideducational_gains .idimg_display_box {
    max-width: 550px;
}
}



@media (max-width: 767px) {.ideducational_gains {
    padding: 4rem 0;
}.ideducational_gains h4 {
    font-size: 22px;
    margin-bottom: 2rem;
}.ideducational_gains li {
    margin-bottom: 1rem;
}.ideducational_gains li p {
    font-size: calc(13px * 0.95);
}.ideducational_gains svg {
    height: 18px;
    width: 18px;
}}



@media (max-width: 480px) {.idstatistical_data ul {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}.idstatistical_data .idstatistics_pros p {
    font-size: 2rem;
}.idstatistical_data .idstatistics_pros div {
    transform: perspective(800px) rotateX(0) rotateY(0);
    padding: 1.25rem 1rem;
}.idstatistical_data h4 {
    font-size: 23px;
}}



@media (max-width: 992px) {.idour_mission h1 {
    font-size: calc(48px * 1.1);
}.idour_mission .idtext_column_wrap {
    transform: perspective(1000px) rotateY(-1deg);
}
}



@media (hover: hover) {.idour_mission:hover::before {
    opacity: 0.9;
}
}



@media (prefers-reduced-motion) {.idour_mission .idtext_column_wrap,
    .idour_mission .idtext_column_wrap:hover,
    .idour_mission h1,
    .idour_mission h1::after,
    .idour_mission ul,
    .idour_mission h4,
    .idour_mission span {
    transform: none;
    opacity: 1;
    animation: none;
}.idour_mission h1::after {
    transform: scaleX(1);
}.idour_mission::after {
    animation: none;
}}



@media (max-width: 768px) {.idcourse_structure {
    padding: 4rem 0;
}.idcourse_structure .idimg_display_box {
    height: 300px;
}.idcourse_structure .idlearn_skills {
    padding: 2rem;
    margin-top: -60px;
}.idcourse_structure .idhead_pagebar {
    width: 90px;
    margin-bottom: 1.3rem;
    height: 90px;
}.idcourse_structure .idhead_pagebar svg {
    height: 50px;
    width: 50px;
}.idcourse_structure h3 {
    margin-bottom: 1.3rem;
    font-size: calc(30px * 0.8);
}.idcourse_structure p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 768px) {.idacademic_experience {
    padding: 7rem 3rem;
}.idacademic_experience .idfeedback_views {
    padding: 3rem;
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
    gap: 3rem;
}.idacademic_experience .idimg_display_box {
    width: 150px;
    height: 150px;
}.idacademic_experience .name {
    margin-bottom: 0.75rem;
    font-size: calc(20px * 1.1);
}.idacademic_experience .idfeedback_views > div:nth-child(2) > div {
    font-size: 1.05rem;
}.idacademic_experience .idcareer_expertise {
    padding-right: 2rem;
    font-size: calc(15px * 1.05);
}
}



@media screen and (max-width: 768px) {.idexplore_now {
    padding: 80px 0;
}.idexplore_now .idfounder_bio {
    padding: 40px 25px;
}.idexplore_now h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.idexplore_now .idsend_info {
    font-size: calc(20px * 0.95);
    padding: 14px 35px;
}
}



@media (max-width: 767px) {.idopening_page {
    padding: 3rem 1.5rem;
}.idopening_page > div {
    gap: 1.5rem;
}.idopening_page h1.idclass_online {
    margin-bottom: 1rem;
}.idopening_page p {
    margin-bottom: 1.5rem;
}.idopening_page .idlearn_learn {
    height: 280px;
}.idopening_page .idlearn_learn span {
    padding: 1.5rem;
}
}



@media (max-width: 480px) {.idcustomer_feedback {
    padding: 2.5rem 0;
}.idcustomer_feedback h2 {
    font-size: calc(35px - 0.4rem);
}.idcustomer_feedback .idfeedback_views {
    padding: 1.5rem;
}.idcustomer_feedback .idfeedback_views h3 {
    font-size: calc(19px - 3px);
}.idcustomer_feedback .idfeedback_views .description {
    font-size: calc(12px - 1px);
}.idcustomer_feedback .idfeedback_views div {
    width: 50px;
    height: 50px;
}}



@media (max-width: 992px) {footer .idenroll_info {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .idhelp_now {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}



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



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



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



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}



@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes slide-up {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes scanLines {
    0% {
        background-position: center, center;
        opacity: 0.03;
    }
    50% {
        opacity: 0.07;
    }
    100% {
        background-position: center, center;
        opacity: 0.03;
    }
}



@keyframes glitchEffect {
    0% {
        transform: translateX(-2px) translateY(2px);
    }
    25% {
        transform: translateX(2px) translateY(-2px);
    }
    50% {
        transform: translateX(-1px) translateY(1px);
    }
    75% {
        transform: translateX(3px) translateY(-3px);
    }
    100% {
        transform: translateX(-2px) translateY(2px);
    }
}



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

@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

