* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.applayer-container {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}.apptop_train {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.appaward_show {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1128px;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.apptraining_specialist {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(213,199,219) 0%, rgb(145,112,178,0.5) 100%);
}.apptraining_specialist::before {
    opacity: 0.3;
    background: rgb(190,152,200,0.5);
    height: 40%;
    animation: floating 15s ease-in-out infinite;
    width: 40%;
    content: "";
    position: absolute;
    right: -5%;
    transform-origin: center;
    filter: blur(60px);
    z-index: 0;
    top: -5%;
}.apptraining_specialist::after {
    opacity: 0.2;
    width: 30%;
    bottom: -5%;
    position: absolute;
    content: "";
    animation: floating 18s ease-in-out infinite reverse;
    left: -5%;
    filter: blur(50px);
    z-index: 0;
    transform-origin: center;
    height: 30%;
    background: rgb(145,112,178,0.5);
}.apptraining_specialist .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}.apptraining_specialist .applearner_review {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    transform: perspective(1000px) rotateX(2deg);
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
    grid-template-columns: 1fr;
    gap: 2rem;
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    display: grid;
    border-radius: 4px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
}.apptraining_specialist .applearner_review:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.apptraining_specialist .applearner_review > div:first-child {
    position: relative;
    max-width: 280px;
    margin: 0 auto;
    width: 100%;
}.apptraining_specialist .applearner_review .applightbox_img {
    overflow: hidden;
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    transform: translateZ(30px);
    height: 280px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 100%;
}.apptraining_specialist .applearner_review .applightbox_img::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(190,152,200), 0.2) 100%
    );
    top: 0;
    position: absolute;
}.apptraining_specialist .applearner_review .applightbox_img::after {
    width: 120%;
    height: 120%;
    transition: opacity 0.5s ease;
    left: -10%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
    position: absolute;
    z-index: 2;
    top: -10%;
    opacity: 0;
    content: "";
}.apptraining_specialist .applearner_review .applightbox_img:hover::after {
    opacity: 1;
}.apptraining_specialist .applearner_review > div:nth-child(2) {
    text-align: center;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
    opacity: 0;
}.apptraining_specialist .applearner_review .name {
    font-weight: 700;
    font-size: 19px;
    color: #000000;
    margin-bottom: 0.5rem;
    display: inline-block;
    position: relative;
}.apptraining_specialist .applearner_review .name::after {
    border-radius: 1px;
    transform: translateX(-50%);
    bottom: -8px;
    position: absolute;
    content: "";
    height: 3px;
    left: 50%;
    width: 40px;
    background: rgb(190,152,200);
}.apptraining_specialist .applearner_review > div:nth-child(2) > div {
    margin-top: 1rem;
    color: rgb(145,112,178);
    font-size: calc(13px - 0.1rem);
    font-weight: 600;
}.apptraining_specialist .applearner_review > div:nth-child(3) {
    opacity: 0;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
}.apptraining_specialist .applearner_review .appjob_milestones {
    font-size: 13px;
    position: relative;
    line-height: 1.7;
    color: #000000;
    padding-left: 1.5rem;
    border-left: 3px solid rgb(190,152,200,0.5);
    margin: 0;
}.apptraining_specialist .applearner_review .appjob_milestones::before {
    font-family: Georgia, serif;
    position: absolute;
    top: -20px;
    opacity: 0.2;
    color: rgb(190,152,200,0.5);
    left: -15px;
    font-size: 5rem;
    content: "";
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@media (min-width: 768px) {.apptraining_specialist {
    padding: 7rem 0;
}.apptraining_specialist .applearner_review {
    grid-template-columns: 280px 1fr;
    padding: 3rem;
    column-gap: 3rem;
    grid-template-rows: auto 1fr;
    row-gap: 1.5rem;
}.apptraining_specialist .applearner_review > div:first-child {
    grid-row: 1 / span 2;
}.apptraining_specialist .applearner_review > div:nth-child(2) {
    text-align: left;
    align-self: flex-end;
}.apptraining_specialist .applearner_review .name::after {
    left: 0;
    transform: none;
}
}

@media (min-width: 992px) {.apptraining_specialist .applearner_review {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.apptraining_specialist .applearner_review > div:first-child {
    max-width: 320px;
}.apptraining_specialist .applearner_review .applightbox_img {
    height: 350px;
}.apptraining_specialist .applearner_review .appjob_milestones {
    font-size: calc(13px + 0.05rem);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.apptraining_specialist {
    padding: 4rem 0;
}.apptraining_specialist .container {
    padding: 0 1rem;
}.apptraining_specialist .applearner_review {
    padding: 2rem;
}.apptraining_specialist .applearner_review .applightbox_img {
    height: 240px;
}}.appprivacy_fence {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(213,199,219), rgba(240, 240, 245, 0.7));
    overflow: hidden;
}.appprivacy_fence::before {
    width: 40%;
    background: linear-gradient(135deg, rgb(190,152,200,0.5), transparent);
    transform: rotate(-15deg) skew(15deg);
    height: 70%;
    top: -10%;
    right: -5%;
    opacity: 0.07;
    z-index: 0;
    position: absolute;
    content: '';
}.appprivacy_fence::after {
    left: -5%;
    height: 60%;
    content: '';
    opacity: 0.05;
    z-index: 0;
    width: 45%;
    bottom: -10%;
    background: linear-gradient(225deg, rgb(145,112,178,0.5), transparent);
    transform: rotate(12deg) skew(-12deg);
    position: absolute;
}.appprivacy_fence .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 1;
}.appprivacy_fence h1 {
    line-height: 1.2;
    transform: translateX(-0.5rem);
    letter-spacing: -0.02em;
    font-size: calc(47px * 1.1);
    margin-bottom: 2.5rem;
    font-weight: 600;
    position: relative;
    color: rgb(190,152,200);
}.appprivacy_fence h1::after {
    background: linear-gradient(90deg, rgb(145,112,178), transparent);
    content: '';
    bottom: -0.8rem;
    position: absolute;
    height: 3px;
    left: 0;
    width: 4rem;
}.appprivacy_fence h2 {
    margin: 2.8rem 0 1.2rem;
    font-size: 38px;
    position: relative;
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
}.appprivacy_fence h2::before {
    top: 0.5rem;
    border-radius: 2px;
    bottom: 0.5rem;
    background: rgb(145,112,178);
    left: 0;
    opacity: 0.7;
    content: '';
    position: absolute;
    width: 4px;
}.appprivacy_fence h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 0.7rem;
    font-size: calc(38px * 0.85);
    font-weight: 400;
    margin: 2.5rem 0 1rem;
    color: #000000;
}.appprivacy_fence h4 {
    font-weight: 400;
    color: rgb(190,152,200);
    margin: 2.2rem 0 0.8rem;
    font-size: calc(38px * 0.75);
}.appprivacy_fence p {
    max-width: 48rem;
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 1.5rem;
}.appprivacy_fence ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}.appprivacy_fence li {
    margin-bottom: 1rem;
    font-size: 15px;
    padding-left: 1.8rem;
    position: relative;
    color: #000000;
    line-height: 1.6;
}.appprivacy_fence li::before {
    height: 0.5rem;
    width: 0.5rem;
    transform: rotate(45deg);
    background: rgb(145,112,178);
    content: '';
    position: absolute;
    top: 0.6rem;
    left: 0;
}.appprivacy_fence span {
    color: #000000;
    padding: 0.5rem 0 0;
    border-left: 2px solid rgba(0, 0, 0, 0.05);
    display: block;
    padding-left: 1.2rem;
    margin-bottom: 2rem;
    font-size: 15px;
    line-height: 1.7;
    font-style: italic;
}.appprivacy_fence strong {
    font-weight: 600;
    color: #000000;
}

@media (min-width: 768px) {.appprivacy_fence {
    padding: 5rem 3rem;
}.appprivacy_fence .container {
    padding: 0 2rem;
}.appprivacy_fence h1 {
    transform: translateX(-1rem);
    font-size: calc(47px * 1.2);
    margin-bottom: 3rem;
}.appprivacy_fence h1::after {
    width: 6rem;
    height: 4px;
}.appprivacy_fence h2 {
    margin: 3.5rem 0 1.5rem;
    padding-left: 1.2rem;
}.appprivacy_fence p {
    font-size: calc(15px * 1.05);
    line-height: 1.75;
}.appprivacy_fence ul {
    padding-left: 2rem;
}.appprivacy_fence li {
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.appprivacy_fence {
    padding: 6rem 2rem;
}.appprivacy_fence::before {
    width: 35%;
    height: 75%;
}.appprivacy_fence::after {
    height: 65%;
    width: 40%;
}.appprivacy_fence h1 {
    font-size: calc(47px * 1.3);
    margin-bottom: 3.5rem;
}.appprivacy_fence h2 {
    font-size: calc(38px * 1.1);
}.appprivacy_fence h2::before {
    width: 5px;
}.appprivacy_fence p, .appprivacy_fence li, .appprivacy_fence span {
    font-size: calc(15px * 1.1);
}.appprivacy_fence .container {
    padding: 0 3rem;
}.appprivacy_fence li::before {
    height: 0.6rem;
    width: 0.6rem;
}
}

@media (min-width: 1200px) {.appprivacy_fence {
    padding: 7rem 2rem;
}.appprivacy_fence h1 {
    font-size: calc(47px * 1.4);
}.appprivacy_fence h1::after {
    width: 8rem;
}.appprivacy_fence .container {
    max-width: 1200px;
}
}

@media (hover: hover) {.appprivacy_fence li:hover::before {
    transform: rotate(135deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
}

@media (prefers-reduced-motion: reduce) {.appprivacy_fence *,
    .appprivacy_fence *::before,
    .appprivacy_fence *::after {
    transition: none !important;
    animation: none !important;
}}.apppopupPrivacySettings {
    z-index: 90;
    border-top: 2px solid rgb(190,152,200);
    position: fixed;
    width: 100%;
    background: rgb(213,199,219);
    bottom: 0;
}.appuser_choices {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}#appprivacyModalWindow {
    display: none;
}#appprivacyModalWindow:checked ~ .apppopupPrivacySettings {
    visibility: hidden;
    opacity: 0;
}.apppopupPrivacySettings h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.apppopupPrivacySettings p {
    font-size: 18px;
}.appcookie_check {
    margin-right: 10px;
    flex-shrink: 0;
}.appcookie_check svg, .appcookie_check svg path, .appcookie_check img {
    fill: rgb(190,152,200);
    height: 100px;
    width: 100px;
}.appvisitor_confirm {
    margin-left: 10px;
    border-bottom: 2px solid rgb(190,152,200);
    font-size: 24px;
    white-space: nowrap;
    text-decoration: none;
    min-width: 120px;
    cursor: pointer;
    color: rgb(190,152,200);
    line-height: 35px;
    flex-shrink: 0;
    text-align: center;
}.apppopupPrivacySettings p a {
    color: rgb(190,152,200);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.apppopupPrivacySettings {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.appcookie_check {
    display: none;
}.appuser_choices {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.apppopupPrivacySettings h5 {
    text-align: center;
}.apppopupPrivacySettings p {
    text-align: center;
}.appuser_alert {
    margin-bottom: 20px;
}body .applayer-container .appvisitor_confirm {
    margin-left: 0;
    margin-bottom: 10px;
}}
.applayer-container .apppopupPrivacySettings {
    background: #ffffff;
    box-shadow: rgb(190,152,200,0.5) 0px 0px 40px 39px;
    border: none;
}.applayer-container .appvisitor_confirm {
    margin-left: 30px;
    color: #ffffff;
    background: rgb(190,152,200);
    font-size: 20px;
    padding: 10px;
    font-weight: 400;
    border: none;
}.applayer-container .appcookie_check {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:rgb(190,152,200);
}.applayer-container .appcookie_check svg, .applayer-container .appcookie_check svg path, .applayer-container .appcookie_check img {
    fill:#000000;
    width: 40px;
    height: 40px;
}.applayer-container .appuser_alert h5, .applayer-container .appuser_alert p {
    color: #000000;
}
@media only screen and (max-width: 800px){.applayer-container .appcookie_check {
    margin: 0;
    margin-bottom: 14px;
}}header {
    width: 100%;
    position: relative;
    z-index: 100;
    background: linear-gradient(135deg, rgb(190,152,200,0.5), rgb(145,112,178,0.5));
    padding: 0;
}header::before {
    width: 100%;
    content: '';
    top: 0;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
}header .container {
    margin: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 0 2%;
}header .appmain_mainwrap {
    flex-direction: column;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    margin: 1rem 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.5rem 0;
    overflow: hidden;
}header .appmain_mainwrap::before {
    background: linear-gradient(to right, rgb(190,152,200), rgb(145,112,178));
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    height: 5px;
}header .apppage_nav {
    text-decoration: none;
    padding: 0 0 1rem 0;
    position: relative;
    display: flex;
    justify-content: center;
}header .apppage_nav::after {
    height: 1px;
    width: 60%;
    position: absolute;
    content: '';
    background: linear-gradient(to right, transparent, rgb(190,152,200,0.5), rgb(145,112,178,0.5), rgb(190,152,200,0.5), transparent);
    left: 20%;
    bottom: 0;
}header .apppage_nav svg {
    transition: all 0.3s ease;
    height: auto;
    width: 180px;
}header .apppage_nav:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}header .appnav_sitewrap {
    flex-wrap: wrap;
    display: flex;
    max-width: 90%;
    width: 100%;
    gap: 0.7rem;
    justify-content: center;
    padding: 1rem 2rem 0;
}header .appheader_train {
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    text-decoration: none;
    background: linear-gradient(to bottom, #ffffff, rgb(213,199,219));
    color: #000000;
    padding: 0.7rem 1.3rem;
    border-radius: 10px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-size: 16px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}header .appheader_train::before {
    position: absolute;
    bottom: 0;
    z-index: -1;
    transition: height 0.3s ease;
    content: '';
    height: 0;
    background: linear-gradient(to top, rgb(190,152,200,0.5), transparent);
    width: 100%;
    left: 0;
}header .appheader_train:hover {
    transform: translateY(-3px);
    color: rgb(190,152,200);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .appheader_train:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .appmain_mainwrap {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .apppage_nav {
    padding: 0 0 0.8rem 0;
}header .apppage_nav svg {
    width: 160px;
}header .appnav_sitewrap {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .appheader_train {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .appmain_mainwrap {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .apppage_nav {
    padding: 0 0 0.7rem 0;
}header .apppage_nav svg {
    width: 140px;
}header .appnav_sitewrap {
    max-width: 95%;
    padding: 0.7rem 1rem 0;
    gap: 0.5rem;
}header .appheader_train {
    padding: 0.5rem 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header .appmain_mainwrap {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .apppage_nav {
    padding: 0 0 0.6rem 0;
}header .apppage_nav svg {
    width: 120px;
}header .appnav_sitewrap {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.6rem 0.5rem 0;
}header .appnav_sitewrap::-webkit-scrollbar {
    height: 3px;
}header .appnav_sitewrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(190,152,200);
}header .appheader_train {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 3px;
}}.appcourse_program {
    background: linear-gradient(135deg, rgb(213,199,219) 0%, rgba(250, 250, 255, 0.95) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.appcourse_program::before {
    height: 100%;
    position: absolute;
    transform: translateX(30%) skewX(-15deg);
    right: 0;
    top: 0;
    opacity: 0.1;
    width: 40%;
    z-index: 0;
    background: linear-gradient(45deg, transparent, rgb(145,112,178,0.5), transparent);
    content: "";
}.appcourse_program::after {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 5px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(190,152,200) 0%, transparent 100%);
    content: "";
}.appcourse_program .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.appcourse_program h2 {
    position: relative;
    font-size: calc(36px * 1.05);
    color: #000000;
    opacity: 0;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    transform: translateX(-2rem);
    margin-bottom: 3rem;
    font-weight: 700;
}.appcourse_program h2::after {
    background: rgb(190,152,200);
    width: 6rem;
    position: absolute;
    animation: expandLine 1.2s ease-out 0.7s forwards;
    bottom: -0.8rem;
    content: "";
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    height: 3px;
}.appcourse_program .appprogram_path {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    opacity: 0;
    animation: fadeUpContent 1s ease-out 0.5s forwards;
    display: grid;
    transform: translateY(2rem);
}.appcourse_program .applightbox_img {
    transition: transform 0.5s ease-out;
    height: 320px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(3deg);
    position: relative;
    width: 100%;
}.appcourse_program .applightbox_img::before {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(145,112,178,0.5) 100%
    );
    left: 0;
    position: absolute;
}.appcourse_program .applightbox_img::after {
    width: 20px;
    background: rgb(190,152,200);
    position: absolute;
    transform: translateX(-20px);
    top: 0;
    content: "";
    opacity: 0;
    height: 100%;
    left: 0;
    transition: all 0.5s ease-out;
}.appcourse_program .applightbox_img:hover {
    transform: perspective(1000px) rotateX(0deg);
}.appcourse_program .applightbox_img:hover::after {
    transform: translateX(0);
    opacity: 0.7;
}.appcourse_program .apptext_content_box {
    overflow-y: auto;
    padding-right: 1.5rem;
    scrollbar-width: thin;
    scrollbar-color: rgb(190,152,200) transparent;
    max-height: 400px;
}.appcourse_program .apptext_content_box::-webkit-scrollbar {
    width: 6px;
}.appcourse_program .apptext_content_box::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.appcourse_program .apptext_content_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(190,152,200);
}.appcourse_program .description {
    padding-left: 1rem;
    font-size: 15px;
    margin-bottom: 1.5rem;
    color: #000000;
    border-left: 2px solid rgb(190,152,200,0.5);
    line-height: 1.7;
    position: relative;
}.appcourse_program .description:first-of-type::first-letter {
    color: rgb(190,152,200);
    font-size: 3.5rem;
    float: left;
    font-weight: 700;
    margin-right: 0.8rem;
    line-height: 0.8;
}.appcourse_program .description:last-of-type {
    padding-top: 1.5rem;
    position: relative;
}.appcourse_program .description:last-of-type::before {
    height: 1px;
    width: 80%;
    background: linear-gradient(90deg, rgb(145,112,178,0.5) 0%, transparent 100%);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}

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

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

@keyframes fadeUpContent {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.appcourse_program {
    padding: 8rem 0;
}.appcourse_program h2 {
    font-size: calc(36px * 1.1);
    max-width: 80%;
    margin-bottom: 4rem;
}.appcourse_program .appprogram_path {
    grid-template-columns: 45% 1fr;
    gap: 4rem;
    align-items: flex-start;
}.appcourse_program .applightbox_img {
    top: 2rem;
    position: sticky;
    height: 450px;
}.appcourse_program .apptext_content_box {
    max-height: 600px;
}
}

@media (min-width: 1024px) {.appcourse_program {
    padding: 10rem 0;
}.appcourse_program::before {
    width: 60%;
}.appcourse_program h2 {
    font-size: calc(36px * 1.2);
    max-width: 70%;
}.appcourse_program .appprogram_path {
    grid-template-columns: 40% 1fr;
    gap: 5rem;
}.appcourse_program .applightbox_img {
    height: 500px;
}.appcourse_program .description {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.appcourse_program {
    padding: 4rem 0;
}.appcourse_program h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2rem;
}.appcourse_program .applightbox_img {
    margin-bottom: 1rem;
    height: 250px;
}.appcourse_program .apptext_content_box {
    max-height: 350px;
}.appcourse_program .description:first-of-type::first-letter {
    font-size: 2.5rem;
}}.apppricing_plan_card {
    overflow: hidden;
    background: rgb(213,199,219);
    position: relative;
    padding: 120px 0;
}.apppricing_plan_card::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
}.apppricing_plan_card .container {
    z-index: 1;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.apppricing_plan_card .appbasic_cost {
    grid-template-columns: 1fr;
    gap: 60px;
    display: grid;
}.apppricing_plan_card .appplan_details {
    animation: fadeSlideUp 0.8s forwards 0.2s;
    opacity: 0;
    transform: translateY(20px);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}.apppricing_plan_card .appplan_details h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
}.apppricing_plan_card .appplan_details h2::after {
    left: 50%;
    bottom: -10px;
    position: absolute;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(190,152,200), rgb(145,112,178));
    height: 3px;
}.apppricing_plan_card .apppay_plans {
    font-size: calc(17px + 0.1rem);
    color: #000000;
    margin-top: 30px;
    line-height: 1.6;
}.apppricing_plan_card .applearning_package {
    transform: translateY(30px);
    gap: 30px;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    margin-top: 20px;
    opacity: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.apppricing_plan_card .apppricing_levels {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    text-decoration: none;
    color: inherit;
    will-change: transform;
    z-index: 1;
    display: block;
}.apppricing_plan_card .apppricing_levels:hover {
    transform: translateY(-10px) scale(1.02);
}.apppricing_plan_card .apppay_options {
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    min-height: 420px;
    flex-direction: column;
    border-radius: 17px;
}.apppricing_plan_card .apppricing_levels:hover .apppay_options {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.apppricing_plan_card .apppricing_levels:nth-child(odd) .apppay_options::before {
    background: rgb(190,152,200);
    left: 0;
    top: 0;
    transform-origin: bottom;
    position: absolute;
    width: 5px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleY(0);
    height: 100%;
}.apppricing_plan_card .apppricing_levels:nth-child(even) .apppay_options::before {
    transform: scaleY(0);
    height: 100%;
    background: rgb(145,112,178);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
}.apppricing_plan_card .apppricing_levels:hover .apppay_options::before {
    transform: scaleY(1);
}.apppricing_plan_card .apptuition_table {
    flex: 1;
    z-index: 1;
    flex-direction: column;
    padding: 40px 30px;
    display: flex;
    position: relative;
}.apppricing_plan_card .apptuition_table h3 {
    display: inline-block;
    font-weight: 700;
    font-size: calc(18px + 0.2rem);
    position: relative;
    color: #000000;
    transition: color 0.3s ease;
    margin-bottom: 15px;
}.apppricing_plan_card .apppricing_levels:hover .apptuition_table h3 {
    color: rgb(190,152,200);
}.apppricing_plan_card .apppricing_levels:nth-child(even):hover .apptuition_table h3 {
    color: rgb(145,112,178);
}.apppricing_plan_card .apppricing_fees {
    font-size: calc(18px + 0.5rem);
    font-weight: 700;
    display: inline-block;
    color: rgb(190,152,200);
    position: relative;
    margin: 10px 0 20px;
    padding-bottom: 10px;
}.apppricing_plan_card .apppricing_levels:nth-child(even) .apppricing_fees {
    color: rgb(145,112,178);
}.apppricing_plan_card .apppricing_fees::after {
    bottom: 0;
    left: 0;
    width: 40px;
    content: "";
    position: absolute;
    opacity: 0.6;
    background: currentColor;
    height: 3px;
}.apppricing_plan_card .apptuition_table p {
    color: #000000;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    word-wrap: break-word;
    margin-top: auto;
    font-size: 17px;
}.apppricing_plan_card .applightbox_img {
    height: 200px;
    transition: transform 0.5s ease;
    transform-origin: center;
    width: 100%;
    position: relative;
}.apppricing_plan_card .apppricing_levels:hover .applightbox_img {
    transform: scale(1.05);
}.apppricing_plan_card .applightbox_img::after {
    position: absolute;
    transition: opacity 0.4s ease;
    height: 40%;
    opacity: 0;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    bottom: 0;
}.apppricing_plan_card .apppricing_levels:hover .applightbox_img::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.apppricing_plan_card .appbasic_cost {
    grid-template-columns: 1fr;
}.apppricing_plan_card .applearning_package {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}
}

@media (min-width: 992px) {.apppricing_plan_card {
    padding: 150px 0;
}.apppricing_plan_card .appbasic_cost {
    grid-template-columns: 1fr;
    gap: 80px;
}.apppricing_plan_card .applearning_package {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.apppricing_plan_card .apppay_options {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.apppricing_plan_card .applearning_package {
    gap: 40px;
}
}

@media (max-width: 767px) {.apppricing_plan_card {
    padding: 80px 0;
}.apppricing_plan_card .appplan_details h2 {
    font-size: calc(32px - 0.4rem);
}.apppricing_plan_card .apppay_plans {
    font-size: 17px;
}.apppricing_plan_card .apptuition_table {
    padding: 30px 20px;
}.apppricing_plan_card .apppay_options {
    min-height: 400px;
}.apppricing_plan_card .applightbox_img {
    height: 160px;
}
}

@media (max-width: 480px) {.apppricing_plan_card {
    padding: 60px 0;
}.apppricing_plan_card .appbasic_cost {
    gap: 40px;
}.apppricing_plan_card .applearning_package {
    gap: 25px;
}.apppricing_plan_card .apptuition_table h3 {
    font-size: 18px;
}.apppricing_plan_card .apppricing_fees {
    font-size: 18px;
}.apppricing_plan_card .apptuition_table p {
    font-size: calc(17px - 0.1rem);
}}.apptitle_welcome {
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: linear-gradient(145deg, rgb(190,152,200,0.5), rgb(145,112,178), rgba(0, 0, 0, 0.5));
    position: relative;
}.apptitle_welcome::before {
    pointer-events: none;
    top: 0;
    width: 100%;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 40%);
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
}.apptitle_welcome::after {
    filter: blur(40px);
    height: 60%;
    background: radial-gradient(ellipse, rgb(190,152,200,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    opacity: 0.6;
    z-index: 0;
    width: 60%;
    transform: rotate(-15deg);
    right: -5%;
    bottom: -10%;
}.appedu_main {
    grid-template-columns: 1fr;
    width: 92%;
    z-index: 2;
    gap: 3rem;
    padding: 3rem 0;
    position: relative;
    max-width: 1200px;
    display: grid;
    perspective: 1000px;
}.appedu_main > div:first-child {
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
    opacity: 0;
    position: relative;
}.appedu_main > div:last-child {
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}.apptitle_welcome h3 {
    font-family: Arial, sans-serif;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    letter-spacing: 0.02em;
    line-height: 1.4;
    position: relative;
    color: #ffffff;
    transform-origin: center;
    background: rgba(255, 255, 255, 0.1);
    font-size: calc(21px * 0.95);
    padding: 1.5rem 2rem;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0;
    backdrop-filter: blur(8px);
}.apptitle_welcome h3::before {
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(190,152,200,0.5) 0%, transparent 100%);
    opacity: 0.3;
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
}.apptitle_welcome h3::after {
    width: 90%;
    height: 5px;
    filter: blur(2px);
    background: linear-gradient(90deg, transparent, rgb(145,112,178), transparent);
    bottom: -5px;
    position: absolute;
    content: "";
    left: 5%;
}.apptitle_welcome .apptraining_pro {
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.08);
}.apptitle_welcome .apptraining_pro:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.apptitle_welcome .apptraining_pro::before {
    background: linear-gradient(45deg, rgb(190,152,200), rgb(145,112,178));
    opacity: 0.4;
    left: -5px;
    content: "";
    z-index: -1;
    bottom: -5px;
    right: -5px;
    position: absolute;
    filter: blur(15px);
    transform: translateZ(-10px);
    top: -5px;
}.apptitle_welcome h1 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    letter-spacing: -0.02em;
    margin: 0 0 2rem;
    font-size: calc(39px * 1.1);
    font-weight: 700;
    position: relative;
    animation: fadeTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    color: #ffffff;
    display: inline-block;
    transform: translateY(10px);
    line-height: 1.2;
}.apptitle_welcome h1::after {
    transform-origin: left;
    height: 3px;
    bottom: -10px;
    animation: growLine 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards;
    left: 0;
    position: absolute;
    content: "";
    width: 40%;
    transform: scaleX(0);
    background: rgb(145,112,178);
}.apptitle_welcome .apptraining_pro > div {
    clip-path: polygon(0 0, 100% 5%, 98% 100%, 2% 95%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    margin-top: 2rem;
    min-height: 180px;
    display: flex;
    position: relative;
    height: auto;
    opacity: 0;
    align-items: flex-end;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    overflow: hidden;
}.apptitle_welcome .apptraining_pro > div::before {
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8));
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    height: 100%;
}.apptitle_welcome p {
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0;
    padding: 1.5rem;
    z-index: 2;
    width: 100%;
    animation: fadeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
    font-size: calc(13px * 1.1);
    transform: translateY(10px);
    margin: 0;
    position: relative;
    color: #ffffff;
    font-weight: 400;
}

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

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

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

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

@media (min-width: 768px) {.appedu_main {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.apptitle_welcome h3 {
    padding: 2rem 2.5rem;
    display: flex;
    font-size: 21px;
    align-items: center;
    height: 100%;
}.apptitle_welcome .apptraining_pro {
    padding: 3rem;
}.apptitle_welcome h1 {
    margin: 0 0 2.5rem;
    font-size: 39px;
}.apptitle_welcome .apptraining_pro > div {
    min-height: 240px;
}
}

@media (min-width: 992px) {.appedu_main {
    gap: 5rem;
}.apptitle_welcome h3 {
    padding: 2.5rem 3rem;
    font-size: calc(21px * 1.1);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.apptitle_welcome .apptraining_pro {
    padding: 3.5rem;
    transform: perspective(1200px) rotateX(3deg);
}.apptitle_welcome h1 {
    font-size: calc(39px * 1.2);
}.apptitle_welcome .apptraining_pro > div {
    min-height: 280px;
}.apptitle_welcome p {
    font-size: calc(13px * 1.2);
    padding: 2rem;
}
}

@media (min-width: 1200px) {.appedu_main {
    max-width: 1400px;
}.apptitle_welcome h3 {
    font-size: calc(21px * 1.15);
}.apptitle_welcome .apptraining_pro {
    padding: 4rem;
}.apptitle_welcome h1 {
    font-size: calc(39px * 1.3);
}.apptitle_welcome .apptraining_pro > div {
    min-height: 320px;
}
}

@media (max-width: 767px) {.apptitle_welcome {
    padding: 4rem 0;
}.appedu_main {
    gap: 2.5rem;
}.apptitle_welcome h3 {
    padding: 1.25rem 1.5rem;
}.apptitle_welcome .apptraining_pro {
    padding: 1.5rem;
}.apptitle_welcome h1 {
    font-size: calc(33px * 1.1);
    margin-bottom: 1.5rem;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.95;
    background: rgb(190,152,200);
    z-index: -2;
}footer::after {
    right: 0;
    position: absolute;
    z-index: -1;
    content: "";
    background-size: 50px 50px;
    top: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(145,112,178) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(145,112,178) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(145,112,178) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(145,112,178) 1px, transparent 1px);
    opacity: 0.1;
    left: 0;
}.appaward_show {
    color: #ffffff;
    position: relative;
    padding: 4rem 0 2rem;
}.appaward_show::before {
    background: rgb(145,112,178);
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
}.appaward_show::after {
    content: "";
    left: 0;
    position: absolute;
    height: 8px;
    background-image: 
        linear-gradient(90deg, 
            rgb(145,112,178) 0px, rgb(145,112,178) 10px,
            transparent 10px, transparent 15px,
            rgb(145,112,178) 15px, rgb(145,112,178) 30px,
            transparent 30px, transparent 35px,
            rgb(145,112,178) 35px, rgb(145,112,178) 40px,
            transparent 40px, transparent 60px,
            rgb(145,112,178) 60px, rgb(145,112,178) 70px,
            transparent 70px, transparent 80px,
            rgb(145,112,178) 80px, rgb(145,112,178) 90px,
            transparent 90px, transparent 110px,
            rgb(145,112,178) 110px, rgb(145,112,178) 120px,
            transparent 120px, transparent 140px
        );
    top: 3px;
    background-repeat: repeat-x;
    width: 100%;
    opacity: 0.5;
}.appaward_show .container {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}.appaward_show .company_holder {
    position: relative;
    border-radius: 26px;
    flex: 1 1 400px;
    padding: 0;
}.appaward_show .company_holder::before {
    top: 0;
    background-size: 50px 50px;
    opacity: 0.1;
    content: "";
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(145,112,178) 25px, rgb(145,112,178) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(145,112,178) 25px, rgb(145,112,178) 26px, transparent 27px, transparent 49px);
    width: 100%;
    border-radius: 26px;
    position: absolute;
    height: 100%;
    left: 0;
}.appaward_show .company_holder h3 {
    font-weight: 700;
    position: relative;
    background: rgb(145,112,178);
    font-size: 37px;
    color: #ffffff;
    padding: 1.5rem 2rem;
    margin: 0;
    border-top-right-radius: 26px;
    border-top-left-radius: 26px;
}.appaward_show .company_holder h3::after {
    width: 10px;
    background: #ffffff;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    position: absolute;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    content: "";
    height: 10px;
    border-radius: 50%;
}.appaward_show .appaccess_cta {
    border-bottom-left-radius: 26px;
    color: #ffffff;
    font-size: 17px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-bottom-right-radius: 26px;
    position: relative;
    line-height: 1.6;
}.appaward_show .appaccess_cta::before {
    opacity: 0.6;
    position: absolute;
    width: 20px;
    top: 2rem;
    content: "";
    left: -10px;
    background: rgb(145,112,178);
    border-radius: 50%;
    height: 20px;
}.appaward_show .appaccess_cta::after {
    height: 20px;
    background: rgb(145,112,178);
    width: 20px;
    bottom: 2rem;
    position: absolute;
    content: "";
    opacity: 0.6;
    right: -10px;
    border-radius: 50%;
}.appaward_show .applicense_cta {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.appaward_show .apphead_sitebar {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.appaward_show .appnav_sitewrap {
    overflow: hidden;
    flex: 1 1 calc(50% - 1.5rem);
    position: relative;
    min-width: 200px;
    border-radius: 26px;
}.appaward_show .appnav_sitewrap::before {
    z-index: -1;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    content: "";
    right: 0;
    border-radius: 26px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}.appaward_show .appnav_sitewrap h5 {
    position: relative;
    align-items: center;
    color: #ffffff;
    display: flex;
    background: rgb(145,112,178);
    font-size: 20px;
    padding: 1rem 1.5rem;
    margin: 0;
    font-weight: 600;
}.appaward_show .appnav_sitewrap h5::before {
    content: "";
    margin-right: 10px;
    width: 8px;
    background: #ffffff;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
}.appaward_show .appnav_sitewrap h5::after {
    top: 50%;
    background: #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 6px;
    right: 15px;
    position: absolute;
    height: 6px;
    content: "";
}.appaward_show .appnav_sitewrap .apphead_sitebar {
    background: rgba(255, 255, 255, 0.05);
    gap: 2px;
    padding: 1.5rem;
    flex-direction: column;
    display: flex;
}.appaward_show .appnav_sitewrap .apphead_sitebar a {
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: block;
    padding: 0.8rem 1rem 0.8rem 2rem;
}.appaward_show .appnav_sitewrap .apphead_sitebar a::before {
    background: rgb(145,112,178);
    left: 0.7rem;
    position: absolute;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
    content: "";
    top: 50%;
}.appaward_show .appnav_sitewrap .apphead_sitebar a:hover {
    background: rgba(255, 255, 255, 0.1);
}.appaward_show .appnav_sitewrap .apphead_sitebar a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}.appsample_docs {
    position: relative;
    padding: 2rem 0;
    background: rgb(145,112,178);
    margin-top: 2.5rem;
}.appsample_docs::before {
    height: 5px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(190,152,200) 20px, rgb(190,152,200) 40px,
            transparent 40px, transparent 60px,
            rgb(190,152,200) 60px, rgb(190,152,200) 80px,
            transparent 80px, transparent 100px,
            rgb(190,152,200) 100px, rgb(190,152,200) 120px
        );
    content: "";
    top: -5px;
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
    position: absolute;
}.appsample_docs .container {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}.appsample_docs .container::before,
.appsample_docs .container::after {
    content: "";
    background: rgb(190,152,200);
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 15px;
    top: 50%;
    height: 15px;
}.appsample_docs .container::before {
    left: 15%;
}.appsample_docs .container::after {
    right: 15%;
}.appsample_docs .appslack_invite {
    text-align: center;
    font-size: 13px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    background: rgb(190,152,200);
}.appsample_docs .appslack_invite::before,
.appsample_docs .appslack_invite::after {
    content: "";
    background: rgb(190,152,200);
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    position: absolute;
    width: 50px;
}.appsample_docs .appslack_invite::before {
    right: 100%;
    margin-right: 15px;
}.appsample_docs .appslack_invite::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.appaward_show .container {
    gap: 2rem;
}.appaward_show .company_holder {
    flex: 1 1 350px;
}.appaward_show .applicense_cta {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.appaward_show .apphead_sitebar {
    gap: 2rem;
}.appsample_docs .container::before {
    left: 5%;
}.appsample_docs .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.appaward_show {
    padding: 3.5rem 0 1.5rem;
}.appaward_show .container {
    flex-direction: column;
    gap: 2.5rem;
}.appaward_show .company_holder,
    .appaward_show .applicense_cta {
    min-width: 100%;
    flex: 1 1 100%;
}.appaward_show .appnav_sitewrap {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.appsample_docs .container::before,
    .appsample_docs .container::after {
    display: none;
}
}

@media (max-width: 768px) {.appaward_show {
    padding: 3rem 0 1rem;
}.appaward_show .apphead_sitebar {
    gap: 1.5rem;
}.appaward_show .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(37px - 2px);
}.appaward_show .appaccess_cta {
    padding: 1.5rem;
}.appaward_show .appaccess_cta::before,
    .appaward_show .appaccess_cta::after {
    display: none;
}.appsample_docs {
    margin-top: 2rem;
}.appsample_docs .appslack_invite::before,
    .appsample_docs .appslack_invite::after {
    width: 30px;
}
}

@media (max-width: 576px) {.appaward_show {
    padding: 2.5rem 0 0.8rem;
}.appaward_show .appnav_sitewrap {
    min-width: 100%;
    flex: 1 1 100%;
}.appaward_show .apphead_sitebar {
    gap: 1rem;
}.appaward_show .appnav_sitewrap .apphead_sitebar a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.appaward_show .appnav_sitewrap .apphead_sitebar a::before {
    left: 0.6rem;
}.appsample_docs {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.appsample_docs .appslack_invite::before,
    .appsample_docs .appslack_invite::after {
    display: none;
}
}

@media (max-width: 420px) {.appaward_show::after {
    height: 5px;
    background-size: 100px 5px;
}.appaward_show .company_holder h3::after,
    .appaward_show .appnav_sitewrap h5::before,
    .appaward_show .appnav_sitewrap h5::after {
    display: none;
}.appaward_show .appnav_sitewrap h5 {
    padding: 0.8rem 1rem;
}.appaward_show .appnav_sitewrap .apphead_sitebar {
    padding: 1rem;
}.appsample_docs .appslack_invite {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}.appour_background {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 8rem 0 6rem;
}.appour_background::before {
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.75) 30%, 
        rgba(0, 0, 0, 0.6) 70%, 
        rgba(0, 0, 0, 0.85) 100%);
    position: absolute;
    left: 0;
}.appour_background::after {
    content: "";
    right: -50px;
    height: 200px;
    width: 200px;
    background: rgb(190,152,200);
    position: absolute;
    top: -50px;
    z-index: 2;
    filter: blur(50px);
    animation: float 10s infinite ease-in-out;
    opacity: 0.1;
    border-radius: 50%;
}.appour_background h4 {
    text-transform: uppercase;
    z-index: 5;
    margin-bottom: 2.5rem;
    text-align: center;
    letter-spacing: 2px;
    opacity: 0;
    font-size: calc(29px * 1.2);
    animation: fadeInUp 1s forwards 0.2s;
    position: relative;
    transform: translateY(20px);
    font-weight: 700;
    color: #ffffff;
}.appour_background h4::after {
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(190,152,200), rgb(145,112,178));
    bottom: -12px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 80px;
}.appour_background .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
    position: relative;
    width: 100%;
}.appour_background .apptext_content_box {
    transition: transform 0.5s ease-out;
    transform: translateY(30px);
    padding: 3rem;
    animation: fadeInUp 1s forwards 0.4s;
    border-left: 3px solid rgb(190,152,200);
    opacity: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}.appour_background .apptext_content_box:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}.appour_background .apptext_content_box::before {
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, 
        rgb(190,152,200,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(145,112,178,0.5) 100%);
    width: 100%;
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
}.appour_background h6 {
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 1px;
    color: rgb(190,152,200);
    transform: translateX(-10px);
    opacity: 0;
    animation: fadeInRight 0.8s forwards 0.6s;
    display: inline-block;
    font-weight: 700;
    font-size: calc(21px * 1.1);
}.appour_background h6::after {
    left: 0;
    bottom: -8px;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    transform: scaleX(0);
    width: 30px;
    transform-origin: left;
    background: rgb(145,112,178);
    content: "";
    animation: expandLine 0.6s forwards 1.2s;
}.appour_background .apptext_content_box div {
    position: relative;
    overflow: hidden;
}.appour_background .apptext_content_box span {
    margin-bottom: 1rem;
    text-align: justify;
    font-size: 14px;
    display: block;
    animation: fadeInUp 1s forwards 0.8s;
    transform: translateY(20px);
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    opacity: 0;
    line-height: 1.8;
}.appour_background .apptext_content_box span::first-letter {
    font-weight: 700;
    margin-right: 3px;
    color: rgb(145,112,178);
    font-size: 1.5em;
}

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

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

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(30px, -30px);
    }
    50% {
        transform: translate(60px, 0);
    }
    75% {
        transform: translate(30px, 30px);
    }
}

@media (max-width: 991px) {.appour_background {
    padding: 6rem 0 4rem;
}.appour_background h4 {
    font-size: calc(29px * 1.1);
}.appour_background .apptext_content_box {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.appour_background {
    padding: 4rem 0 3rem;
}.appour_background h4 {
    margin-bottom: 2rem;
    font-size: 29px;
}.appour_background h4::after {
    height: 2px;
    width: 60px;
}.appour_background .apptext_content_box {
    padding: 2rem;
}.appour_background h6 {
    font-size: 21px;
    margin-bottom: 1.2rem;
}.appour_background .apptext_content_box span {
    line-height: 1.7;
}
}

@media (max-width: 576px) {.appour_background {
    padding: 3rem 0 2rem;
}.appour_background h4 {
    margin-bottom: 1.5rem;
    font-size: calc(21px * 1.3);
}.appour_background h4::after {
    width: 50px;
}.appour_background .apptext_content_box {
    padding: 1.5rem;
    border-left-width: 2px;
}.appour_background h6 {
    margin-bottom: 1rem;
    font-size: calc(18px * 1.1);
}.appour_background .apptext_content_box span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.appcustomer_opinions {
    background: linear-gradient(135deg, 
        rgb(213,199,219) 0%, 
        rgb(145,112,178,0.5) 50%, 
        rgb(213,199,219) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.appcustomer_opinions::before {
    position: absolute;
    height: 100%;
    z-index: 0;
    left: 0;
    width: 100%;
    background: radial-gradient(ellipse at top right, 
        rgb(145,112,178,0.5) 0%, 
        transparent 70%);
    content: '';
    top: 0;
}.appcustomer_opinions::after {
    content: '';
    border-radius: 50%;
    background: radial-gradient(circle, 
        rgb(190,152,200,0.5) 0%, 
        transparent 70%);
    right: -5%;
    bottom: -5%;
    height: 35%;
    width: 35%;
    position: absolute;
    z-index: 0;
}.appcustomer_opinions h2.container {
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 4rem;
    font-size: 36px;
    z-index: 2;
    text-align: center;
    transform: perspective(1000px) translateZ(10px);
    position: relative;
    font-weight: 700;
}.appcustomer_opinions h2.container::after {
    height: 3px;
    transform: translateX(-50%);
    bottom: -15px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(190,152,200), 
        transparent);
    content: '';
    position: absolute;
    width: 80px;
    left: 50%;
}.appcustomer_opinions .container.appguide_bios {
    margin: 0 auto;
    max-width: 95%;
    z-index: 2;
    position: relative;
}.appcustomer_opinions .appreviews_hub {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    gap: 2.5rem;
}.appcustomer_opinions .applearner_review {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    transform: translateY(0);
    border-radius: 12px;
    padding: 2rem;
    z-index: 1;
    display: flex;
    position: relative;
    flex-direction: column;
}.appcustomer_opinions .applearner_review::before {
    left: 0;
    content: '';
    height: 100%;
    z-index: -1;
    width: 5px;
    background: linear-gradient(to bottom, rgb(190,152,200), rgb(145,112,178));
    position: absolute;
    top: 0;
}.appcustomer_opinions .applearner_review::after {
    z-index: -1;
    position: absolute;
    color: rgb(145,112,178,0.5);
    right: 20px;
    font-size: 8rem;
    font-family: Arial, sans-serif;
    top: -20px;
    content: '"';
    opacity: 0.15;
}.appcustomer_opinions .applearner_review:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.appcustomer_opinions .applearner_review h3 {
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    font-size: calc(20px + 0.1rem);
    position: relative;
}.appcustomer_opinions .applearner_review h3::after {
    content: '';
    height: 2px;
    background: rgb(190,152,200);
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
}.appcustomer_opinions .applearner_review:hover h3::after {
    width: 100%;
}.appcustomer_opinions .applearner_review .description {
    position: relative;
    font-size: 17px;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #000000;
    z-index: 1;
}.appcustomer_opinions .applearner_review div {
    transition: transform 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: auto;
    transform: translateZ(5px);
    overflow: hidden;
    width: 80px;
    border: 3px solid #ffffff;
    height: 80px;
    border-radius: 50%;
    align-self: flex-end;
}.appcustomer_opinions .applearner_review:hover div {
    transform: scale(1.05) translateZ(10px);
}.appcustomer_opinions .applearner_review div img {
    width: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
    height: 100%;
}.appcustomer_opinions .applearner_review:hover div img {
    transform: scale(1.1);
}.appcustomer_opinions .applearner_review:nth-child(odd) {
    animation: fadeInLeft 0.8s both;
    animation-delay: calc(0.1s * var(--i, 0));
}.appcustomer_opinions .applearner_review:nth-child(even) {
    animation: fadeInRight 0.8s both;
    animation-delay: calc(0.1s * var(--i, 0));
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(5px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(5px) rotate(-360deg);
    }
}

@media (max-width: 991px) {.appcustomer_opinions {
    padding: 4rem 0;
}.appcustomer_opinions h2.container {
    margin-bottom: 3rem;
    font-size: calc(36px - 0.15rem);
}.appcustomer_opinions .appreviews_hub {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}.appcustomer_opinions .applearner_review {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.appcustomer_opinions {
    padding: 3.5rem 0;
}.appcustomer_opinions h2.container {
    margin-bottom: 2.5rem;
    font-size: calc(36px - 0.25rem);
}.appcustomer_opinions .appreviews_hub {
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.appcustomer_opinions .applearner_review {
    padding: 1.5rem;
}.appcustomer_opinions .applearner_review div {
    width: 70px;
    height: 70px;
}
}

@media (max-width: 576px) {.appcustomer_opinions {
    padding: 3rem 0;
}.appcustomer_opinions h2.container {
    margin-bottom: 2rem;
    font-size: calc(36px - 0.35rem);
}.appcustomer_opinions .appreviews_hub {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.appcustomer_opinions .applearner_review {
    padding: 1.25rem;
}.appcustomer_opinions .applearner_review h3 {
    font-size: 20px;
}.appcustomer_opinions .applearner_review div {
    width: 60px;
    height: 60px;
}}.appstart_now {
    background: linear-gradient(135deg, rgb(190,152,200) 0%, rgb(145,112,178) 100%);
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    position: relative;
}.appstart_now::before {
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgb(190,152,200,0.5) 0px,
        rgb(190,152,200,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.1;
}.appstart_now::after {
    transform: translateZ(0);
    background: rgb(145,112,178);
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: -1;
    border-radius: 50%;
    bottom: -50px;
    position: absolute;
    width: 200px;
    opacity: 0.2;
    right: -50px;
    content: "";
    height: 200px;
}.appstart_now .container {
    justify-content: center;
    gap: 2.5rem;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    transform: translateZ(0);
    display: flex;
    align-items: center;
    max-width: 1140px;
}.appstart_now h6 {
    animation: slideInUp 0.8s ease-out forwards;
    position: relative;
    max-width: 800px;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
    margin: 0;
    font-weight: 600;
    transform: translateY(0);
    letter-spacing: 0.5px;
}.appstart_now h6::after {
    left: 50%;
    height: 2px;
    width: 50px;
    content: "";
    opacity: 0.7;
    background: #ffffff;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
}.appstart_now div div {
    display: flex;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    justify-content: center;
}.appstart_now div span {
    transform: perspective(1000px) rotateX(0);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.appstart_now div span:hover {
    transform: perspective(1000px) rotateX(10deg) translateY(-5px);
}.appstart_now .apphelp_card {
    z-index: 1;
    color: rgb(190,152,200);
    font-weight: 600;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.4s ease;
    font-size: 18px;
    padding: 15px 30px;
    overflow: hidden;
    position: relative;
}.appstart_now .apphelp_card::before {
    top: 0;
    width: 100%;
    left: -100%;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}.appstart_now .apphelp_card:hover {
    color: rgb(145,112,178);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}.appstart_now .apphelp_card:hover::before {
    left: 100%;
}.appstart_now .apphelp_card span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}.appstart_now .apphelp_card:hover span {
    transform: scale(1.05);
}.appstart_now .apphelp_card:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
}

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

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

@media (max-width: 991px) {.appstart_now {
    padding: 3.5rem 1.5rem;
}.appstart_now h6 {
    font-size: calc(19px - 2px);
}
}

@media (max-width: 767px) {.appstart_now {
    padding: 3rem 1rem;
}.appstart_now .container {
    gap: 2rem;
}.appstart_now h6 {
    font-size: calc(19px - 4px);
}.appstart_now .apphelp_card {
    padding: 12px 25px;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 575px) {.appstart_now {
    padding: 2.5rem 1rem;
}.appstart_now h6 {
    line-height: 1.5;
}.appstart_now h6::after {
    width: 40px;
    bottom: -10px;
}.appstart_now .apphelp_card {
    padding: 10px 20px;
}}.appgratefulPage {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,199,219) 0%, rgba(255,255,255,0.95) 100%);
    padding: 120px 0;
}.appgratefulPage::before {
    opacity: 0.07;
    left: 0;
    width: 100%;
    content: "";
    background-image: radial-gradient(circle at 20% 30%, rgb(190,152,200,0.5) 0%, transparent 40%),
                      radial-gradient(circle at 80% 70%, rgb(145,112,178,0.5) 0%, transparent 40%);
    z-index: 0;
    top: 0;
    position: absolute;
    height: 100%;
}.appgratefulPage::after {
    z-index: 0;
    top: -10%;
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(190,152,200,0.5) 0%, transparent 70%);
    content: "";
    filter: blur(80px);
    width: 300px;
    opacity: 0.1;
    right: -5%;
    height: 300px;
    position: absolute;
}.appgratefulPage .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.appgratefulPage .appguide_bios {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 40px;
    perspective: 1000px;
    background: #ffffff;
    position: relative;
    grid-template-columns: 1fr;
    box-shadow: 0 20px 40px rgba(0,0,0,0.04), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    transform-style: preserve-3d;
    display: grid;
    padding: 60px 40px;
}.appgratefulPage .appguide_bios::before {
    height: 0%;
    content: "";
    position: absolute;
    animation: borderGrow 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0.5s;
    top: 0;
    width: 3px;
    left: 0;
    background: linear-gradient(to bottom, rgb(190,152,200), rgb(145,112,178));
}.appgratefulPage .appguide_bios::after {
    top: -10px;
    transform: rotate(5deg);
    z-index: -1;
    background: linear-gradient(135deg, rgb(190,152,200) 0%, rgb(145,112,178) 100%);
    right: -10px;
    content: "";
    width: 80px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    height: 80px;
    opacity: 0.1;
}.appgratefulPage .appguide_bios > div:first-child {
    transition: transform 0.5s ease;
    transform: translateZ(20px);
    position: relative;
    padding-left: 20px;
}.appgratefulPage .appguide_bios > div:first-child::before {
    transform: translateY(-50%);
    top: 50%;
    background: rgb(190,152,200);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    left: 0;
}.appgratefulPage .appguide_bios > div:last-child {
    transform: translateZ(10px);
    position: relative;
    transition: transform 0.5s ease;
}.appgratefulPage h5 {
    font-size: 19px;
    margin-bottom: 10px;
    position: relative;
    transform: translateY(20px);
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    line-height: 1.4;
    color: #000000;
    opacity: 0;
    font-weight: 700;
    display: inline-block;
}.appgratefulPage h5::after {
    animation-delay: 0.8s;
    position: absolute;
    bottom: -8px;
    left: 0;
    animation: lineGrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: scaleX(0);
    height: 2px;
    width: 60px;
    transform-origin: left;
    content: "";
    background: linear-gradient(to right, rgb(190,152,200), transparent);
}.appgratefulPage a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
}.appgratefulPage a:hover {
    transform: translateY(-5px);
}.appgratefulPage p {
    animation-delay: 0.3s;
    opacity: 0;
    line-height: 1.8;
    margin: 0;
    color: #000000;
    font-size: 15px;
    background: rgba(245, 245, 250, 0.7);
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateY(20px);
    padding: 25px 30px;
    position: relative;
    transition: border-left 0.3s ease, background 0.3s ease;
    border-left: 1px solid rgba(rgb(190,152,200,0.5), 0.2);
}.appgratefulPage a:hover p {
    border-left: 3px solid rgb(190,152,200);
    background: rgba(245, 245, 250, 0.9);
}.appgratefulPage p::before {
    top: 10px;
    line-height: 1;
    color: rgb(190,152,200,0.5);
    opacity: 0.2;
    position: absolute;
    left: 10px;
    font-family: serif;
    font-size: 60px;
    content: "";
}.appgratefulPage p::after {
    right: 10px;
    color: rgb(145,112,178,0.5);
    content: "";
    line-height: 1;
    bottom: -20px;
    font-size: 60px;
    font-family: serif;
    position: absolute;
    opacity: 0.2;
}

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

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

@keyframes borderGrow {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

@media (min-width: 768px) {.appgratefulPage {
    padding: 150px 0;
}.appgratefulPage .appguide_bios {
    padding: 80px 60px;
    grid-template-columns: 1fr 1fr;
}.appgratefulPage .appguide_bios > div:first-child {
    align-items: center;
    display: flex;
}.appgratefulPage h5 {
    margin-bottom: 0;
    font-size: calc(19px * 1.2);
}.appgratefulPage p {
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.appgratefulPage .appguide_bios {
    padding: 100px 80px;
    gap: 60px;
}.appgratefulPage .appguide_bios:hover {
    box-shadow: 0 30px 60px rgba(0,0,0,0.07), 
                    0 12px 25px rgba(0,0,0,0.05),
                    0 0 0 1px rgba(0,0,0,0.02);
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
}.appgratefulPage .appguide_bios:hover > div:first-child {
    transform: translateZ(35px);
}.appgratefulPage .appguide_bios:hover > div:last-child {
    transform: translateZ(25px);
}.appgratefulPage h5 {
    font-size: calc(19px * 1.3);
}.appgratefulPage p {
    line-height: 1.9;
    font-size: calc(15px * 1.1);
}
}

@media (max-width: 767px) {.appgratefulPage {
    padding: 80px 0;
}.appgratefulPage .appguide_bios {
    padding: 40px 30px;
}.appgratefulPage h5 {
    font-size: calc(19px * 0.9);
}.appgratefulPage p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
    padding: 20px 25px;
}
}

@media (max-width: 480px) {.appgratefulPage {
    padding: 60px 0;
}.appgratefulPage .appguide_bios {
    padding: 30px 20px;
}.appgratefulPage h5 {
    font-size: calc(19px * 0.85);
}.appgratefulPage p {
    padding: 15px 20px;
    font-size: calc(15px * 0.9);
}}.appstatistical_overview {
    overflow: hidden;
    display: flex;
    background-color: #000000;
    flex-direction: column;
    padding: 0;
    position: relative;
}.appstatistical_overview::after {
    content: "";
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    z-index: 2;
}.appstatistical_overview::before {
    background: 
        linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 100%),
        radial-gradient(circle at 15% 50%, rgb(190,152,200,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 30%, rgb(145,112,178,0.5) 0%, transparent 25%),
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background-size: auto, auto, auto, 100px 100px, 50px 50px, 50px 50px;
    top: 0;
}.appstatistical_overview .container {
    z-index: 2;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%;
}.appstatistical_overview .appextra_pro {
    position: relative;
    width: 100%;
    background-color: rgb(190,152,200);
    background-size: 30px 30px;
    color: #ffffff;
    background-position: 0 0, 15px 0, 15px -15px, 0px 15px;
    margin-bottom: -50px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-image: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    padding: 60px 15% 60px 15%;
    z-index: 3;
}.appstatistical_overview .appextra_statistics {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
}.appstatistical_overview .appstatistics_advances {
    font-size: 12px;
    max-width: 800px;
    line-height: 1.7;
}.appstatistical_overview .appclass_statistics {
    background-size: 20px 20px;
    position: relative;
    display: flex;
    background-color: rgb(213,199,219);
    padding: 100px 5% 50px;
    z-index: 2;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-position: center center;
    flex-wrap: wrap;
}.appstatistical_overview .appknowledge_upgrade {
    position: relative;
    padding: 0 15px;
    width: 25%;
    counter-increment: stat-counter;
    margin-bottom: 50px;
}.appstatistical_overview .appknowledge_upgrade::before {
    font-size: 6rem;
    position: absolute;
    font-weight: 700;
    left: 15px;
    top: -30px;
    content: counter(stat-counter);
    z-index: -1;
    opacity: 0.1;
    color: rgb(190,152,200);
}.appstatistical_overview .appknowledge_upgrade h4 {
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
}.appstatistical_overview .appknowledge_upgrade span {
    color: #000000;
    display: block;
    font-size: 12px;
    padding-bottom: 20px;
    position: relative;
}.appstatistical_overview .appknowledge_upgrade span::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: rgb(190,152,200);
    height: 3px;
    left: 0;
    width: 40px;
}.appstatistical_overview .appknowledge_upgrade:hover span::after {
    transition: width 0.3s ease;
    width: 60px;
}.appstatistical_overview svg {
    z-index: 1;
    height: 120px;
    width: 120px;
    opacity: 0.1;
    right: 20px;
    bottom: 20px;
    position: absolute;
}.appstatistical_overview svg path {
    fill: #ffffff;
}

@media (max-width: 1200px) {.appstatistical_overview .appextra_pro {
    padding: 50px 10% 60px 10%;
}.appstatistical_overview .appknowledge_upgrade {
    width: 33.333%;
}
}

@media (max-width: 992px) {.appstatistical_overview .appextra_pro {
    padding: 50px 7% 70px 7%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.appstatistical_overview .appclass_statistics {
    padding: 100px 5% 40px;
}.appstatistical_overview .appknowledge_upgrade {
    width: 50%;
}.appstatistical_overview .appknowledge_upgrade::before {
    top: -25px;
    font-size: 5rem;
}.appstatistical_overview .appknowledge_upgrade h4 {
    font-size: 2.2rem;
}
}

@media (max-width: 767px) {.appstatistical_overview .appextra_pro {
    padding: 40px 5% 60px 5%;
}.appstatistical_overview .appextra_statistics {
    font-size: calc(38px * 0.9);
}.appstatistical_overview .appclass_statistics {
    padding: 80px 5% 30px;
}.appstatistical_overview .appknowledge_upgrade {
    margin-bottom: 40px;
    width: 100%;
}.appstatistical_overview .appknowledge_upgrade::before {
    font-size: 4.5rem;
}.appstatistical_overview svg {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 576px) {.appstatistical_overview .appextra_pro {
    margin-bottom: -25px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    padding: 30px 5% 50px 5%;
}.appstatistical_overview .appextra_statistics {
    margin-bottom: 15px;
    font-size: calc(38px * 0.8);
}.appstatistical_overview .appstatistics_advances {
    font-size: calc(12px * 0.95);
}.appstatistical_overview .appclass_statistics {
    padding: 60px 5% 20px;
}.appstatistical_overview .appknowledge_upgrade::before {
    font-size: 4rem;
    top: -20px;
}.appstatistical_overview .appknowledge_upgrade h4 {
    font-size: 2rem;
}.appstatistical_overview svg {
    right: 10px;
    height: 60px;
    bottom: 10px;
    width: 60px;
}}.appservice_connect {
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(213,199,219) 0%, #ffffff 100%);
    overflow: hidden;
}.appservice_connect::before {
    top: 0;
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(190,152,200,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(145,112,178,0.5) 0%, transparent 15%),
        linear-gradient(45deg, transparent 95%, rgb(190,152,200,0.5) 95%);
    height: 100%;
    width: 100%;
    opacity: 0.15;
    content: "";
    left: 0;
}.appservice_connect h1 {
    margin-bottom: 3rem;
    position: relative;
    color: #000000;
    transform: translateX(-20px);
    font-weight: 700;
    opacity: 0;
    font-size: 41px;
    animation: slideInTitle 0.8s ease-out forwards;
}.appservice_connect h1::after {
    width: 80px;
    position: absolute;
    transform-origin: left;
    animation: expandLine 1s 0.4s ease-out forwards;
    height: 4px;
    content: "";
    bottom: -12px;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(190,152,200) 0%, rgb(145,112,178) 100%);
}.appservice_connect .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.appservice_connect .appmessage_section {
    background: #ffffff;
    display: grid;
    padding: 2.5rem;
    gap: 2.5rem;
    opacity: 0;
    grid-template-columns: 1fr;
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    transform: translateY(20px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}.appservice_connect .appmessage_section > div {
    position: relative;
    transform: translateY(15px);
    opacity: 0;
    animation: fadeInSequence 0.6s ease-out forwards;
}.appservice_connect .appmessage_section > div:nth-child(1) {
    animation-delay: 0.3s;
}.appservice_connect .appmessage_section > div:nth-child(2) {
    animation-delay: 0.5s;
}.appservice_connect .appmessage_section > div:nth-child(3) {
    animation-delay: 0.7s;
}.appservice_connect .appmessage_section > div:first-child > div {
    color: #000000;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(190,152,200,0.5);
    padding-left: 1rem;
    font-size: 12px;
    line-height: 1.6;
}.appservice_connect .appmessage_section > div:first-child > div:hover {
    transform: translateX(5px);
    border-left-color: rgb(190,152,200);
}.appservice_connect h6 {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    align-items: center;
    display: flex;
    margin-bottom: 0.75rem;
    text-transform: capitalize;
}.appservice_connect h6 svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
    transform: scale(0.85);
}.appservice_connect h6:hover svg {
    transform: scale(1);
}.appservice_connect span {
    position: relative;
    display: block;
    padding-bottom: 0.5rem;
    font-size: calc(12px - 1px);
    margin-left: 1.5rem;
    color: #000000;
}.appservice_connect span::after {
    height: 1px;
    background: linear-gradient(90deg, rgb(145,112,178,0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0;
}.appservice_connect .appedu_chat {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.appservice_connect .appedu_chat > div {
    animation: fadeInLinks 0.4s ease-out forwards;
    transform: translateX(-10px);
    opacity: 0;
}.appservice_connect .appedu_chat > div:nth-child(1) {
    animation-delay: 0.8s;
}.appservice_connect .appedu_chat > div:nth-child(2) {
    animation-delay: 0.95s;
}.appservice_connect .appedu_chat > div:nth-child(3) {
    animation-delay: 1.1s;
}.appservice_connect .appsubmit_feedback {
    font-size: calc(12px - 1px);
    display: flex;
    text-decoration: none;
    background-size: 200% 100%;
    align-items: center;
    padding: 0.75rem 1.25rem;
    border-radius: 10px;
    background-position: 0 0;
    color: #000000;
    background: linear-gradient(to right, transparent 50%, rgb(190,152,200,0.5) 50%);
    transition: background-position 0.3s ease, color 0.3s ease, transform 0.3s ease;
}.appservice_connect .appsubmit_feedback:hover {
    background-position: -100% 0;
    color: #000000;
    transform: translateX(5px);
}.appservice_connect .appsubmit_feedback svg {
    margin-left: 0.5rem;
    transform: translateY(2px);
    transition: transform 0.3s ease;
}.appservice_connect .appsubmit_feedback:hover svg {
    transform: translateY(0) rotate(-5deg);
}.appservice_connect svg path {
    transition: fill 0.3s ease;
}.appservice_connect .appsubmit_feedback:hover svg path {
    fill: rgb(190,152,200);
}

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

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

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

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

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

@media (min-width: 768px) {.appservice_connect {
    padding: 6rem 3rem;
}.appservice_connect h1 {
    font-size: calc(41px + 0.5rem);
    margin-left: 2rem;
}.appservice_connect .appmessage_section {
    padding: 3rem;
    gap: 3rem;
    grid-template-columns: 1.5fr 1fr 1fr;
    border-radius: 22px;
}.appservice_connect .appmessage_section > div:first-child > div {
    font-size: calc(12px + 1px);
    padding-left: 1.5rem;
}.appservice_connect h6 {
    font-size: calc(21px + 1px);
}.appservice_connect .appedu_chat {
    gap: 1.25rem;
}
}

@media (min-width: 992px) {.appservice_connect {
    padding: 8rem 4rem;
}.appservice_connect::after {
    background: linear-gradient(135deg, transparent 0%, rgb(145,112,178,0.5) 100%);
    top: 50%;
    opacity: 0.1;
    transform: translateY(-50%) skewY(-15deg);
    z-index: 0;
    height: 70%;
    width: 25%;
    content: "";
    right: 0;
    position: absolute;
}.appservice_connect h1 {
    margin-left: 4rem;
}.appservice_connect h1::after {
    width: 120px;
}.appservice_connect .appmessage_section {
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: top center;
}.appservice_connect .appsubmit_feedback:hover {
    transform: translateX(8px);
}
}

@media (max-width: 767px) {.appservice_connect {
    padding: 4rem 1.5rem;
}.appservice_connect h1 {
    margin-bottom: 2rem;
    text-align: center;
}.appservice_connect h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.appservice_connect .appmessage_section {
    padding: 2rem 1.5rem;
}.appservice_connect .appedu_chat > div {
    margin-bottom: 0.5rem;
}}.appcontact_form_box {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,199,219) 0%, rgba(0, 0, 0, 0.03) 100%);
    padding: 80px 0;
}.appcontact_form_box::before {
    bottom: 0;
    position: absolute;
    top: 0;
    content: "";
    z-index: 0;
    right: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(190,152,200), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(145,112,178), 0.05) 0%, transparent 30%);
    left: 0;
}.appcontact_form_box::after {
    z-index: 1;
    position: absolute;
    opacity: 0.6;
    background-size: 20px 20px;
    left: 0;
    top: 0;
    content: "";
    animation: gridMove 20s linear infinite;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(190,152,200), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(190,152,200), 0.03) 1px, transparent 1px);
    width: 100%;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.appcontact_form_box .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.appcontact_form_box h2 {
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
}.appcontact_form_box h2::after {
    bottom: -15px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(190,152,200), transparent);
    width: 70%;
    left: 15%;
    content: "";
}.appcontact_form_box .apprequest_grid {
    position: relative;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(190,152,200), 0.05);
    overflow: hidden;
    border-radius: 15px;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
}.appcontact_form_box .apprequest_grid:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(190,152,200), 0.1);
    transform: translateY(-5px);
}.appcontact_form_box .apprequest_grid::before {
    background: linear-gradient(to bottom, rgb(190,152,200), rgb(145,112,178));
    left: 0;
    top: 0;
    width: 5px;
    position: absolute;
    content: "";
    height: 100%;
}.appcontact_form_box .applightbox_img {
    position: relative;
    overflow: hidden;
    width: 45%;
}.appcontact_form_box .applightbox_img::after {
    background: linear-gradient(135deg, 
                rgba(rgb(190,152,200), 0.3) 0%, 
                rgba(rgb(145,112,178), 0.3) 100%);
    width: 100%;
    mix-blend-mode: overlay;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}.appcontact_form_box .applightbox_img::before {
    background: rgba(255, 255, 255, 0.2);
    z-index: 2;
    height: 150px;
    transform: rotate(45deg);
    content: "";
    width: 150%;
    top: -100px;
    animation: shine 6s infinite;
    left: -100px;
    position: absolute;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.appcontact_form_box .appsupport_card {
    position: relative;
    padding: 50px 40px;
    width: 55%;
}.appcontact_form_box .appsupport_card::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: -50px;
    z-index: 0;
    width: 200px;
    right: -50px;
    background: radial-gradient(circle, rgba(rgb(190,152,200), 0.05) 0%, transparent 70%);
    height: 200px;
}.appcontact_form_box form {
    z-index: 2;
    position: relative;
}.appcontact_form_box form h3 {
    position: relative;
    margin-bottom: 30px;
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    display: inline-block;
}.appcontact_form_box form h3::after {
    width: 40px;
    height: 2px;
    background: rgb(190,152,200);
    left: 0;
    position: absolute;
    content: "";
    bottom: -10px;
}.appcontact_form_box form input[type="text"] {
    color: #000000;
    padding: 15px 20px;
    font-size: 17px;
    border: 1px solid rgba(#000000, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    background: rgba(#ffffff, 0.8);
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}.appcontact_form_box form input[type="text"]:focus {
    outline: none;
    border-color: rgb(190,152,200);
    box-shadow: 0 0 0 3px rgba(rgb(190,152,200), 0.1);
    background: #ffffff;
}.appcontact_form_box form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.appcontact_form_box form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.appcontact_form_box .appreach_info {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}.appcontact_form_box .appreach_info input[type="checkbox"] {
    height: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
}.appcontact_form_box .appreach_info label {
    position: relative;
    color: #000000;
    user-select: none;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.4;
    padding-left: 35px;
}.appcontact_form_box .appreach_info label::before {
    position: absolute;
    top: 0;
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    border: 1px solid rgba(#000000, 0.2);
    background: rgba(#ffffff, 0.8);
    left: 0;
    content: "";
    border-radius: 10px;
}.appcontact_form_box .appreach_info input[type="checkbox"]:checked + label::before {
    background: rgb(190,152,200);
    border-color: rgb(190,152,200);
}.appcontact_form_box .appreach_info input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    border: solid #ffffff;
    content: "";
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
    height: 12px;
    border-width: 0 2px 2px 0;
}.appcontact_form_box .appreach_info label a {
    position: relative;
    text-decoration: none;
    color: rgb(190,152,200);
    transition: all 0.3s ease;
}.appcontact_form_box .appreach_info label a::after {
    width: 100%;
    background: rgb(190,152,200);
    transform: scaleX(0);
    position: absolute;
    left: 0;
    transform-origin: left;
    height: 1px;
    bottom: -2px;
    transition: transform 0.3s ease;
    content: "";
}.appcontact_form_box .appreach_info label a:hover {
    color: rgb(145,112,178);
}.appcontact_form_box .appreach_info label a:hover::after {
    background: rgb(145,112,178);
    transform: scaleX(1);
}.appcontact_form_box .apphelp_card {
    width: 100%;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    padding: 15px 20px;
    font-size: 20px;
    position: relative;
    background: linear-gradient(90deg, rgb(190,152,200), rgb(145,112,178));
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
}.appcontact_form_box .apphelp_card::before {
    position: absolute;
    transition: opacity 0.3s ease;
    width: 100%;
    top: 0;
    opacity: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(145,112,178), rgb(190,152,200));
    content: "";
    z-index: -1;
}.appcontact_form_box .apphelp_card:hover::before {
    opacity: 1;
}.appcontact_form_box .apphelp_card:active {
    transform: translateY(2px);
}.appcontact_form_box svg {
    height: 20px;
    fill: rgb(190,152,200);
    width: 20px;
    transition: fill 0.3s ease;
    margin-right: 10px;
}.appcontact_form_box svg path {
    transition: fill 0.3s ease;
    fill: rgb(190,152,200);
}.appcontact_form_box svg:hover,
.appcontact_form_box svg:hover path {
    fill: rgb(145,112,178);
}.appcontact_form_box form input {
    background: rgb(213,199,219);
}
@media (max-width: 1024px) {.appcontact_form_box {
    padding: 60px 0;
}.appcontact_form_box .container {
    padding: 0 15px;
}.appcontact_form_box h2 {
    margin-bottom: 40px;
}.appcontact_form_box .appsupport_card {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.appcontact_form_box {
    padding: 50px 0;
}.appcontact_form_box h2 {
    margin-bottom: 30px;
}.appcontact_form_box .apprequest_grid {
    flex-direction: column;
}.appcontact_form_box .applightbox_img {
    width: 100%;
    height: 250px;
}.appcontact_form_box .appsupport_card {
    width: 100%;
    padding: 30px 25px;
}.appcontact_form_box form h3 {
    margin-bottom: 25px;
}.appcontact_form_box form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.appcontact_form_box .appreach_info {
    margin-bottom: 25px;
}.appcontact_form_box .apphelp_card {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.appcontact_form_box {
    padding: 40px 0;
}.appcontact_form_box h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 25px;
}.appcontact_form_box .applightbox_img {
    height: 200px;
}.appcontact_form_box .appsupport_card {
    padding: 25px 20px;
}.appcontact_form_box form h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.appcontact_form_box form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.appcontact_form_box .appreach_info {
    margin-bottom: 20px;
}.appcontact_form_box .appreach_info label {
    font-size: calc(13px * 0.9);
    padding-left: 30px;
}.appcontact_form_box .appreach_info label::before {
    height: 18px;
    width: 18px;
}.appcontact_form_box .appreach_info input[type="checkbox"]:checked + label::after {
    height: 10px;
    width: 5px;
    left: 6px;
    top: 3px;
}.appcontact_form_box .apphelp_card {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.appcontact_form_box::after,
    .appcontact_form_box .applightbox_img::before {
    animation: none;
}.appcontact_form_box .apprequest_grid:hover {
    transform: none;
}
}