﻿
.pricing-section {
    /* padding: 60px 0; */
    position: relative;
}


.pricing-box {
    border-radius: 15px;
    padding: 30px;
    margin: 15px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 770px;
    display: flex;
    flex-direction: column;
    position: relative;
    background: url(assets/images/feature/blur_image.png) no-repeat center center / cover;
    background-color: #aa3a9e91;
    border: 1px #fff solid;
    background: linear-gradient(335deg, #8743b2 0%, #5e115391 66.48%, #0c1449 100%);
}

.ribbon-text {
    position: absolute;
    top: 20px;
    left: 46px;
    background-color: #ff4b5c;
    color: #fff;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: bold;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pricing-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.pricing-title {
    font-size: 40px;
    font-weight: 900;
    color: #ffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 10px 0px;
}

.pricing-feature {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
}

    .pricing-feature:last-child {
        border-bottom: none;
    }

    .pricing-feature .feature-name {
        font-weight: 700;
        color: #ffffff;
    }

    .pricing-feature .feature-value {
        font-weight: 600;
        color: #fff;
    }

.btn-know-more {
    margin-top: 40px;
    padding: 10px 10px;
    border-radius: 25px;
    color: #ffffff;
    text-align: center;
    font-weight: 200;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 20px;
    background-image: linear-gradient(to top right, #180151 0%, #680093 90%, #36054f 100%);
}

    .btn-know-more:hover {
        background: linear-gradient(250deg, #8743b2 0%, #5e115391 66.48%, #0c1449 100%);
        | transform: scale(1.05);
        text-decoration: none;
        color: #ffffff;
    }

/* Entrance Animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s forwards;
}

    .fade-in-up:nth-child(1) {
        animation-delay: 0.2s;
    }

    .fade-in-up:nth-child(2) {
        animation-delay: 0.4s;
    }

    .fade-in-up:nth-child(3) {
        animation-delay: 0.6s;
    }

    .fade-in-up:nth-child(4) {
        animation-delay: 0.8s;
    }

.pricing-item {
    display: none;
}

    .pricing-item.active {
        display: block;
    }

/* Arrows */
#prevBtn,
#nextBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
}

    #prevBtn:hover,
    #nextBtn:hover {
        background-color: #0056b3;
    }

#prevBtn {
    left: -50px;
}

#nextBtn {
    right: -50px;
}

/* Sliding effect */
.slide-in-right {
    animation: slideInRight 0.5s ease forwards;
}

.slide-in-left {
    animation: slideInLeft 0.5s ease forwards;
}

.banner-item {
    position: static !important;
}

.pricing-image {
    width: 45%;
    height: auto;
    margin-bottom: 20px;
    align-self: center;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.package-range .feature-name {
    font-weight: 900;
    text-transform: uppercase;
}

.package-range {
    font-size: 22px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    border: 0.5px solid #fff;
    border-radius: 20px;
    padding: 0px 10px;
}

.feature-icon {
    width: 25px;
    height: 16px;
}

.blockcain-content {
    margin-left: 20px;
}

/* New Banner Section Styles */
.new-banner-section-2 {
    width: 100%;
   /* background-color: #f4f4f4;*/
    padding: 120px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/assets/images/background/business_plan.png);
    background-size: cover;
}

.new-banner-container {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-banner-content {
    flex: 1;
    padding: 40px;
    max-width: 1200px;
}

.new-banner-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 50px;
}

    .new-banner-title .highlight {
        color: #ff5722;
    }

.new-banner-description {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #fff;
}

/* Optional Button */
.new-btn {
    background-color: #ff5722;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .new-btn:hover {
        background-color: #e64a19;
    }

/* Banner Image */
.new-banner-image {
    flex: 1;
    text-align: right;
    padding: 20px;
}

    .new-banner-image img {
        max-width: 100%;
        height: auto;
    }

.accordion-item {
    background-color: #ffffff00;
    margin: 10px 0px;
}

.accordion-body {
    color: #fff;
    background-color: #ffffff00;
}

.accordion-button {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}


/* Responsive Design */
@media (max-width: 768px) {
    .new-banner-container {
        flex-direction: column;
    }

    .new-banner-content,
    .new-banner-image {
        text-align: center;
    }

        .new-banner-image img {
            margin-top: 20px;
        }

    .new-banner-title {
        font-size: 2rem;
    }

    .new-banner-description {
        font-size: 1rem;
    }
}




.table-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
    /* background: linear-gradient(135deg, #eef2f3, #8e9eab); */
    border-radius: 12px;
    overflow: hidden;
}

thead {
    background: linear-gradient(to right, #ab3b9f, #2575fc, #731b87);
    color: white;
}

    thead th {
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 20px 30px;
        text-align: center;
    }

        thead th img {
            width: 60px;
            height: 60px;
            margin-bottom: 5px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

th,
td {
    padding: 20px 25px;
    text-align: center;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in-out;
}

tbody tr {
    /* background-color: rgba(255, 255, 255, 0.7); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 20px;
    color: #fff;
}

    tbody tr:hover {
        /* transform: scale(1.02); */
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

        /* Hover Effect: Border only on Left and Right Business Columns */
        tbody tr:hover td:nth-child(2),
        tbody tr:hover td:nth-child(3) {
            border-left: 1px solid #6a11cb;
            border-right: 1px solid #2575fc;
        }

.reward {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 10px;
    justify-items: center;
}

    .reward img {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        object-fit: cover;
        transition: transform 0.3s;
    }

        .reward img:hover {
            transform: scale(1.1);
        }

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Black background with opacity */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modal Content (image container) */
.modal-content {
    position: relative;
    width: 30%;
    max-width: 500px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    text-align: center;
}

    /* Image inside modal */
    .modal-content img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

/* Close Button */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

    .close:hover {
        color: #000;
    }

@media screen and (max-width: 768px) {

    th,
    td {
        padding: 15px;
        font-size: 14px;
    }

    .reward img {
        width: 30px;
        height: 30px;
    }
}


.wallet-box {
    border-radius: 15px;
    padding: 30px;
    margin: 15px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    /* background: url(assets/images/feature/blur_image.png) no-repeat center center / cover; */
    background-color: #aa3a9e2e;
    border: 1px #fff solid;
    background: linear-gradient(335deg, #8743b2 0%, #5e115391 66.48%, #0c1449 100%);
}

.wallet-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
}

.wallet-img {
    margin-bottom: 15px;
    border-radius: 10px;
    transition: opacity 0.5s ease-in-out;
}

.wallet-title {
    font-weight: 100;
    margin-bottom: 25px;
    text-align: left;
    margin-top: 20px;
    font-size: 30px;
    text-transform: uppercase;
}

.wallet-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}


    .wallet-item svg {
        min-width: 40px;
        /* Prevent shrinking */
        min-height: 40px;
        width: 40px;
        height: 40px;
        fill: #4CAF50;
        transition: transform 0.3s, fill 0.3s;
    }

    .wallet-item:hover svg {
        fill: #2E7D32;
        transform: scale(1.1);
    }

    .wallet-item div {
        display: flex;
        flex-direction: column;
    }

    .wallet-item span {
        font-weight: bold;
        margin-bottom: 5px;
    }

