 body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(180deg, #f8f9fa 0%, #eef2f3 100%);
    color: #212529;
}
.bg-header {
    background: linear-gradient(135deg, #2d6a4f, #d4af37);
    color: #fff;
    padding: 18px 25px;
    border-radius: 14px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bg-header h4 {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 3px;
}

.bg-header small {
    font-size: 0.9rem;
    opacity: 0.9;
}
.header-search {
    background: linear-gradient(90deg, #e0f0ff 0%, #f8fbff 100%);
    border-left: 5px solid #0d6efd;
    box-shadow: 0 4px 10px rgba(13,110,253,0.1);
    margin: 32px auto 24px auto;
    max-width: 800px;
    border-radius: 14px;
}
h3.text-primary {
    font-weight: 700;
    letter-spacing: 0.5px;
}
.location-card {
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 2px 12px rgba(70, 75, 162, 0.10);
    max-width: 970px;
    margin: 30px auto;
    padding: 28px;
    border: 1px solid #eaeaea;
}
.row-flex {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}
.info-col {
    flex: 1 1 350px;
    min-width: 220px;
}
.map-col {
    flex: 1 1 400px;
    min-width: 200px;
}
.location-title {
    color: #1976d2;
    font-size: 1.32em;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.location-title i {
    color: #d10d2f;
    font-size: 1.22em;
    margin-right: 10px;
}
.info-list p {
    margin: 8px 0;
    font-size: 1.04em;
}
.img-preview {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.info-list .label {
    font-weight: bold;
    color: #444;
    min-width: 110px;
    display: inline-block;
}
.info-list .value {
    color: #222;
}
.section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #004085;
    font-size: 1rem;
    border-left: 5px solid #ffc107;
    padding-left: 10px;
    margin-bottom: 1rem;

}

.data-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #444;
    min-width: 130px;
    display: inline-block;
    margin-left: 10px;
}

.data-value {
    color: #000;
    font-size: 14px;
}
.gmaps-frame {
    width: 100%;
    height: 235px;
    border-radius: 13px;
    border: 1.5px solid #eaeaea;
    box-shadow: 0 2px 10px rgba(70,75,162,0.13);
    margin-top: 2px;
}
@media (max-width: 900px) {
    .location-card, .header-search {
        padding: 12px 7px;
    }
    .row-flex {
        flex-direction: column;
        gap: 22px;
    }
}
@media (max-width: 550px) {
    .location-card, .header-search {
        padding: 5px 0;
        border-radius: 0;
    }
    .gmaps-frame {
        height: 160px;
    }
    .row-flex {
        gap: 13px;
    }

}
.breadcrumb-header {
  background: #f5faff;
  padding: 11px 20px 11px 20px;
  margin-top: 10px;
  margin-left: 125px;
  margin-right: 125px;
  border-radius: 8px;
  box-shadow: 0 0.5px 8px rgba(13,110,253,0.06);
  max-width: 100vw;
}
.breadcrumb-custom {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 1em;
  background: transparent;
}
.crumb-home {
  color: #2d6a4f;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap:4px;
}
.crumb-home:hover {
  color: #0d47a1;
}
.crumb-separator {
  color: #2d6a4f
  font-weight: 700;
  margin: 0 2px;
}
.crumb-data {
  color: #2d6a4f;
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* Responsive */
@media (max-width: 500px) {
  .breadcrumb-header {
    padding: 8px 6px;
    font-size: 0.97em;
    border-radius: 0;
}
.breadcrumb-custom { font-size: 0.98em;}
}

.header-jenazah-top {
    background: linear-gradient(90deg, #e9f3ff 50%, #daeaff 100%);
    border-left: 6px solid #1976d2;
    border-bottom: 1.5px solid #e0e8f3;
    box-shadow: 0 2px 12px rgba(13,110,253,0.06);


    border-radius: 14px;
    text-align: center;
    padding: 32px 16px 24px 16px;
}

.header-jenazah-top h3 {
    font-size: 2em;
    font-weight: 700;
    color: #1976d2;
    margin: 10 0 10px 0;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}
.header-jenazah-top h3 i {
    font-size: 1.13em;
    color: #1976d2;
    filter: drop-shadow(0 2px 3px #b2c9ea);
}
.header-jenazah-top .subtitle {
    color: #566575;
    font-size: 1.07em;
    margin-bottom: 0;
}
@media (max-width: 580px) {
    .header-jenazah-top {
        max-width: 100%;
        padding: 18px 4px 17px 4px;
        border-radius: 0;
    }
    .header-jenazah-top h3 { font-size: 1.18em;}
    .header-jenazah-top .subtitle { font-size: 1em;}
}

<style type="text/css">
.bg-header {
    background: linear-gradient(135deg, #2d6a4f, #d4af37);
    color: #fff;
    padding: 18px 25px;
    border-radius: 14px;
    margin-top: 10px;
    margin-left: 125px;
    margin-right: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bg-header h4 {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 3px;
}

.bg-header small {
    font-size: 0.9rem;
    opacity: 0.9;
}
.btn-glow {
    border-radius: 25px;
    padding: 7px 18px;
    font-weight: 500;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.btn-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 14px rgba(0,0,0,0.2);
}

hr {
    margin: 0.5rem 0;
    
}