[data-bs-theme="light"] .display-dark {
  display: none;
}

[data-bs-theme="dark"] .display-light {
  display: none;
}

.account-bg {
    background: url(../img/backgrounds/bluewaves.png);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Style for any content placed over the carousel */
.caro-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Ensures content is above the carousel background */
    /* Add styling for visibility, e.g., text color and padding */
    color: white;
    padding: 50px;
}