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

.mnav_mainwrap {
    flex: 1 0 auto;
}

.vscholar_cta {
    flex: 0 0 auto;
}


.vscholar_cta {
    padding: 5rem 0 1rem;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(222,194,171,0.5) 100%);
    color: #ffffff;
    font-family: Arial, sans-serif;
}

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(to bottom, rgb(240,225,213), #ffffff);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 1.2rem 0;
    z-index: 100;
    position: relative;
}

.vscholar_cta::after {
    right: 0;
    animation: glowLine 3s infinite alternate;
    left: 0;
    top: 0;
    z-index: 2;
    height: 3px;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(222,194,171), transparent);
}

.vscholar_cta .Uassist_support::before {
    height: 2px;
    width: 50%;
    background: linear-gradient(90deg, transparent, rgb(199,161,129), transparent);
    animation: scanLine 4s infinite linear;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    top: -2px;
}

.vscholar_cta .info_item:hover {
    transform: translateY(-5px);
}

.vscholar_cta .info_item p, 
.vscholar_cta .info_item a {
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    text-decoration: none;
    align-items: center;
    display: flex;
    font-size: calc(13px - 2px);
    justify-content: center;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    padding: 0.75rem;
}

.vscholar_cta .Vmain_edu {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.vscholar_cta .Vmain_edu svg:hover {
    filter: drop-shadow(0 0 10px rgb(222,194,171));
}

.vscholar_cta .Yprice_table {
    color: #ffffff;
    opacity: 0.7;
    line-height: 1.5;
    font-size: calc(15px - 1px);
    max-width: 280px;
}

.vscholar_cta .amain_primary h5::after {
    width: 40px;
    bottom: 0;
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
    content: '';
    background: rgb(199,161,129);
    position: absolute;
}

.vscholar_cta .dfirst_teach {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}

.vscholar_cta .dfirst_teach a::before {
    content: '';
    height: 5px;
    transition: all 0.3s ease;
    background: rgb(199,161,129);
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 5px;
}

.vscholar_cta .subscribe_holder {
    position: relative;
    gap: 1.25rem;
    border-radius: 30px;
    flex-direction: column;
    display: flex;
    border: 1px solid rgb(199,161,129,0.5);
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    overflow: hidden;
}

.vscholar_cta .subscribe_holder h5 {
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
}

.vscholar_cta .input_holder {
    display: flex;
    position: relative;
    gap: 0.75rem;
    flex-direction: column;
}

.vscholar_cta .input_holder input[type="email"]:focus {
    border-color: rgb(222,194,171);
    box-shadow: 0 0 10px rgb(222,194,171,0.5);
    outline: none;
}

.vscholar_cta .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}

.vscholar_cta .Yfresh_start {
    cursor: pointer;
    border: none;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    width: 100%;
    background: rgb(222,194,171);
    transition: all 0.3s ease;
    padding: 0.875rem 1.5rem;
    border-radius: 10px;
    overflow: hidden;
}

.vscholar_cta .Yfresh_start:hover::before {
    left: 100%;
}

.vscholar_cta .Massign_help {
    padding-top: 1.5rem;
    position: relative;
    text-align: center;
    border-top: 1px solid rgb(199,161,129,0.5);
    margin-top: 3rem;
}

.vscholar_cta .Ltrade_mark {
    color: #ffffff;
    font-size: 15px;
    opacity: 0.7;
}

.ueducational_gains {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(240,225,213) 0%, rgba(240, 240, 255, 0.9) 100%);
}

.ueducational_gains::after {
    background: radial-gradient(circle, rgb(199,161,129,0.5) 0%, transparent 70%);
    width: 400px;
    height: 400px;
    bottom: -10%;
    z-index: 0;
    left: -10%;
    content: "";
    position: absolute;
    opacity: 0.2;
}

.ueducational_gains .Aimg_effect:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.ueducational_gains .ystory_info {
    position: relative;
    padding: 40px 0;
}

.ueducational_gains .Stext_box_content {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    transform: translateY(0);
    padding: 30px;
}

.ueducational_gains ul {
    list-style: none;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0;
    padding: 0;
    display: grid;
}

.ueducational_gains li {
    transition: all 0.3s ease;
    transform: translateX(0);
    border-left: 3px solid rgb(222,194,171);
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
    padding: 16px 20px;
    display: flex;
}

.ueducational_gains svg {
    transform: scale(1);
    flex-shrink: 0;
    height: 24px;
    transition: transform 0.3s ease;
    margin-right: 15px;
    width: 24px;
}

.ueducational_gains svg path {
    transition: fill 0.3s ease;
    fill: rgb(222,194,171);
}

.ueducational_gains li:nth-child(odd):hover {
    transform: translateX(0);
}

.ueducational_gains li:nth-child(even):hover {
    border-left-color: rgb(222,194,171);
}

header .container {
    margin: 0;
    position: relative;
    padding: 0 3%;
    max-width: 100%;
    z-index: 1;
    width: 100%;
}

header .jhead_page {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    display: flex;
}

header .Ztop_navbar {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(222,194,171,0.5), rgb(199,161,129,0.5));
    align-items: center;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    display: flex;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

header .Ztop_navbar:hover::before {
    opacity: 1;
}

header .Ztop_navbar svg {
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    height: auto;
}

header .ysite_study {
    transition: all 0.3s ease;
    font-size: 18px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-decoration: none;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
}

header .ysite_study:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(222,194,171);
    transform: translateY(-3px);
}

.Acontact_panel::before {
    background: linear-gradient(45deg, transparent 48%, rgb(222,194,171,0.5) 49%, rgb(222,194,171,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(199,161,129,0.5) 49%, rgb(199,161,129,0.5) 51%, transparent 52%);
    background-size: 60px 60px;
    content: '';
    z-index: 0;
    opacity: 0.3;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}

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

.Acontact_panel h3 {
    letter-spacing: 4px;
    font-weight: 700;
    transform: skew(-5deg);
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 44px;
}

.Acontact_panel .ohelp_support {
    flex-wrap: wrap;
    display: flex;
    z-index: 1;
    position: relative;
}

.Acontact_panel .Hmessage_map::before {
    content: '';
    bottom: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    border: 2px solid rgba(0, 0, 0, 0.05);
    pointer-events: none;
    right: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.Acontact_panel .Hmessage_map h3 {
    font-size: 20px;
    transform: skew(0);
    margin-bottom: 40px;
    text-align: left;
    color: #000000;
    font-weight: 700;
}

.Acontact_panel .Hmessage_map input[type="text"],
.Acontact_panel .Hmessage_map textarea {
    font-family: Arial, sans-serif;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border: 2px solid rgb(222,194,171);
    color: #000000;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    font-size: 14px;
    width: 100%;
}

.Acontact_panel .Hmessage_map .Rhelp_widget input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.Acontact_panel .Hmessage_map .Rhelp_widget label::before {
    background-color: #ffffff;
    transition: all 0.3s ease;
    width: 24px;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    height: 24px;
    border: 2px solid rgb(222,194,171);
}

.Acontact_panel .Hmessage_map .Rhelp_widget input[type="checkbox"]:checked + label::after {
    left: 9px;
    content: '';
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    border-bottom: 2px solid #ffffff;
    top: 5px;
    width: 6px;
    height: 12px;
}

.Acontact_panel .Hmessage_map .Rhelp_widget a:hover {
    color: rgb(199,161,129);
}

.Acontact_panel .Hmessage_map .Rhelp_widget a:hover::after {
    transform: scaleX(1);
    background-color: rgb(199,161,129);
}

.Acontact_panel .Hmessage_map .irequest_message:hover {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgb(199,161,129);
    transform: translate(-3px, -3px);
}

.Acontact_panel .Vquery_panel {
    flex: 1 1 40%;
    z-index: 1;
    background: rgb(240,225,213);
    padding: 60px 60px 60px 80px;
    margin-left: -40px;
    color: #ffffff;
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.Acontact_panel .Vquery_panel::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    content: '';
}

.Acontact_panel .Vquery_panel h4::after {
    background: rgb(222,194,171);
    position: absolute;
    left: 0;
    content: '';
    height: 3px;
    width: 60px;
    bottom: -15px;
}

.Acontact_panel .Vquery_panel .tinquiry_card li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    padding-bottom: 20px;
    align-items: flex-start;
    display: flex;
}

.Acontact_panel .Vquery_panel .tinquiry_card li svg path {
    fill: rgb(222,194,171);
}

.Acontact_panel .Vquery_panel .tinquiry_card li span {
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
}

.Acontact_panel .Vquery_panel .tinquiry_card li a:hover {
    color: rgb(222,194,171);
}

.steaching_experience::before {
    background: 
    radial-gradient(circle at 20% 30%, rgb(222,194,171,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(199,161,129,0.5) 0%, transparent 30%);
    height: 100%;
    width: 100%;
    left: 0;
    animation: pulse 20s infinite alternate;
    content: "";
    position: absolute;
    top: 0;
}

.steaching_experience .ireview_quotes:hover {
    transform: rotateY(0deg) translateZ(10px);
}

.steaching_experience .nexp_container {
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
    color: #ffffff;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(222,194,171,0.5);
    padding: 50px 40px;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    line-height: 1.7;
    border-radius: 18px;
    grid-area: quote;
    font-weight: 300;
    margin: 0;
    transform: translateZ(20px);
    font-size: 13px;
}

.steaching_experience .ireview_quotes:hover .Aimg_effect {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(222,194,171,0.5);
}

.steaching_experience .name {
    grid-area: name;
    background: rgb(222,194,171);
    z-index: 2;
    color: #ffffff;
    margin: 0;
    transform: translateZ(30px);
    font-size: 21px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    border-radius: 10px;
    padding: 15px 20px;
    font-weight: 700;
}

.steaching_experience .ireview_quotes:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

.dprivacy_wrapper {
    font-family: Arial, sans-serif;
    background-color: rgb(240,225,213);
    border: 1px solid rgb(222,194,171,0.5);
    color: #000000;
    flex-direction: column;
    padding: 50px;
    gap: 30px;
    display: flex;
}

.dprivacy_wrapper h2 {
    color: rgb(199,161,129);
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
}

.dprivacy_wrapper ul, .dprivacy_wrapper ol {
    padding-left: 20px;
    margin: 0;
}

.dprivacy_wrapper ul {
    counter-reset: item;
    list-style-type: none;
}

.dprivacy_wrapper ul li::before {
    color: rgb(222,194,171);
    content: counter(item) ".";
    font-weight: 700;
    counter-increment: item;
    left: 0;
    position: absolute;
}

.dprivacy_wrapper p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}

.dprivacy_wrapper div {
    margin-bottom: 20px;
}

.zty_success::before {
    height: 70%;
    top: -10%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(222,194,171,0.5) 0%, rgb(199,161,129,0.5) 100%);
    position: absolute;
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    animation: float 15s ease-in-out infinite;
    right: -5%;
    filter: blur(25px);
    opacity: 0.4;
}

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

.zty_success .ystory_info:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
}

.zty_success .ystory_info::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    mask-size: 200% 200%;
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    height: 100%;
    position: absolute;
    animation: shimmerMask 8s infinite linear;
    z-index: -1;
}

.zty_success .ystory_info:hover > div:first-child::after {
    width: 120px;
}

.zty_success h5 {
    color: #000000;
    transform: translateZ(0);
    opacity: 0;
    margin: 0;
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    font-size: 22px;
    animation: fadeInUp 0.8s forwards 0.2s;
}

.zty_success a:hover {
    transform: translateY(-3px);
}

.qget_updates {
    overflow: hidden;
    perspective: 1200px;
    background: linear-gradient(125deg, rgb(240,225,213) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 5rem 3rem;
}

.qget_updates::after {
    background: rgb(199,161,129,0.5);
    z-index: 1;
    content: "";
    animation: float-panel-reverse 12s ease-in-out infinite alternate;
    position: absolute;
    height: 140%;
    top: -20%;
    width: 70%;
    right: -10%;
    transform: rotateY(20deg) rotateX(-5deg);
    opacity: 0.2;
}

.qget_updates .ystory_info {
    z-index: 2;
    transform-style: preserve-3d;
    gap: 2rem;
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.qget_updates p::before {
    position: absolute;
    left: 0;
    opacity: 0.8;
    transform: translateZ(10px) translateX(-5px) rotateY(15deg);
    width: 5px;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(222,194,171), rgb(199,161,129));
    top: 0;
}

.qget_updates .input_holder::before {
    content: "";
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 180%;
    z-index: -1;
    transform: translateZ(-20px) rotateY(-5deg);
    filter: blur(3px);
    background: rgba(255, 255, 255, 0.1);
    top: -40%;
    border-radius: 10px;
    width: 140%;
    left: -20%;
    position: absolute;
}

.qget_updates .Pupdates_fieldset::placeholder {
    opacity: 0.6;
    color: #000000;
}

.qget_updates .Yfresh_start {
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    align-self: flex-end;
    transform: translateZ(20px);
    border: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    cursor: pointer;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(to right, rgb(199,161,129), rgb(222,194,171));
    transition: all 0.3s ease;
    padding: 1.2rem 2.5rem;
    position: relative;
}

.Vcourse_program {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(222,194,171,0.5) 100%);
}

.Vcourse_program::after {
    position: absolute;
    z-index: 1;
    content: '';
    animation: backgroundShift 30s linear infinite;
    left: 0;
    height: 100%;
    opacity: 0.1;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(222,194,171,0.5) 49%, rgb(222,194,171,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(199,161,129,0.5) 49%, rgb(199,161,129,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
}

.Vcourse_program .ystory_info::before {
    border-radius: 50%;
    position: absolute;
    animation: pulseLight 8s ease-in-out infinite;
    content: '';
    opacity: 0.2;
    top: -100px;
    height: 200px;
    filter: blur(20px);
    right: -100px;
    background: radial-gradient(circle, rgb(222,194,171) 0%, transparent 70%);
    width: 200px;
}

.Vcourse_program .ystory_info::after {
    animation: pulseLight 8s ease-in-out infinite 4s;
    background: radial-gradient(circle, rgb(199,161,129) 0%, transparent 70%);
    left: -100px;
    position: absolute;
    filter: blur(20px);
    opacity: 0.2;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    content: '';
    bottom: -100px;
}

.Vcourse_program .Vmain_edu:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.Vcourse_program .Vmain_edu svg path {
    fill: rgb(222,194,171);
    transition: fill 0.3s ease;
}

.Vcourse_program h3 {
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 28px;
    backface-visibility: hidden;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transform: translateZ(0);
}



.Vcourse_program p {
    line-height: 1.7;
    margin-bottom: 0;
    position: relative;
    font-weight: 400;
    z-index: 2;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.Vcourse_program .Aimg_effect:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(222,194,171),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.Vcourse_program .Aimg_effect::after {
    animation: scanlines 10s linear infinite;
    opacity: 0.5;
    left: 0;
    content: '';
    height: 100%;
    top: 0;
    z-index: 2;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
    width: 100%;
    position: absolute;
}

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

.Itariff_wrapper .kfee_struct {
    padding: 0 20px;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    order: -1;
}

.Itariff_wrapper .kfee_struct h2::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    bottom: -10px;
    width: 80px;
    left: 50%;
    background: rgb(222,194,171);
}

.Itariff_wrapper .jcost_breakdown {
    perspective: 1000px;
    text-decoration: none;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    color: inherit;
    transform-style: preserve-3d;
}

.Itariff_wrapper .jcost_breakdown:hover .Gfee_package {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(222,194,171,0.5);
}

.Itariff_wrapper .jpromo_plans {
    display: flex;
    overflow: hidden;
    z-index: 2;
    flex-grow: 1;
    padding: 30px;
    position: relative;
    flex-direction: column;
}

.Itariff_wrapper .jcost_breakdown:hover .jpromo_plans::before {
    transform: scaleX(1);
}

.Itariff_wrapper .jpromo_plans h3 {
    margin-bottom: 10px;
    white-space: normal;
    font-size: calc(19px + 2px);
    overflow-wrap: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 700;
    color: #000000;
    word-break: break-word;
}

.Itariff_wrapper .yplan_deals {
    color: rgb(199,161,129);
    font-weight: 700;
    font-size: 19px;
    position: relative;
    transition: transform 0.4s ease;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    display: block;
    margin: 10px 0 20px;
}

.Itariff_wrapper .jpromo_plans p {
    color: #000000;
    word-break: break-word;
    flex-grow: 1;
    white-space: normal;
    transition: color 0.3s ease;
    margin-bottom: 0;
    overflow-wrap: break-word;
    font-size: calc(14px - 1px);
    line-height: 1.6;
}

.Itariff_wrapper .jcost_breakdown:hover .Aimg_effect {
    filter: brightness(1.1) contrast(1.05);
    transform: translateZ(0);
}

.Itariff_wrapper .jcost_breakdown:hover .Aimg_effect::after {
    opacity: 0.4;
}

.Itariff_wrapper .jcost_breakdown:hover::after {
    opacity: 0.5;
}

.hcookie_popup_advisory {
    display: flex;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(222,194,171);
    width: 100%;
    position: fixed;
    padding: 20px 0;
    bottom: 0;
    z-index: 100;
    background: rgb(240,225,213);
    justify-content: center;
}

.Mdata_consent {
    margin-right: 20px;
    flex-shrink: 0;
}

.Mdata_consent svg {
    fill: rgb(222,194,171);
    height: 50px;
    width: 50px;
}

.gonline_tracking {
    text-align: left;
    color: #ffffff;
    flex-grow: 1;
}

.gonline_tracking p {
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
    font-size: 17px;
}

.gonline_tracking p a {
    color: rgb(222,194,171);
    text-decoration: underline;
}

.cookie_button.Ftracking_policy {
    margin-right: 10px;
}

#rcookieBannerPrompt {
    display: none;
}

#rcookieBannerPrompt:checked ~ .hcookie_popup_advisory {
    opacity: 0;
    visibility: hidden;
}


.Phomepage {
    padding: 4rem 2rem;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgb(240,225,213), rgb(199,161,129,0.5) 80%);
    overflow: hidden;
}

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

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

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

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

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

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

.Jcourse_candidates {
    background: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

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

.Jcourse_candidates .ystory_info {
    position: relative;
}

.Jcourse_candidates h4 {
    position: relative;
    margin-bottom: 80px;
    font-size: 48px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.Jcourse_candidates div > div {
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 900px;
    gap: 40px 20px;
    justify-content: space-between;
    display: flex;
}

.Jcourse_candidates p {
    color: #000000;
    transition: all 0.5s ease;
    text-align: center;
    position: relative;
    padding: 0;
    flex-direction: column;
    align-items: center;
    margin: 0;
    flex: 0 0 calc(33.333% - 20px);
    display: flex;
    font-size: 14px;
}

.Jcourse_candidates p:hover::before {
    width: 170%;
    height: 200%;
}

.Jcourse_candidates p svg path {
    transition: fill 0.3s ease;
    fill: rgb(222,194,171);
}

.Jcourse_candidates p:hover svg {
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: transparent;
    transform: translateY(-10px);
}

.Jcourse_candidates p span::before {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 0;
    content: "";
    background: rgb(222,194,171);
    height: 1px;
    top: 0;
    transition: width 0.3s ease;
}



.Jcourse_candidates .ystory_info > div p {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}

.Jcourse_candidates .ystory_info > div p:nth-child(2) {
    animation-delay: 0.2s;
}

.Jcourse_candidates .ystory_info > div p:nth-child(4) {
    animation-delay: 0.4s;
}

.Jcourse_candidates .ystory_info > div p:nth-child(6) {
    animation-delay: 0.6s;
}

.Dcompany_info {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}

.Dcompany_info::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.85;
    background: linear-gradient(135deg, rgb(222,194,171,0.5), rgb(199,161,129,0.5));
}

.Dcompany_info h4 {
    z-index: 2;
    font-size: 22px;
    margin-bottom: 40px;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    transform: translateY(20px);
    letter-spacing: 3px;
    position: relative;
}

.Dcompany_info .Stext_box_content {
    transform: translateY(20px) rotateX(2deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    animation: fadeSlideUpRotate 1.2s ease-out 0.5s forwards;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    padding: 50px 60px;
    opacity: 0;
}

.Dcompany_info .Stext_box_content h6::after {
    background: rgb(199,161,129);
    content: "";
    width: 80px;
    animation: lineGrow 1s ease-out 1.2s forwards;
    transform-origin: left;
    position: absolute;
    height: 3px;
    left: 0;
    transform: scaleX(0);
    bottom: 0;
}


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


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



@media (max-width: 1024px) {.vscholar_cta {
    padding: 4rem 0 1rem;
}.vscholar_cta .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.vscholar_cta .subscribe_holder {
    grid-column: span 2;
}
}



@media (max-width: 480px) {.vscholar_cta {
    padding: 2.5rem 0 1rem;
}.vscholar_cta .info_item p, 
    .vscholar_cta .info_item a {
    font-size: calc(13px - 3px);
}.vscholar_cta .amain_primary h5, 
    .vscholar_cta .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}.vscholar_cta .dfirst_teach a, 
    .vscholar_cta .subscribe_holder p {
    font-size: calc(13px - 2px);
}.vscholar_cta .Ltrade_mark {
    font-size: calc(15px - 2px);
}}



@media (min-width: 992px) {.ueducational_gains {
    padding: 150px 0;
}.ueducational_gains .container {
    align-items: center;
    grid-template-columns: 45% 55%;
}.ueducational_gains .Aimg_effect {
    height: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    order: 2;
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
}.ueducational_gains .Aimg_effect:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-10px);
}.ueducational_gains .ystory_info {
    order: 1;
    padding: 0;
}.ueducational_gains .Stext_box_content {
    padding: 50px;
    z-index: 2;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    margin-right: -100px;
}.ueducational_gains h1 {
    font-size: calc(46px * 1.1);
}.ueducational_gains ul {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 576px) {.ueducational_gains {
    padding: 50px 0;
}.ueducational_gains .Aimg_effect {
    max-height: 250px;
}.ueducational_gains h1 {
    font-size: calc(46px * 0.7);
}.ueducational_gains li p {
    font-size: calc(13px * 0.9);
}}



@media (max-width: 767px) {header .jhead_page {
    gap: 1.5rem;
}header .Ztop_navbar {
    padding: 0.4rem 1rem;
}header .Ztop_navbar svg {
    width: 130px;
}header .amain_primary {
    gap: 0.5rem;
}header .ysite_study {
    padding: 0.5rem 0.9rem;
    font-size: calc(18px - 1px);
}
}



@media (max-width: 992px) {.Acontact_panel {
    padding: 70px 0;
}.Acontact_panel .ohelp_support {
    flex-direction: column;
}.Acontact_panel .Hmessage_map {
    flex: 1 1 100%;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 40px;
}.Acontact_panel .Vquery_panel {
    padding: 40px;
    flex: 1 1 100%;
    margin-top: -20px;
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}
}



@media (max-width: 768px) {.Acontact_panel {
    padding: 50px 0;
}.Acontact_panel h3 {
    letter-spacing: 2px;
    font-size: calc(34px);
    margin-bottom: 40px;
}.Acontact_panel .Hmessage_map h3,
    .Acontact_panel .Vquery_panel h4 {
    font-size: calc(20px - 2px);
    margin-bottom: 30px;
}.Acontact_panel .Hmessage_map input[type="text"],
    .Acontact_panel .Hmessage_map textarea {
    padding: 15px;
    margin-bottom: 20px;
}.Acontact_panel .Hmessage_map textarea {
    height: 120px;
}.Acontact_panel .Hmessage_map .irequest_message {
    padding: 15px 30px;
}.Acontact_panel .Vquery_panel .tinquiry_card li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.Acontact_panel .Vquery_panel .tinquiry_card li svg {
    height: 20px;
    margin-right: 15px;
    width: 20px;
}
}



@media (max-width: 576px) {.steaching_experience {
    padding: 60px 0;
}.steaching_experience .Aimg_effect {
    height: 200px;
    width: 100%;
}.steaching_experience .nexp_container {
    padding: 25px 20px;
    font-size: calc(13px * 0.95);
}.steaching_experience .name {
    font-size: calc(21px * 0.9);
}.steaching_experience .ireview_quotes > span:not(.name) {
    font-size: calc(13px * 0.9);
}}


@media only screen and (max-width: 800px) {.dprivacy_wrapper {
    padding: 30px 15px;
}.dprivacy_wrapper h1 {
    font-size: calc(19px - 10px);
}.dprivacy_wrapper h2 {
    font-size: calc(19px - 8px);
}.dprivacy_wrapper p, .dprivacy_wrapper li {
    font-size: calc(13px - 2px);
}}



@media (max-width: 992px) {.zty_success {
    padding: 5rem 0;
}.zty_success .ystory_info {
    padding: 2.5rem;
}.zty_success h5 {
    font-size: calc(22px * 0.95);
}
}



@media (max-width: 768px) {.zty_success {
    padding: 4rem 0;
}.zty_success .ystory_info {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem;
}.zty_success h5 {
    font-size: calc(22px * 0.9);
}.zty_success p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 768px) {.qget_updates {
    padding: 3.5rem 1.5rem;
    perspective: 800px;
}.qget_updates .ystory_info {
    align-items: stretch;
    flex-direction: column;
}.qget_updates p {
    transform: translateZ(20px) rotateY(0);
    flex: none;
    margin-bottom: 2rem;
    font-size: 16px;
}.qget_updates p::before {
    transform: translateZ(5px) translateX(-2px) rotateY(0);
}.qget_updates .input_holder {
    flex: none;
    transform: translateZ(30px) rotateY(0);
}.qget_updates .Yfresh_start {
    align-self: stretch;
    width: 100%;
}}



@media (max-width: 767px) {.Vcourse_program {
    padding: 40px 0;
}.Vcourse_program .ystory_info {
    gap: 25px;
    padding: 25px;
}.Vcourse_program h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 20px;
}.Vcourse_program p {
    font-size: calc(12px * 0.95);
}.Vcourse_program .Aimg_effect {
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
    min-height: 250px;
}
}



@media (min-width: 992px) {.Itariff_wrapper .Upricing_tiers {
    align-items: center;
    flex-direction: row;
}.Itariff_wrapper .kfee_struct {
    flex: 0 0 30%;
    text-align: left;
    order: 0;
    padding-right: 40px;
}.Itariff_wrapper .kfee_struct h2::after {
    left: 0;
    transform: none;
}.Itariff_wrapper .Rbasic_cost {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 480px) {.Itariff_wrapper {
    padding: 50px 0;
}.Itariff_wrapper .jpromo_plans h3 {
    font-size: 19px;
}.Itariff_wrapper .yplan_deals {
    font-size: calc(19px - 2px);
}.Itariff_wrapper .Aimg_effect {
    height: 160px;
}.Itariff_wrapper .jpromo_plans {
    padding: 20px;
}}


@media only screen and (max-width: 1200px) {.Ocookie_overlay {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.Mdata_consent {
    margin-right: 0;
    margin-bottom: 20px;
}.uvisitor_acceptance {
    max-width: 250px;
    width: 100%;
    margin: 10px 0;
}}



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



@media (max-width: 768px) {.Jcourse_candidates {
    padding: 80px 0;
}.Jcourse_candidates h4 {
    margin-bottom: 50px;
    font-size: calc(48px * 0.8);
}.Jcourse_candidates h4::after {
    width: 40px;
    bottom: -15px;
}.Jcourse_candidates div > div {
    gap: 40px 0;
}.Jcourse_candidates p {
    flex: 0 0 100%;
}.Jcourse_candidates p:nth-child(odd),
    .Jcourse_candidates p:nth-child(even) {
    animation: none;
}
}



@media (min-width: 768px) {.Dcompany_info {
    padding: 160px 0 140px;
}.Dcompany_info h4 {
    margin-bottom: 60px;
}.Dcompany_info .Stext_box_content {
    padding: 60px 80px;
}.Dcompany_info .Stext_box_content span {
    column-gap: 40px;
    column-count: 2;
}
}



@media (min-width: 1200px) {.Dcompany_info .Stext_box_content {
    width: 80%;
}.Dcompany_info .Stext_box_content::before {
    width: 8px;
}.Dcompany_info .Stext_box_content h6::after {
    width: 120px;
}
}



@media (max-width: 767px) {.Dcompany_info {
    padding: 80px 0 60px;
}.Dcompany_info h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 30px;
}.Dcompany_info .Stext_box_content {
    padding: 30px 25px;
}.Dcompany_info .Stext_box_content h6 {
    margin-bottom: 20px;
    font-size: calc(20px * 1.2);
}.Dcompany_info .Stext_box_content span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}



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



@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}



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



@keyframes float-panel-reverse {
    0% {
        transform: rotateY(20deg) rotateX(-5deg) translateZ(0);
    }
    100% {
        transform: rotateY(15deg) rotateX(-10deg) translateZ(20px);
    }
}

@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}



@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}



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



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

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes lineGrow {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(12deg) translate(-15px, 15px);
    }
}

