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

    .pb-0 {
        padding-bottom: 0 !important;
    }
    .opensea-Script-left img {
        width: 80%;
        margin: auto;
    }

    .fansly-clone-interface-slider-wrapper {
        position: relative;
        overflow: hidden;
        margin: 0 40px;
    }

    .fansly-clone-interface-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #ffffff;
        border: none;
        font-size: 24px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 4px 8px rgb(0 0 0 / 98%);
        z-index: 10;
        color: #2196F3;
    }

    .fansly-clone-interface-prev {
        left: 10px;
    }

    .fansly-clone-interface-next {
        right: 10px;
    }

    .fansly-clone-interface-track {
        display: flex;
        transition: transform 0.6s ease;
    }

    .fansly-clone-interface-slide {
        flex: 0 0 33.333%;
        display: flex;
        justify-content: center;
        transform: scale(0.75);
        transition: 0.4s;
    }

    .fansly-clone-interface-slide img {
        width: 100%;
        border-radius: 20px;
    }

    .fansly-clone-interface-slide.active {
        opacity: 1;
        transform: scale(1);
    }
    section.opensea-Craft {
        padding: 50px 0;
    }

    .opensea-Script {
        padding: 50px 0;
    }

    .opensea-Script-wrap {
        display: flex;
        align-items: center;
    }

    .opensea-Script-left,
    .opensea-Script-right {
        width: 50%;
    }

     .opensea-Script-left img {
        width: 80%;
        margin: auto;
    }
    .opensea-Lucrative {
        padding-top: 50px;
        text-align: center;
    }

    .opensea-sub {
        font-size: 14px;
        color: #2196F3;
    }

    .opensea-Lucrative-card h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .opensea-Lucrative-wrap {
        margin: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .opensea-Lucrative-card {
        position: relative;
        background: #fff;
        padding: 20px;
        text-align: center;
        border-radius: 14px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        transition: all 0.35s ease;
    }

    .opensea-Lucrative-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        background: linear-gradient(135deg, #ffffff, #f0f9fc);
    }



    .opensea-Lucrative-card::before {
        background-size: 300% 300%;
        transition: all 0.5s ease;
    }

    .opensea-Lucrative-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;
    }

    .opensea-Lucrative-icon svg {
        transition: all 0.4s ease;
        margin-bottom: 15px;
    }

    .opensea-Lucrative-card:hover .opensea-Lucrative-icon svg {
        transform: scale(1.1) rotate(5deg);
    }

    .opensea-Lucrative-card h4 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .opensea-Marketplace {
        text-align: center;
        margin-bottom: 50px;
    }

    .opensea-Marketplace-wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        max-width: 90%;
        margin: auto;
    }

    .opensea-Marketplace-card h3 {
        font-size: 15px;
        font-weight: 600;
        margin: 0;
    }

    .opensea-Marketplace-card {
        position: relative;
        padding: 30px 25px;
        border-radius: 15px;
        background: #fff;
        border-left: 3px solid currentColor;
        border-right: 3px solid currentColor;
        transition: all 0.3s ease;

    }


    .opensea-Marketplace-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        border-left-width: 6px;
        border-right-width: 6px;
        background: linear-gradient(135deg, #ffffff, #f9fbfd);
    }

    .opensea-Marketplace-card::before,
    .opensea-Marketplace-card::after {
        transition: all 0.3s ease;
    }

    .opensea-Marketplace-card:hover::before,
    .opensea-Marketplace-card:hover::after {
        left: 10px;
        right: 10px;
    }

    .opensea-Marketplace-card::after {
        content: "";
        position: absolute;
        top: 0;
        left: 20px;
        right: 20px;
        border-top: 2px dotted currentColor;
        opacity: 0.6;
    }

    .opensea-Marketplace-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
        border-bottom: 2px dotted currentColor;
        opacity: 0.6;
    }

    .opensea-Marketplace-card:nth-child(4n+1) {
        color: #4AA3E7;
    }

    .opensea-Marketplace-card:nth-child(4n+2) {
        color: #318F5A;
    }

    .opensea-Marketplace-card:nth-child(4n+3) {
        color: #F0383E;
    }

    .opensea-Marketplace-card:nth-child(4n+4) {
        color: #F4B233;
    }

    section.opensea-Deliverables {
        text-align: center;
        padding: 50px 0;
        background: #7bc6ff14;
    }

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

    .opensea-Deliverables-tab li {
        list-style: none;
    }

    .opensea-Deliverables-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;
    }

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

    .opensea-Deliverables-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;
    }

    .opensea-Deliverables-card:hover {
        border-color: #0083d4;
    }

    .opensea-Deliverables-card img {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .opensea-Deliverables-txt-inner {
        display: none;
    }

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

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

    .opensea-Deliverables-card h3 {
        font-size: 18px;
        font-weight: 900;
    }

    .opensea-Deliverables-card img {
        transition: all 0.4s ease;
    }

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

    .opensea-demo {
        padding-bottom: 50px;
        text-align: center;
    }

    .opensea-demo-wrap {
        display: flex;
        align-items: center;
        gap: 20px;
        max-width: 90%;
        margin: auto;
    }

    .opensea-demo-left {
        text-align: start;
        width: 50%;
    }

    .opensea-demo-left h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .opensea-demo-tabs {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px;
        gap: 20px;
    }

    .opensea-demo-right {
        width: 50%;
        backdrop-filter: blur(18px);
        box-shadow: 0px 0px 17px #16ab8138;
        border: 2px solid #ffffff;
        border-radius: 25px;
        padding: 20px;
    }

    .demo-tab {
        padding: 10px 15px;
        border-radius: 20px;
        border: none;
        background: #e0e7ff;
        cursor: pointer;
        font-size: 16px;
    }

    .demo-tab.active {
        background: #1e2a5a;
        color: #fff;
    }

    .opensea-demo-content img {
        width: 100%;
        border-radius: 10px;
        height: 15rem;
        object-fit: cover;
    }

    section.opensea-Collectibles {
        text-align: center;
        padding: 50px 0;
        background: #0d6efd0d;
    }

    .opensea-Collectibles-wrap {
        display: grid;
        grid-template-columns: 1fr minmax(300px, 500px) 1fr;
        gap: 40px;
        align-items: start;
        justify-items: stretch;
        margin-top: 30px;
    }

    .opensea-Collectibles-left,
    .opensea-Collectibles-right {
        display: flex;
        flex-direction: column;
    }

    .Collectibles-tabs {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

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

    .Script-tab:hover {
        transform: translateX(5px);
        background: #e6edff;
    }

    .Script-tab.active {
        background-color: #fff;
        color: #001f4e;
        box-shadow: 4px 1px 13px 0px #a394ff33;
        border-radius: 0 6px 6px 0;
        background-image: url("../images/common/nav-active.svg");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }

    .opensea-Collectibles-center {
        max-width: 500px;
        width: 100%;
    }

    .Collectibles-content {
        display: none;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.35s ease;
    }

    .Collectibles-content.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .Collectibles-content img {
        max-width: 500px;
        width: 100%;
        margin: 20px auto 0;
    }

    .Collectibles-content h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .Collectibles-content p {
        font-size: 15px;
        line-height: 1.6;
        color: #555;
    }

    .Script-tab:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .Script-tab {
        position: relative;
        overflow: hidden;
        transition: 0.3s;
        z-index: 1;
    }

    .Script-tab::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        background: rgba(0, 131, 212, 0.2);
        border-radius: 50%;
        transition: 0.4s ease;
        z-index: -1;
    }

    .Script-tab:hover {
        transform: translateX(5px);
    }

    .Script-tab:hover::after {
        width: 200px;
        height: 200px;
    }

    /* SECTION */
    .opensea-Game {
        padding: 50px 0;
        background: #f8fbff;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    /* SOFT BACKGROUND BLOBS */
    .opensea-Game::before {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        background: #4AA3E7;
        opacity: 0.15;
        filter: blur(100px);
        top: -80px;
        left: -80px;
    }

    .opensea-Game::after {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        background: #F4B233;
        opacity: 0.15;
        filter: blur(100px);
        bottom: -80px;
        right: -80px;
    }

    .opensea-Game-inner {
        max-width: 800px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .opensea-Game h2 {
        font-size: 38px;
        font-weight: 700;
        line-height: 1.3;
        color: #0f172a;
    }

    .opensea-Game p {
        font-size: 16px;
        line-height: 1.7;
        color: #475569;
        margin-bottom: 30px;
    }

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

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


    .opensea-Revenue-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 25px;
        transition: 0.4s ease;
        text-align: start;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    }

    .opensea-Revenue-card h3 {
        font-size: 18px;
        font-weight: 600;
        margin-top: 15px;
    }

    .opensea-Revenue-card p {
        margin-bottom: 0;
        font-size: 16px;
    }


    .opensea-Revenue-card {
        backdrop-filter: blur(10px);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    }



    /* ICON */
    .opensea-Revenue-card .icon {
        font-size: 40px;
        margin-bottom: 15px;
    }


    .opensea-Revenue-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    }

    .opensea-Revenue-card:hover svg {
        transform: translateX(5px) scale(1.05);
    }

    .opensea-Revenue-card {
        position: relative;
        padding: 30px 25px;
        border-radius: 18px;
        background: #ffffff;
        text-align: left;
        transition: 0.4s ease;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    }

    .opensea-Revenue-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    }

    .opensea-Revenue-card::after {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        background: currentColor;
        opacity: 0.08;
        border-radius: 50%;
        top: -30px;
        transition: 0.4s;
    }

    .opensea-Revenue-card:hover::after {
        transform: scale(1.3);
    }

    .opensea-Benefits {
        padding-top: 50px;
        text-align: center;
    }

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

    .opensea-Benefits-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;
    }

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

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

    .opensea-Benefits-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;
    }

    .opensea-Benefits-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;
    }

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

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

    .opensea-Benefits-card:hover:before {
        width: 100%;
    }

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

    .opensea-Benefits-card:hover p {
        color: #fff;
    }

    .opensea-Boosters {
        text-align: center;
    }

    .opensea-Boosters-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }

    .opensea-Boosters-card {
        position: relative;
        background: #dbe5f7;
        padding: 20px;
        border-radius: 12px;
        border: 1px solid #e6edf5;
        transition: 0.35s ease;
        overflow: hidden;
        text-align: start;
    }

    .opensea-Boosters-icon {
        width: 70px;
        height: 70px;
        background: #eef4fb;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
        transition: 0.3s;
    }

    .opensea-Boosters-card h3 {
        font-size: 20px;
        font-weight: 900;
    }

    .opensea-Boosters-card p {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 1.6;
    }

    .opensea-Boosters-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        width: 0%;
        background: #0083d4;
        transition: 0.4s ease;
    }

    .opensea-Boosters-icon svg {
        width: 40px;
    }

    .opensea-Boosters-card:hover {
        background: #ffff;
        transform: translateY(-6px);
        border-color: #0083d4;
    }

    .opensea-Boosters-card:hover .opensea-Boosters-icon {
        background: #0083d4;
    }

    .opensea-Boosters-card:hover .opensea-Boosters-icon svg {
        filter: brightness(0) invert(1);
    }

    .opensea-Boosters-card:hover::after {
        width: 100%;
    }

    .opensea-Workflow {
        padding-bottom: 50px;
        background: #f7fbff;
        text-align: center;
    }

    .opensea-Workflow-flow {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
    }

    .opensea-Workflow-flow::before {
        content: "";
        position: absolute;
        top: 35px;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #00c6ff, #0072ff, #00c6ff);
        border-radius: 10px;
        z-index: 0;
    }

    .opensea-Workflow-step {
        width: 16%;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .opensea-Workflow-circle {
        width: 70px;
        height: 70px;
        margin: auto;
        border-radius: 50%;
        background: linear-gradient(135deg, #00c6ff, #0072ff);
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 30px rgba(0, 114, 255, .3);
        margin-bottom: 25px;
        transition: .4s;
    }

    .opensea-Workflow-card {
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(10px);
        padding: 20px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
        transition: .4s;
        height: 100%;
        max-height: 70%;
    }

    .opensea-Workflow-card h3 {
        font-size: 18px;
        font-weight: 900;
    }



    .opensea-Workflow-card svg {
        width: 45px;
        height: 45px;
        margin-bottom: 15px;
    }

    .opensea-Workflow-step:hover .opensea-Workflow-circle {
        transform: scale(1.2);
    }

    .opensea-Workflow-step:hover .opensea-Workflow-card {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 114, 255, .15);
    }

    .opensea-Craft-inner {
        text-align: center;
        background: #33aaff1f;
        padding: 40px;
        border-radius: 30px;
    }

    .opensea-Next {
        text-align: center;
    }

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

    .opensea-Next h3 {
        text-align: center;
        font-weight: 900;
        font-size: 20px;
    }

    .opensea-Next-wrap h4 {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 600;
        color: #000000ad;
    }

    .opensea-Next-card {
        background: transparent;
        border: 2px solid #37a5e9;
        border-radius: 15px;
        padding: 15px;
        transition: 0.35s ease;
        position: relative;
    }

    .opensea-Next-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(55, 165, 233, 0.25);
        border-color: #4AA3E7;
    }

    .opensea-Elite {
        padding: 50px 0;
        text-align: center;
        background-color: #f1f5ff;
    }
.opensea-Elite-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 90%;
    margin: auto;
    position: relative;
}.opensea-Elite-left {
    position: sticky;
    top: 0;
}

    .opensea-Elite-left,
    .opensea-Elite-right {
        width: 50%;
        text-align: start;
    }

    .opensea-scroll-box {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .opensea-Elite-card h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .opensea-Elite-card {
        box-shadow: 0px 0px 8px #2196f352;
        border-radius: 8px;
        background: #2196F3 !important;
        color: #fff;
        padding: 20px;
    }

    .opensea-Elite-card p {
        margin-bottom: 0;
    }

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

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

    /* ========================= */
    /* 📱 RESPONSIVE */
    /* ========================= */

    @media (max-width: 768px) {
        .opensea-Script-wrap {
            flex-wrap: wrap;
        }

        .opensea-Script-left,
        .opensea-Script-right {
            width: 100%;
        }

        .opensea-Collectibles-center {
            max-width: 100%;
            width: 100%;
            order: 2;
        }

        .opensea-Collectibles-wrap {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .Collectibles-content img {
            max-width: 100%;

        }

        .opensea-Lucrative-wrap {
            grid-template-columns: repeat(2, 1fr);

        }

        .d-none-uber {
            display: none;
        }

        .opensea-Revenue-wrap {
            grid-template-columns: repeat(2, 1fr);
        }

        .opensea-Benefits-card {
            flex: 0 0 47%;

        }

        .opensea-Benefits-arrow {
            display: none;
        }

        .opensea-Benefits-row {
            gap: 20px;
        }

        .opensea-Boosters-row {
            grid-template-columns: repeat(2, 1fr);
        }

        .opensea-Script-left {
            order: -1;
        }

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

        .opensea-Workflow-step {
            width: 48%;
        }

        .opensea-Workflow-flow::before {
            display: none;
        }

        .opensea-Elite-inner {
            flex-wrap: wrap;
        }

        .opensea-Elite-left,
        .opensea-Elite-right {
            width: 100%;
            text-align: start;
        }
.opensea-Elite-left{
    position: unset;
}
        .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-box div {
            margin-bottom: 0;
        }

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

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

        .Collectibles-tabs {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
        }

        .Script-tab {
            text-align: center;
            border-radius: 30px;
        }

        .Script-tab.active {
            background-image: none;
            border-radius: 30px;
        }
    }

    @media (max-width: 430px) {
        .opensea-Marketplace-wrap {
            grid-template-columns: repeat(2, 1fr);
            max-width: 100%;
        }

        .opensea-demo-wrap {
            flex-wrap: wrap;
            flex-direction: column-reverse;
        }

        .opensea-Lucrative-wrap {
            grid-template-columns: repeat(1, 1fr);
        }

        .opensea-Deliverables-txt-inner.active {
            flex-wrap: wrap;
        }

        .opensea-Deliverables-card {
            width: 100%;
        }

        .opensea-demo-left {
            width: 100%;
        }

        .opensea-demo-right {
            width: 100%;
        }

        .opensea-Revenue-wrap {
            grid-template-columns: repeat(1, 1fr);
        }

        .opensea-Benefits-card {
            flex: 100%;
        }

        .opensea-Boosters-row {
            grid-template-columns: repeat(1, 1fr);
        }

        .opensea-Workflow-step {
            width: 100%;
        }

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

        .opensea-demo-right {
            width: 100%;

        }

        .demo-tab {
            padding: 10px;
            font-size: 12px;
        }

        .Script-tab {
            font-size: 12px;
            padding: 10px;
        }

        .Collectibles-content h3 {
            font-size: 18px;
        }

        .Collectibles-content p {
            font-size: 14px;
        }

        .opensea-Deliverables-tab li a {
            padding: 15px;
            font-size: 13px;

        }

        .opensea-Deliverables-tab ul {
            / gap: 0;

        }
    }
