#paketSosialMedia {
    margin-bottom: 48px;
}

.pricing-line {
    position: absolute;
    left: 0;
    top: 148px;
    width: 100%;
}

.pricing-number {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.pricing-number > span{
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05px;
}

.pricing-number > i {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05px;
}

.pricing-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 10%);
    border: 2px solid transparent;
    text-align: center;
    border-radius: 8px;
    transition: all 0.2s ease;
    background-image: url(../../../assets/img/home/card-vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    height: 100%;
}

.pricing-card:hover {
    border: 2px solid #0391df;
    transform: translateY(-8px);
}

.pricing-card .card-header {
    border: none;
}

.pricing-card .card-header {
    background: linear-gradient(to right, #0391df, #19abfc);
    margin: 10px;
    border-radius: 4px;
}

.pricing-card .card-header h4 {
    margin: auto;
    color: #fff;
}

.pricing-card .card-body {
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
}

.pricing-card .card-body .check-container {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.pricing-card .card-body .check-container .check {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.pricing-card .card-body h3 {
    color: #fd6a02;
    font-size: 28px;
    font-weight: 700;
}

.pricing-card .card-body p {
    color: #666;
}

.pricing-card .card-footer .btn-layout {
    border: 1px solid #ffab09;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #ffab09;
    transition: all 0.2s ease;
    margin-top: 8px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-card .card-footer .btn-layout:hover {
    background-color: #ffab09;
    color: #fff;
    filter: brightness(1);
}

.sosial-media-divider {
    margin-top: 32px;
    margin-bottom: 32px;
    border-color: #c5c5c5;
    border-width: 3px;
}

@media (max-width: 997.92px) {
    /* Paket Strategi Online */
    .pricing-card {
        height: auto;
    }
    /* End Paket Strategi Online */
}
