
.banner{
    min-height: 100vh;
    background-image:
        linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
        url("bg.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card:hover{
    transform: scale(1.05);
    transition: 0,3;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.icon-service{
    width: 90px;
    height: 90px;
    border: solid#fff;
    border-radius: 50%;
    color: #fff;
}

.background-service{
    height: auto;
    background: #000000;
}

.testimony {
    background-color: rgb(114, 2, 114) !important;
}

.testimony-card {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 16px;
    padding: 28px;
    transition: .3s;
    height: 100%;
}

.testimony-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.3);
}

.testimony-card .quote-icon {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
    margin-bottom: 10px;
}

.testimony-card h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.testimony-card .author {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 12px;
}

.testimony-card p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 0;
}

.testimony-card .stars {
    color: #FFC107;
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.footer {
    background-color: #595959;
}

.footer .social-icon {
    font-size: 1.6rem;
    color:#fff;
    transition: 3s;
}

.footer .social-icon:hover {
    color: #FFC107;
}

.text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
}

.produk-banner {
    height: 50vh;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("bg.jpeg");
    background-size: cover;
    background-position: center;
}