.header {
    margin-top: 100px;
}

.btn-primary {
    margin-top: 20px;
    /* Atur jarak atas tombol */
}

.custom-indigo {
    color: #6610f2;
}

.custom-blue {
    color: #1410f2;
}


.banner {
    /* background-image: url('../images/telescopic\ cyl.jpg'); */
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('../images/piston\ hitam.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 20%;
    padding-bottom: 20%;
}

.lingkaran {
    display: inline-block;
    border-radius: 50%;
    width: 150px;
    margin: auto;
    height: 150px;
    color: #fff;
    background-color: #c9fd0d;
}

.lingkaran img {
    position: relative;
    top: 16%;
}

.crop-img {
    object-fit: cover;
}

.tim img {
    width: 250px;
    border: 10px solid #cccccc;
}

.social {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: #333;
    line-height: 40px;
}

.client img {
    height: auto;
    max-height: 50px;
}

.kontak {
    background: url("https://wallpaperaccess.com/full/1867010.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 20%;
    padding-top: 20%;
    color: #fff;
}

.navbar-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-brand img {
    height: 40px;
    /* Adjust the size of the image as needed */
}

.whatsapp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 14px;
    margin: 15px;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, box-shadow 0.3s;
    /* display: block; */

}

.whatsapp-button:hover {
    background-color: #128C7E;
    /* Darker green on hover */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    /* Increase shadow on hover */
}

.whatsapp-button i {
    display: inline-block;
    vertical-align: middle;
}

.footer {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    /* padding: 55px 0; */
    bottom: 0;
    color: #fff;
}

.footer-line {
    border-top: 2px solid #292c2f;
    margin: 20px 0;
}

.contact {
    padding: 10px;
}

.contact p {
    font-size: var(--font-medium-large) !important;
}

.contact .container {
    width: 100%;
}

.carousel-inner {
    padding: 1em;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(245, 245, 244, 0.445);
    border-color: #ffffff;
    border-width: 0.25mm;
    background-color: transparent;
    color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}

.card .img-wrapper {
    max-width: 100%;
    height: 25em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card img {
    max-height: 100%;
}

@media (max-width: 767px) {
    .card .img-wrapper {
        height: 17em;
    }
}

.custom-hr {
    border: 0;
    height: 2px;
    background: linear-gradient(to right, #f00, #00f);
    margin: 20px 0;
    background-color: transparent;
}