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

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

.izoom_meet {
    flex: 0 0 auto;
}

.izoom_meet {
    padding: 4rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}

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

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

.Xwrapper-structure {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}


.Kcontact_panel {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(177,178,185);
}

.Kcontact_panel::after {
    position: absolute;
    opacity: 0.07;
    background-size: 30px 30px;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    background-image: 
        linear-gradient(rgb(78,104,151,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(78,104,151,0.5) 1px, transparent 1px);
    top: 0;
}

.Kcontact_panel h2 {
    display: inline-block;
    left: 50%;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    font-size: 37px;
    color: #000000;
    transform: translateX(-50%);
    font-weight: 700;
    margin-bottom: 20px;
}

.Kcontact_panel h2::after {
    height: 4px;
    left: calc(50% - 15px);
    bottom: 0;
    background: rgb(78,104,151);
    width: 30px;
    content: "";
    position: absolute;
}

.Kcontact_panel .Oimg_panel {
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}

.Kcontact_panel .Ksupport_help {
    flex-direction: column;
    flex: 0 0 55%;
    justify-content: center;
    display: flex;
    position: relative;
    padding: 60px;
}

.Kcontact_panel .Ksupport_help::before {
    border-radius: 50%;
    width: 150px;
    right: -75px;
    border: 30px solid rgb(135,144,166,0.5);
    z-index: 0;
    top: -75px;
    height: 150px;
    position: absolute;
    content: "";
}

.Kcontact_panel form {
    position: relative;
    z-index: 2;
}

.Kcontact_panel form h3 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    margin-bottom: 40px;
}

.Kcontact_panel form input[type="text"] {
    background: transparent;
    border-bottom: 2px solid rgb(177,178,185);
    margin-bottom: 25px;
    font-size: 18px;
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    color: #000000;
    padding: 20px 25px;
}

.Kcontact_panel .Yrequest_request {
    position: relative;
    margin-bottom: 40px;
}

.Kcontact_panel .Yrequest_request label {
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    font-size: 13px;
}

.Kcontact_panel .Yrequest_request input[type="checkbox"]:checked + label::before {
    background: rgb(135,144,166);
    border-color: rgb(135,144,166);
}

.Kcontact_panel .Yrequest_request input[type="checkbox"]:checked + label::after {
    top: 4px;
    transform: rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    content: "";
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 8px;
}

.Kcontact_panel .Yrequest_request label a:hover {
    color: rgb(78,104,151);
}

.Kcontact_panel .Yrequest_request label a:hover::after {
    background: rgb(78,104,151);
    transform: scaleX(0);
}

.Kcontact_panel .tmessage_support {
    font-size: 15px;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 18px 40px;
    z-index: 1;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    background: rgb(135,144,166);
    overflow: hidden;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    width: auto;
    border: none;
    cursor: pointer;
}

.Kcontact_panel svg path {
    transition: all 0.3s ease;
    stroke: rgb(135,144,166);
    fill: none;
}

.Hoffer_deck {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    color: #ffffff;
}

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

.rclass_rates {
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center top;
}

.Hoffer_deck h2::after {
    bottom: -10px;
    left: 0;
    content: "";
    width: 60px;
    transform: skewX(-20deg);
    position: absolute;
    height: 4px;
    background: rgb(135,144,166);
}

.Hoffer_deck .Ituition_plans {
    gap: 30px;
    display: grid;
    perspective: 1000px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    margin: 0;
    list-style: none;
}

.Hoffer_deck .Ituition_plans li:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.02);
}

.Hoffer_deck .askill_pricing {
    padding: 30px;
    position: relative;
    height: 100%;
    display: flex;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
    transform-style: preserve-3d;
    overflow: hidden;
    transition: transform 0.4s ease-out;
    min-height: 450px;
    flex-direction: column;
}

.Hoffer_deck .askill_pricing::after {
    transform: rotate(45deg) translate(30px, -80px);
    height: 100px;
    top: 0;
    position: absolute;
    transition: transform 0.5s ease;
    opacity: 0.1;
    content: "";
    right: 0;
    background: rgb(78,104,151);
    width: 100px;
}

.Hoffer_deck .Ilearning_rates h4 {
    font-size: calc(21px + 2px);
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: rgb(135,144,166);
    transform: translateX(-5px);
    margin-top: 0;
    position: relative;
    font-weight: 700;
}

.Hoffer_deck .cmonthly_plan {
    color: rgb(78,104,151);
    display: block;
    position: relative;
    font-size: calc(21px + 6px);
    border-top: 1px solid rgba(0,0,0,0.08);
    padding: 15px 0 0;
    margin-top: auto;
    margin-bottom: 0;
    transition: color 0.3s ease;
    font-weight: 700;
}

.kcookie_window_banner {
    background: rgb(177,178,185);
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgb(135,144,166);
    z-index: 90;
    position: fixed;
}

#RcookieNoticeOverlay {
    display: none;
}

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

.kcookie_window_banner p {
    font-size: 18px;
}

.Vprivacy_opt svg, .Vprivacy_opt svg path, .Vprivacy_opt img {
    height: 100px;
    fill: rgb(135,144,166);
    width: 100px;
}

.kcookie_window_banner p a {
    color: rgb(135,144,166);
    text-decoration: none;
}


.Xwrapper-structure .kcookie_window_banner {
    box-shadow: rgb(78,104,151,0.5) 0px 0px 10px 10px;
    background: rgb(135,144,166);
}

.Xwrapper-structure .Iuser_default {
    border: none;
    padding: 10px;
    font-size: 20px;
    color: rgb(135,144,166);
    background: #ffffff;
    margin-left: 30px;
}

.Xwrapper-structure .kcookie_window_banner p a {
    color: rgb(78,104,151);
    text-decoration: underline;
}

.Kcourse_program {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgba(249, 249, 249, 0.95) 100%);
}

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

.Kcourse_program .Tlesson_map {
    transform: translateY(20px);
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    display: grid;
    grid-template-columns: 1fr;
    opacity: 0;
    gap: 3rem;
}

.Kcourse_program .Oimg_panel::after {
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    bottom: 0;
    right: 0;
    transition: opacity 0.6s ease;
    content: "";
    background: linear-gradient(to bottom right, 
                rgb(135,144,166,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(78,104,151,0.5) 100%);
    top: 0;
}

.Kcourse_program .atext_display_box::before {
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(135,144,166), rgb(78,104,151));
    content: "";
    height: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    top: 0;
}

.Kcourse_program h3 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    transform: translateY(0);
    position: relative;
    color: #000000;
    font-size: calc(20px * 1.1);
    font-weight: 700;
    transition: transform 0.4s ease;
}

.Kcourse_program .atext_display_box:hover h3 {
    transform: translateY(-5px);
}

.Kcourse_program .description {
    overflow-y: auto;
    padding-right: 1rem;
    position: relative;
    font-size: 17px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #000000;
    max-height: 200px;
}

.Dclient_opinions::before {
    top: 0;
    opacity: 0.2;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgb(135,144,166,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(78,104,151,0.5) 0%, transparent 30%);
    left: 0;
}

.Dclient_opinions h2::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(135,144,166), transparent);
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    animation: glow 2s infinite;
    bottom: -15px;
}

.Dclient_opinions .Btestimonial_corner::before {
    border-radius: 10px;
    border: 2px solid transparent;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    opacity: 0.7;
    mask-composite: exclude;
    content: "";
    position: absolute;
    -webkit-mask-composite: xor;
    inset: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgb(135,144,166), rgb(78,104,151)) border-box;
}

.Dclient_opinions .Btestimonial_corner:hover::before {
    animation: borderGlow 1.5s infinite alternate;
}

.Dclient_opinions .Btestimonial_corner img {
    filter: grayscale(20%);
    height: 180px;
    width: 100%;
    object-fit: cover;
    transition: filter 0.3s ease;
    border-bottom: 1px solid rgb(177,178,185);
}

.Dclient_opinions .Btestimonial_corner p::after {
    bottom: -5px;
    position: absolute;
    height: 2px;
    content: "";
    width: 40px;
    background: rgb(135,144,166);
    left: 1.5rem;
}

.Dclient_opinions .Btestimonial_corner:nth-child(3n+1) {
    transform: translateZ(20px);
}

.Dclient_opinions .Btestimonial_corner:nth-child(3n+3) {
    transform: translateZ(30px);
}

.Tour_background::before {
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: 
        linear-gradient(0deg, rgb(177,178,185) 20%, transparent 80%),
        linear-gradient(90deg, rgb(177,178,185) 10%, transparent 90%);
    position: absolute;
    z-index: 1;
}



.Tour_background::before {
    position: absolute;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 10% 10%, transparent 10px, rgb(135,144,166,0.5) 10px, transparent 12px),
        radial-gradient(circle at 15% 15%, transparent 10px, rgb(135,144,166,0.5) 10px, transparent 12px),
        radial-gradient(circle at 20% 20%, transparent 10px, rgb(135,144,166,0.5) 10px, transparent 12px),
        radial-gradient(circle at 25% 25%, transparent 10px, rgb(135,144,166,0.5) 10px, transparent 12px),
        radial-gradient(circle at 30% 30%, transparent 10px, rgb(135,144,166,0.5) 10px, transparent 12px),
        radial-gradient(circle at 35% 35%, transparent 10px, rgb(135,144,166,0.5) 10px, transparent 12px),
        radial-gradient(circle at 40% 40%, transparent 10px, rgb(135,144,166,0.5) 10px, transparent 12px),
        radial-gradient(circle at 45% 45%, transparent 10px, rgb(135,144,166,0.5) 10px, transparent 12px),
        radial-gradient(circle at 50% 50%, transparent 10px, rgb(78,104,151,0.5) 10px, transparent 12px),
        radial-gradient(circle at 55% 55%, transparent 10px, rgb(78,104,151,0.5) 10px, transparent 12px),
        radial-gradient(circle at 60% 60%, transparent 10px, rgb(78,104,151,0.5) 10px, transparent 12px),
        radial-gradient(circle at 65% 65%, transparent 10px, rgb(78,104,151,0.5) 10px, transparent 12px),
        radial-gradient(circle at 70% 70%, transparent 10px, rgb(78,104,151,0.5) 10px, transparent 12px),
        radial-gradient(circle at 75% 75%, transparent 10px, rgb(78,104,151,0.5) 10px, transparent 12px),
        radial-gradient(circle at 80% 80%, transparent 10px, rgb(78,104,151,0.5) 10px, transparent 12px),
        radial-gradient(circle at 85% 85%, transparent 10px, rgb(78,104,151,0.5) 10px, transparent 12px),
        radial-gradient(circle at 90% 90%, transparent 10px, rgb(78,104,151,0.5) 10px, transparent 12px);
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.15;
    background-position: center;
    background-size: 100px 100px;
}

.Tour_background .cstudy_sessions::before {
    background: rgb(135,144,166);
    height: 20px;
    content: "";
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 20px;
    border-radius: 50%;
}

.Tour_background .cstudy_sessions:nth-child(2)::before {
    box-shadow: 0 0 15px rgb(78,104,151,0.5);
    left: -55px;
    background: rgb(78,104,151);
    transform: translateY(-50%);
}

.Tour_background .cstudy_sessions:nth-child(1)::after {
    right: -35px;
}

.Tour_background .cstudy_sessions:nth-child(2)::after {
    left: -35px;
}

.Tour_background .cstudy_sessions:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-40px);
}

.Tour_background .cstudy_sessions h3 {
    letter-spacing: 1px;
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.Tour_background .cstudy_sessions:nth-child(2) h3::after {
    background: linear-gradient(90deg, rgb(78,104,151), transparent);
}

.Tour_background .cstudy_sessions:hover h3::after {
    width: 70%;
}

.Tour_background .container::before,
.Tour_background .container::after {
    height: 250px;
    opacity: 0.2;
    animation: floatAnim 15s linear infinite alternate;
    content: "";
    width: 250px;
    z-index: 0;
    position: absolute;
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    filter: blur(60px);
    background: linear-gradient(45deg, rgb(135,144,166,0.5), transparent);
}

.Tour_background .container::before {
    top: 10%;
    left: -150px;
}

footer::after {
    background-size: 50px 50px;
    top: 0;
    right: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(135,144,166,0.5) 25%, rgb(135,144,166,0.5) 26%, transparent 27%, transparent 74%, rgb(78,104,151,0.5) 75%, rgb(78,104,151,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(135,144,166,0.5) 25%, rgb(135,144,166,0.5) 26%, transparent 27%, transparent 74%, rgb(78,104,151,0.5) 75%, rgb(78,104,151,0.5) 76%, transparent 77%, transparent);
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.15;
    z-index: -1;
}

.izoom_meet .company_holder {
    border-radius: 23px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    flex: 1 1 350px;
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
}

.izoom_meet .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(135,144,166,0.5);
}

.izoom_meet .company_holder h3::after {
    left: 0;
    bottom: -8px;
    width: 50px;
    border-radius: 10px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(135,144,166), rgb(78,104,151));
    position: absolute;
    box-shadow: 0 0 10px rgb(135,144,166);
    transition: width 0.3s ease-out;
}

.izoom_meet .dreg_remind {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.izoom_meet .lnav_base {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}

.izoom_meet .ntop_pagewrap::before {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(78,104,151), transparent);
    transform: translateY(-1px);
    width: 200%;
    left: -50%;
    top: 0;
    content: "";
}

.izoom_meet .ntop_pagewrap::after {
    transform: translateY(1px);
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(135,144,166), transparent);
}

.izoom_meet .ntop_pagewrap h5 {
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 0 0 1.5rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-shadow: 0 0 15px rgb(78,104,151,0.5);
    font-size: 24px;
}

.izoom_meet .ntop_pagewrap:hover h5::after {
    width: 100%;
}

.izoom_meet .ntop_pagewrap .lnav_base {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.izoom_meet .ntop_pagewrap .lnav_base a::before {
    position: absolute;
    opacity: 0.5;
    content: "";
    height: 100%;
    left: 0;
    width: 3px;
    top: 0;
    z-index: -1;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(135,144,166), rgb(78,104,151));
    transition: all 0.3s ease;
}

.izoom_meet .ntop_pagewrap .lnav_base a:hover {
    opacity: 1;
    text-shadow: 0 0 10px rgb(78,104,151,0.5);
    padding-left: 1.5rem;
    color: #ffffff;
}

.izoom_meet .ntop_pagewrap .lnav_base a:hover::before {
    box-shadow: 0 0 10px rgb(135,144,166);
    opacity: 1;
    width: 5px;
}

.hhackathon {
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
    position: relative;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.hhackathon .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hhackathon .gwebinar_cta {
    font-size: 15px;
    opacity: 0.7;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    text-align: center;
    letter-spacing: 0.5px;
}

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

header .Omain_info {
    margin-right: 2rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
}

header .Omain_info:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}

header .xmain_know {
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    display: block;
}

header .ntop_pagewrap {
    position: relative;
    list-style: none;
    display: flex;
    padding: 0;
    z-index: 2;
    margin: 0;
}

header .xmain_top a {
    background: rgba(255, 255, 255, 0.1);
    font-size: 17px;
    display: flex;
    transition: all 0.3s ease;
    height: 40px;
    color: #ffffff;
    overflow: hidden;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    font-weight: 600;
    position: relative;
    padding: 0 1.2rem;
    justify-content: center;
    text-decoration: none;
    border: 1px solid transparent;
    align-items: center;
}

header .xmain_top:hover::after {
    width: 80%;
}

header .uhead_lead::before {
    content: '';
    border-bottom: none;
    border-right: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 40px;
    right: 10px;
    height: 40px;
    top: 10px;
    opacity: 0.5;
    position: absolute;
}

header .gtop_info {
    padding-top: 2rem;
    margin-top: -15px;
    background: rgb(177,178,185);
    position: relative;
    z-index: 1;
}

.Xpotential_learners {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}

.Xpotential_learners::before {
    content: "";
    z-index: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(135,144,166,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(78,104,151,0.5) 0%, transparent 40%);
    left: 0;
}

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

.Xpotential_learners .slearn_guides {
    padding: 50px;
    border-radius: 25px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateY(0);
    overflow: hidden;
    backdrop-filter: blur(12px);
}

.Xpotential_learners .slearn_guides::after {
    height: 150px;
    position: absolute;
    content: "";
    bottom: -75px;
    border-radius: 50%;
    opacity: 0.1;
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    filter: blur(25px);
    left: -75px;
    width: 150px;
    background: linear-gradient(225deg, rgb(78,104,151) 0%, rgb(135,144,166) 100%);
}

.Xpotential_learners h4::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(135,144,166) 0%, rgb(78,104,151) 100%);
    bottom: 0;
    width: 80px;
    position: absolute;
    height: 4px;
    left: 50%;
    content: "";
    border-radius: 10px;
}

.Xpotential_learners div p:last-child {
    margin-bottom: 0;
}

.Xpotential_learners div p:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.Xpotential_learners div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.Xpotential_learners div p svg path {
    fill: rgb(135,144,166);
}

.Xpotential_learners div p:hover::after {
    width: 100%;
}

.eappNote {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgb(135,144,166,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.eappNote::after {
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(135,144,166,0.5) 0%, transparent 50%);
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    height: 100%;
    content: "";
    z-index: 2;
}

.eappNote .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    z-index: 10;
    transform: perspective(1000px) rotateX(1deg);
}

.eappNote h2::after {
    transform: scaleX(0);
    transform-origin: left;
    width: 100px;
    animation: expandLine 0.5s 0.8s forwards ease-out;
    content: "";
    bottom: -12px;
    height: 4px;
    background: linear-gradient(90deg, rgb(135,144,166) 0%, rgb(78,104,151) 100%);
    left: 0;
    position: absolute;
}

.eappNote .slearn_guides::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(78,104,151) 0%, rgb(135,144,166) 100%);
    left: 0;
}

.eappNote .slearn_guides:hover {
    transform: translateY(-5px);
}

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

.eappNote li::before {
    width: 8px;
    left: 0;
    transform: scale(0);
    top: 0.7rem;
    border-radius: 50%;
    animation: popIn 0.4s 0.9s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    height: 8px;
    content: "";
    background: rgb(78,104,151);
}

.jprivacy_sanctuary::before {
    z-index: 0;
    content: "";
    height: 300px;
    opacity: 0.4;
    position: absolute;
    filter: blur(80px);
    background: linear-gradient(to right, rgb(135,144,166,0.5), rgb(78,104,151,0.5));
    right: -5%;
    width: 300px;
    top: -10%;
    transform: rotate(-15deg);
}

.jprivacy_sanctuary .container {
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    border-left: 3px solid rgb(135,144,166);
    z-index: 1;
    padding: 0 20px;
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
}

.jprivacy_sanctuary h1::after {
    width: 80px;
    left: 0;
    transform: scaleX(1);
    transform-origin: left;
    height: 3px;
    transition: transform 0.4s ease-out;
    bottom: 0;
    background: linear-gradient(90deg, rgb(135,144,166) 0%, rgb(78,104,151) 100%);
    position: absolute;
    content: "";
}

.jprivacy_sanctuary h2:hover::before {
    transform: scaleY(1.1);
    opacity: 1;
}

.jprivacy_sanctuary h3 {
    color: #000000;
    margin-bottom: 15px;
    font-size: calc(32px * 0.85);
    margin-top: 30px;
    border-bottom: 1px dashed rgba(rgba(0, 0, 0, 0.5), 0.2);
    padding-bottom: 10px;
    font-weight: 600;
}

.jprivacy_sanctuary p {
    line-height: 1.7;
    transition: transform 0.3s ease;
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
    max-width: 95%;
}

.jprivacy_sanctuary p strong::after {
    content: "";
    background: rgb(78,104,151);
    transform-origin: right;
    bottom: -2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    width: 100%;
    height: 2px;
}

.jprivacy_sanctuary span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.jprivacy_sanctuary ul {
    margin-top: 15px;
    list-style: none;
    margin-bottom: 30px;
    padding-left: 20px;
}

.jprivacy_sanctuary li {
    line-height: 1.6;
    transform: translateZ(0);
    padding-left: 25px;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 14px;
    margin-bottom: 15px;
}

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

.edeveloper_experience {
    background: rgb(177,178,185);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

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

.edeveloper_experience .Btestimonial_corner {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 60px 40px 40px;
    background: #ffffff;
    border-radius: 2px;
    display: flex;
    position: relative;
}

.edeveloper_experience .Oimg_panel {
    top: -60px;
    position: absolute;
    width: 120px;
    border-radius: 2px;
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(135,144,166);
    transition: all 0.5s ease;
    height: 120px;
    left: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}

.edeveloper_experience .Btestimonial_corner:hover .name {
    transform: translateX(10px);
}

.edeveloper_experience .Btestimonial_corner:hover span:not(.name) {
    color: rgb(135,144,166);
    transform: translateX(10px);
}

.edeveloper_experience .Hjob_expertise {
    transition: padding 0.5s ease;
    font-size: 13px;
    color: #000000;
    margin-top: 40px;
    padding-left: 0;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
}

.edeveloper_experience .Btestimonial_corner:hover .Hjob_expertise {
    padding-left: 20px;
}

.edeveloper_experience .Btestimonial_corner:hover .Hjob_expertise::before {
    transform: scaleX(1);
}

.cservice_info::before {
    left: 0;
    height: 100%;
    pointer-events: none;
    background-image: 
        linear-gradient(30deg, rgb(135,144,166,0.5) 1px, transparent 1px),
        linear-gradient(150deg, rgb(135,144,166,0.5) 1px, transparent 1px);
    top: 0;
    width: 100%;
    background-size: 40px 40px;
    opacity: 0.15;
    position: absolute;
    content: "";
    z-index: 0;
}

.cservice_info h1 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
    z-index: 1;
    font-size: 45px;
    transform: perspective(1000px) translateZ(0);
    color: #000000;
    position: relative;
}

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

.cservice_info .Zcontact_section {
    display: grid;
    background: #ffffff;
    border-radius: 23px;
    padding: 40px;
    gap: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    grid-template-columns: 1fr;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cservice_info .Zcontact_section > div:hover {
    box-shadow: 0 8px 28px -4px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(1.01);
}

.cservice_info .Zcontact_section > div:first-child {
    font-size: calc(13px + 2px);
    color: #000000;
    border-left: 4px solid rgb(135,144,166);
    letter-spacing: 0.02em;
    line-height: 1.7;
}

.cservice_info span {
    line-height: 1.6;
    margin-left: 36px;
    font-size: 13px;
    color: #000000;
    display: block;
}

.cservice_info .Iedu_asksup {
    background: linear-gradient(135deg, rgba(250, 252, 255, 0.8), rgba(245, 247, 251, 0.4));
    font-weight: 400;
    padding: 10px 15px;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    display: flex;
    color: #000000;
    border-radius: 10px;
    font-size: 13px;
    gap: 12px;
    transform-origin: left center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

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

.dhomepage {
    position: relative;
    justify-content: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(177,178,185), rgb(78,104,151,0.5));
    perspective: 1000px;
}

.dhomepage::after {
    background: radial-gradient(
    circle at center,
    rgb(135,144,166,0.5) 0%,
    transparent 70%
  );
    right: -50%;
    position: absolute;
    transform: rotate(-15deg);
    width: 100%;
    content: '';
    top: -50%;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    z-index: 0;
    height: 100%;
    opacity: 0.1;
}

.dhomepage .Fedu_page h3 {
    transition: transform 0.5s ease;
    color: #000000;
    transform: perspective(1000px) rotateY(-1deg);
    font-weight: 600;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    margin-bottom: 1rem;
    padding: 1.5rem 2rem;
    font-size: calc(24px * 1.05);
    border-left: 4px solid rgb(135,144,166);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    line-height: 1.4;
}

.dhomepage .Elearn_vision::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
}

.dhomepage .title_style_header {
    opacity: 0;
    transform: translateX(-20px);
    position: relative;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
    animation: slideInLeft 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1s;
}

.fcourse_rewards {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgba(245, 245, 250, 0.9) 100%);
}

.fcourse_rewards::before {
    height: 70%;
    z-index: 1;
    background: linear-gradient(225deg, rgb(135,144,166,0.5) 0%, transparent 70%);
    top: -10%;
    content: "";
    width: 35%;
    position: absolute;
    right: -5%;
    filter: blur(60px);
    transform: rotate(-15deg) skewX(20deg);
}

.fcourse_rewards h5 {
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 60px;
    z-index: 2;
    font-size: 21px;
    position: relative;
    color: #000000;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

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

.fcourse_rewards .slearn_guides:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12);
}

.fcourse_rewards .Oimg_panel {
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    transform: rotateY(0deg) perspective(1000px);
    object-fit: cover;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.fcourse_rewards .atext_display_box {
    width: 100%;
    margin-top: 40px;
}

.fcourse_rewards ul {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    grid-gap: 25px;
}

.fcourse_rewards li:hover {
    border-left: 3px solid rgb(78,104,151);
    transform: translateX(5px);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.fcourse_rewards li:nth-child(odd):hover {
    border-left: 3px solid rgb(135,144,166);
}

.fcourse_rewards svg {
    min-width: 24px;
    margin-top: 2px;
    margin-right: 15px;
    transition: transform 0.3s ease;
    transform: scale(1);
}

.fcourse_rewards svg path {
    transition: fill 0.3s ease;
    fill: rgb(135,144,166);
}

.fcourse_rewards li:nth-child(odd) svg path {
    fill: rgb(78,104,151);
}

.Nstudy_method {
    background: rgb(177,178,185);
    padding: 100px 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.Nstudy_method {
    padding: 60px 15px;
}

.Nstudy_method {
    padding: 40px 10px;
}

.Nstudy_method::after {
    animation: glow-pulse 8s ease-in-out infinite alternate;
    filter: blur(60px);
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(78,104,151,0.5) 0%,
        transparent 60%
    );
}

.Nstudy_method .slearn_guides::before {
    filter: blur(2px);
    left: -5px;
    right: -5px;
    z-index: -1;
    position: absolute;
    animation: border-flow 6s linear infinite;
    border-radius: 24px;
    background-size: 300% 300%;
    content: "";
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(135,144,166,0.5) 45%,
        rgb(78,104,151) 50%,
        rgb(135,144,166,0.5) 55%,
        transparent 60%
    );
    top: -5px;
    bottom: -5px;
}

.Nstudy_method h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    z-index: 2;
    transform: translateZ(30px);
    color: #000000;
    text-align: center;
    animation: title-float 5s ease-in-out infinite alternate;
    text-transform: uppercase;
}

.Nstudy_method h3 {
    margin-bottom: 25px;
    font-size: calc(30px - 6px);
}

.Nstudy_method h3 {
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: calc(30px - 8px);
}

.Nstudy_method h3::after {
    content: attr(data-text);
    z-index: -1;
    animation: text-glow 3s ease-in-out infinite alternate;
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(135,144,166);
    opacity: 0.7;
    filter: blur(4px);
}

.Nstudy_method span {
    color: #000000;
    max-width: 800px;
    line-height: 1.8;
    z-index: 2;
    transform: translateZ(10px);
    position: relative;
    text-align: center;
    font-size: 18px;
    animation: text-float 7s ease-in-out infinite alternate;
}

.Nstudy_method span {
    line-height: 1.6;
}

.Nstudy_method span {
    font-size: calc(18px - 2px);
}

.Eaccess_now::before {
    position: absolute;
    content: '';
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.07) 1px, transparent 1px);
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    background-size: 20px 20px;
}

.Eaccess_now .slearn_guides {
    perspective: 1000px;
    position: relative;
    border-radius: 30px;
    backdrop-filter: blur(15px);
    max-width: 900px;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s ease;
    z-index: 2;
    background: rgba(255,255,255,0.1);
    box-shadow:
        0 20px 50px rgba(0,0,0,0.15),
        0 5px 15px rgba(255,255,255,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.1);
    flex-direction: column;
    padding: 70px 50px;
    transform-style: preserve-3d;
    transform: rotateX(2deg) rotateY(2deg);
    display: flex;
    margin: 0 auto;
}

.Eaccess_now .slearn_guides::after {
    position: absolute;
    border-radius: 30px;
    height: 100%;
    content: '';
    background: 
        linear-gradient(to bottom,
            rgba(255,255,255,0.1) 0%,
            transparent 100%
        );
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}

.Eaccess_now h3::before {
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    border-radius: 2px;
    content: '';
    height: 4px;
    box-shadow: 0 2px 10px rgba(255,255,255,0.2);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -20px;
    width: 60px;
}

.Eaccess_now .Iedu_asksup {
    position: relative;
    color: rgb(135,144,166);
    background: rgba(255,255,255,0.9);
    text-decoration: none;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    font-weight: 600;
    transform: perspective(1000px) translateZ(20px);
    font-size: 15px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    transition: all 0.4s ease;
    z-index: 1;
    padding: 18px 50px;
    overflow: hidden;
    border-radius: 50px;
}

.Eaccess_now .Iedu_asksup:hover {
    color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 10px 25px rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    transform: perspective(1000px) translateZ(30px);
}


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


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



@media (max-width: 1024px) {.Kcontact_panel {
    padding: 80px 0;
}.Kcontact_panel .Oimg_panel {
    min-height: 500px;
}.Kcontact_panel .Ksupport_help {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.Kcontact_panel {
    padding: 50px 0;
}.Kcontact_panel h2 {
    font-size: calc(37px * 0.85);
}.Kcontact_panel .Msupport_links {
    margin-top: 30px;
}.Kcontact_panel .Oimg_panel {
    min-height: 200px;
}.Kcontact_panel .Ksupport_help {
    padding: 30px 20px;
}.Kcontact_panel form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.Kcontact_panel form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.Kcontact_panel .Yrequest_request {
    margin-bottom: 25px;
}.Kcontact_panel .Yrequest_request label {
    font-size: calc(13px * 0.9);
}.Kcontact_panel .tmessage_support {
    padding: 12px 25px;
}}



@media (max-width: 767px) {.Hoffer_deck {
    padding: 60px 0;
}.rclass_rates {
    transform: none;
}.Hoffer_deck h2 {
    font-size: calc(33px - 4px);
    transform: none;
}.Hoffer_deck .dbundle_price {
    margin-bottom: 30px;
    max-width: 100%;
    transform: none;
}.Hoffer_deck .Ituition_plans {
    grid-template-columns: 1fr;
    gap: 20px;
}.Hoffer_deck .askill_pricing {
    padding: 20px;
    min-height: 350px;
}.Hoffer_deck .Ilearning_rates h4 {
    transform: none;
}.Hoffer_deck .Ilearning_rates p {
    font-size: calc(14px - 1px);
}.Hoffer_deck .cmonthly_plan {
    font-size: calc(21px + 4px);
}
}


@media only screen and (max-width: 800px) {.Vprivacy_opt {
    display: none;
}.ydata_approve {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.kcookie_window_banner h5 {
    text-align: center;
}.kcookie_window_banner p {
    text-align: center;
}.tdata_notice {
    margin-bottom: 20px;
}body .Xwrapper-structure .Iuser_default {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (min-width: 992px) {.Kcourse_program {
    padding: 10rem 0;
}.Kcourse_program .container {
    padding: 0 3rem;
}.Kcourse_program .Tlesson_map {
    gap: 6rem;
}.Kcourse_program .atext_display_box {
    padding: 3rem;
}.Kcourse_program .Oimg_panel {
    height: 550px;
}.Kcourse_program h3 {
    margin-bottom: 2rem;
    font-size: calc(20px * 1.2);
}.Kcourse_program .description {
    line-height: 1.8;
    max-height: 300px;
}
}



@media (max-width: 991px) {.Dclient_opinions .Btestimonial_corner {
    flex: 0 0 calc(50% - 2rem);
}
}



@media (max-width: 767px) {.Dclient_opinions {
    padding: 4rem 0;
}.Dclient_opinions h2 {
    font-size: calc(36px - 0.3rem);
    margin-bottom: 2.5rem;
}.Dclient_opinions .Btestimonial_corner {
    flex: 0 0 100%;
    margin: 1rem 0;
    transform: none !important;
}.Dclient_opinions .Btestimonial_corner:hover {
    transform: translateY(-10px) !important;
}}



@media screen and (max-width: 991px) {.Tour_background {
    padding: 100px 0;
}.Tour_background h2 {
    margin-bottom: 60px;
}.Tour_background .cstudy_sessions {
    width: 50%;
    padding: 30px;
}.Tour_background .cstudy_sessions:nth-child(1) {
    transform: translateX(-15px);
}.Tour_background .cstudy_sessions:nth-child(2) {
    transform: translateX(15px);
}.Tour_background .cstudy_sessions:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-15px);
}.Tour_background .cstudy_sessions:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(15px);
}
}



@media screen and (max-width: 576px) {.Tour_background {
    padding: 60px 0;
}.Tour_background h2 {
    font-size: 30px;
    margin-bottom: 40px;
}.Tour_background .Icommunity_ed {
    gap: 30px;
}.Tour_background .Icommunity_ed::before {
    left: 20px;
}.Tour_background .cstudy_sessions {
    margin-left: 40px;
    padding: 20px;
    width: 85%;
}.Tour_background .cstudy_sessions::before {
    width: 15px;
    left: -35px;
    height: 15px;
}.Tour_background .cstudy_sessions::after {
    width: 15px;
    left: -15px;
}.Tour_background .cstudy_sessions h3 {
    font-size: calc(20px + 0.1rem);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.Tour_background .cstudy_sessions p {
    font-size: calc(14px - 0.05rem);
}}



@media (max-width: 992px) {.izoom_meet {
    padding: 3.5rem 0 2rem;
}.izoom_meet .container {
    gap: 2rem;
    flex-direction: column;
}.izoom_meet .company_holder,
    .izoom_meet .dreg_remind {
    flex: 1 1 100%;
    min-width: 100%;
}.izoom_meet .ntop_pagewrap {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}



@media (max-width: 576px) {.izoom_meet {
    padding: 2.5rem 0 1rem;
}.izoom_meet .lnav_base {
    gap: 1rem;
}.izoom_meet .ntop_pagewrap {
    flex: 1 1 100%;
    min-width: 100%;
}.izoom_meet .ntop_pagewrap .lnav_base a {
    padding: 0.4rem 0.8rem;
}.izoom_meet .ntop_pagewrap .lnav_base a:hover {
    padding-left: 1.2rem;
}.hhackathon {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.izoom_meet .company_holder:hover,
    .izoom_meet .ntop_pagewrap:hover {
    transform: translateY(-2px);
}}



@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .uhead_lead {
    padding: 0.8rem 1.5rem;
}header .Omain_info {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .xmain_know img {
    max-height: 35px;
}header .ntop_pagewrap {
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    overflow-x: auto;
    justify-content: flex-start;
}header .ntop_pagewrap::-webkit-scrollbar {
    height: 3px;
}header .ntop_pagewrap::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .xmain_top {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .xmain_top a {
    white-space: nowrap;
    padding: 0 0.8rem;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    font-size: calc(17px - 2px);
    height: 32px;
}header .xmain_top::after {
    display: none;
}header::after {
    right: 10px;
    height: 5px;
    width: 5px;
    top: 10px;
}.gtop_info {
    margin-top: -5px;
}
}



@media (max-width: 479px) {.Xpotential_learners {
    padding: 40px 0;
}.Xpotential_learners .slearn_guides {
    padding: 25px 15px;
}.Xpotential_learners h4 {
    font-size: calc(31px - 6px);
}.Xpotential_learners div p {
    font-size: calc(14px - 2px);
    padding: 8px 10px;
}.Xpotential_learners div p svg {
    width: 18px;
    margin-right: 8px;
    height: 18px;
    min-width: 18px;
}}



@media (max-width: 767px) {.eappNote {
    padding: 4rem 0;
}.eappNote h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.eappNote h2::after {
    width: 80px;
    height: 3px;
}.eappNote .slearn_guides {
    padding: 1.75rem;
}.eappNote span {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 991px) {.jprivacy_sanctuary {
    padding: 60px 0;
}.jprivacy_sanctuary .container {
    padding: 30px 25px;
}.jprivacy_sanctuary h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 25px;
}.jprivacy_sanctuary h2 {
    margin-top: 35px;
    font-size: calc(32px * 0.9);
}.jprivacy_sanctuary p, .jprivacy_sanctuary span {
    font-size: calc(14px * 1);
    max-width: 100%;
}
}



@media (max-width: 480px) {.jprivacy_sanctuary {
    padding: 30px 0;
}.jprivacy_sanctuary::before,
    .jprivacy_sanctuary::after {
    opacity: 0.25;
}.jprivacy_sanctuary .container {
    padding: 20px 15px;
}.jprivacy_sanctuary h1 {
    font-size: calc(40px * 0.7);
}.jprivacy_sanctuary h2 {
    margin-top: 25px;
    font-size: calc(32px * 0.75);
}.jprivacy_sanctuary h3 {
    font-size: calc(32px * 0.7);
}.jprivacy_sanctuary h4 {
    font-size: calc(32px * 0.65);
}.jprivacy_sanctuary p, .jprivacy_sanctuary span, .jprivacy_sanctuary li {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.jprivacy_sanctuary p:hover,
    .jprivacy_sanctuary li:hover,
    .jprivacy_sanctuary span:hover {
    transform: none;
}}



@media (max-width: 768px) {.edeveloper_experience {
    padding: 80px 0;
}.edeveloper_experience .Btestimonial_corner {
    margin: 0 15px;
    padding: 80px 25px 30px;
}.edeveloper_experience .Oimg_panel {
    left: 25px;
    width: 100px;
    height: 100px;
}.edeveloper_experience .name {
    font-size: 20px;
}.edeveloper_experience .Hjob_expertise {
    font-size: calc(13px * 0.95);
}.edeveloper_experience .Hjob_expertise::before {
    left: -25px;
    width: 20px;
}}



@media (max-width: 767px) {.cservice_info {
    padding: 80px 15px;
}.cservice_info h1 {
    margin-bottom: 40px;
    font-size: calc(45px * 0.9);
}.cservice_info .Zcontact_section {
    padding: 30px 20px;
}.cservice_info .Zcontact_section > div {
    padding: 15px;
}.cservice_info span {
    margin-left: 20px;
}.cservice_info .Iedu_asksup {
    padding: 8px 10px;
}
}



@media (min-width: 768px) {.dhomepage .Fedu_page > div {
    gap: 2rem;
    grid-template-columns: 0.4fr 0.6fr;
}.dhomepage .Elearn_vision {
    min-height: 450px;
}.dhomepage .Fedu_page h3 {
    font-size: 24px;
    padding: 2rem 2.5rem;
}.dhomepage .title_style_header {
    font-size: calc(41px * 1.2);
}.dhomepage .title_style_header::after {
    width: 100px;
}
}



@media (min-width: 1200px) {.dhomepage .Fedu_page > div {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 4rem;
}.dhomepage .Elearn_vision {
    min-height: 550px;
}.dhomepage .Fedu_page h3 {
    font-size: calc(24px * 1.2);
}.dhomepage .Elearn_vision > div {
    padding: 5rem;
}
}



@media (max-width: 767px) {.dhomepage {
    padding: 3rem 0;
}.dhomepage .Fedu_page h3 {
    padding: 1.25rem 1.5rem;
    font-size: calc(24px * 0.9);
}.dhomepage .Elearn_vision {
    min-height: 350px;
}.dhomepage .Elearn_vision > div {
    padding: 2rem;
}.dhomepage .title_style_header {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.9);
}.dhomepage .Elearn_vision p {
    max-width: 100%;
    font-size: 16px;
}}



@media (max-width: 991px) {.fcourse_rewards {
    padding: 80px 0;
}.fcourse_rewards h5 {
    font-size: calc(21px - 2px);
    margin-bottom: 40px;
}.fcourse_rewards .slearn_guides {
    padding: 30px;
}.fcourse_rewards ul {
    grid-template-columns: 1fr;
}
}



@media (max-width: 576px) {.fcourse_rewards {
    padding: 50px 0;
}.fcourse_rewards h5 {
    font-size: calc(21px - 6px);
}.fcourse_rewards .container {
    padding: 0 15px;
}.fcourse_rewards .slearn_guides {
    padding: 20px 15px;
}.fcourse_rewards li {
    padding: 15px;
}.fcourse_rewards li p {
    font-size: calc(16px - 2px);
}.fcourse_rewards svg {
    margin-right: 10px;
    transform: scale(0.9);
}}



@media screen and (max-width: 992px) {.Eaccess_now {
    padding: 110px 0;
}.Eaccess_now .slearn_guides {
    padding: 60px 40px;
    max-width: 85%;
}.Eaccess_now h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 50px;
}.Eaccess_now h3::before {
    bottom: -18px;
    height: 3px;
    width: 50px;
}.Eaccess_now .Iedu_asksup {
    font-size: calc(15px * 0.95);
    padding: 16px 45px;
}
}



@media screen and (max-width: 576px) {.Eaccess_now {
    padding: 70px 0;
}.Eaccess_now .slearn_guides {
    padding: 40px 20px;
    border-radius: 20px;
}.Eaccess_now h3 {
    font-size: calc(29px * 0.7);
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}.Eaccess_now h3::before {
    bottom: -12px;
    height: 2px;
    width: 40px;
}.Eaccess_now .Iedu_asksup {
    font-size: calc(15px * 0.85);
    letter-spacing: 1px;
    padding: 12px 35px;
    border-radius: 30px;
}
}



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(135,144,166), 0 0 10px rgb(135,144,166,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(135,144,166), 0 0 20px rgb(135,144,166);
    }
}



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

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}



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



@keyframes popIn {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}



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



@keyframes slideInTop {
  0% {
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}



@keyframes slideInBottom {
  0% {
    transform: translateY(40px) rotateX(3deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}



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



@keyframes pulseGlow {
  0% {
    opacity: 0.05;
    transform: rotate(-15deg) scale(1);
  }
  100% {
    opacity: 0.15;
    transform: rotate(-15deg) scale(1.1);
  }
}



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



@keyframes title-float {
    0%, 100% {
        transform: translateZ(30px) rotateX(0deg);
    }
    50% {
        transform: translateZ(40px) rotateX(2deg);
    }
}



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



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


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



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

