
.me-170 {
  margin-right: 170px !important;
}
.menu {
  padding: 10px 0;
}
.menu-section {
  position: relative;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(../img/1.jpg);
  background-size: cover;
  background-position: center;
}
.menu-section-article {
  position: relative;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(../img/article2.jpg);
  background-size: cover;
  background-position: center;
  
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-content-article{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-content-article p{
   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    font-size: 15px;
}
.navbar-nav .nav-link {
  color: #555;
  font-weight: bold;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  padding-bottom: 4px;
}
.navbar-nav .service {
  color: white;
  font-size: 20px;
}
.container-service {
  margin: 20px;
  padding: 15px;
  gap: 12px;
}
.container-service h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3rem;
  font-family: "BBH Sans Bartle", sans-serif;
}

.card-service {
  border: 2px solid #000000;
  border-radius: 15px;
  margin-top: 5px;
}
.card-service.active {
  box-shadow: 1px 15px inset;
}
.card-service-detail h5 {
  font-weight: 900;
  font-size: 40px;
}

.card-service h3 {
  font-family: "Smooch Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  margin-top: 10px;
}
.card-service ul li {
  gap: 4px;
  margin: 10px;
  padding: 4px;
}

.card-service .btn-service {
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 15px;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: bold;
}
.card-service-detail {
  text-align: center;
  gap: 2px;
}
.navbar-nav .nav-link.active {
  color: black;
  border-bottom: 4px solid #000000;
}

.navbar-nav .nav-link:hover {
  color: black;
  border-bottom: 4px solid #000000;
}
.hero-section {
  background-size: cover;
  background-position: center;
  padding: 14rem 0;
  border-radius: 15px;
  margin: 3rem 0;
  background-image: url(../img/1.jpg);

  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.hero-section-contact {
  background-size: cover;
  background-position: center;
  padding: 7rem 0;
  border-radius: 10px;
  margin: 3rem 0;
  background-image: url(../img/1.jpg);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;

}

.hero-section .hero-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 32px;
  color: white;
}


.hero-section-contact .hero-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 32px;
  color: white;
}


.hero-section .search-box {
  background-color: white;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 25px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  margin: 5px;
  background: transparent;
  color: white;
}


.hero-section-contact .search-box {
  background-color: white;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 25px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  margin: 5px;
  background: transparent;
  color: white;
}

.hero-section .search-box input {
  border: none;
  outline: none;
  width: 100%;
  margin-left: 10px;
  background: transparent;
}


.hero-section-contact .search-box input {
  border: none;
  outline: none;
  width: 100%;
  margin-left: 10px;
  background: transparent;
}


.hero-section .search-box input::placeholder {
  color: white;
}


.hero-section-contact .search-box input::placeholder {
  color: white;
}

.services-section .section-title {
  font-family: "BBH Sans Bartle", sans-serif;
}

.card-space {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 6px black;
  margin-bottom: 2rem;
  position: relative;
  height: 350px;
}

.card-space img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background-color: rgba(40, 40, 40, 0.7);
  color: white;
}
.facility-section .section-title {
  text-align: center;
  font-family: "Smooch Sans", sans-serif;
}

.feature-box {
  text-align: center;
  padding: 2rem 1rem;
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: rgb(7, 90, 90);
}

.benefit-card {
  background-color: #282828;
  color: white;
  border-radius: 15px;
  padding: 2rem;
  min-height: 100px;
  margin-bottom: 1rem;
}

.benefit-section .section-title {
  text-align: center;
  font-family: "BBH Sans Bartle", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}

.benefit-section .benefit-card h5 {
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.benefit-section .benefit-card i {
  font-size: larger;
  margin-right: 10px;
}

.benefit-card.light {
  background-color: #737373;
}

.icon-wrapper {
  min-width: 50px;
  min-height: 50px;
  flex-shrink: 0;
  text-align: center;
  font-size: 2rem;
}

footer {
  background-color: #000000;
}

footer h4 {
  color: white;
  font-weight: bold;
  margin-top: 10px;
}

footer ul li {
  list-style-type: none;
  color: white;
}

footer p {
  color: white;
}

footer a {
  display: block;
  text-decoration: none;
  color: white;
  margin-bottom: 0.5rem;
}
footer a:hover {
  color: #819787;
}
.gallery-section .section-title {
  text-align: center;
  font-family: "BBH Sans Bartle", sans-serif;
  color: white;
}

.service-card {
  border-radius: 15px;
  text-align: center;
  margin-bottom: 1rem;
  color: white;
}

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.gallery-section {
  background-color: #819787;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px;
}

.gallery-section h6 {
  font-size: 20px;
  font-family: "Smooch Sans", sans-serif;
  font-weight: bold;
}

.review-section h2 {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  padding: 5px;
  font-family: "BBH Sans Bartle", sans-serif;
}

.review-card {
  background-color: #282828;
  color: white;
  border-radius: 20px;
  margin: 10px 15px;
}

.review-img {
  margin: 20px 10px;
  padding: 10px 10px;
}

.review-img img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  justify-content: center;
  display: block;
}

.review-content {
  font-size: 15px;
  color: white;
  text-align: center;
}

.partner-section h2 {
  font-family: "Smooch Sans", sans-serif;
  margin-top: 20px;
  padding: 20px 10px;
}

.virtual-section {
  padding: 20px;
}

.virtual-section h2 {
  font-family: "BBH Sans Bartle", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.virtual-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.card-virtual {
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.card-virtual img {
  width: 30rem;
  object-fit: cover;
}

:root{
      --bg: #f3f4f6;
      --card: #222222;
      --muted: #bfc2c6;
      --input-bg: #ffffff;
      --accent: #e6e6e6;
      --radius-card: 22px;
      --radius-input: 8px;
      --radius-btn: 40px;
    }

    html,body{
      height:100%;
      margin:0;
      font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
      background: linear-gradient(180deg,var(--bg),#e9ecef);
      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
      color: #111;
    }

    /* Centering container */
    .wrap {
      min-height:100vh;
      display:flex;
      align-items:center;
      justify-content:center;
      padding:28px;
      box-sizing:border-box;
    }

    /* Card */
    .card {
      width: 360px;          /* mobile width like image */
      max-width: calc(100% - 48px);
      background: var(--card);
      color: #fff;
      border-radius: var(--radius-card);
      padding: 28px 26px;
      box-shadow: 0 10px 30px rgba(17,17,17,0.35);
      box-sizing:border-box;
      border: 1px solid rgba(255,255,255,0.03);
    }

    .kicker {
      font-size:14px;
      color: var(--muted);
      margin:0 0 6px 2px;
      font-weight:500;
      opacity:0.95;
    }

    .title {
      font-size:40px;
      line-height:0.95;
      margin:0 0 18px 0;
      font-weight:600;
      letter-spacing:0.4px;
    }

    /* form */
    form {
      display:flex;
      flex-direction:column;
      gap:12px;
    }

    label {
      display:block;
      font-size:12px;
      color: var(--muted);
      margin-bottom:6px;
      font-weight:500;
    }

    .field {
      display:flex;
      flex-direction:column;
    }

    input[type="text"],
    input[type="email"],
    textarea {
      width:100%;
      padding:12px 14px;
      border-radius: var(--radius-input);
      border: 0;
      box-sizing:border-box;
      font-size:14px;
      outline: none;
      background: var(--input-bg);
      color: #111;
      box-shadow: 0 0 0 4px rgba(255,255,255,0.02) inset;
      transition: box-shadow .15s ease, transform .08s ease;
    }

    input::placeholder,
    textarea::placeholder {
      color: #a8a8a8;
    }

    input:focus,
    textarea:focus {
      transform: translateY(-1px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    }

    textarea {
      min-height:100px;
      resize:vertical;
      border-radius:10px;
    }

    /* big rounded button */
    .btn-wrap {
      margin-top:8px;
      display:flex;
      justify-content:center;
    }

    button[type="submit"] {
      width:100%;
      max-width:320px;
      padding:14px 20px;
      border-radius: var(--radius-btn);
      border: 2px solid #111;
      background: linear-gradient(180deg,var(--input-bg),#fafafa);
      box-shadow: 0 6px 20px rgba(0,0,0,0.25);
      font-weight:600;
      font-size:15px;
      cursor:pointer;
      color:#111;
      transition: transform .08s ease, box-shadow .12s ease;
      letter-spacing:0.2px;
    }

    button[type="submit"]:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,0.32); }
    button[type="submit"]:active { transform: translateY(0); }

    /* small footer / hint area */
    .note {
      margin-top:12px;
      font-size:12px;
      color: var(--muted);
      text-align:center;
      opacity:0.9;
    }

      .articles-section {
      max-width: 1100px; /* Batasi lebar konten agar tidak memenuhi layar */
      margin: 0 auto;
      padding: 40px 20px; /* Tambah padding kiri-kanan */
    }

    .articles-section h2 {
      font-weight: 700;
      margin-bottom: 40px;
    }

    .articles-section .col-md-4 {
      margin-bottom: 40px;
    }

    .img-articles img {
      border-radius: 10px;
      object-fit: cover;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .articles-section p {
      text-align: justify;
      line-height: 1.6;
    }
.img-articles img.large-article {
  max-width: 80%;     /* batasi lebar gambar besar */
  height: auto;
  display: block;
  margin: 40px auto;   /* agar posisinya di tengah */
  border-radius: 20px;
}




    /* responsive tweaks */
    @media (min-width:720px){
      .card { width:420px; padding:34px; }
      .title { font-size:44px; }
    }