/* RESET */
body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f5f5f5;
}

/* HEADER OVER HERO */
.overlay-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    z-index: 10;
}

.logo {
    font-weight: bold;
    font-size: 24px;
    color: white;
}

.nav a {
    margin-left: 20px;
    text-decoration: none;
    color: white;
    font-weight: 500;
}

/* HERO SECTION */
.hero {
    position: relative;
    background: url('elektronik22.jpg') no-repeat center center/cover;
    height: 550px;
    display: flex;
    align-items: center;
    padding: 0 80px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
}

.hero-text {
    max-width: 600px;
}

.hero-text h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-text h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.btn {
    background-color: #0eb582;
    color: white;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

/* LAYANAN SECTION */
.layanan-section {
    display: flex;
    padding: 50px;
    background-color: #fff;
}
.deskripsi {
    font-size: 14px;
    color: #555;
    margin: 10px 0;
    line-height: 1.5;
}


/* SIDEBAR */
.sidebar {
    width: 20%;
    padding-right: 30px;
}

.sidebar-box {
    background-color: #e8f5f9;
    border-left: 6px solid #0eb582;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #0c5d78;
    font-weight: 500;
    border-radius: 6px;
}

.sidebar-box i {
    font-size: 22px;
    margin-right: 12px;
    color: #0eb582;
}

.layanan-container {
    display: flex;
    gap: 30px;
    align-items: stretch;
    flex-wrap: wrap;
}

.card {
    flex: 1;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-align: left;
    display: flex;
    flex-direction: column;
}

.card h3 {
    color: #0c5d78;
    margin-bottom: 10px;
}

.image-wrapper {
    height: 160px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 15px;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.subjudul {
    font-size: 15px;
    color: #444;
    margin-bottom: 8px;
}

.deskripsi {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.5;
}

.harga {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.left-btn {
    background-color: #0eb582;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

/* Sidebar Icon Frame */
.sidebar-box {
    display: flex;
    align-items: center;
    background-color: #e6f9ff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 5px solid #0eb582;
    color: #0c5d78;
    font-weight: 500;
}

.sidebar-box i {
    background-color: #0eb582;
    color: white;
    padding: 10px;
    border-radius: 6px;
    margin-right: 12px;
    font-size: 18px;
}
footer {
  background: linear-gradient(to right, rgba(0, 67, 78, 0.7), rgba(0, 0, 0, 0.5));
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
}
