@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

        .barlow-condensed-bold {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 6rem;
        }

        .barlow-semi-condensed-bold {
        font-family: "Barlow Semi Condensed", sans-serif;
        font-weight: 750;
        font-style: normal;
        font-size: 4rem;
        }

        .barlow-condensed-regular {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 4rem;
        }

        .poppins-bold {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: white;
        }

        .poppins-regular {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: white;
        font-size: 1rem;
        }

        .feature-col {
            position: relative;
        }

        .feature-col:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 0px;
            right: 0;
            width: 1px;
            height: 100%;
            background-color: rgba(255,255,255,0.3);
        }

        .table-sm td {
    padding: 4px 8px;   /* lebih kecil dari default */
    line-height: 2;   /* rapatkan tinggi baris */
    border: none;       /* hilangkan garis kalau mau clean seperti gambar 1 */
}

.table-sm tr {
    border-bottom: 1px solid #eee; /* opsional: garis tipis antar row */
}

.table-sm tr:last-child {
    border-bottom: none;
}

.red-hat-display {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.gallery-masonry {
    column-count: 3;
    column-gap: 16px;
}

.gallery-masonry img {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 10px;
    display: block;
}

@media (max-width: 768px) {
    .gallery-masonry {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .gallery-masonry {
        column-count: 1;
    }
}