    .advertise_bg_inner {
        background: #fbfbfb;
        position: relative;
        z-index: 0;
    }

    .graphicleft {
        position: absolute;
        left: 0;
        width: 800px;
        z-index: -1;
        top: 5%;
    }

    .graphicright {
        position: absolute;
        right: -31px;
        width: 800px;
        z-index: -1;
        top: 25%;
        transform: rotate(137deg);
    }

    .checkbox.style-d .checkbox-info {
        border: 1px solid #D9D9D9;
        background-color: #1098cc;
        border-color: #1098cc;
    }

    .checkbox.style-d .checkbox__checkmark {
        position: absolute;
        top: 1px;
        left: 0;
        height: 20px;
        width: 20px;
        transition: background-color .25s;
        border-radius: 11px;
        box-shadow: 0px 5px 4px 0px #00000040 inset;
    }

    .checkbox.style-d .checkbox-info:after {
        content: "";
        position: absolute;
        left: 6px;
        top: 3px;
        width: 6px;
        height: 10px;
        border: solid var(--bs-white);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        opacity: 1;
        transition: opacity .25s;
    }

    .checkbox.style-d input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkbox.style-d {
        display: inline-flex;
        position: relative;
        padding-left: 30px;
        margin: 5px 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
    }



    .checkbox.style-d input:checked~.checkbox-info:after,
    .listingpage .item-figure:hover:after,
    .tooltip.show {
        opacity: 1;
    }

    .cart-btn {
        background-color: #e9b567;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        border: none;
        border-radius: 12px;
        padding: 12px 30px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        box-shadow: 0 6px 0 #c79241;
        transition: all 0.2s ease;
    }
    .cart-btn:active {
    transform: translateY(2px);
    box-shadow: 0 4px 0 #b47b2d;
}

.blueshinebg {
        background: linear-gradient(93.89deg, #0D2156 0.15%, #3C58A3 50%, #0D2156 99.85%);
    }

    .campaignbox {
        background: radial-gradient(100% 284.27% at 2.69% 0%, rgba(51, 79, 153, 0.7) 0%, rgba(255, 255, 255, 0.14) 100%);
        box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.5), inset 0px 0px 20px 10px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(255, 255, 255, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(20px);
    }

    .campaignicon {
        background: #FFFFFF;
        box-shadow: 4px 4px 20px #0C4E98, inset 4px 4px 8px #DFEEFF, inset -8px -8px 16px #BDDCFF;
        top: -34px;
        left: 0;
        right: 0;
        margin: auto;
        width: fit-content;
    }

    .leftofferimg {
        top: -13%;
        left: 0;
    }

    .rightofferimg {
        top: 10%;
        right: -2%;
    }

    .advertisebg {
        background: url(../images/advertise/blog-bg.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .bubble.left {
        align-self: flex-start;
    }

    .bubble.right {
        align-self: flex-end;
    }

    .bubble {
        background: #E8ECF5;
        color: #0d1b2a;
        transition: all 0.4s ease;
        box-shadow: -8px -8px 16px 0px #FFFFFFE5 inset;
        animation: float 3s ease-in-out infinite;
    }

    .bubble:hover {
        background: #0d1b2a;
        color: #fff;
        box-shadow: 0 8px 20px rgba(13, 27, 42, 0.3);
    }

    @keyframes float {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-6px);
        }

        100% {
            transform: translateY(0);
        }
    }

    .connectbox {
        border: 1px solid transparent;
        background-image: linear-gradient(white, white), linear-gradient(90deg, #0D2156, #D39F4C, #0D2156);
        background-origin: padding-box, border-box;
        background-clip: padding-box, border-box;
        outline: none;
    }

    .hover-up {
        transition: all 0.3s ease-in-out;
    }

    .icon-height {
        max-height: 62px;
    }



    .samplelink {
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    margin: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
}

.checkbox-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-card {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.checkbox-option input:checked~.checkbox-card {
    border-color: #2a3661;
    background: linear-gradient(135deg, #d3a34c73, rgb(175 145 76 / 5%));
    box-shadow: 0 5px 15px #d39f4c4f;
    animation: pulse 0.5s;
}

.bg-airdrop {
    background: url('{{ URL::asset("version4/images/advertise/blog-bg.webp") }}');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f4faff;
}

.plan-card.active {
    border-color: #673ab7;
    background: #f9f5ff;
}

.plan-card {
    border: 2px solid #ddd;
    border-radius: 12px;
    padding: 16px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #f4faff;
}

.plan-card input[type="radio"] {
    display: none;
}

.plan-radio {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 18px;
    height: 18px;
    border: 2px solid #673ab7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-card.active .plan-radio::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #673ab7;
    border-radius: 50%;
}

.plan-price-original {
    text-decoration: line-through;
}

.plan-save-text {
    color: green;
    font-size: 14px;
    font-weight: 500;
}

.dis-ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.dis-ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #D39F4C;
    background: linear-gradient(#D39F4C 0%, #dbac61 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.dis-ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #D39F4C;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #D39F4C;
}

.dis-ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #D39F4C;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #D39F4C;
}

.pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.statbox {
    box-shadow: 2px 4px 4px rgba(211, 159, 76, 0.3);
}

.shinytext {
    font-style: normal;
    font-size: 48px;
    line-height: 54px;
    background: linear-gradient(90deg, #e9c774 0, #d39f4c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.auto-hide-alert {
    transition: opacity 0.6s ease;
}

.filtertable td {
        vertical-align: middle;
    }
 .socialmediacard {
            background: white;
            border-radius: 20px;
            padding: 15px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .socialmediacard::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, var(--card-color) 0%, var(--card-color-light) 100%);
        }

        .socialmediacard:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        }

        .icon-wrapper {
           width: 60px;
    height: 60px;
    margin: 0 auto 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--card-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .icon-wrapper i {
            font-size: 30px;
            color: white;
        }

        .platform-name {
            font-size: 1.4rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 10px;
        }

        .kol-count {
            font-size: 1rem;
            color: #718096;
            font-weight: 500;
        }

        .kol-number {
            font-weight: 700;
            color: var(--card-color);
        }

        /* Platform specific colors */
        .socialmediacard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(
        90deg,
        var(--card-color) 0%,
        var(--card-color-light) 100%
    );
}

/* Twitter / X */
.twitter-card {
    --card-color: #000000;
    --card-color-light: #333333;
}

/* Telegram */
.telegram-card {
    --card-color: #0088cc;
    --card-color-light: #33a3dd;
}

/* YouTube */
.youtube-card {
    --card-color: #FF0000;
    --card-color-light: #ff3333;
}

/* Instagram */
.instagram-card {
    --card-color: #E1306C;
    --card-color-light: #e85588;
}

/* Reddit */
.reddit-card {
    --card-color: #FF4500;
    --card-color-light: #ff6633;
}

/* LinkedIn */
.linkedin-card {
    --card-color: #0A66C2;
    --card-color-light: #3b82d6;
}

/* Facebook */
.facebook-card {
    --card-color: #1877F2;
    --card-color-light: #4c8df5;
}

/* CoinMarketCap (CMC) */
.cmc-card {
    --card-color: #3861FB;
    --card-color-light: #6b8cff;
}

/* Binance Square */
.binance-card {
    --card-color: #F3BA2F;
    --card-color-light: #f7ce5a;
}


        @media (max-width: 768px) {
            .socialmediacard {
                margin-bottom: 20px;
            }
        }
/*    main advertise    */
.headerone {
    text-align: center;
    margin-bottom: 100px;
}

.headerone h1 {
    font-size: 72px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.headerone p {
    font-size: 18px;
    color: #666;
}

.timeline {
    position: relative;
    padding: 50px 0;
}

.dotted-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
}

.dotted-line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-image: linear-gradient(to bottom, #999 50%, transparent 50%);
    background-size: 2px 20px;
    background-repeat: repeat-y;
}

.rocket {
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%) rotate(135deg);
    font-size: 40px;
    transition: top 0.1s ease-out;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    z-index: 1;
}

.bg-statis {
    background: linear-gradient(to bottom, #e8eeff, #d9e8f7);
}

.step {
    position: relative;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step:nth-child(even) {
    flex-direction: row-reverse;
}

.step-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.step-content {
    width: 45%;
    background: #0d2156;
    border-radius: 12px;
    color: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.step-icon {
    font-size: 50px;
    margin-bottom: 20px;
    color: #66bb6a;
}

.step-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.step-content p {
    font-size: 16px;
    color: #66bb6a;
    line-height: 1.6;
}

.decorative-shape {
    position: absolute;
    opacity: 0.6;
}

.shape-1 {
    top: 0px;
    left: 100px;
    width: 60px;
    height: 60px;
    background: #9c27b0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: floatone 6s ease-in-out infinite;
}

.shape-2 {
    top: 20px;
    right: 150px;
    width: 80px;
    height: 80px;
    background: #66bb6a;
    border-radius: 50%;
    animation: floatone 8s ease-in-out infinite;
}



@keyframes floatone {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

@media (max-width: 768px) {
    .headerone h1 {
        font-size: 48px;
    }

    .step {
        flex-direction: column !important;
        margin-bottom: 100px;
    }

    .step-content {
        width: 90%;
        margin-top: 80px;
    }

    .dotted-line {
        left: 30px;
    }

    .step-number {
        left: 30px;
    }

    .rocket {
        left: 30px;
    }
}

/**/
 :root {
        --brand: #0d2156;
        --brand-light: rgb(80 113 201 / 12%);
    }

    /* Section Box */
    .user-stat-box {
        background: var(--brand-light);
        border-radius: 24px;
        padding: 15px;
    }
@keyframes floatLeftRight {
    0% { transform: translateX(0); }
    50% { transform: translateX(15px); }
    100% { transform: translateX(0); }
}

.animate-left-right {
    animation: floatLeftRight 15s ease-in-out infinite;
}
    /* Top Row */
    .stat-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        flex-wrap: wrap;
    }

    /* Left Content */
    .stat-content {
        flex: 1;
        min-width: 220px;
    }

    .stat-content h3 {
        color: var(--brand);
        font-weight: 700;
    }

    .stat-content p {
        font-size: 15px;
        color: #6c757d;
    }

    /* Right Metric */
    .stat-metric {
        background: #0d2156;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 170px;
        height: 170px;
        color: #ff6d34;
        -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        flex-direction: column;
    }


    /* Bottom Stats */
    .stat-bottom {
        margin-top: 28px;
    }

    .stat-mini {
        background: #fff;
        border-radius: 14px;
        padding: 14px;
        text-align: center;
        border: 1px solid rgba(13, 33, 86, 0.12);
        height: 100%;
    }

    .stat-mini span {
        display: block;
        font-size: 13px;
        color: #6c757d;
    }

    .stat-mini strong {
        font-size: 18px;
        color: var(--brand);
        font-weight: 700;
    }

    /* Responsive */
    @media (max-width: 576px) {
        .stat-metric {
            margin: auto;
        }
    }
  .offer-container {
            margin: 0 auto;
            background-color: #faf6ee;
            border-radius: 12px;
            padding: 15px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
            max-height: 85vh;
            overflow-y: auto;
        }

        .offer-header {
            text-align: center;
            margin-bottom: 12px;
        }

        .offer-badge {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 4px 15px;
            border-radius: 20px;
            display: inline-block;
            font-weight: bold;
            margin-bottom: 8px;
            font-size: 11px;
            letter-spacing: 0.5px;
        }

        .price-section {
            text-align: center;
            margin-bottom: 12px;
            padding: 12px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 10px;
            color: white;
        }

        .original-price {
            font-size: 18px;
            text-decoration: line-through;
            opacity: 0.8;
            margin-right: 10px;
        }

        .discounted-price {
            font-size: 28px;
            font-weight: bold;
            display: inline-block;
        }

        .discount-badge {
            background-color: #ff6b6b;
            color: white;
            padding: 3px 10px;
            border-radius: 15px;
            font-size: 12px;
            font-weight: bold;
            display: inline-block;
            margin-left: 6px;
        }

        .package-title {
            color: #0d2156;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
            text-align: center;
        }

        .service-item {
            background: white;
            padding: 8px 10px;
            margin-bottom: 6px;
            border-radius: 6px;
            border-left: 3px solid #667eea;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        }

        .service-name {
            font-weight: 600;
            color: #0d2156;
            font-size: 13px;
            margin-bottom: 2px;
        }

        .service-price {
            color: #667eea;
            font-weight: bold;
            font-size: 13px;
            float: right;
        }

        .service-details {
            color: #666;
            font-size: 11px;
            margin-top: 3px;
            clear: both;
        }

        .total-value {
            text-align: center;
            padding: 8px;
            background-color: #e8f5e9;
            border-radius: 6px;
            margin-top: 12px;
            border: 2px dashed #4caf50;
        }

        .total-value-text {
            color: #2e7d32;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
    padding: 8px;
    background-color: #e8f5e9;
    border-radius: 6px;
    margin-top: 12px;
    border: 2px dashed #4caf50;
        }
        .services-list {
    background: white;
    padding: 8px 10px;
    margin-bottom: 6px;
    border-radius: 6px;
    border-left: 3px solid #667eea;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
     word-break: break-all;
}
.services-list br {
    display: none;
}
