@import url('/assets/css/universal.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: linear-gradient(180deg,
            #f8c521 0%,
            #f8c521 25%,
            #013d62 25%,
            #013d62 50%,
            #007a9b 50%,
            #007a9b 75%,
            #1c9e75 75%,
            #1c9e75 100%);
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", serif !important;
}

body.popup_open {
    overflow: hidden;
}

.fiq-hero-header-wrap {
    background-color: #0E1F19;
    position: relative;
    padding: 20px 0px;
    height: 1190px;
}

.hero-section {
    z-index: 2;
    width: 1280px;
    margin: auto;
    display: flex;
    padding: 70px 0px;
    position: relative;
    align-items: center;
    flex-direction: column;
}

.gradient-color-img {
    width: 1200px;
    left: 50%;
    bottom: 150px;
    position: absolute;
    transform: translate(-50%, 50px);
}

.fiq-hero-star-img {
    width: 16px;
    height: auto;
    position: absolute;
}

.fiq-hero-star-img.star-1 {
    left: 8%;
    top: 15%;
}

.fiq-hero-star-img.star-2 {
    left: 20%;
    top: 20%;
}

.fiq-hero-star-img.star-3 {
    left: 10%;
    top: 50%;
}

.fiq-hero-star-img.star-4 {
    left: 32%;
    bottom: 20%;
}

.fiq-hero-star-img.star-5 {
    left: 35%;
    top: 12%;
}

.fiq-hero-star-img.star-6 {
    right: 20%;
    top: 12%;
}

.fiq-hero-star-img.star-7 {
    left: 30%;
    top: 32%;
}

.fiq-hero-star-img.star-8 {
    left: 31%;
    top: 50%;
}

.fiq-hero-star-img.star-9 {
    left: 38%;
    bottom: 37%;
}

.fiq-hero-star-img.star-10 {
    left: 24%;
    bottom: 22%;
}

.fiq-hero-star-img.star-11 {
    left: 49%;
    bottom: 20%;
}

.fiq-hero-star-img.star-12 {
    left: 61%;
    bottom: 33%;
}

.fiq-hero-star-img.star-13 {
    right: 37%;
    top: 32%;
}

.fiq-hero-star-img.star-14 {
    right: 10%;
    top: 38%;
}

.fiq-hero-star-img.star-15 {
    right: 20%;
    top: 55%;
}

.fiq-hero-heading {
    color: white;
    font-family: nunito;
    font-size: 42px;
    margin: 10px 0px 40px;
}

.fiq-hero-heading span {
    color: #1c9e75;
    border-left: 3px solid #1c9e75;
    padding: 0px 0px 0px 10px;
    background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

.fiq-haeding-logo img {
    width: 260px;
    height: auto;
}

.fiq-haeding-logo {
    width: 260px;
    height: auto;
}

.fiq-hero-btn-wrap {
    display: flex;
    align-items: center;
}

.hero-get-started-btn {
    color: white;
    background-color: #1c9e75;
    padding: 15px 25px 15px 25px;
    border-radius: 6px;
    cursor: pointer;
}

.hero-get-started-btn:hover {
    color: #1c9e75;
    background-color: white;
}

.hero-demo-btn {
    color: white;
    border: 1px solid white;
    border-radius: 6px;
    padding: 14px 25px;
    margin-left: 20px;
    cursor: pointer;
    text-decoration: none;
}

.hero-demo-btn:hover {
    color: #1c9e75;
    border: 1px solid #1c9e75;
}

.hero-img {
    display: flex;
    align-items: center;
}

span.hero-brand-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

span.hero-brand-img img {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
}

span.hero-brand-img {
    width: 60px;
}

.hero-haedphone-img img {
    width: 700px;
    height: auto;

}

.hero-haedphone-img {
    width: 700px;
    margin: 40px 25px;
}

.who-we-are-section {
    width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0px;

}

.feature-section {
    width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0px;

}

.feature-section-2 {
    width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0px 100px;

}

.stats-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 30px 0px;

}

.stats-wrap-2 {
    display: flex;
    align-items: center;
    gap: 100px;
}

.feature-img-wrap img {
    width: 600px;
    height: auto;
}

.feature-img-wrap {
    width: 600px;
    height: auto;
    position: relative;
    z-index: 2;
}

.who-we-are-connect-section-wrap {
    background-color: white;
    position: relative;
    z-index: 1;
}

.who-we-are-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.who-we-are-btn {
    color: #F8C521;
    background-color: #fef9e9;
    padding: 12px 25px;
    border: 1px solid #F8C521;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 450;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.optimize-btn {
    color: #F8C521;
    background-color: #fef9e9;
    padding: 12px 25px;
    border: 1px solid #F8C521;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 450;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.who-we-are-heading {
    font-size: 42px;
    color: #2e2e2e;
    margin: 25px 0px;
}

.feature-heading {
    font-size: 42px;
    color: #2e2e2e;
    margin: 25px 0px;
}

.who-we-are-heading span {
    color: #1c9e75;
    border-left: 3px solid #1c9e75;
    padding: 0px 0px 0px 10px;
    background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

.feature-heading span {
    color: #1c9e75;
    border-left: 3px solid #1c9e75;
    padding: 0px 0px 0px 10px;
    background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

.who-we-are-description {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    max-width: 600px;
    line-height: 24px;
}

.feature-description {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    max-width: 600px;
    margin-bottom: 30px;
    line-height: 24px;
}

.stat-number {
    color: #2e2e2e;
    font-size: 30px;
    font-weight: bold;
}

.stat-number span {
    color: #2e2e2e;
}

.stat-description {
    color: #2e2e2e;
    font-weight: 400;
    font-size: 24px;
}

.discover-btn {
    color: white;
    background: #2e2e2e;
    border-radius: 6px;
    padding: 15px 30px;
    cursor: pointer;
}

.discover-btn:hover {
    color: white;
    background: #1C9E75;
}

.connect-section {
    width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;

}

.bg-ellipse-yellow {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.connect-btn {
    color: #F8C521;
    background-color: #fef9e9;
    padding: 12px 25px;
    border: 1px solid #F8C521;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 450;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.connect-heading {
    font-size: 42px;
    color: #2e2e2e;
    margin: 25px 0px;
}

.connect-heading span {
    color: #1c9e75;
    border-left: 3px solid #1c9e75;
    padding: 0px 0px 0px 10px;
    background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

.connect-description {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    max-width: 600px;
    text-align: center;
}

.connect-platforms-wrap {
    display: grid;
    width: 100%;
    margin-top: 60px;
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(4, 1fr);
}

.connect-card-logo img {
    width: 75px;
}

.connect-card-logo {
    width: 75px;
}

.connect-card-wrap {
    background: white;
    border-radius: 20px;
    height: 280px;
    width: 280px;
    padding: 40px 20px 35px 30px;
    box-shadow:
        -2px -4px 10px 0 rgba(0, 0, 0, 0.10),
        2px 4px 10px 0 rgba(0, 0, 0, 0.10);

}

.connect-card-wrap.yellow {
    background: #f8c521;
}

.connect-card-wrap.dark-blue {
    background: #00416d;
}

.connect-card-wrap.light-blue {
    background: #007a9b;
}

.connect-card-wrap.green {
    background: #1c9e75;
}

.connect-card-wrap:hover {
    background-color: #2e2e2e;
}

.connect-card-wrap:hover .connect-card-heading,
.connect-card-wrap:hover .connect-card-description {
    color: white;
}

.connect-card-heading {
    font-size: 30px;
    color: white;
    font-weight: 600;
    margin: 30px 0px 10px 0px;
}

.connect-card-description {
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.connect-stores-wrap {
    background-color: #0e1f19;
    padding: 100px 0px;
    position: relative;
}

.connect-store-section {
    width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seamless-btn {
    color: #F8C521;
    background-color: #233016;
    padding: 12px 25px;
    border: 1px solid #F8C521;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 450;
}

.connect-store-heading {
    font-size: 42px;
    color: white;
    margin: 25px 0px;
}

.connect-store-heading span {
    color: #1c9e75;
    border-left: 3px solid #1c9e75;
    padding: 0px 0px 0px 10px;
    background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

.connect-store-description {
    color: white;
    font-size: 16px;
    font-weight: 400;
    max-width: 600px;
    text-align: center;
}

.connect-stores-card-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.connect-stores-card-logo img {
    width: 90px;
    height: 90px;
}

.connect-stores-card-logo {
    width: 90px;
    height: 90px;
}

.connect-stores-card-item {
    background-color: white;
    border-radius: 20px;
    width: 290px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.connect-stores-card-item:hover {
    background-color: #1c9e75;

}

.connect-stores-card-item:hover .connect-stores-card-heading {
    color: white;
}

h5.connect-stores-card-heading {
    color: #2e2e2e;
    font-size: 26px;
    font-weight: 600;
}

img.connect-store-bg-ellipse-green {
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0.7;
}

img.connect-store-bg-ellipse-yellow {
    position: absolute;
    right: 0px;
    top: 50px;
}

.brands-feature-2-wrap {
    background-color: white;
    position: relative;
}

.partner-brands-section .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-brand-imgs-wrap .slick-slide {
    margin: 0 5px;
    opacity: 1;
}

.feature-content-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
}


.pricing-trail-wrap {
    background-color: white;
}

.hero-hexagon-img {
    position: absolute;
    width: 120px;
    height: auto;
    bottom: 12%;
    right: 12%;
}

.circle-gradient-1 {
    position: absolute;
    left: -20%;
    z-index: -1;
    width: 800px !important;
    top: 40px;
}

.color-bar img {
    width: 100px;
    height: auto;
}

.color-bar-2 {
    margin-top: 15px;
}

.color-bar-2 img {
    width: 145px;
    height: auto;
}

.color-bar {
    margin-top: 10px;
}

img.connect-store-half-circle-image {
    position: absolute;
    top: -1px;
    right: 10%;
    width: 200px;
    display: none;
}

img.connect-store-hexagon-image {
    position: absolute;
    width: 150px;
    top: 5%;
    left: 2%;
}


img.brands-feature-2-hexagon-image {
    position: absolute;
    width: 150px;
    right: 7%;
    top: 7%;
}

.fiq-container {
    overflow: hidden;
}

img.circle-gradient-2 {
    position: absolute;
    width: 800px;
    right: -20%;
}

img.circle-gradient-3 {
    position: absolute;
    width: 800px;
    left: -20%;
}

img.footer-bg {
    position: absolute;
    width: 400px;
    top: -30px;
    right: 10%;
}

@keyframes circulate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeInOut {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes moveLeftRight {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-20px);
    }
}

.star-1,
.star-5,
.star-9 {
    animation: circulate 5s linear infinite, fadeInOut 3s ease-in-out infinite;
}

.star-2,
.star-6,
.star-10 {
    animation: moveUpDown 4s ease-in-out infinite, fadeInOut 2s ease-in-out infinite;
}

.star-15,
.star-13,
.star-11,
.star-7 {
    animation: moveLeftRight 6s ease-in-out infinite, fadeInOut 4s ease-in-out infinite;
}

.star-4,
.star-8,
.star-14 {
    animation: circulate 7s linear infinite, fadeInOut 5s ease-in-out infinite;
}

.star-3,
.star-12 {
    animation: moveUpDown 3s ease-in-out infinite, fadeInOut 3s ease-in-out infinite;
}

@media (max-width: 500px) {
    .fiq-container {
        overflow: hidden;
    }

    .hero-section {
        width: 100%;
        padding: 50px 0px 0px;

    }

    .fiq-haeding-logo img {
        width: 100%;
    }

    .fiq-hero-heading {
        font-size: 26px;
        margin: 5px 0px 30px;
        text-align: center;
        max-width: 350px;
    }

    .hero-get-started-btn {
        padding: 12px 15px 12px 15px;

        font-size: 11px;
    }

    .hero-demo-btn {
        padding: 10px 15px;
        margin-left: 15px;

        font-size: 11px;
    }

    .hero-haedphone-img img {
        width: 250px;
    }

    .hero-haedphone-img {
        width: 250px;
        margin: 30px 5px;
        height: 230px;
    }

    .hero-img {
        height: 290px;
        width: 320px;
    }

    .gradient-color-img {
        width: 100%;
        bottom: 110px;
    }
    .hero-hexagon-img {
        width: 60px;
        bottom: 20px;
        right: 40px;
    }


    span.hero-brand-img img {
        width: 30px;
        margin-bottom: 10px;
    }

    span.hero-brand-img {
        width: 30px;
    }

    .who-we-are-section {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 70px 0px;
    }

    .feature-img-wrap {
        width: 280px;
    }

    .feature-img-wrap img {
        width: 100%;
    }

    .who-we-are-content-wrap {
        align-items: center;
        margin-top: 30px;
    }

    .who-we-are-heading {
        font-size: 26px;
        margin: 20px 0px;
        text-align: center;
    }

    .who-we-are-description {
        font-size: 14px;
        max-width: calc(100% - 50px);
        text-align: center;
    }

    .fiq-haeding-logo {
        width: 120px;
    }

    .circle-gradient-1 {
        left: -25%;
        width: 300px !important;
        top: 65px;
    }

    .stats-wrap-2 {
        gap: 50px;
        justify-content: space-between;
        width: 100%;
        margin: auto;
    }

    .stat-number {
        font-size: 22px;
        text-align: center;
    }

    .stat-description {
        font-size: 16px;
    }

    .connect-section {
        width: 100%;
        padding-bottom: 70px;
    }

    .connect-platforms-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: max-content;
        gap: 20px;
    }

    .connect-card-wrap {
        height: 165px;
        width: 155px;
        padding: 20px 10px 15px 20px;
    }

    .connect-card-heading {
        font-size: 18px;
        color: white;
        font-weight: 600;
        margin: 15px 0px 10px 0px;
    }

    .connect-card-description {
        font-size: 12px;
        font-weight: 400;
        color: white;
    }

    .connect-card-logo {

        width: 40px;
    }

    .connect-card-logo img {
        width: 100%;
    }

    .who-we-are-btn {
        padding: 10px 15px;

        font-size: 12px;

    }

    .discover-btn {
        padding: 12px 15px;
        font-size: 12px;
    }

    .connect-btn {
        padding: 10px 15px;

        font-size: 12px;

    }

    .connect-heading {
        font-size: 26px;
        text-align: center;
        max-width: 200px;
    }

    .connect-description {
        font-size: 14px;
        text-align: center;
        max-width: calc(100% - 50px);
    }

    .connect-stores-wrap {

        padding: 70px 0px;

    }

    .connect-store-section {
        width: 100%;
    }

    .seamless-btn {
        padding: 10px 15px;

        font-size: 12px;

    }

    .connect-store-heading {
        font-size: 26px;
        max-width: 300px;
        text-align: center;
    }

    .connect-store-description {
        font-size: 14px;

        max-width: calc(100% - 50px);
    }

    .connect-stores-card-wrap {

        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .connect-stores-card-item {
        width: 150px;
        height: 150px;
    }

    .connect-stores-card-logo {
        width: 40px;
        height: 40px;
    }

    .connect-stores-card-logo img {
        width: 100%;
        height: 100%;
    }

    h5.connect-stores-card-heading {

        font-size: 15px;

    }

    .feature-section {
        width: 100%;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 30px 0px;
        gap: 30px;
    }

    .optimize-btn {
        padding: 10px 15px;

        border-radius: 6px;
        font-size: 12px;

    }

    .feature-content-wrap {
        align-items: center;
        justify-content: center;
    }

    .feature-heading {
        font-size: 26px;
        color: #2e2e2e;
        margin: 25px 0px;
        text-align: center;
    }

    .feature-heading {
        font-size: 26px;
        text-align: center;
    }

    .feature-description {

        font-size: 14px;
        max-width: calc(100% - 50px);
        text-align: center;

    }

    .feature-section-2 {
        width: 100%;
        flex-direction: column-reverse;
        gap: 30px;
        padding: 40px 0px 50px;
    }

    i#eye-icon {
        font-size: 15px !important;
    }



    img.circle-gradient-2 {
        width: 300px;
        right: -45%;
        top: 43%;
    }

    img.circle-gradient-3 {
        width: 300px;
        left: -43%;
        bottom: 2%;
    }

    img.brands-feature-2-hexagon-image {
        width: 60px;
        right: 7%;
        top: 2%;
    }

    img.connect-store-half-circle-image {
        width: 100px;
    }

    img.connect-store-bg-ellipse-yellow {
        top: 150px;
        width: 300px;
    }

    img.connect-store-bg-ellipse-green {
        width: 300px;
    }

    img.connect-store-hexagon-image {
        width: 50px;
        top: 7%;
    }

    .bg-ellipse-yellow {
        width: 300px;
    }

    .color-bar {
        margin-top: 8px;
    }

    .color-bar img {
        width: 60px;
        height: auto;
    }

    .color-bar-2 {
        margin-top: 6px;
    }

    .color-bar-2 img {
        width: 80px;
        height: auto;
    }

    .fiq-hero-star-img.star-1 {
        left: 5%;
        top: 12%;
    }

    .fiq-hero-star-img.star-2 {
        left: 15%;
    }

    .fiq-hero-star-img.star-4 {
        left: 25%;
        bottom: 10%;
    }

    .fiq-hero-star-img.star-5 {
        left: 35%;
        top: 15%;
    }

    .fiq-hero-star-img.star-6 {
        right: 10%;
        top: 15%;
    }

    .fiq-hero-star-img.star-9 {
        left: 35%;
        bottom: 40%;
    }

    .fiq-hero-star-img.star-10 {
        left: 29%;
        bottom: 28%;
    }

    .fiq-hero-star-img.star-11 {
        left: 48%;
        bottom: 15%;
    }

    .fiq-hero-star-img.star-12 {
        left: 68%;
        bottom: 27%;
    }

    .fiq-hero-star-img.star-13 {
        right: 31%;
        top: 35%;
    }

    .fiq-hero-star-img {
        width: 9px;
    }
}

/* signup page style start */
.fiq-signup-wrap {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0px;

    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 100;
}

.fiq-signup-section {
    height: 700px;
    width: 1100px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    font-family: "Rubik", serif;
}

.signup-left {
    width: 50%;
    height: 100%;
    background-color: #00697f;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.fiq-signup-logo {
    width: 220px;
    margin: 50px 0px;
}

.fiq-signup-logo img {
    width: 100%;
    height: auto;
}

.signup-right {
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #e3fff6 0%, #ffffff 100%);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.signup-sub-heading li {
    list-style: none;
    color: white;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}

.signup-sub-heading li span {
    margin-right: 10px;
}

.signup-feature-imgs .table-img {
    position: absolute;
    width: 200px;
    height: auto;
    bottom: 50px;
    left: -46px;
}

.signup-feature-imgs .shoes-img {
    position: absolute;
    width: 180px;
    height: auto;
    left: 200px;
    bottom: -27px;
}

.signup-feature-imgs .blue-jacket-img {
    position: absolute;
    width: 180px;
    right: -75px;
    bottom: 140px;
}

.signup-heading {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.signup-description {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
}

.signup-right .signup-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    gap: 20px;
    margin-top: 30px;
}

.signup-right .signup-form .signup-input {
    width: 100%;
    position: relative;
}

.signup-right .signup-form .signup-input input {
    width: 100%;
    height: 55px;
    border-radius: 6px;
    background: transparent;
    outline: 1px solid #3F3F3F;
    border: none;
    color: #5D5D5D;
    padding: 10px 15px;
    font-size: 16px;
}

.signup-right .signup-form .signup-input input:focus-visible {
    outline: 1px solid #1C9E75;
}

.signup-right .signup-form .signup-input input::placeholder {
    color: #5D5D5D;
    font-size: 16px;
}

.google-btn {
    height: 55px;
    border: 1px solid #3F3F3F;
    width: 100%;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5D5D5D;
    font-size: 16px;
    cursor: pointer;
}

.google-btn i {
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: -3px;
}

.terms-\&-condition {
    width: 100%;
}

.terms-\&-condition label input {
    appearance: none;
    background-color: transparent;
    border: 1px solid #3F3F3F;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    margin-bottom: -3px;
    margin-right: 5px;
}

.terms-\&-condition label input:checked::before {
    content: '✓';
    color: #3f3f3f;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.terms-\&-condition label a {
    color: #5d5d5d;
}

.terms-\&-condition label {
    color: #5d5d5d;
    font-weight: 500;
    font-size: 15px;
}

.create-account-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    background-color: #1c9e75;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    border: none;
}

.create-account-btn:hover {
    background-color: #007a9b;
}

@media (max-width: 500px) {
    .fiq-signup-section {
        height: 550px;
        width: 100%;
    }

    .fiq-login-section {
        height: 450px !important;
        width: 100% !important;
    }

    .signup-left {
        display: none;
    }

    .login-left {
        display: none !important;
    }

    .login-right,
    .forgot-password-right,
    .otp-right,
    .reset-password-right {
        width: calc(100% - 50px) !important;
        margin: auto;
        border-radius: 12px;
    }

    .signup-right {
        width: calc(100% - 50px);
        margin: auto;
        border-radius: 12px;
    }

    .signup-right .signup-form .signup-input {
        width: calc(100% - 140px);
    }

    .login-right .login-form .login-input input,
    .forgot-password-right .forgot-password-form .forgot-password-input input,
    .reset-password-form .reset-password-input input {
        height: 40px !important;

        padding: 0px 15px !important;
        font-size: 12px !important;
    }

    .login-right .login-form .login-input,
    .forgot-password-right .forgot-password-form .forgot-password-input,
    .reset-password-form .reset-password-input {
        width: calc(100% - 140px) !important;
    }

    .signup-right .signup-form .signup-input input {
        height: 40px;

        padding: 0px 15px;
        font-size: 12px;
    }

    .signup-right .signup-form .signup-input input::placeholder {
        font-size: 12px;
    }

    .google-btn i {
        font-size: 16px !important;
        margin-bottom: -2px !important;
    }

    .google-btn {
        height: 40px !important;
        width: calc(100% - 140px) !important;
        font-size: 12px !important;
    }

    .login-right .login-form .login-input input::placeholder,
    .forgot-password-right .forgot-password-form .forgot-password-input input::placeholder,
    .reset-password-form .reset-password-input input::placeholder {
        font-size: 12px !important;
    }

    .terms-\&-condition {
        width: calc(100% - 140px);
    }

    a.forgot-password-link {
        font-size: 12px;
    }

    .terms-\&-condition label {
        font-size: 12px;
    }

    .create-account-btn {
        width: calc(100% - 140px);
        height: 40px;

        font-size: 12px;

    }

    .login-button,
    .proceed-button {
        width: calc(100% - 140px) !important;
        height: 40px !important;

        font-size: 12px !important;
    }

    .terms-\&-condition label input {
        width: 15px;
        height: 15px;

    }

    .terms-\&-condition label input:checked::before {
        font-size: 12px;

    }

    .signup-heading {
        font-size: 18px;
    }

    .signup-description {
        font-size: 14px;
    }

    .signup-link {
        font-size: 12px !important;
    }

    .login-heading,
    .forgot-password-heading,
    .reset-password-heading {
        font-size: 18px !important;
    }

    .login-description,
    .forgot-password-description,
    .reset-password-description {
        font-size: 14px !important;
    }

    .otp-container .otp-input {
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;

    }

    .otp-container .otp-input::placeholder {

        font-size: 14px !important;

    }

    .resend-code-link {
        font-size: 14px !important;
        margin: 20px 0px 10px !important;
    }

    .time-countdown {
        font-size: 16px !important;
    }
}

/* signup page style end */
/* login page style start */
.fiq-login-wrap {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 100;
}

.fiq-login-section {
    height: 700px;
    width: 1100px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    font-family: "Rubik", serif;
}

.login-left {
    width: 50%;
    height: 100%;
    background-color: #002d59;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.fiq-login-logo {
    width: 220px;
    margin: 50px 0px;
}

.fiq-login-logo img {
    width: 100%;
    height: auto;
}

.login-right,
.forgot-password-right,
.otp-right,
.reset-password-right {
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #e3fff6 0%, #ffffff 100%);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-sub-heading li {
    list-style: none;
    color: white;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}

.login-sub-heading li span {
    margin-right: 10px;
}

.login-feature-imgs .purse-img {
    position: absolute;
    width: 400px;
    height: auto;
    bottom: -130px;
    right: -150px;
}

.login-feature-imgs .mobile-img {
    position: absolute;
    width: 180px;
    height: auto;
    left: 230px;
    bottom: 130px;
}

.login-feature-imgs .jacket-img {
    position: absolute;
    width: 500px;
    left: -210px;
    bottom: -110px;
}

.login-heading,
.forgot-password-heading,
.reset-password-heading {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.login-description,
.forgot-password-description,
.reset-password-description {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
}

.login-right .login-form,
.forgot-password-right .forgot-password-form,
.reset-password-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    gap: 20px;
    margin-top: 30px;
}

.login-right .login-form .login-input,
.forgot-password-right .forgot-password-form .forgot-password-input,
.reset-password-form .reset-password-input {
    width: 100%;
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 18px;
    color: #5d5d5d;
    cursor: pointer;
}

#eye-icon {
    font-size: 19px;
}

.login-right .login-form .login-input input,
.forgot-password-right .forgot-password-form .forgot-password-input input,
.reset-password-form .reset-password-input input {
    width: 100%;
    height: 55px;
    border-radius: 6px;
    background: transparent;
    outline: 1px solid #3F3F3F;
    border: none;
    color: #5D5D5D;
    padding: 10px 15px;
    font-size: 16px;
}

.login-right .login-form .login-input input:focus-visible,
.forgot-password-right .forgot-password-form .forgot-password-input input:focus-visible,
.reset-password-form .reset-password-input input:focus-visible {
    outline: 1px solid #1C9E75;
}

.login-right .login-form .login-input input::placeholder,
.forgot-password-right .forgot-password-form .forgot-password-input input::placeholder,
.reset-password-form .reset-password-input input::placeholder {
    color: #5D5D5D;
    font-size: 16px;
}

.google-btn {
    height: 55px;
    border: 1px solid #3F3F3F;
    width: 100%;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5D5D5D;
    font-size: 16px;
    cursor: pointer;
}

.google-btn i {
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: -3px;
}

a.forgot-password-link {
    color: #5d5d5d;
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 10px;
}

.signup-link {
    color: black;
    font-size: 16px;
}

.signup-link a {
    color: black;
}

.login-button,
.proceed-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    background-color: #1c9e75;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    border: none;
}

.login-button:hover,
.proceed-button:hover {
    background-color: #007a9b;
}

.otp-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    margin-top: 30px;
}

.otp-container .otp-input {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    border: none;
    background: transparent;
    outline: 2px solid #b5b5b5;
    color: #9d9d9d;
    font-size: 28px;
    text-align: center;
}

.otp-container .otp-input::placeholder {
    color: #9d9d9d;
    font-size: 28px;
    text-align: center;
}

.resend-code-link {
    color: #9d9d9d;
    font-size: 20px;
    margin: 30px 0px 10px;
}

.resend-code-link.active {
    color: #1c9e75;
    cursor: pointer;
}

.time-countdown {
    font-size: 20px;
    color: #5d5d5d;
}

/* login page style end */
.fiq_pricing_popup_wrap {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 100;
}

.fiq_pricing_popup-section {
    background: white;
    height: 820px;
    width: 1180px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
}

.fiq_pricing_popup-section .pricing-card-item {
    width: 31%;
    height: 510px;
    padding: 25px;
    margin-top: 40px;
}

.fiq_pricing_popup-section .pricing-card-item .plan-name {
    font-size: 24px;
}

.fiq_pricing_popup-section .pricing-card-item .price {
    font-size: 38px;
    margin: 8px 0px;
}

.fiq_pricing_popup-section .start-btn {
    padding: 12px 18px;
}

.fiq_pricing_popup-section .pricing-card-item ul li {
    font-size: 18px;
}

.fiq_pricing_popup-section .pricing-heading {
    font-size: 36px;
}

.fiq_payment_dtl_card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    width: 640px;
    height: 845px;
}

.fiq_payment_dtl_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.fiq_payment_dtl_title {
    font-size: 20px;
    font-weight: 600;
}

.fiq_payment_dtl_close {
    background: none;
    border: none;
    color: #888;
    font-size: 16px;
    cursor: pointer;
}

.fiq_payment_dtl_subtitle {
    font-size: 14px;
    margin-bottom: 20px;
}

.fiq_payment_dtl_subtitle strong {
    font-weight: 600;
}

.fiq_payment_dtl_group {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fiq_payment_dtl_input {
    width: 100%;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}

.fiq_payment_dtl_input:focus-visible {
    outline: none;
    border: 1px solid #2e2e2e;
}

.fiq_payment_dtl_select:focus-visible {
    outline: none;
    border: 1px solid #2e2e2e;
}

.fiq_payment_dtl_row {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.fiq_payment_dtl_card label {
    color: #2e2e2e;
    font-size: 16px;
}

.fiq_payment_dtl_select_wrapper {
    position: relative;
}

.fiq_payment_dtl_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #d3e5e0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E%3Cpath d='M14.7788 1.36223L8.31916 8.2258C8.214 8.33759 8.08707 8.42666 7.9462 8.48755C7.80532 8.54844 7.65347 8.57985 7.5 8.57985C7.34653 8.57985 7.19468 8.54844 7.0538 8.48755C6.91293 8.42666 6.786 8.33759 6.68084 8.2258L0.221228 1.36223C-0.264059 0.846444 0.101377 0 0.809779 0H14.1902C14.8986 0 15.2641 0.846444 14.7788 1.36223Z' fill='%23505050'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 15px 9px;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #505050;
    font-size: 16px;
    width: 100%;
}


.fiq_payment_dtl_prices {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
}

.fiq_payment_dtl_prices div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.fiq_payment_dtl_button {
    background-color: #1c9e75;
    color: #fff;
    border: none;
    padding: 16px;
    width: 100%;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    letter-spacing: 1px;
}

.fiq_payment_dtl_button:hover {
    background-color: #00416d;
}

.fiq_payment_dtl_terms {
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
    color: #555;
}

.fiq_payment_dtl_terms a {
    color: #333;
    text-decoration: underline;
    font-weight: 600;
}

.fiq_payment_dtl_cardwrapper {
    position: relative;
}

.fiq_payment_dtl_cardwrapper svg {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
}

.fiq_payment_dtl_row div input {
    margin-top: 8px;
}

.fiq_payment_option_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.fiq_payment_option_wrap div {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 165px;
    height: 80px;
    cursor: pointer;
}

.fiq_payment_option_wrap div img {
    width: 110px;
}

.fiq_payment_option_wrap div:hover,
.fiq_payment_option_wrap .selected {
    border: 1px solid #00416D;
}