.glass-header {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
}
.dark .glass-header {
    background: rgba(26, 26, 26, 0.9);
}
.text-gradient {
    background: linear-gradient(to right, #C5A059, #F1D299);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nx-swal-popup {
    border-radius: 2.5rem !important;
    padding: 2rem !important;
}
.dark .nx-swal-popup {
    background-color: #1A1A1A !important;
    color: #f1f5f9 !important;
    border: 1px solid #262626;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
    border-radius: 1.5rem;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Style for custom select arrow */
select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23C5A059'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.5em;
}
