
    .lyft-essential {
        padding: 50px 0;
    }

    .lyft-essential-wrap {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .lyft-essential-left,
    .lyft-essential-right {
        width: 50%;
    }

    .image-box img {
        width: 100%;
        display: block;
        transition: transform 0.5s ease;
    }

    .lyft-essential-left:hover img {
        transform: scale(1.08);
    }

    section.lyft-driven {
        text-align: center;
        padding: 50px 0;
        background: #f5ffff;
    }

    .lyft-driven-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        max-width: 85%;
        margin: auto;
    }

    .lyft-driven-card svg {
        width: 100px;
        height: 100px;
    }

    .lyft-driven-card h3 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 20px;
    }

    .lyft-driven-display {
        padding: 50px 0;
    }

    .lyft-driven-card:hover {
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
        border-color: #37a5e9;
        z-index: 10;

    }

    .lyft-driven-card {
        position: relative;
        padding: 20px;
        width: 100%;
        height: 300px;
        background: white;
        text-decoration: none;
        display: block;
        transition: 0.25s ease;
        z-index: 1;
        border-radius: 15px;
    }

    .lyft-driven-card::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 2px;
        border-radius: 16px;
        background: linear-gradient(135deg, #318F5A, #4AA3E7, #F0383E, #F4B233);
        -webkit-mask: linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }

    .lyft-driven-hover {
        display: none;
    }

    .lyft-driven-card:hover .lyft-driven-display {
        display: none;
    }

    .lyft-driven-card:hover .lyft-driven-hover {
        display: block;
    }

    .lyft-driven-border {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        opacity: 0;
        top: 0;
        inset: 0;
        border: none;
        transition: 0.3s ease;
        z-index: 1;
        border-radius: 15px;
        border-right: 2px dashed black;
        border-bottom: 2px dashed black;
    }

    .lyft-driven-display,
    .lyft-driven-hover {
        position: relative;
        z-index: 3;
        background: #fff;
    }

    .lyft-driven-card:hover .lyft-driven-border {
        opacity: 1;
        transform: translate(10px, 20px);
    }

    .lyft-Trioangle {
        text-align: center;
    }

    .lyft-Trioangle-tab ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 20px 0;
    }

    .lyft-Trioangle-tab li {
        list-style: none;
    }

    .lyft-Trioangle-tab li a.active {
        background: #0083d4;
        color: #fff;
        border: 2px solid #fff;
    }

    .lyft-Trioangle-tab li a {
        text-decoration: none;
        margin: 10px;
        padding: 15px 30px;
        color: #fff;
        background-color: #4a425a;
        font-size: 16px;
        border-radius: 40px;
        font-weight: 700;
        box-shadow: 0px 0px 13px #00000029;
    }

    .lyft-Trioangle-left {
        display: flex;
        gap: 30px;
    }

    button.Trioangle-tab.active {
        background-color: #fff;
        color: #001f4e;
        box-shadow: 4px 1px 13px 0px #a394ff33;
        border-radius: 0 6px 6px 0;
        border-left: 10px solid;
        /* text-align: start; */
    }

    button.Trioangle-tab {
        padding: 14px 20px;
        background: #f1f3fa;
        border: none;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        color: #333;
        text-align: left;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    .lyft-Trioangle-right {
        width: 70%;
    }

    .lyft-Trioangle-content h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .lyft-Trioangle-txt-inner.active {
        display: block;
        text-align: start;
    }

    .lyft-Trioangle-content img {
        border-radius: 20px;
        width: 700px;
        height: 300px;
        min-height: 300px;
        margin: 0 auto;
    }

    .lyft-Trioangle-tabs {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 30%;
        overflow-y: auto;
        max-height: 430px;
    }

    .lyft-Trioangle-tab ul {
        display: flex;
        gap: 20px;
        justify-content: flex-start;
        align-items: center;
        padding: 20px 0;
    }

    span.lyft-hightligt {
        font-weight: 600;
        color: #2196f3a6;
    }

    .lyft-Trioangle-txt-inner {
        display: none;
    }


    .lyft-Trioangle-content {
        display: none;
    }

    .lyft-Trioangle-content.active {
        display: block;
    }

    .lyft-Gofer {
        text-align: center;
        padding-top: 50px;
    }

    .lyft-Revenue {
        text-align: center;
    }

    .lyft-Revenue-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        max-width: 90%;
        margin: auto;
    }

    .lyft-Revenue-card {
        position: relative;
        background-color: #f2f8f9;
        border-radius: 4px;
        padding: 20px;
        z-index: 0;
        overflow: hidden;
    }

    .lyft-Revenue-card:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -16px;
        right: -16px;
        background: #00838d;
        height: 32px;
        width: 32px;
        border-radius: 32px;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: transform 0.25s ease-out;
    }

    .lyft-Revenue-card h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .lyft-Revenue-card p {
        margin: 0;
    }

    .lyft-Revenue-corner {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 32px;
        height: 32px;
        overflow: hidden;
        top: 0;
        right: 0;
        background-color: #00838d;
        border-radius: 0 4px 0 32px;
    }

    .lyft-Revenue-arrow {
        margin-top: -4px;
        margin-right: -4px;
        color: white;
        font-family: courier, sans;
    }

    .lyft-Revenue-card:hover:before {
        transform: scale(40);
    }

    .lyft-Revenue-card:hover h3,
    .lyft-Revenue-card:hover p {
        transition: all 0.3s ease-out;
        color: #ffffff;
    }

    .lyft-Revenue-card:hover svg {
        filter: brightness(0) invert(1);
    }

    .lyft-apart-card p {
        margin: 0;
        text-align: start;
    }

    .lyft-apart {
        text-align: center;
        padding-top: 50px;
    }

    .lyft-apart-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .lyft-apart-card {
        padding: 2.5rem;
        background-image: linear-gradient(to bottom left, #e0e4e5, #f2f6f9);
        border-radius: 2rem;
        gap: 10px;
        align-items: center;
        display: grid;
        justify-content: start;
        grid-template:
            'lyft-apart-title lyft-apart-icon'
            'lyft-apart-content lyft-apart-content'
            'bar bar'
            / 1fr auto;
        color: #444447;
        --grad: #F0383E, #318F5A;
        box-shadow: inset -2px 2px hsl(0 0 100% / 1);
    }

    .lyft-apart-card::after {
        content: "";
        display: block;
        /* important */
        grid-area: bar;
        height: 2px;
        background-image: linear-gradient(90deg, var(--grad));
    }

    .lyft-apart-card:hover {
        transition: all 0.2s ease-out;
        box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
        top: -4px;
        border: 1px solid #cccccc;
        background-color: white;
    }

    .lyft-apart-title {
        grid-area: lyft-apart-title;
        text-align: start;
        font-size: 18px;
        font-weight: 600;
    }

    .lyft-apart-icon {
        grid-area: lyft-apart-icon;
    }

    .lyft-apart-content {
        grid-area: lyft-apart-content;
    }

    .lyft-build {
        text-align: center;
        padding: 50px 0;
    }

    .lyft-build-row {
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        margin-bottom: 20px;
    }

    .lyft-build-card {
        flex: 1;
        background: linear-gradient(135deg, #ffffff, #f7f9ff, #eef3ff);
        border: 1px solid #e5e5e5;
        border-radius: 20px;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: .4s;
        position: relative;
        overflow: hidden;
    }

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

    .lyft-build-card svg {
        width: 45px;
        margin: 0 auto 15px;
        position: relative;
        z-index: 2;
    }

    .lyft-build-card h3 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
        position: relative;
        z-index: 2;
    }

    .lyft-build-card p {
        font-size: 14px;
        line-height: 1.6;
        color: #666;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
    }

    .lyft-build-arrow {
        width: 46px;
        height: 46px;
        background: #f59b33;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        margin: 0 -14px;
        z-index: 2;
        border: 6px solid #fff;
        box-shadow: 0 0 0 1px #e5e5e5;
        align-self: center;
        flex: 0 0 auto;
    }

    .lyft-build-card:hover {
        color: #fff;
        transform: translateY(-10px);
    }

    .lyft-build-card:hover svg {
        filter: brightness(0) invert(1);
    }

    .lyft-build-card:hover:before {
        width: 100%;
    }

    .lyft-build-card:hover p {
        color: #fff;
    }

    .lyft-Offerings-tab ul {
        display: flex;
        gap: 20px;
        justify-content: flex-start;
        align-items: center;
        padding: 20px 0;
    }

    .lyft-Offerings-tab li {
        list-style: none;
    }

    .lyft-Offerings-tab li a {
        text-decoration: none;
        margin: 10px;
        padding: 15px 30px;
        color: #fff;
        background-color: #4a425a;
        font-size: 16px;
        border-radius: 40px;
        font-weight: 700;
        box-shadow: 0px 0px 13px #00000029;
    }

    .lyft-Offerings-tab li a.active {
        background: #0083d4;
        color: #fff;
        border: 2px solid #fff;
    }

    .lyft-Offerings-card {
        border-radius: 50px;
        padding: 25px;
        border: 2px solid #fff;
        transition: all 0.3s ease;
        height: 100%;
        text-align: start;
        background: rgba(242, 246, 255, 0.3803921569);
        box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.0784313725);
        backdrop-filter: blur(19px);
        width: 30%;
        -webkit-backdrop-filter: blur(19px);
        border: 2px solid #fff;
    }

    .lyft-Offerings-card:hover {
        border-color: #0083d4;
    }

    .lyft-Offerings-card img {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .lyft-Offerings-txt-inner {
        display: none;
    }

    .lyft-Offerings-txt-inner.active {
        display: block;
    }

    .lyft-Offerings-txt-inner.active {
        display: flex;
        gap: 20px;
        margin: auto;
    }

    .lyft-Offerings-card .blue_btn {
        padding: 15px 20px;
        font-size: 16px;
        margin-top: 15px;
    }

    .lyft-Offerings-card h3 {
        font-size: 18px;
        font-weight: 900;
    }

    .lyft-Offerings-card img {
        transition: all 0.4s ease;
    }

    .lyft-Offerings-card:hover img {
        transform: scale(1.1) rotate(5deg);
    }

    .lyft-Offerings {
        text-align: center;
        padding: 50px 0;
        background-image: url(https://whitelabelapps.ca/wp-content/themes/hello-elementor-child/assets/images/1.0Bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .lyft-Grab {
        text-align: center;
        padding-top: 50px;
    }

    .lyft-Grab-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 85%;
        margin: auto;
    }

    .lyft-Grab-card svg {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
        filter: invert(41%) sepia(86%) saturate(1600%) hue-rotate(175deg) brightness(95%) contrast(95%);
        transition: transform 0.4s ease;
    }

    .lyft-Grab-card:hover svg {
        transform: translateY(5px);
    }

    .lyft-Grab-card:hover h3 {
        transform: translateY(-10px);
    }

    .lyft-Grab-card {
        border-radius: 5px;
        cursor: pointer;
        border: 3px dotted black;
        transition: all 0.6s;
        justify-items: center;
        padding: 20px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
        background-color: #fff;
    }

    .lyft-Grab-card h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .lyft-Grab-card:hover {
        border: 3px solid #0083d4;
    }

    .lyft-Extra {
        text-align: center;
    }

    .lyft-Extra-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        position: relative;
        max-width: 90%;
        margin: auto;
    }

    .lyft-Extra-card {
        position: relative;
        height: 190px;
        background: linear-gradient(135deg, #fff3e6, #ffe3cc, #fff8f1);
        margin: 30px 10px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
        transition: 0.3s ease-in-out;
        border-radius: 15px;
    }

    .lyft-Extra-card:hover {
        height: 280px;
        top: 35px;
        margin-bottom: 20%;
    }

    .lyft-Extra-card:hover .lyft-Extra-txt {
        visibility: visible;
        opacity: 1;
        margin-top: 40px;
    }



    .lyft-Extra-img {
        position: relative;
        top: -40%;
        margin: auto;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 20px;
        padding: 20px;
        background: #f7f3f3;
    }

    .lyft-Extra-img img {
        width: 70%;
        margin: auto;
        height: 8rem;
        object-fit: contain;
    }

    .lyft-Extra-txt {
        position: relative;
        top: -140px;
        padding: 10px 15px;
        color: #111;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease-in-out;
    }

    .lyft-Extra-title {
        position: relative;
        top: -40px;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
    }

    .lyft-Extra-card:hover .lyft-Extra-title {
        top: -85px;
    }

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

    .fansly-clone-techstack-heading {
        font-size: 30px;
        background: linear-gradient(90deg, #3F51B5, #03A9F4);
        display: inline-block;
        padding: 12px 40px;
        border-radius: 6px;
        color: #fff;
        box-shadow: 0 10px 30px rgba(0, 114, 255, .4);
    }

    .fansly-clone-techstack-horizontal-line {
        position: absolute;
        top: 107px;
        left: 0;
        width: 100%;
        height: 2px;
        background: rgb(0 0 0 / 20%);
    }

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

    .fansly-clone-techstack-item {
        position: relative;
    }

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

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

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

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

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

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

    .fansly-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;
    }

    .fansly-clone-techstack-small-line {
        width: 2px;
        height: 117px;
        background: rgb(0 0 0 / 30%);
        margin: auto;
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }

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

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

    .fansly-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);
    }

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

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

    .fansly-clone-techstack-box div {
        text-align: left;
        display: flex;
        align-items: center;
        gap: 7px;
        margin-bottom: 8px;
        font-size: 14px;
        color: #000;
        padding: 6px 40px 4px 10px;
        background: rgb(70 51 51 / 5%);
        border-radius: 5px;
    }

    .lyft-clone-techstack-section {
        padding-top: 50px;
    }

    @media (max-width: 768px) {
        .p-0 {
            padding: 0 !important;
        }

        .lyft-driven-wrap {
            max-width: 100% !important;
            flex-wrap: wrap;
        }

        .lyft-Trioangle-left {
            flex-wrap: wrap;
        }

        .lyft-Trioangle-tabs {
            flex-direction: row;
            gap: 10px;
            width: 100%;
            overflow-x: auto;
            max-height: 100%;
        }

        .lyft-Trioangle-right {
            width: 100%;
        }

        .lyft-Revenue-wrap {
            max-width: 100%;
            flex-wrap: wrap;
        }

        .lyft-apart-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .lyft-build-row {
            gap: 20px;
        }

        .lyft-build-card {
            flex: 0 0 47%;
        }

        .lyft-build-arrow {
            display: none;
        }

        .lyft-Extra-grid {
            grid-template-columns: repeat(2, 1fr);
            max-width: 100%;
        }

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

        .fansly-clone-techstack-horizontal-line {
            display: none;
        }

        .fansly-clone-techstack-grid {
            grid-template-columns: 2fr;
        }

        .fansly-clone-techstack-small-line {
            display: none;
        }

        .fansly-clone-techstack-box {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }

        .fansly-clone-techstack-circle {
            margin: 0 auto 15px;
        }

        .lyft-essential-left,
        .lyft-essential-right {
            width: 100%;
        }

        .lyft-essential-wrap {
            flex-wrap: wrap;
        }
    }

    @media (max-width: 430px) {
        .lyft-apart-grid {
            grid-template-columns: repeat(1, 1fr);
        }

        .lyft-build-card {
            flex: 100%;
        }

        .lyft-Offerings-tab li a {
            padding: 15px;
            font-size: 13px;
        }

        .lyft-Offerings-tab ul {
            gap: 0;
        }

        .lyft-Offerings-txt-inner.active {
            flex-wrap: wrap;
        }

        .lyft-Offerings-card {
            width: 100%;
        }

        .lyft-Grab-grid {
            grid-template-columns: repeat(2, 1fr);
            max-width: 100%;
        }

        .lyft-Extra-grid {
            grid-template-columns: repeat(1, 1fr);
        }

        .fansly-clone-techstack-box {
            grid-template-columns: repeat(1, 1fr);
        }

        .lyft-driven-wrap {
            gap: 40px;
        }

        .lyft-Trioangle-tab ul {
            gap: 10px;
        }

        button.Trioangle-tab {
            padding: 15px;
            font-size: 12px;
        }

        .lyft-Trioangle-tab li a {
            margin: 0;
            padding: 15px;
        }
    }
