
body{
    font-family: Arial, sans-serif;

.hero{
    background:#E3F2FD;
    padding:80px 0;
}

.hero h1{
    font-size:45px;
    color:#1565C0;
    font-weight:bold;
}

.hero p{
    font-size:18px;
    color:#555;
    margin:20px 0;
}

.hero img{
    width:80%;
}
.btn-warning{
    border-radius:30px;
    padding:10px 25px;
}
.navbar-brand{
    font-size:24px;
}

.nav-link:hover{
    color:#0D6EFD !important;
}

footer{
    margin-top:40px;
}
.tentang{
    background-color:#FFF9E6;
}

.tentang h2{
    color:#c50d9d;
    font-weight:bold;
}

.card{
    border:none;
    border-radius:15px;
    transition:0.3s;
}

.card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

.card h4{
    color:#ff9800;
    margin-bottom:15px;
}

.card p,
.card li{
    color:#555;
    font-size:16px;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f8f9fa;
}
h2{
    color: #0d6efd;
    font-weight: bold;
}

/* Card Galeri */
.gallery-card{
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: 0.3s;
}

.gallery-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

/* Gambar */
.gallery-img{
    width: 100%;
    height: 250px;      
    object-fit: cover;    
    transition: 0.4s;
}

.gallery-img:hover{
    transform: scale(1.08);
}

/* Navbar */
.navbar{
    padding: 15px 0;
}

.navbar-brand{
    font-size: 28px;
    font-weight: bold;
}

.nav-link{
    margin-left: 15px;
}

.nav-link:hover{
    color: #0d6efd !important;
}

footer{
    margin-top: 40px;
}
/* ==========================
   HALAMAN KONTAK
========================== */

body{
    background-color: #f8fbff;
    font-family: Arial, Helvetica, sans-serif;
}

/* Judul */
section h2{
    color: #0d6efd;
    font-weight: bold;
}

section p{
    color: #666;
}

/* Card Kontak */
.shadow{
    transition: 0.3s;
    border-radius: 15px;
}

.shadow:hover{
    transform: translateY(-8px);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.2) !important;
}

/* Icon */
i{
    color: #0dcaf0;
}

/* Judul Card */
h5{
    font-weight: bold;
    margin-top: 10px;
    color: #0d6efd;
}

/* Isi Card */
.card p,
.shadow p{
    font-size: 15px;
    color: #555;
}

/* Navbar */
.navbar-brand{
    font-size: 28px;
    font-weight: bold;
}

.nav-link{
    transition: 0.3s;
}

.nav-link:hover{
    color: #0d6efd !important;
}

/* Footer */
footer{
    margin-top: 50px;
    font-size: 15px;
}