.home-welcome-page {
    width: 100%;
    padding: var(--dl-space-space-threeunits);
    margin-top: 100px;
    padding-top: 200px; 
    padding-bottom: 200px;
    padding-left: var(--dl-space-space-threeunits);
    position: relative;
    background-image: url('../assets/bg/welcome-bg.jpg');
    background-size: cover;
    background-position: center;
    
}

  .home-welcome-page-content {
    position: relative; 
    z-index: 1; 
  }
  
  .home-heading {
    position: relative; 
    z-index: 2; 
    color: #f0f0f0;
    padding: 20px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px); */
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10x);
    -webkit-backdrop-filter: blur(10px);
  }
  
  .home-welcome-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 0;
  }
  

.home-welcome-page-main-content {
    
    gap: var(--dl-space-space-threeunits);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
 
  }
