.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/bg-engage-ring.jpg') no-repeat right bottom;
      background-size: cover;
      padding: 100px 0;
      min-height: 650px;
      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;
      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);
      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;
      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%;
      }
    }

    .custom-card {
      background-size: cover;
      background-position: center;
      position: relative;
      width: 100%;
      aspect-ratio: 4 / 5;
      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;
    }

    .ring-bg-box {
      position: relative;
      background-size: cover;
      background-position: center;
      aspect-ratio: 5 / 3;
      border-radius: 0.5rem;
      overflow: hidden;
    }

    .ring-label {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0.5rem 1rem;
      font-size: 16px;
      font-weight: 500;
    }

    .ring-box {
      position: relative;
      background-size: cover;
      background-position: center;
      aspect-ratio: 1 / 1;
      border-radius: 0.5rem;
      overflow: hidden;
    }

    .ring-text {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0.5rem 0.75rem;
      font-size: 16px;
      font-weight: 500;
    }

    .shop-style-text{
      font-size: 30px;
    }