/* assets/css/dvft-pricing.css */

.dvft-pricing {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px;
    font-family: "Montserrat", sans-serif !important;
}

.dvft-pricing .dvft-col {
    flex: 1;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.dvft-pricing .dvft-header {
    text-align: center;
    padding: 20px 10px;
    font-weight: 700;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.dvft-pricing .dvft-header small {
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
    display: block;
    margin: 5px 0;
}

.dvft-pricing .dvft-price {
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.dvft-pricing ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
    flex-grow: 1;
}

.dvft-pricing ul li {
    border-bottom: 1px dotted #ededed;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
}

.dvft-pricing ul li .d-mobile {
    display: none;
    font-weight: 600;
    margin-right: 6px;
}

.dvft-pricing .fa-check {
    color: #fff;
}

.dvft-pricing .fa-times {
    color: #fff;
    opacity: 0.7;
}

.dvft-pricing .dvft-btn {
    display: block;
    text-align: center;
    padding: 12px;
    margin: 15px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.dvft-pricing .set-price {
    background: #225b8b !important;
    color: #ffffff;
}

.dvft-pricing .starter {
    background: #2da2bc !important;
    color: #ffffff;
}

.dvft-pricing .advanced {
    background: #f79125 !important;
    color: #ffffff;
}

.dvft-pricing .business {
    background: #cc2836 !important;
    color: #ffffff;
}

.dvft-pricing .profesyonel {
    background: #222 !important;
    color: #ffffff;
}

/* Mobil uyum */
@media (max-width: 991.98px) {
    .dvft-pricing {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .dvft-pricing .dvft-col {
        margin: 0 0 20px 0;
    }
    .dvft-pricing ul li {
        text-align: left;
    }
    .dvft-pricing ul li .d-mobile {
        display: inline-block;
    }
    .dvft-pricing ul li i {
        float: right;
    }
}
@media (max-width: 991.98px) {
    .dvft-pricing .dvft-col.dvft-features {
        display: none;
    }
}
