body {
  margin: 0;
  padding: 0;
  background-color: #e1d5c4;
  font-family:
    "Poppins",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial;
  color: #1a2b4b;
}


.page {
  width: 100%;
  max-width: none;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.gambar {
  height: 56px;
  width: auto;
  object-fit: contain;
  justify-content: space-between;
  margin-right: 100px;
}
/* Navbar */
#navbar {
  background: linear-gradient(to right, #e1d5c4, #c7b08f);
  display: flex;
  margin-top: 0;
  justify-content: space-between;
  padding: 16px 0;
  box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
}

.nav-container {
      margin: 0 auto;
    padding: 0 13%;
    display: flex;
    justify-content: space-between; 
    align-items: center;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 0;
  margin-left: 400px;
  flex: 1;
  justify-content: center;
}

.nav-links li a {
  color: #0f1724;
  text-decoration: none;
  font-size: 16px;
  transition: all 220ms ease;
  background: transparent;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 12px;
  will-change: transform;
}

nav ul li:hover {
  padding: 1px;
  border-radius: 2px;
}

.nav-links li a:hover {
  border: 1px solid grey;
  background-color: rgba(255,255,255,0.18);
  transition: all 180ms ease;
  transform: translateY(-3px);
  color: #0f1724;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  transform: translateY(-3px) scale(1.03);
}
/* Akhir Navbar */
.cta {
  background-color: #e1d5c4;
  color: black;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  align-self: center;
  margin-left: 12px;
}
/* Hero */

.hero {
  padding: 60px 0;
  background-image: url("asset/background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8faff;
  position: relative;
}

.hero-inner {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 60px; 
    backdrop-filter: blur(5px); 
    border: 1px solid rgba(245, 222, 179, 0.3); 
    border-radius: 10px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;}

.hero-left {
  flex: 1;
  z-index: 1;
  padding-right: 10px;
}

.hero-left h1 {
  font-size: 64px;
  line-height: 1.02;
  margin: 0 0 18px 0;
  color: #f2f9fe;
  font-weight: 800;
}


h1, h2, h3 {
  font-family:
    "Poppins",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial;
  color: #1a2b4b;
}

h2 {
  font-size: 36px;
  letter-spacing: -0.4px;
}

h3 {
  font-size: 18px;
  font-weight: 700;
}

.hero-left p {
  color: #f2f9fe;
  max-width: 520px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
}

.hero-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.hero-image {
  padding: 14px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  max-width: 460px;
  width: 75%;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  transition: transform 450ms cubic-bezier(.2,.9,.2,1);
  will-change: transform;
  filter: blur(1px);
}
.hero-image:hover img {
  transform: scale(1.03);
  filter: none;
}

.hero-content {
  flex: 1;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.hero-content h1 {
  font-size: 3rem;
  color: #1a2b4b;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-content p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}

.hero button {
  display: inline-block;
  background-color: #5f594f;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hero button:hover {
  background-color: #d3c1a8;
  color: #1a2b4b;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.grid-container {
  max-width: 1080px;
  margin: 0 auto 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 26px;
}

.grid-container .card {
  background-color: #ffffff;
  padding: 22px 22px 36px 22px;
  border-radius: 12px;
  border: 1px solid rgba(26,43,75,0.06);
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  will-change: transform;
  filter: blur(1px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);  
}
.grid-container .card:hover {
  transform: scale(1.03);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  filter: none;
}

#spesialis {
  padding: 48px 0 56px 0;
}

#spesialis h2 {
  text-align: center;
  font-size: 40px;
  color: #1a2b4b;
  margin: 0 0 24px 0;
  font-weight: 800;
}


/* Pendaftaran */
#AyoMulai {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: 40px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
}


input {
  width: 95%;
  padding: 10px;
  margin: 10px 0 20px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.submit {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.tabel-pasien {
  border-radius: 10px;
  margin: 40px auto;
  max-width: 90%;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  font-size: 16px;
}

th {
  background-color: #007bff;
  color: white;
  text-align: center;
  padding: 15px;
  border-bottom: 2px solid #ddd;
}

td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  color: #333;
  text-align: center;
}

.Selesai {
  background-color: lightgreen;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  margin-left: 20px;
}

.Edit {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}
/* Card-Developer */


    .all-card {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .card {
        background-color: white;
        padding: 20px;
        border-radius: 10px;
        width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border: 1px solid rgba(26,43,75,0.06);
    }

    .card-img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 50%;
    }

    .card-title {
        font-size: 18px;
        color: black;
    }

    .card-subtitle {
        font-size: 12px;
        color: gray;
    }

    .card-link {
        background-color: black;
        border-radius: 10px;
        padding: 10px 20px;
        color:white;
        margin-top: 20px;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .card-link:hover {
        background-color: gray;
    }

    

    .paragraf {
        font-size: 25px;
        margin-top: 50px;
        justify-items: center;
        font-weight: bold;
        text-decoration: none;
        color: rgb(236, 236, 236);
    }

    
    /* Footer Styles */
    footer {
        text-align: center;
        padding: 20px;
        color: white;
        margin-top: 250px;
    }