    .top-85{
      top: 85% !important;
    }

    .border-dark-blue{
      border: 3px solid #0C4C7F;
    }

    .bg-dark-blue{
      background: #0C4C7F;
    }

    .hero-section {
      background: url('https://diamondbayou.com/assets_new_home/img/loos_background.jpg') no-repeat right bottom;
      background-size: cover;
      padding: 100px 0;
      min-height: 500px;
      color: #000;
      background-position: right 0px bottom 50%;
    }

    .hero-text h1 {
      font-size: 90px;
      font-weight: 400;
    }

    .hero-text p {
      font-size: 20px;
      margin-bottom: 30px;
    }

    .hero-buttons .btn {
      margin-right: 15px;
    }

    @media (max-width: 768px) {
      .hero-text {
        text-align: center;
      }
      .hero-buttons {
        justify-content: center !important;
      }
    }

    .shape-section {
      background: url('assets/bg.jpg') no-repeat center center;
      background-size: cover;
      padding: 100px 20px;
      color: #fff;
      text-align: center;
    }

    .shape-section h1 {
      font-size: 42px;
      font-weight: 300;
      letter-spacing: 1px;
    }

    .shape-section h5 {
      font-weight: 400;
      margin-bottom: 60px;
    }

    .shape-gallery {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 100px;
      margin-bottom: 50px;
    }

    .shape-gallery img {
      width: 75px;
      height: 115px;
      opacity: 0.9;
      transition: transform 0.3s ease;
    }

    .shape-gallery img:hover {
      transform: scale(1.15);
    }

    .arrow-part{
      max-width: 150px;
    }

    .mid-text{
      font-size: 28px;
      font-weight: 500;
    }

    .main-diamond {
      width: 200px !important;
      height: 200px !important;
      margin-bottom: 30px;
    }

    .diamond-box {
      padding: 20px;
      margin: 0 auto;
      border-radius: 10px;
    }

    hr {
      height: 1px;
      border: none;
      background-color: white;
    }

    .diamond-box p {
      font-size: 14px;
      color: #ccc;
      margin-bottom: 20px;
    }

    .diamond-box .btn {
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff;
      transition: 0.3s;
    }

    .diamond-box .btn:hover {
      background-color: #fff;
      color: #000;
    }

    .shape-section {
      background: radial-gradient(circle at center, #2c3f54 0%, #11222e 80%);
      padding: 100px 20px;
      color: #fff;
      text-align: center;
    }

    .shape-section {
  position: relative;
  background: radial-gradient(circle at center, #2c3f54 0%, #11222e 80%);
  background-size: cover;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.shape-section::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0px;
  width: 100%;
  height: 350px; /* lebih tinggi */
  background: linear-gradient(to right, 
    rgba(255,255,255,0.8) 0%, 
    rgba(255,255,255,0) 25%, 
    rgba(255,255,255,0) 75%, 
    rgba(255,255,255,0.8) 100%);
  filter: blur(50px); /* efek blur lebih besar */
  z-index: 1;
  pointer-events: none;
}

.shape-section .container {
  position: relative;
  z-index: 2;
}

 .ring-section {
      background-color: #f9f9f9;
      padding: 60px 0;
    }

    .ring-image {
      max-width: 100%;
      height: auto;
    }

    .ring-content span {
      font-weight: 300;
      font-size: 64px;
      line-height: 1.3;
    }

    .ring-content p {
      font-size: 14px;
      color: #666;
      margin: 15px 0 25px;
    }

    .ring-content .btn-primary {
      background-color: #003b71;
      border: none;
      padding: 10px 24px;
      font-size: 14px;
    }

    .ring-content .shop-lab-link {
      display: inline-block;
      margin-top: 20px;
      font-size: 14px;
      text-decoration: none;
      color: #000;
      border-bottom: 1px solid #aaa;
      padding-top: 12px;
      text-align: center;
    }

    @media (max-width: 768px) {
      .ring-content {
        text-align: center;
      }

      .ring-content .btn {
        width: 100%;
      }
    }

    .beyond-section {
      background: url('https://diamondbayou.com/assets_new_home/img/s.jpg') no-repeat center center;
      background-size: cover;
      aspect-ratio: 1440 / 682; /* atau 2.11 */
      text-align: center;
      color: #000;
      display: flex;
      justify-content: center;
      padding: 0 15px;
    }

    .beyond-section h2 {
      font-size: 32px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 20px;
    }

    .beyond-section p {
      font-size: 14px;
      max-width: 700px;
      margin: 0 auto 30px;
      line-height: 1.6;
    }

    .beyond-section .btn {
      background-color: white;
      border: 1px solid #333;
      padding: 10px 20px;
      font-size: 14px;
      color: #000;
      font-weight: 500;
      text-transform: uppercase;
      transition: all 0.3s ease;
    }

    .beyond-section .btn:hover {
      background-color: #000;
      color: #fff;
    }

    @media (max-width: 768px) {
      .beyond-section {
        padding: 80px 20px;
      }

      .beyond-section h2 {
        font-size: 24px;
      }
    }

.custom-card {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5; /* Ini rasio dari gambar kamu. Bisa disesuaikan */
  border-radius: 8px;
  overflow: hidden;
}

.custom-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}

.custom-card-overlay {
  z-index: 2;
  color: white;
}

h3 {
  letter-spacing: 1px;
}

p {
  font-size: 0.95rem;
  line-height: 1.6;
}