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

.mwrapper-canvas {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

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

html,body {
    height: 100%;
    auto
contain
touch-action: none;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
}

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

.vscholar_cta::before {
    background: radial-gradient(circle at 30% 50%, rgb(222,194,171,0.5) 0%, transparent 50%);
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    content: '';
    right: 0;
}



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

.vscholar_cta .rlogin_footer {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}

.vscholar_cta .Uassist_support {
    gap: 2rem;
    border-radius: 30px;
    padding: 1.5rem;
    border: 1px solid rgb(199,161,129,0.5);
    backdrop-filter: blur(8px);
    position: relative;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.1);
    justify-content: center;
    display: flex;
    margin-bottom: 1rem;
}



.vscholar_cta .info_item {
    min-width: 200px;
    max-width: 300px;
    transition: transform 0.3s ease;
    flex: 1;
    text-align: center;
}

.vscholar_cta .info_item svg {
    transition: fill 0.3s ease;
    fill: rgb(199,161,129);
    width: 1.25rem;
    height: 1.25rem;
}

.vscholar_cta .info_item a:hover {
    border-color: rgb(222,194,171,0.5);
    background: #000000;
    box-shadow: 0 0 15px rgb(222,194,171,0.5);
}

.vscholar_cta .info_item a:hover svg {
    fill: rgb(222,194,171);
}

.vscholar_cta .text_main_holder {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.vscholar_cta .Vmain_edu svg {
    transition: filter 0.3s ease;
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(222,194,171,0.5));
    height: auto;
}

.vscholar_cta .amain_primary {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}

.vscholar_cta .amain_primary h5 {
    font-size: 24px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
}

.vscholar_cta .amain_primary:hover h5::after {
    width: 80px;
}

.vscholar_cta .dfirst_teach a {
    font-size: 13px;
    transition: all 0.3s ease;
    opacity: 0.8;
    position: relative;
    padding-left: 1rem;
    text-decoration: none;
    color: #ffffff;
}

.vscholar_cta .dfirst_teach a:hover {
    color: rgb(222,194,171);
    transform: translateX(5px);
    opacity: 1;
}

.vscholar_cta .dfirst_teach a:hover::before {
    width: 7px;
    box-shadow: 0 0 8px rgb(222,194,171);
    height: 7px;
    background: rgb(222,194,171);
}

.vscholar_cta .subscribe_holder::before {
    background: radial-gradient(circle at top right, rgb(222,194,171,0.5) 0%, transparent 70%);
    content: '';
    left: 0;
    z-index: -1;
    right: 0;
    opacity: 0.1;
    top: 0;
    bottom: 0;
    position: absolute;
}

.vscholar_cta .subscribe_holder p {
    font-size: calc(13px - 1px);
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
}

.vscholar_cta .input_holder input[type="email"] {
    flex: 1;
    font-size: 13px;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 0.875rem 1rem;
    border: 1px solid rgb(199,161,129,0.5);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

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

.vscholar_cta .Yfresh_start:hover {
    background: rgb(199,161,129);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(199,161,129,0.5);
}

.vscholar_cta .Massign_help::before {
    height: 1px;
    top: -1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(199,161,129,0.5), transparent);
    left: 0;
    width: 100%;
    content: '';
}

.ueducational_gains::before {
    width: 500px;
    height: 500px;
    content: "";
    background: radial-gradient(circle, rgb(222,194,171,0.5) 0%, transparent 70%);
    z-index: 0;
    top: -10%;
    position: absolute;
    opacity: 0.2;
    right: -10%;
}

.ueducational_gains .container {
    display: grid;
    position: relative;
    gap: 40px;
    z-index: 1;
    grid-template-columns: 1fr;
}

.ueducational_gains .Aimg_effect {
    max-height: 500px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    object-fit: cover;
    transform: perspective(1000px) rotateY(-2deg);
    height: auto;
}

.ueducational_gains .Stext_box_content:hover {
    transform: translateY(-5px);
}

.ueducational_gains h1 {
    margin-bottom: 30px;
    font-size: 46px;
    position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
}

.ueducational_gains h1::after {
    width: 80px;
    content: "";
    bottom: -10px;
    left: 0;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(222,194,171) 0%, rgb(199,161,129) 100%);
}

.ueducational_gains li:hover {
    border-left-color: rgb(199,161,129);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
    transform: translateX(5px);
}

.ueducational_gains li p {
    display: flex;
    margin: 0;
    font-size: 13px;
    align-items: center;
    line-height: 1.6;
    color: #000000;
}

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

.ueducational_gains li:hover svg path {
    fill: rgb(199,161,129);
}

.ueducational_gains li:nth-child(odd) {
    transform: translateX(-5px);
}

.ueducational_gains li:nth-child(even) {
    border-left-color: rgb(199,161,129);
}

header::before {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(222,194,171,0.5) 65%, 
        rgb(222,194,171,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(199,161,129,0.5) 75%, 
        rgb(199,161,129,0.5) 80%, 
        transparent 80%);
    height: 100%;
    opacity: 0.5;
}

header .Ztop_navbar::before {
    height: 200%;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: -50%;
    left: -50%;
    content: '';
    width: 200%;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
}

header .Ztop_navbar:hover svg {
    transform: scale(1.03);
}

header .amain_primary {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin-top: 0.5rem;
    width: 100%;
    gap: 0.6rem;
    justify-content: center;
}

header .ysite_study::before {
    background: linear-gradient(to right, rgb(222,194,171), rgb(199,161,129));
    left: 0;
    height: 3px;
    transform: scaleX(0);
    width: 100%;
    top: 0;
    content: '';
    transform-origin: left;
    transition: transform 0.3s ease;
    position: absolute;
}

header .ysite_study:hover::before {
    transform: scaleX(1);
}

.Acontact_panel {
    z-index: 1;
    position: relative;
    background: rgb(240,225,213);
    padding: 100px 0;
    overflow: hidden;
}

.Acontact_panel::after {
    left: 0;
    background-size: 100px 100px;
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    opacity: 0.2;
    background: 
        linear-gradient(90deg, rgb(240,225,213) 6px, transparent 6px),
        linear-gradient(0deg, rgb(240,225,213) 6px, transparent 6px);
}

.Acontact_panel .Aimg_effect {
    height: 100%;
    left: 0;
    width: 100%;
    filter: grayscale(0.7) hue-rotate(25deg);
    position: absolute;
    opacity: 0.15;
    z-index: 0;
    top: 0;
}

.Acontact_panel h3::before {
    width: 100px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    background: linear-gradient(90deg, rgb(222,194,171), rgb(199,161,129));
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: '';
    bottom: -15px;
    height: 5px;
}

.Acontact_panel .Hmessage_map {
    border-radius: 0;
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 2;
    background: #ffffff;
    flex: 1 1 60%;
    position: relative;
    transform: skew(-3deg);
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
}

.Acontact_panel .Hmessage_map #contact {
    transform: skew(3deg);
}

.Acontact_panel .Hmessage_map h3::before {
    clip-path: none;
    width: 60px;
    height: 3px;
    transform: none;
    left: 0;
}

.Acontact_panel .Hmessage_map input[type="text"]:focus,
.Acontact_panel .Hmessage_map textarea:focus {
    outline: none;
    box-shadow: 8px 8px 0 rgb(222,194,171,0.5);
    background-color: rgba(0, 0, 0, 0.02);
    transform: translate(-3px, -3px);
}

.Acontact_panel .Hmessage_map textarea {
    resize: vertical;
    height: 140px;
}

.Acontact_panel .Hmessage_map .Rhelp_widget {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.Acontact_panel .Hmessage_map .Rhelp_widget label {
    line-height: 1.5;
    position: relative;
    color: #000000;
    cursor: pointer;
    font-size: calc(14px - 2px);
    padding-left: 35px;
}

.Acontact_panel .Hmessage_map .Rhelp_widget input[type="checkbox"]:checked + label::before {
    background-color: rgb(222,194,171);
}

.Acontact_panel .Hmessage_map .Rhelp_widget a {
    text-decoration: none;
    font-weight: 600;
    position: relative;
    color: rgb(222,194,171);
    transition: color 0.3s ease;
}

.Acontact_panel .Hmessage_map .Rhelp_widget a::after {
    content: '';
    bottom: -2px;
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    background-color: rgb(222,194,171);
    width: 100%;
    transition: transform 0.3s ease;
}

.Acontact_panel .Hmessage_map .irequest_message {
    padding: 18px 40px;
    display: inline-block;
    letter-spacing: 2px;
    cursor: pointer;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: rgb(222,194,171);
    position: relative;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    color: #ffffff;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    border: none;
}

.Acontact_panel .Vquery_panel::after {
    position: absolute;
    content: '';
    right: 20px;
    top: 20px;
    pointer-events: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    left: 20px;
    bottom: 20px;
}

.Acontact_panel .Vquery_panel h4 {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    font-size: 20px;
    color: #000000;
    letter-spacing: 2px;
}

.Acontact_panel .Vquery_panel .tinquiry_card {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Acontact_panel .Vquery_panel .tinquiry_card li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.Acontact_panel .Vquery_panel .tinquiry_card li svg {
    height: 24px;
    flex-shrink: 0;
    margin-right: 20px;
    width: 24px;
}

.Acontact_panel .Vquery_panel .tinquiry_card li:hover svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,161,129);
}

.Acontact_panel .Vquery_panel .tinquiry_card li a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}

.steaching_experience {
    overflow: hidden;
    background: linear-gradient(125deg, #000000 0%, rgb(240,225,213) 100%);
    position: relative;
    padding: 120px 0;
}

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

.steaching_experience .ireview_quotes {
    transform: rotateY(-10deg);
    display: grid;
    transform-style: preserve-3d;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    position: relative;
    grid-template-rows: auto auto auto;
    gap: 10px 30px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-columns: 1.2fr 0.8fr;
}

.steaching_experience .nexp_container::before {
    top: 15px;
    font-size: calc(38px * 2);
    content: "";
    line-height: 1;
    position: absolute;
    left: 20px;
    color: rgb(222,194,171);
}

.steaching_experience .Aimg_effect {
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(222,194,171,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    height: 280px;
    transform: translateZ(40px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    grid-area: photo;
    border-radius: 10px;
}

.steaching_experience .ireview_quotes:hover .name {
    transform: translateZ(45px) translateY(-5px);
}

.steaching_experience .ireview_quotes > span:not(.name) {
    font-size: 13px;
    border-radius: 10px;
    background: #ffffff;
    z-index: 2;
    padding: 10px 15px;
    color: rgb(199,161,129);
    font-weight: 600;
    transform: translateZ(25px);
    grid-area: job;
    transition: transform 0.3s ease;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

.dprivacy_wrapper h1 {
    border-bottom: 2px solid rgb(222,194,171);
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: rgb(222,194,171);
    padding-bottom: 10px;
}

.dprivacy_wrapper h3, .dprivacy_wrapper h4, .dprivacy_wrapper h5, .dprivacy_wrapper h6 {
    margin: 1rem 0;
    color: rgb(222,194,171);
    font-weight: 400;
}

.dprivacy_wrapper ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
}

.dprivacy_wrapper ol {
    list-style-type: decimal;
}

.dprivacy_wrapper ol li {
    font-size: 13px;
    margin-bottom: 10px;
}

.dprivacy_wrapper span {
    font-weight: 600;
    color: rgb(222,194,171);
}

.zty_success {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(240,225,213) 0%, #ffffff 100%);
    overflow: hidden;
}

.zty_success::after {
    animation: float 18s ease-in-out infinite reverse;
    height: 60%;
    content: "";
    bottom: -5%;
    position: absolute;
    z-index: 0;
    left: -2%;
    transform: rotate(10deg) skewX(-10deg);
    opacity: 0.3;
    filter: blur(20px);
    width: 30%;
    background: linear-gradient(220deg, rgb(199,161,129,0.5) 0%, rgb(222,194,171,0.5) 100%);
}

.zty_success .ystory_info {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(1deg);
    padding: 3.5rem;
    background-color: #ffffff;
    border-left: 5px solid rgb(222,194,171);
    position: relative;
}

.zty_success .ystory_info > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}

.zty_success .ystory_info > div:first-child::after {
    content: "";
    background: linear-gradient(90deg, rgb(222,194,171) 0%, rgb(199,161,129) 100%);
    position: absolute;
    transform-origin: left center;
    left: 0;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 60px;
    height: 4px;
    bottom: -1rem;
}

.zty_success a {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    transform: translateZ(0);
    display: block;
}

.zty_success p {
    line-height: 1.7;
    animation: fadeInUp 0.8s forwards 0.5s;
    color: #000000;
    margin: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    opacity: 0;
}

.qget_updates::before {
    top: -10%;
    filter: blur(2px);
    width: 60%;
    transform: rotateY(-20deg) rotateX(10deg);
    animation: float-panel 15s ease-in-out infinite alternate;
    opacity: 0.15;
    left: -10%;
    position: absolute;
    content: "";
    height: 140%;
    background: rgb(222,194,171,0.5);
    z-index: 1;
}

.qget_updates p {
    font-size: 22px;
    transform: translateZ(30px) rotateY(-5deg);
    font-weight: 700;
    flex: 0 0 40%;
    font-family: Arial, sans-serif;
    padding-left: 2rem;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
    color: #000000;
}

.qget_updates .input_holder {
    transform: translateZ(50px) rotateY(5deg);
    position: relative;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    flex: 0 0 60%;
}

.qget_updates .Pupdates_fieldset {
    padding: 1.3rem 1.5rem;
    transform: translateZ(10px);
    color: #000000;
    font-family: Arial, sans-serif;
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    border-radius: 10px;
    background: #ffffff;
}

.qget_updates .Pupdates_fieldset:focus {
    transform: translateZ(20px);
    outline: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.qget_updates .Yfresh_start::before {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0;
    content: "";
    left: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(to left, rgb(199,161,129), rgb(222,194,171));
}

.qget_updates .Yfresh_start:hover {
    transform: translateZ(30px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.qget_updates .Yfresh_start:hover::before {
    opacity: 1;
}

.Vcourse_program::before {
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(222,194,171,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(199,161,129,0.5) 0%, transparent 40%);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
}



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

.Vcourse_program .ystory_info {
    padding: 40px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    gap: 40px;
    transition: all 0.5s ease;
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(222,194,171,0.5),
                inset 0 0 20px rgb(222,194,171,0.5);
    border-radius: 17px;
    grid-template-columns: 1fr 1fr;
    backdrop-filter: blur(5px);
}



.Vcourse_program .Cnew_study {
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 3;
    display: flex;
    padding-right: 20px;
}

.Vcourse_program .Vmain_edu {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}

.Vcourse_program .Vmain_edu svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 5px 15px rgb(222,194,171,0.5));
    width: 50px;
    height: 50px;
}

.Vcourse_program .Vmain_edu:hover svg path {
    fill: rgb(199,161,129);
}

.Vcourse_program h3::after {
    position: absolute;
    animation: lineExpand 4s ease-in-out infinite;
    content: '';
    left: 0;
    height: 3px;
    bottom: 0;
    width: 60px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(222,194,171) 0%, rgb(199,161,129) 100%);
}

.Vcourse_program .Aimg_effect {
    height: 350px;
    border-radius: calc(17px * 1.5);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(222,194,171,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: all 0.5s ease;
}

.Vcourse_program .Aimg_effect::before {
    width: 100%;
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}


.Itariff_wrapper {
    background: rgb(240,225,213);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.Itariff_wrapper::before {
    background: rgb(222,194,171,0.5);
    position: absolute;
    width: 300px;
    z-index: 0;
    top: -50px;
    content: "";
    filter: blur(80px);
    right: -50px;
    animation: float-effect 12s infinite alternate ease-in-out;
    height: 300px;
}

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

.Itariff_wrapper .Upricing_tiers {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.Itariff_wrapper .kfee_struct h2 {
    position: relative;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
}

.Itariff_wrapper .Epackage_rates {
    line-height: 1.6;
    opacity: 0.85;
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
}

.Itariff_wrapper .Rbasic_cost {
    gap: 30px;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.Itariff_wrapper .jcost_breakdown:hover {
    transform: translateY(-10px) scale(1.02);
}

.Itariff_wrapper .Gfee_package {
    border-radius: 10px;
    height: 100%;
    flex-direction: column;
    transition: box-shadow 0.4s ease;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    display: flex;
    transform-style: preserve-3d;
}

.Itariff_wrapper .jpromo_plans::before {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(222,194,171), rgb(199,161,129));
    height: 5px;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    transition: transform 0.5s ease;
    transform-origin: left;
    position: absolute;
}

.Itariff_wrapper .jcost_breakdown:hover .jpromo_plans h3 {
    transform: translateX(5px);
    color: rgb(222,194,171);
}

.Itariff_wrapper .yplan_deals::before {
    position: absolute;
    bottom: -8px;
    transition: width 0.4s ease;
    content: "";
    height: 2px;
    left: 0;
    width: 40px;
    background: rgb(199,161,129,0.5);
}

.Itariff_wrapper .jcost_breakdown:hover .yplan_deals::before {
    width: 80px;
}

.Itariff_wrapper .Aimg_effect {
    transform: translateZ(-10px);
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.Itariff_wrapper .Aimg_effect::after {
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    content: "";
    opacity: 0.6;
    position: absolute;
    inset: 0;
}

.Itariff_wrapper .jcost_breakdown::after {
    border-radius: 50%;
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
    top: 100%;
    content: "";
    filter: blur(10px);
    right: 30px;
    background: rgb(222,194,171,0.5);
    height: 15px;
    left: 30px;
    z-index: -1;
}

.Ocookie_overlay {
    margin: auto;
    justify-content: space-between;
    border: 2px solid rgb(222,194,171);
    align-items: center;
    border-radius: 11px;
    display: flex;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    width: 90%;
}

.gonline_tracking h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: rgb(222,194,171);
    font-size: 23px;
    font-weight: 700;
}

.uvisitor_acceptance {
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 20px;
    flex-shrink: 0;
    background: rgb(222,194,171);
    min-width: 120px;
    text-align: center;
    border: none;
    text-decoration: none;
    font-size: 19px;
}

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

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

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

.Phomepage h1.vlearn_begin::after {
    background: rgb(222,194,171);
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    position: absolute;
    width: 100px;
    height: 5px;
    content: '';
    box-shadow: 0 4px 10px rgb(222,194,171,0.5);
    bottom: -15px;
    left: 0;
}

.Phomepage h1.vlearn_begin::after {
    width: 150px;
}

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

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


  
  .Phomepage .Lstudy_guides {
    height: 400px;
}

.Phomepage .Lstudy_guides:hover span {
    transform: translateY(-10px);
}

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

.Jcourse_candidates::before {
    left: 0;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(222,194,171,0.5) 0, transparent 80px),
        radial-gradient(circle at 80% 70%, rgb(199,161,129,0.5) 0, transparent 80px);
    width: 100%;
    opacity: 0.3;
    z-index: 1;
    height: 100%;
    content: "";
}

.Jcourse_candidates h4::after {
    width: 50px;
    bottom: -20px;
    position: absolute;
    height: 2px;
    transform: translateX(-50%);
    content: "";
    background: rgb(222,194,171);
    left: 50%;
}

.Jcourse_candidates p::before {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 50%;
    width: 0;
    position: absolute;
    content: "";
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
    background: rgb(240,225,213);
    height: 0;
}

.Jcourse_candidates p svg {
    padding: 10px;
    transition: all 0.4s ease;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 1px solid rgb(222,194,171,0.5);
}

.Jcourse_candidates p:hover svg path {
    fill: rgb(199,161,129);
}

.Jcourse_candidates p span {
    position: relative;
    padding-top: 10px;
}

.Jcourse_candidates p:hover span::before {
    width: 30px;
}



.Jcourse_candidates p:nth-child(odd) {
    animation: floatAnimation 5s infinite ease-in-out;
}

.Jcourse_candidates p:nth-child(even) {
    animation: floatAnimation 6s infinite ease-in-out reverse;
}

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

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

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

.Jcourse_candidates::after {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(222,194,171,0.5), 
        rgb(199,161,129,0.5), 
        transparent);
    position: absolute;
}

.Dcompany_info::after {
    content: "";
    z-index: 0;
    height: 250px;
    border: 25px solid rgb(199,161,129,0.5);
    transform: rotate(15deg);
    right: -50px;
    bottom: -50px;
    position: absolute;
    animation: float 15s ease-in-out infinite;
    width: 250px;
}

.Dcompany_info .container {
    perspective: 1000px;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    transform-style: preserve-3d;
    margin: 0 auto;
}

.Dcompany_info .Stext_box_content::before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(222,194,171), rgb(199,161,129));
}

.Dcompany_info .Stext_box_content h6 {
    animation: fadeSlideRight 0.8s ease-out 0.8s forwards;
    font-size: calc(20px * 1.5);
    margin-bottom: 25px;
    transform: translateX(-10px);
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    opacity: 0;
}

.Dcompany_info .Stext_box_content div {
    position: relative;
}

.Dcompany_info .Stext_box_content span {
    opacity: 0;
    line-height: 1.8;
    animation: fadeSlideUp 1s ease-out 1s forwards;
    display: block;
    transform: translateY(20px);
    color: #000000;
    column-count: 1;
    font-size: 15px;
}



@media (min-width: 769px) {.vscholar_cta .input_holder {
    flex-direction: row;
}.vscholar_cta .Yfresh_start {
    width: auto;
}
}



@media (max-width: 768px) {.vscholar_cta {
    padding: 3rem 0 1rem;
}.vscholar_cta .Uassist_support {
    gap: 1rem;
    flex-direction: column;
    align-items: center;
}.vscholar_cta .info_item {
    min-width: 100%;
}.vscholar_cta .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.vscholar_cta .subscribe_holder {
    grid-column: auto;
}.vscholar_cta .Vmain_edu {
    text-align: center;
    align-items: center;
}.vscholar_cta .Yprice_table {
    max-width: 100%;
    text-align: center;
}.vscholar_cta .amain_primary h5 {
    text-align: center;
}.vscholar_cta .amain_primary h5::after {
    left: 50%;
    transform: translateX(-50%);
}.vscholar_cta .dfirst_teach {
    align-items: center;
}.vscholar_cta .dfirst_teach a {
    text-align: center;
}.vscholar_cta .dfirst_teach a:hover {
    transform: translateY(-2px);
}.vscholar_cta .input_holder {
    flex-direction: column;
}.vscholar_cta .Yfresh_start {
    width: 100%;
}
}



@media (max-width: 991px) {.ueducational_gains {
    padding: 80px 0;
}.ueducational_gains .Stext_box_content {
    margin-top: -60px;
    z-index: 2;
}.ueducational_gains h1 {
    font-size: calc(46px * 0.9);
}
}



@media (max-width: 767px) {.ueducational_gains {
    padding: 60px 0;
}.ueducational_gains .Aimg_effect {
    max-height: 350px;
}.ueducational_gains .Stext_box_content {
    padding: 25px 20px;
}.ueducational_gains h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 25px;
}.ueducational_gains li {
    padding: 12px 15px;
}.ueducational_gains svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .Ztop_navbar {
    padding: 0.5rem 1.2rem;
}header .Ztop_navbar svg {
    width: 140px;
}header .amain_primary {
    gap: 0.5rem;
}header .ysite_study {
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .jhead_page {
    gap: 1rem;
}header .Ztop_navbar svg {
    width: 120px;
}header .amain_primary {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 10px;
    gap: 0.4rem;
}header .amain_primary::-webkit-scrollbar {
    height: 3px;
}header .amain_primary::-webkit-scrollbar-thumb {
    background: rgb(222,194,171);
    border-radius: 10px;
}header .ysite_study {
    flex-shrink: 0;
    margin-right: 2px;
    white-space: nowrap;
}}



@media (max-width: 576px) {.Acontact_panel {
    padding: 40px 0;
}.Acontact_panel .Hmessage_map,
    .Acontact_panel .Vquery_panel {
    transform: skew(0);
    padding: 30px 20px;
    clip-path: none;
    box-shadow: none;
}.Acontact_panel .Hmessage_map #contact {
    transform: skew(0);
}.Acontact_panel .Hmessage_map::before,
    .Acontact_panel .Vquery_panel::after {
    clip-path: none;
}.Acontact_panel .Vquery_panel {
    margin-top: 0;
}.Acontact_panel h3 {
    font-size: calc(34px - 6px);
    transform: skew(0);
}.Acontact_panel .Hmessage_map .Rhelp_widget label {
    font-size: calc(14px - 3px);
}.Acontact_panel .Hmessage_map .irequest_message {
    clip-path: none;
}}



@media (max-width: 992px) {.steaching_experience {
    padding: 80px 0;
}.steaching_experience .ireview_quotes {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "Aimg_effect"
      "name"
      "ajob_achievements"
      "nexp_container";
    gap: 15px;
    transform: none;
}.steaching_experience .nexp_container,
  .steaching_experience .Aimg_effect,
  .steaching_experience .name,
  .steaching_experience .ireview_quotes > span:not(.name) {
    transform: none;
}.steaching_experience .ireview_quotes:hover .nexp_container,
  .steaching_experience .ireview_quotes:hover .Aimg_effect,
  .steaching_experience .ireview_quotes:hover .name,
  .steaching_experience .ireview_quotes:hover > span:not(.name) {
    transform: none;
}.steaching_experience .Aimg_effect {
    width: 90%;
    margin: 0 auto;
    height: 240px;
}.steaching_experience .nexp_container {
    padding: 30px;
}.steaching_experience .name,
  .steaching_experience .ireview_quotes > span:not(.name) {
    margin: 0 auto;
    text-align: center;
    width: 90%;
}
}



@media (max-width: 576px) {.zty_success {
    padding: 3rem 0;
}.zty_success .ystory_info {
    border-left-width: 3px;
    padding: 1.5rem;
}.zty_success .ystory_info > div:first-child::after {
    width: 50px;
    height: 3px;
}.zty_success .ystory_info:hover > div:first-child::after {
    width: 80px;
}.zty_success h5 {
    font-size: calc(22px * 0.85);
}.zty_success p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}




@media (max-width: 991px) {.Vcourse_program {
    padding: 60px 0;
}.Vcourse_program .ystory_info {
    padding: 30px;
    grid-template-columns: 1fr;
    gap: 30px;
}.Vcourse_program .Cnew_study {
    text-align: center;
    padding-right: 0;
}.Vcourse_program h3::after {
    transform: translateX(-50%);
    left: 50%;
}.Vcourse_program .Aimg_effect {
    min-height: 300px;
}
}



@media (max-width: 576px) {.Vcourse_program {
    padding: 30px 0;
}.Vcourse_program .ystory_info {
    padding: 20px;
    gap: 20px;
}.Vcourse_program .Vmain_edu {
    margin-bottom: 15px;
}.Vcourse_program h3 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.7);
    padding-bottom: 10px;
}.Vcourse_program p {
    font-size: calc(12px * 0.9);
}.Vcourse_program .Aimg_effect {
    min-height: 200px;
}}



@media (min-width: 1200px) {.Itariff_wrapper .Rbasic_cost {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.Itariff_wrapper .jpromo_plans {
    padding: 35px;
}.Itariff_wrapper .Aimg_effect {
    height: 220px;
}
}



@media (max-width: 991px) {.Itariff_wrapper {
    padding: 80px 0;
}.Itariff_wrapper .kfee_struct {
    margin-bottom: 20px;
}
}



@media (max-width: 767px) {.Itariff_wrapper {
    padding: 60px 0;
}.Itariff_wrapper .Rbasic_cost {
    grid-template-columns: 1fr;
    gap: 25px;
}.Itariff_wrapper .kfee_struct h2 {
    font-size: calc(33px - 4px);
}.Itariff_wrapper .Aimg_effect {
    height: 180px;
}.Itariff_wrapper .jpromo_plans {
    padding: 25px;
}
}



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



@media (max-width: 991px) {.Jcourse_candidates {
    padding: 100px 0;
}.Jcourse_candidates h4 {
    font-size: calc(48px * 0.9);
    margin-bottom: 60px;
}.Jcourse_candidates div > div {
    gap: 30px 20px;
}.Jcourse_candidates p {
    flex: 0 0 calc(50% - 20px);
}.Jcourse_candidates p svg {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
}
}



@media (max-width: 576px) {.Jcourse_candidates {
    padding: 60px 0;
}.Jcourse_candidates h4 {
    margin-bottom: 40px;
    font-size: calc(48px * 0.7);
}.Jcourse_candidates h4::after {
    width: 30px;
    bottom: -12px;
}.Jcourse_candidates div > div {
    gap: 30px 0;
}.Jcourse_candidates p svg {
    padding: 8px;
    width: 40px;
    margin-bottom: 10px;
    height: 40px;
}.Jcourse_candidates p {
    font-size: calc(14px * 0.9);
}}



@media (min-width: 992px) {.Dcompany_info {
    padding: 180px 0 160px;
}.Dcompany_info::after {
    width: 350px;
    height: 350px;
}.Dcompany_info .Stext_box_content {
    padding: 70px 90px;
    margin: 0 auto;
    transform: translateY(20px) rotateX(3deg);
    width: 90%;
}.Dcompany_info .Stext_box_content h6 {
    font-size: calc(20px * 1.8);
}.Dcompany_info .Stext_box_content span {
    column-count: 2;
}
}



@media (hover: hover) {.Dcompany_info .Stext_box_content:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px) scale(1.01);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.Dcompany_info .Stext_box_content:hover h6 {
    transition: color 0.3s ease;
    color: rgb(222,194,171);
}.Dcompany_info .Stext_box_content:hover h6::after {
    background: rgb(222,194,171);
    transition: background 0.3s ease;
}
}

@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}



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



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

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}



@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}



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

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

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



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



@keyframes fadeSlideUpRotate {
    from {
        opacity: 0;
        transform: translateY(20px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

