.pricing-box-two .pricing-price-two {
    place-self: center;
}
.pricing-box-two .pricing-bottom .pricing-list ul li span {
    text-align: left;
}
.pricing-list .list-wrap {
    justify-items: left;
}
.pricing-area-two {
    background-color: transparent !important;
    margin-top: -130px;
}

/* Genel Kutunun Tasarımı */
.pricing-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'Arial', sans-serif;
    position: relative;
    overflow: hidden;
}

.pricing-head-two {
	padding: 35px 0px 20px;
}

/* Üst Eğik Alan */
.pricing-header {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    color: #fff;
    padding: 20px 15px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.pricing-header .icon {
    position: absolute;
    top: 10px;
    left: 15px;
}

.pricing-header .icon img {
    width: 30px;
    height: auto;
}

.pricing-header .price {
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0 0;
}

.pricing-header .price span {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-top: 5px;
}

/* Başlık */
.pricing-head .title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 20px 0;
}

/* Liste */
.pricing-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
	justify-self: auto;
}

.pricing-list ul li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}


/* Etiketler */
.badges {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
}

.badge {
    background: #e0e0e0;
    color: #333;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.badge.vdsl {
    background: #ff9800;
    color: #fff;
}

.badge.fiber {
    background: #0d47a1;
    color: #fff;
}
.pricing-area-two .btn {
    align-items: center;
    background-color: transparent !important;
    border: 2px solid var(--tg-primary-color);
    border-radius: 30px;
    color: var(--tg-black) !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 18px 18px 22px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .3s ease 0s;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1;
	margin-bottom: 1rem;
}

.pricing-area-two .btn:hover {
    background: none !important;
    color: #fff; /* Hover durumunda yazı rengi beyaz */
}