
    .Postmates-Features-list li a {
        text-decoration: none;
        background-color: #eff6f6;
        margin: 10px;
        padding: 15px 30px;
        color: #000;
        font-size: 15px;
        font-weight: 700;
        display: inline-flex;
        text-align: center;
        border-radius: 50px;
    }

    .bigo-clone-Key-txt-inner {
        display: none;
    }

    .bigo-clone-Key-txt-inner.active {
        display: block;
    }

    .bigo-clone-Key-tab a {
        text-decoration: none;
        background-color: #eff6f6;
        padding: 15px 30px;
        color: #000;
        font-size: 15px;
        font-weight: 700;
        display: inline-flex;
        text-align: center;
        border-radius: 50px;
    }

    .bigo-clone-Key-tab a.active {
        background: #0083d4;
        color: #fff;
    }

    .bigo-clone-Key-tab {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding-bottom: 20px;
    }

    .bigo-core-section {
        padding: 50px 0;
        background: #0d6efd0f;
    }

    .bigo-core-simple-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .bigo-icon img {
        width: 50px;
        margin: 0 auto 15px auto;
    }

    .bigo-simple-card h3 {
        font-size: 20px;
        font-weight: 900;
    }

    .bigo-simple-card {
        background: #fff;
        padding: 30px 25px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
        transition: all .35s ease;
        position: relative;
        overflow: hidden;
    }

    .bigo-simple-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 4px;
        background: linear-gradient(90deg, #0083d4, #00c6ff);
        transition: .35s;
    }

    .bigo-simple-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    }

    .bigo-simple-card:hover::before {
        width: 100%;
    }

    .bigo-icon {
        margin-bottom: 18px;
    }

    .bigo-icon-simple img {
        width: 70px;
        height: 70px;
        margin: 0 auto 15px auto;
        transition: .35s;
    }

    .bigo-simple-card:hover .bigo-icon-simple img {
        transform: scale(1.12) rotate(5deg);
    }

    .bigo-simple-card p {
        font-size: 15px;
        margin-bottom: 0;
    }

    .bigo-clone-Precision {
        padding: 50px 0;
        background: #a4aaaf1a;
        text-align: center;
    }

    .bigo-clone-Precision-inner {
        display: flex;
    }

    .bigo-clone-Precision-left {
        width: 50%;
    }

    .bigo-clone-Precision-left-img img {
        width: 22vw;
        max-width: 300px;
        margin: 0 auto;
    }

    .bigo-clone-Precision-right {
        width: 50%;
        height: 600px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .bigo-clone-Precision-list {
        padding: 20px;
        background: #fff;
    }

    .bigo-clone-Precision-list li {
        list-style: none;
    }

    .bigo-li {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        padding: 16px;
        border-bottom: 1px solid #e4e7ec;
        transition: all .25s ease;
        background: #fff;
        flex-direction: column;
        text-align: start;
    }

    .bigo-icon {
        min-width: 40px;
    }

    .bigo-icon-Precision img {
        width: 40px;
        height: 40px;
        transition: transform .25s ease;
    }

    .bigo-sub-heading {
        font-size: 18px;
        margin-bottom: 5px;
        font-family: 'Impact', sans-serif;
    }

    .bigo-sub-para {
        font-size: 15px;
        color: #555;
        margin: 0;
        line-height: 1.5;
    }

    .bigo-clone-Key {
        text-align: center;
    }

    .bigo-clone-Key-txt-inner.active {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding-bottom: 50px;
    }

    .bigo-clone-Key-txt-inner {
        display: none;
    }

    .bigo-clone-Key-card {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        background: #f7f7f7;
        padding: 19px;
        text-align: center;
        border-radius: 10px;
    }

    .bigo-clone-Key-card img {
        width: 70px;
        height: 70px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .bigo-clone-Key-card h3 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 7px;
    }

    .bigo-clone-Flawless {
        padding: 50px 0;
        background: #f7f9fc;
    }

    .bigo-flawless-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        align-items: center;
        gap: 20px;
    }

    .bigo-flawless-card {
        display: flex;
        gap: 18px;
        align-items: flex-start;
        background: #fff;
        padding: 20px;
        border-radius: 14px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        transition: .35s;
        position: relative;
        height: 100%;
    }

    .bigo-flawless-card svg {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        transition: .4s;
    }

    .bigo-image {
        display: block;
        max-width: 95%;
        width: 100%;
        margin: 0 auto;
    }

    .bigo-flawless-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
        border: 1px solid #2196F3;
    }

    .bigo-flawless-card:hover img {
        transform: scale(1.15) rotate(6deg);
    }

    /* text */

    .bigo-flawless-card h3 {
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 6px;
    }

    .bigo-flawless-card p {
        font-size: 14px;
        color: #555;
        margin: 0;
    }

    .bigo-clone-earnings {
        text-align: center;
    }

    .bigo-clone-earnings-inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        gap: 30px;
        text-align: start;
    }

    .bigo-clone-earnings-inner> :nth-last-child(-n+2) {
        grid-column: span 1;
        width: 100%;
        margin-left: 200px;
    }

    .bigo-clone-earnings-inner> :nth-last-child(-n+2) {
        grid-column: span 1;
        width: 100%;
        margin-left: 200px;
    }

    .bigo-clone-earnings-card {
        position: relative;
        background: #fff;
        padding: 20px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        text-align: center;
        overflow: hidden;
        transition: all .4s ease;
        height: 100%;
    }

    .bigo-clone-earnings-card svg {
        width: 50px;
        height: 50px;
        margin: 0 auto 15px auto;
    }

    .bigo-clone-earnings-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(96.74deg, #37a5e9 7.29%, #0083d4 90.69%);
        opacity: 0;
        transition: .4s;
        z-index: 0;
    }


    .bigo-clone-earnings-card h3,
    .bigo-clone-earnings-card p,
    .bigo-clone-earnings-card svg {
        position: relative;
        z-index: 2;
    }


    .bigo-clone-earnings-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
    }


    .bigo-clone-earnings-card:hover::before {
        opacity: .08;
    }


    .bigo-clone-earnings-card:hover svg {
        transform: scale(1.15) rotate(5deg);
    }


    .bigo-clone-earnings-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .Zocdoc-bg-1 {
        background-color: #e5f5f0;
    }

    .Zocdoc-bg-2 {
        background-color: #fffbeb;
    }

    .Zocdoc-bg-3 {
        background-color: #e1e2efa6;
    }

    .Zocdoc-bg-4 {
        background-color: #ebf2f7;
    }

    .bigo-clone-earnings-card h3 {
        font-size: 20px;
        font-weight: 900;
    }

    .bigo-clone-process {
        padding-bottom: 50px;
    }

    .bigo-clone-process-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 40px;
        position: relative;
    }

    .bigo-clone-process-grid::before {
        content: "";
        position: absolute;
        top: 65px;
        left: 15%;
        width: 70%;
        z-index: -1;
        border-top: 2px dashed #2196F3;
    }

    .bigo-clone-process-step {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .bigo-clone-process-icon {
        width: 120px;
        height: 120px;
        border: 1px dashed #2196F3;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        transition: .3s;
    }

    .bigo-clone-process-icon:hover {
        background: #2196F3;
    }

    .bigo-clone-process-icon svg {
        width: 45px;
        transition: all .3s ease;
    }

    .bigo-clone-process-icon:hover svg {
        transform: scale(1.15) rotate(5deg);
        filter: brightness(0) invert(1);
        transition: 0.3s ease;
    }

    .bigo-clone-process-step h3 {
        font-size: 20px;
        margin-top: 20px;
        font-weight: 900;
    }

    .bigo-clone-process-grid::after {
        content: "";
        position: absolute;
        bottom: 38%;
        left: 15%;
        width: 70%;
        z-index: -1;
        border-top: 2px dashed #2196F3;
    }

    .bigo-clone-techstack-section {
        padding: 50px 0;
        background: linear-gradient(135deg, #0f172a, #1e293b66);
    }

    .bigo-clone-techstack-container {
        width: 100%;
        margin: auto;
        text-align: center;
        position: relative;
    }

    .bigo-clone-techstack-title {
        font-size: 34px;
        font-weight: 700;
        background: linear-gradient(90deg, #00c6ff, #0072ff);
        display: inline-block;
        padding: 12px 40px;
        border-radius: 50px;
        color: #fff;
        box-shadow: 0 10px 30px rgba(0, 114, 255, .4);
    }

    .bigo-clone-techstack-horizontal-line {
        position: absolute;
        top: 140px;
        left: 0;
        width: 100%;
        height: 2px;
        background: rgba(255, 255, 255, .2);
    }

    .bigo-clone-techstack-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 30px;
        position: relative;
        margin-top: 80px;
    }

    .bigo-clone-techstack-item {
        position: relative;
        padding-top: 40px;
    }

    .zc-bg1 {
        background: linear-gradient(135deg, #ff9800, #ff5722);
    }

    .bigo-clone-techstack-small-line {
        width: 2px;
        height: 117px;
        background: rgba(255, 255, 255, .3);
        margin: auto;
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .bigo-clone-techstack-circle img {
        width: 45px;
        filter: invert(1);
    }

    .bigo-clone-techstack-item h3 {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin-top: 10px;
    }

    .bigo-clone-techstack-box {
        margin-top: 20px;
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 15px;
        padding: 20px;
        backdrop-filter: blur(12px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    }

    .bigo-clone-techstack-box div {
        text-align: left;
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 10px;
        font-size: 15px;
        color: #fff;
        padding: 8px 10px;
        border-radius: 8px;
        background: rgba(255, 255, 255, .05);
    }

    .bigo-clone-techstack-box img {
        width: 30px;
        height: 30px;
    }

    .bigo-clone-techstack-circle {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 60px auto 15px;
        position: relative;
        box-shadow: 0 15px 40px rgba(0, 0, 0, .4);
    }

    .zc-bg2 {
        background: linear-gradient(135deg, #e53935, #b71c1c);
    }

    .zc-bg3 {
        background: linear-gradient(135deg, #2196f3, #0d47a1);
    }

    .zc-bg4 {
        background: linear-gradient(135deg, #9c27b0, #4a148c);
    }

    .zc-bg5 {
        background: linear-gradient(135deg, #4caf50, #1b5e20);
    }

    .zc-bg6 {
        background: linear-gradient(135deg, #009688, #004d40);
    }

    section.bigo-clone-Roadmap {
        padding-top: 50px;

    }

    .bigo-clone-loaded-box:hover .bigo-clone-loaded-icon svg {
        transform: scale(1.2) rotate(10deg);
    }

    .bigo-clone-loaded-inner {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
    }

    .bigo-clone-loaded-box {
        position: relative;
        padding: 35px 30px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        transition: .4s;
    }

    .bigo-clone-loaded-icon img {
        width: 60px;
        transition: 0.5s;
        margin-bottom: 15px;
    }

    .process-point-no {
        position: absolute;
        right: 30px;
        top: -20px;
        font-size: 100px;
        font-weight: 700;
        z-index: 0;
        color: #ebebeb82;
        transition: 1s;
    }

    .bigo-clone-loaded-box h3,
    .bigo-clone-loaded-box p,
    .bigo-clone-loaded-icon {
        position: relative;
        z-index: 2;
    }

    .bigo-clone-loaded-box:hover .process-point-no {
        transform: rotateY(360deg);
        color: #37a5e961;
    }

    .bigo-clone-loaded-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    }

    .bigo-clone-loaded-icon img {
        width: 50px;
        height: 50px;
    }

    .bigo-clone-loaded-box h3 {
        font-size: 20px;
        font-weight: 900;
        margin-top: 15px;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .bigo-pricing-model {
        padding: 50px 0;
        background: #f6f9fc;
    }

    /* table wrapper */

    .pricing-table-wrapper {
        margin-top: 40px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
        overflow: hidden;
    }

    /* table */

    .pricing-table {
        width: 100%;
        border-collapse: collapse;
    }

    /* header */

    .pricing-table thead {
        background: linear-gradient(96.74deg, #37a5e9 7.29%, #0083d4 90.69%);
        color: #fff;
    }

    .pricing-table th {
        padding: 18px;
        text-align: left;
        font-size: 17px;
        font-weight: 600;
    }

    /* rows */

    .pricing-table td {
        padding: 18px;
        border-bottom: 1px solid #eef2f7;
        font-size: 15px;
        color: #444;
    }

    /* hover effect */

    .pricing-table tbody tr {
        transition: .3s;
    }

    .pricing-table tbody tr:hover {
        background: #f2f8ff;
        transform: scale(1.01);
    }

    /* price column */

    .pricing-table td:last-child {
        font-weight: 600;
        color: #0083d4;
    }

    /* responsive */

    @media(max-width:900px) {

        .pricing-table th,
        .pricing-table td {
            font-size: 14px;
            padding: 14px;
        }

    }

    .bigo-workflow-modern {
        padding: 50px 0;
        background: #f7f9fc;
    }

    .workflow-modern-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 60px;
        margin-top: 30px;
    }

    /* RIGHT IMAGE */

    .workflow-modern-center {
        width: 45%;
        text-align: center;
    }

    .workflow-modern-center img {
        width: 100%;
    }

    /* LEFT WORKFLOW */

    .workflow-modern-right {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 40px;
        position: relative;
        padding-left: 80px;
    }

    /* vertical connecting line */

    .workflow-modern-right::before {
        content: "";
        position: absolute;
        left: 40px;
        top: 10px;
        bottom: 90px;
        width: 3px;
        background: linear-gradient(96.74deg, #37a5e9 7.29%, #0083d4 90.69%);
    }

    /* cards */

    /* CARD HOVER */

    .workflow-card {
        position: relative;
        padding: 15px 20px 15px 20px;
        border-radius: 12px;
        transition: all .35s ease;
        cursor: pointer;
    }

    /* hover lift */

    .workflow-card:hover {
        transform: translateX(8px);
        background: #ffffff;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }

    /* icon animation */

    .workflow-bg img {
        transition: all .4s ease;
    }

    /* icon hover effect */

    .workflow-card:hover .workflow-bg img {
        transform: scale(1.15) rotate(6deg);
        box-shadow: 0 10px 25px rgba(0, 131, 212, 0.25);
    }

    /* title hover */

    .workflow-card:hover h3 {
        color: #0083d4;
    }

    /* glowing line effect */

    .workflow-modern-right::before {
        transition: all .4s ease;
    }

    .workflow-modern-right:hover::before {
        background: linear-gradient(180deg, #37a5e9, #0083d4, #37a5e9);
    }

    /* icon */

    .workflow-bg img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #fff;
        padding: 10px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);

        position: absolute;
        left: -65px;
        top: 0;
        z-index: 2;
    }

    .workflow-bg h3 {
        font-size: 20px;
        margin: 0 0 8px;
        font-weight: 900;
    }

    .workflow-bg p {
        font-size: 15px;
        color: #666;
        margin: 0;
        line-height: 1.6;
    }


    .text-center {
        text-align: center !imporatnt;
    }

    .bigo-live-stats-section {
        padding: 50px 0;
        text-align: center;
    }

    .bigo-live-stats-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .bigo-live-stat-card {
        background: #fff;
        padding: 30px;
        border-radius: 15px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        border-bottom: 4px solid #2196F3;
        transition: 0.4s ease;
        z-index: 1;
    }

    .bigo-live-stat-card::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0%;
        background: #2196f330;
        transition: height 0.4s ease;
        z-index: -1;
    }

    .bigo-live-stat-card p {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .bigo-live-stat-divider {
        height: 1px;
        background: #e5e5e5;
        margin-bottom: 20px;
    }

    .bigo-live-stat-content {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .bigo-live-stat-icon {
        width: 55px;
        height: 55px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2196F3;
    }

    .bigo-live-stat-content p {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

    .bigo-live-stat-icon img {
        width: 32px;
    }

    .bigo-live-stat-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
    }

    .bigo-live-stat-card:hover::before {
        height: 100%;
    }

    .zocdoc-clone-techstack-dot {
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 3px solid #fff;
        z-index: 2;
    }

    /* responsive */

    @media(max-width:768px) {
        .d-none-uber {
            display: none
        }
.wla-hero-grid {
    grid-template-columns: 1fr !important;
}
        .wla-hero-image-wrapper.animate-fade-in-scale {
            order: -1;
        }

        .bigo-live-stats-wrapper {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .workflow-modern-wrapper {
            flex-direction: column-reverse;
            gap: 10px;
            margin-top: 0;
        }

        .workflow-modern-center {
            width: 100%;
        }

        .workflow-modern-right {
            gap: 0;
            width: 100%;
        }

        .workflow-modern-right::before {
            display: none
        }

        .wla-form-bg {
            margin: 0 auto 15px auto !important;
            width: 95%;
        }

        .pb-0 {
            padding-bottom: 10 !important;
        }

        .py-0 {
            padding: 50px 0 !important;
        }

        .bigo-core-simple-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .bigo-clone-Key-txt-inner.active {
            grid-template-columns: repeat(2, 1fr);
        }

        .bigo-clone-earnings-inner {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .bigo-clone-earnings-inner> :nth-last-child(-n+2) {
            margin-left: 0;
        }

        .bigo-clone-process-grid::before {
            display: none
        }

        .bigo-clone-process-grid::after {
            display: none
        }

        .bigo-clone-techstack-small-line {
            display: none
        }

        .bigo-clone-techstack-grid {
            grid-template-columns: 1fr;
            margin-top: 50px;
        }

        .bigo-clone-techstack-item {
            padding-top: 0px;
        }

        .bigo-clone-techstack-circle {
            margin: -20px auto 15px;
        }

        .bigo-image {
            max-width: 100%;
        }

        .workflow-card {
            padding: 15px;
        }

        .workflow-bg h3 {
            font-size: 16px;
        }
    }

    @media(max-width:430px) {
        .bigo-clone-Key-tab a {
            text-decoration: none;
            background-color: #eff6f6;
            margin-bottom: 10px;
            padding: 9px;
            color: #000;
            font-size: 12px;
            font-weight: 700;
            display: inline-flex;
            text-align: center;
            border-radius: unset;
        }

        .bigo-live-stats-wrapper {
            grid-template-columns: repeat(1, 1fr);
        }

        .bigo-core-simple-grid {
            grid-template-columns: repeat(1, 1fr);
        }

        .bigo-core-simple-grid {
            grid-template-columns: repeat(1, 1fr);
        }

        .bigo-clone-Precision-inner {
            flex-direction: column;
            gap: 20px;
        }

        .bigo-clone-Precision-left {
            width: 100%;
        }

        .bigo-clone-Precision-right {
            width: 100%;
        }

        .bigo-clone-Key-txt-inner.active {
            grid-template-columns: repeat(1, 1fr);
        }

        .bigo-clone-Key-tab li a {
            text-decoration: none;
            background-color: #eff6f6;
            margin: 0;
            padding: 10px;
            font-size: 13px;
        }

        .bigo-clone-earnings-inner {
            grid-template-columns: repeat(1, 1fr);
        }

        .bigo-clone-process-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .bigo-clone-loaded-inner {
            grid-template-columns: repeat(1, 1fr);
        }

        .bigo-flawless-wrapper {
            grid-template-columns: repeat(1, 1fr);
        }

        .bigo-clone-Precision-left-img img {
            width: 100%;
            max-width: 300px;
        }
    }

    .Bigo-graid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 20px;
        grid-template-columns: 55% 45%;
    }
