
  @media only screen and (max-width: 767px)
.section-space-p {
    padding: 46px 0;
}
@media (max-width: 667px)
.glass-income-section {
    margin-top: 195px !important;
    margin-bottom: 40px;
}
    @media (max-width: 768px) {
    .signup-right {
        display: none;
    }
    .image-card img{
                display: none;

    }
}
@media (max-width: 768px) {
    .glass-income-section {
        margin-top: 165px;
        margin-bottom: 40px;
    }

    .glass-card {
        width: 100%;
        max-width: 340px;
    }
}
    .rank-swiper-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f9f9f9, #e9f7f4);
    text-align: center;
}

.section-title {
    font-size: 2rem;
    color: #045d47;
    margin-bottom: 30px;
}

.rank-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
    padding: 25px;
    width: 100%;
    max-width: 320px;
    margin: auto;
    transition: 0.3s;
}

.rank-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.rank-image {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
}

.rank-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rank-card h3 {
    font-size: 1.5rem;
    color: #0a7d5c;
    margin-bottom: 10px;
}

.rank-card p {
    color: #333;
    margin: 5px 0;
}

.swiper {
    padding-bottom: 50px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #0a7d5c;
}

.swiper-pagination-bullet {
    background: #0a7d5c;
}

@media (max-width: 768px) {
    .swiper {
        padding: 0 10px 50px;
    }
}

    .product-level-section {
        padding: 60px 20px;
        background: #f7f9fc;
        text-align: center;
    }

    .section-title {
        font-size: 2rem;
        color: #045d47;
        margin-bottom: 40px;
    }

    .product-cards {
        display: flex;
        gap: 30px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .product-card {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.07);
        padding: 20px;
        width: 320px;
        transition: 0.3s ease;
    }

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    }

    .product-card h3 {
        color: #045d47;
        font-size: 1.5rem;
    }

    .product-card .price {
        font-weight: bold;
        color: #0a7d5c;
        font-size: 1.2rem;
        margin: 10px 0 15px;
    }

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

    .product-card table th {
        background: #0a7d5c;
        color: white;
        padding: 8px;
        border-radius: 8px 8px 0 0;
    }

    .product-card table td, 
    .product-card table th {
        padding: 8px;
        border: 1px solid #ddd;
        color: #333;
    }

    .product-card table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .highlight {
        background: linear-gradient(135deg, #0a7d5c, #0c9e74);
        color: white;
    }

    .highlight h3,
    .highlight .price,
    .highlight table th {
        color: white;
        background: transparent;
    }

    .highlight table td {
        color: black;
        border-color: rgba(255,255,255,0.3);
    }

@media (max-width: 768px) {
    .product-cards {
        flex-direction: column;
        align-items: center;
    }
}

.business-signup {
    background: linear-gradient(135deg, #88a971, #fdfdfd);
    padding: 80px 20px;
}

.signup-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    gap: 50px;
    flex-wrap: wrap;
}

.signup-left {
    flex: 1;
    min-width: 300px;
}

.signup-left h1 {
    font-size: 3rem;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.signup-left h2 {
    color: #0a7d5c;
    margin-bottom: 10px;
    font-weight: 600;
}

.signup-left .product-name {
    font-size: 1.4rem;
    color: #0a7d5c;
    margin-bottom: 10px;
}

.signup-left .product-name small {
    color: #555;
    font-size: 0.9rem;
}

.signup-left .price {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.signup-left .price span {
    font-weight: normal;
    color: #555;
}

.signup-left .bv {
    margin-bottom: 25px;
    color: #444;
}

.btn-join {
    padding: 12px 30px;
    background-color: #0a7d5c;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(10, 125, 92, 0.3);
    transition: 0.3s ease;
}

.btn-join:hover {
    background-color: #055c42;
}

.signup-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
}

.image-card {
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 450px;
    transition: 0.4s;
}

.image-card img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.image-card:hover {
    transform: translateY(-5px);
}

@media (max-width: 992px) {
    .signup-container {
        flex-direction: column;
        text-align: center;
    }
    .signup-right {
        margin-top: 30px;
    }
}


.alt-item {
    background-color: #fff;
    border: 1px solid #e6e8eb;
    border-radius: 24px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    max-width: 380px;
}

.alt-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

.alt-item .con-img img {
    width: 90px;
    transition: transform 0.3s ease;
}

.alt-item:hover .con-img img {
    transform: scale(1.1);
}

.alt-item header {
    text-align: center;
    margin-bottom: 20px;
}

.alt-item header h3 {
    font-size: 1.8rem;
    margin: 5px 0;
    color: #2c3e50;
}

.alt-item header p {
    font-size: 1.05rem;
    opacity: 0.8;
}

.alt-item ul {
    padding: 0;
    margin: 0;
}

.alt-item ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #d9d9d9;
    color: #444;
    font-size: 0.95rem;
}

.alt-item ul li:last-child {
    border-bottom: none;
}

.alt-item ul li i {
    color: rgb(61, 203, 171);
    font-size: 1.4rem;
}

.alt-item button {
    background-color: rgb(61, 203, 171);
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.alt-item button:hover {
    background-color: #019f7b;
}

.alt-item.highlight {
    background: linear-gradient(135deg, #3dcbab, #00b18a);
    color: #fff;
}

.alt-item.highlight header h3,
.alt-item.highlight header p,
.alt-item.highlight ul li {
    color: rgba(255, 255, 255, 0.9);
}

.alt-item.highlight ul li i {
    color: #fff;
}

.alt-item.highlight button {
    background-color: #fff;
    color: rgb(61, 203, 171);
}

.alt-item.highlight button:hover {
    background-color: rgba(255,255,255,0.85);
}

@media (max-width: 768px) {
    .con-items {
        flex-direction: column;
        align-items: center;
    }
}


body {
    --primary: 25,91,255;
    --color: 44, 62, 80;
    --bg: 255, 255, 255;
    --red: 255, 0, 78;
    height: 100vh;
    background: #f2f6f9;
    height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
    color: rgb(var(--color));
    width: 100%;
}
* {
    list-style: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}
b {
    padding: 0px 4px;
    display: inline-block;
}
.con-items {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 74vh;
}
.item {
    width: 360px;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgba(0,0,0,.05);
    border-radius: 40px;
    margin: 0px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .25s ease;
    position: relative;
}
.item:not(.color):hover{
    transform: scale(1.05);
}
.item:hover .con-img{
    transform: scale(1.15);
}
.item.color:hover {
    transform: scale(1.15);
}
.con-img {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
}
.con-img img {
    width: 130px;
}
.item1 {
    padding-right: 45px;
}
.item2 {
    z-index: 100;
}
.item3 {
    padding-left: 45px;
}
.item.color {
    background: #99b989;
    color: #fff;
    transform: scale(1.1);
}
.item.color li {
    color: #000;
}
.item.color li b {
    color: rgba(255,255,255,1);
}
.item.color li i {
    color: rgba(255,255,255,1);
}
.item header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.item header h3 {
    font-size: 2rem;
}
.item header p {
    font-size: 1.2rem;
}
.badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 12px;
    color: rgb(61, 203, 171);
    font-weight: bold;
    font-size: .85rem;
}
.item ul {
    padding: 20px 0px;
    flex: 1;
    width: 100%;
}
.item ul li {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    color: #121212
}
.item ul li b {
    color: rgb(var(--color), 1)
}
.item ul li i {
    font-size: 1.6rem;
    margin-right: 15px;
    color: rgb(var(--color), 1)
}
.item button {
    padding: 14px 20px;
    width: 100%;
    background: rgb(61, 203, 171);
    border: 3px solid transparent;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0px 10px 25px 0px rgba(61, 203, 171, .35);
    cursor: pointer;
    transition: all .25s ease;
}
.item button:not(.border):hover {
    transform: translate(0,5px);
    box-shadow: 0px 0px 0px 0px rgba(61, 203, 171, .35);
}
.item button.border {
    border: 3px solid #fff;
}
.item button.border:hover {
    background: #fff;
    color: rgb(61, 203, 171);
}
.glass-income-section {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 60px 20px;
    background: linear-gradient(135deg, #e0f7f4, #f6f9fc);
}

.glass-card {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 25px;
    width: 340px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.3s ease;
}

.glass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.glass-icon {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    padding: 15px;
    margin-bottom: 20px;
}

.glass-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.glass-card h3 {
    font-size: 1.6rem;
    color: #045d47;
    margin-bottom: 8px;
}

.glass-card .subtitle {
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.glass-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.glass-card ul li {
    /*display: flex;*/
    align-items: center;
    justif
}