
.hdrw {
    display: flex;
    align-items: center;
    position: relative;
}

.spacer {
    min-width: 16px;
}

.unHd {
    position: absolute;
    width: 100%;
    top: 24px;
    left: 0;
}

.mainMenu ul {
    display: flex;
    align-items: center;
    background-color: #f2e5ffe5;
    padding: 30px;
    border-radius: 40px;
    gap: 42px;
}

.navMenu {
    margin-left: auto;
    position: relative;
    z-index: 22;
}

.navMenu a {

    font-weight: 400;
}

.navLogo {

    position: relative;
    z-index: 22;
}

.logoFile {
    max-height: 60px;
}

.custom-cursor {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #CE9EFF;
    filter: blur(100px);
    pointer-events: none; /* Ensures cursor does not interfere with click events */
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
    z-index: 9999; /* Ensures cursor stays above other elements */
    opacity: 0; /* Initially hide cursor */
    visibility: visible;
}

/* HERO */

.mx-container {
    max-width: 610px;
    margin-left: auto;
}

.heroImg img {
    display: block;
    margin-left: auto;
    width: 100%;
}

.heroImg {
    position: relative;
    overflow: hidden;
}

.heroImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.heroImg::after {
    content: "";
    padding-top: 100%;
    display: block;
}

.unHero .row {
    margin: 0;
}

.unHero {
    padding-top: 0;
    position: relative;
    z-index: 2;
}

.pr-0 {
    padding-right: 0 !important;
}

.unHero {

    background-color: #F9F9FF;
    position: relative;
}

.unHero::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 100px;
    width: 100%;
    height: 100%;
    background-image: url(../assets/leafsvg.svg);
    background-repeat: no-repeat;
    z-index: -1;
}

.heroCont h2 {
    font-size: 38px;
    line-height: 1.5;
    margin: 12px 0;
    color: #292F5C;
    font-weight: 600;
}

.heroCont h1 {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    width: fit-content;
}

.heroCont h1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 40%;
    height: 2px;
    border-radius: 6px;
    background: rgb(0, 126, 147);
    background: linear-gradient(100deg, rgba(0, 126, 147, 1) 0%, rgba(13, 49, 128, 1) 100%);
}

.itms-align {
    align-items: center;
}

.heroCont p {
    color: #808080;
}

.apkBlk {
    background-color: #fff;
    border: 1px solid #ADA2A2;
    padding: 18px 38px;
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 18px;
    gap: 14px;
    box-shadow: -1px 7px 5px -3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: -1px 7px 5px -3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -1px 7px 5px -3px rgba(0, 0, 0, 0.35);
    transition: all 0.3s;
}

.apkBlk:hover {
    box-shadow: none;
}

.apkBlk p {
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none !important;
    letter-spacing: none !important;
    font-family: Arial, Helvetica, sans-serif;
}

.apkBlk p span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.dwnld {
    margin-top: 40px;
}

.dwnld p {
    letter-spacing: 2px;
    font-weight: 500;
    color: #161616;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.apk p {
    letter-spacing: normal !important;
}

.title h2 {
    font-size: 38px;
    margin-bottom: 14px;
    font-weight: 700;
    display: block;
}

.title {
    margin-bottom: 40px;
}

.featBlk {
    padding: 58px 40px;
    border-radius: 28px;
    border: 1px solid #EAEAEA;
    margin-bottom: 22px;
}

.featBlk h3 {
    font-size: 22px;
    font-family: var(--text-font);
    text-align: center;
    font-weight: 400;
}

.pyp {
    background-color: #FDFFF0;
    border: 1px solid #F9B46C;
    box-shadow: -1px 7px 5px -3px rgba(249, 181, 108, 0.253);
    -webkit-box-shadow: -1px 7px 5px -3px rgba(249, 181, 108, 0.253);
    -moz-box-shadow: -1px 7px 5px -3px rgba(249, 181, 108, 0.253);
}

.qp {
    background-color: #FFF4F7;
    border: 1px solid #F96672;
    box-shadow: -1px 7px 5px -3px rgba(255, 136, 146, 0.219);
    -webkit-box-shadow: -1px 7px 5px -3px rgba(255, 136, 146, 0.219);
    -moz-box-shadow: -1px 7px 5px -3px rgba(255, 136, 146, 0.219);
}

.qr {
    background-color: #F2FAFF;
    border: 1px solid #6ACBE0;
    box-shadow: -1px 7px 5px -3px rgba(150, 228, 245, 0.33);
    -webkit-box-shadow: -1px 7px 5px -3px rgba(150, 228, 245, 0.33);
    -moz-box-shadow: -1px 7px 5px -3px rgba(150, 228, 245, 0.33);
}

.mm {
    background-color: #FBF3FF;
    border: 1px solid #A254F2;
    box-shadow: -1px 7px 5px -3px rgba(206, 158, 255, 0.33);
    -webkit-box-shadow: -1px 7px 5px -3px rgba(206, 158, 255, 0.33);
    -moz-box-shadow: -1px 7px 5px -3px rgba(206, 158, 255, 0.33);
}

.ia {
    background-color: #FFF9F6;
    border: 1px solid #F9B46C;
    box-shadow: -1px 7px 5px -3px rgba(249, 181, 108, 0.253);
    -webkit-box-shadow: -1px 7px 5px -3px rgba(249, 181, 108, 0.253);
    -moz-box-shadow: -1px 7px 5px -3px rgba(249, 181, 108, 0.253);
}

.unAbtContain {
    background-color: #EAE2FF;
    border-radius: 40px;
    padding: 60px;
    position: relative;
    z-index: 2;
}

.unAbtContain::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/abtbg.svg);
    z-index: -1;
}


/* .unAbtContain::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
} */

.uplg {
    position: absolute;
    bottom: 0;
    right: 24px;
    opacity: 0.4;
    z-index: -1;
}

.uplg img {
    width: 240px;
    position: relative;
}

.abtImg {
    position: relative;
    z-index: 2;
}

.abtImg::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #A254F2;
    filter: blur(120px);
    z-index: -1;
}

.abtImg img {
    margin: auto;
    display: block;
    width: 350px;
}

.unAbtContain .row {
    align-items: center;
}

.abtCont h2 {
    font-size: 34px;
    color: var(--primary-color);
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 14px;
}

.abtCont p {
    color: #2F2F2F;
    font-size: 18px;
}

.unTestimonial .title {
    text-align: center;
}

.unTestimonial {
    position: relative;
    padding-top: 6em;
}

.tstImg {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 36px;
}

.tstImg img {
    width: 100px;
    height: 100px;
}

.tstCont {
    max-width: 600px;
    text-align: center;
    margin: auto;
}

.tstCont p {
    color: #484646;
    font-size: 18px;
}

.slideArr .prev {
    left: 0;
}


.slideArr .nxt {
    right: 0;
}

.slideArr span {
    position: absolute;
    top: 60px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8EDE29;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.tstslBlk {
    position: relative;
}

.tstNme {
    text-align: center;
    margin-top: 26px;
}

.tstNme h4 {
    font-family: var(--text-font);
    font-weight: 500;
    font-size: 18px;
    color: var(--primary-color);
}

.tstNme span {
    font-family: var(--text-font);
    display: block;
    margin-top: 4px;
    font-size: 13px;
}

.grad {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.grad .crc {
    width: 200px;
    height: 200px;
    background: rgb(180, 255, 121);
    background: linear-gradient(180deg, rgba(180, 255, 121, 1) 0%, rgba(78, 182, 108, 1) 100%);
    border-radius: 50%;
    filter: blur(140px);
}

.ctaContain {
    background-color: #D9ECFF;
    padding: 50px;
    border-radius: 36px;
    position: relative;
    display: flex;
    margin-top: 4.6em;
}

.ctaContain::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/bg_pattern.png);
    z-index: -1;
    border-radius: 36px;
    opacity: 0.23;
}

.unCTA {
    margin-top: 5.2em;
}

.ctaApk {
    background-color: #262626 !important;
    color: #fff;
    box-shadow: none;
    border: none;
}

.ctaApk p,
.ctaApk span {
    color: #fff;
    font-weight: 500;
}

.ctaApk span {
    font-size: 300;
    display: block;
    letter-spacing: 0;
}

.ctaLft {
    width: 50%;
}

.ctaLft h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--primary-color);
}

.ctaImg img {
    position: absolute;
    bottom: 0;
    right: 140px;
    height: calc(100% + 180px);
}

.ctaContain {
    position: relative;
    z-index: 2;
}


.unFtr {
    padding-top: 4.6em;
    padding-bottom: 12px;
}

.unFtr .ftrw {
    display: flex;
    align-items: center;
}

.ftrMenu ul,
.ftrSocial ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.ftrSocial ul {
    gap: 24px;
}

.ftrMenu span {
    display: block;
    width: 2px;
    height: 32px;
    background-color: #838383;
}

.ftrMenu {
    margin-left: auto;
    display: flex;
    gap: 50px;
    align-items: center;
}


.ftrMenu li a {
    font-size: 15px;
}

.ftrSocial li a {
    font-size: 18px;
}

.copyright {
    text-align: center;
    border-top: 1px solid #f5f5f5;
    margin-top: 2.2em;
}

.copyright p {
    font-size: 13px;
    color: #585858;
}

.copyright a {
    color: var(--primary-color);
}

.copyright img {
    width: 100px;
}

.copyright img {
    position: relative;
    top: 14px;
}

/* PAGE */
.pageHeader {
    height: 380px;
    display: flex;
    align-items: center;
    background-color: #fdfff0;
}

.inNav {
    margin: 0;
    margin-left: auto !important;
}

.inMenu ul {
    background-color: #fff;
}

.pageHeader h1 {
    text-align: center;
}

.privacyCont p {
    margin-bottom: 8px;
}

.subHd h3 {
    margin: 20px 0 12px;
}

.privacyCont ul li {
    list-style: disc;
    font-family: var(--text-font);
    margin-bottom: 6px;
}

.subHd ul {
    padding-left: 28px;
    margin-bottom: 12px;
}

.impLink {
    color: #e42208d2;
    font-weight: 500;
    text-decoration: underline;
}

.terms p {
    position: relative;
}

.udInput label {
    font-family: var(--text-font);
    display: block;
    margin-bottom: 6px;
}

.unUsFrm {
    padding-bottom: 2.2em;
}

.udInput input,
.udInput textarea {
    font-family: var(--text-font);
    display: block;
    width: 100%;
    padding: 14px;
    border: 1px solid #c5c5c5;
    border-radius: 6px;
    margin-bottom: 12px;
    transition: all 0.3s;
    font-size: 16px;
}

.udInput input:focus,
.udInput textarea:focus {
    outline: none;
    border: 1px solid var(--primary-color);
}

.userDeletForm {
    max-width: 540px;
    background-color: #f9fffd;
    border: 1px solid #f4f4f4;
    padding: 40px;
    border-radius: 14px;
    margin: auto;
    -webkit-box-shadow: 0px 6px 21px -13px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 6px 21px -13px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 6px 21px -13px rgba(0, 0, 0, 0.4);
}

.udInput textarea {
    min-height: 140px;
    resize: none;
}

.userDeletForm h3 {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.udInput button {
    background-color: #292F5C;
    padding: 14px;
    color: #fff;
    border-radius: 6px;
    display: block;
    width: 100%;
    border: none;
    font-family: var(--text-font);
    font-size: 16px;
    cursor: pointer;
}

.cnfrm input {
    width: 20px !important;
    height: 20px !important;
    display: block;
}

.cnfrm {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 14px 0;
}

.cnfrm label {
    font-family: var(--text-font);
}
