﻿
.pricing-box {
    background: #fff;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.pricing-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    border-color: #28a745;
}

.pricing-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.pricing-box .price {
    font-size: 48px;
    font-weight: 700;
    color: #28a745; /* Yeşil renk */
    margin-bottom: 20px;
}

    .pricing-box .price small {
        font-size: 16px;
        font-weight: 400;
        color: #888;
    }

.pricing-box ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

    .pricing-box ul li {
        padding: 10px 0;
        border-bottom: 1px solid #f5f5f5;
        color: #666;
    }

        .pricing-box ul li:last-child {
            border-bottom: none;
        }

.pricing-box .btn-price {
    background: #28a745;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

    .pricing-box .btn-price:hover {
        background: #218838;
        color: #fff;
        box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
    }

.recommended-badge {
    background: #ffc107;
    color: #333;
    padding: 5px 25px;
    position: absolute;
    top: 20px;
    right: -30px;
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .whatsapp-float:hover {
        background-color: #128C7E;
        color: #fff;
        transform: scale(1.1);
    }

.my-float {
    margin-top: 16px;
}

.qr-box {
    border: 2px dashed #25d366;
    padding: 15px;
    border-radius: 10px;
    background: #f9fdfa;
    display: inline-block;
    margin-bottom: 20px;
}

    .qr-box img {
        max-width: 150px;
        height: auto;
    }

.qr-label {
    display: block;
    margin-top: 10px;
    font-weight: 600;
    color: #128C7E;
}

.software-card {
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f8fbff);
    border-radius: 22px;
    padding: 40px 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(40, 167, 69, 0.10);
    transition: all 0.35s ease;
    overflow: hidden;
    height: 100%;
    text-align: left;
}

    .software-card:before {
        content: "";
        position: absolute;
        top: -60px;
        right: -60px;
        width: 180px;
        height: 180px;
        background: radial-gradient(circle, rgba(40,167,69,0.12) 0%, rgba(40,167,69,0) 70%);
        border-radius: 50%;
    }

    .software-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
        border-color: rgba(40, 167, 69, 0.30);
    }

.software-card-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(135deg, #28a745, #20c997);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    box-shadow: 0 10px 25px rgba(40, 167, 69, 0.25);
}

    .software-card-icon i {
        color: #fff;
        font-size: 30px;
    }

.software-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.software-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 22px;
    min-height: 90px;
}

.software-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
}

    .software-list li {
        padding: 10px 0;
        color: #555;
        border-bottom: 1px solid #eef2f4;
        font-size: 15px;
    }

        .software-list li:last-child {
            border-bottom: none;
        }

        .software-list li i {
            color: #28a745;
            margin-right: 10px;
        }

.software-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #28a745, #1e7e34);
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: 0.3px;
    box-shadow: 0 10px 25px rgba(40, 167, 69, 0.25);
    transition: all 0.3s ease;
    text-decoration: none;
}

    .software-btn:hover {
        background: linear-gradient(135deg, #218838, #16692c);
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(40, 167, 69, 0.32);
        color: #fff !important;
    }

.featured-software {
    border: 1px solid rgba(255, 193, 7, 0.45);
    background: linear-gradient(145deg, #ffffff, #fffdf6);
}

.software-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ffc107, #ff9800);
    color: #222;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 30px;
    box-shadow: 0 8px 18px rgba(255, 193, 7, 0.25);
}

@media (max-width: 991px) {
    .software-card {
        padding: 30px 22px;
    }

        .software-card h3 {
            font-size: 24px;
        }

        .software-card p {
            min-height: auto;
        }

    .software-list li {
        padding: 12px 0;
        color: #555;
        border-bottom: 1px solid #eef2f4;
        font-size: 15px;
        line-height: 1.6;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

        .software-list li i {
            color: #28a745;
            margin-top: 4px;
            font-size: 16px;
            flex-shrink: 0;
        }

    .software-card p {
        color: #666;
        line-height: 1.8;
        margin-bottom: 22px;
    }
}

   
