
.ring-hero-section {
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #333;
  }
  
  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
 
  .video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008a; /* Light overlay to match the beige tone */
    z-index: 2;
  }
  
  .ring-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 1200px;
    padding: 160px 20px 0px 20px;
  }
  
  .breadcrumb {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
  }
  
  .breadcrumb a {
    color: #fff;
    text-decoration: none;
  }
  
  .breadcrumb a:hover {
    color: #fff;
  }
  
  .ring-title {
    font-size: 48px;
      font-weight: 500;
      font-family: "Epicene Display", serif;
      letter-spacing: 0.31px;
      margin-bottom: 20px;
      color: rgb(255, 255, 255);
  }
  
  .ring-description {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    max-width: 800px;
    margin: 0 auto 30px;
    font-weight: 400;
  }
  
  .noUi-handle{
    background: #000 !important;
    box-shadow: none !important;
  }
  .noUi-connect{
    background: #000 !important;
    box-shadow: none !important;
  }