/* ============================================
   DEAL SECTION VIDEO BACKGROUND
   ============================================ */

/* Deal section container */
.sgn-deal-section-video {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    padding: 7em 0;
}

/* Background video for deal section */
.sgn-deal-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Overlay for deal section */
.sgn-deal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/* Content above video */
.sgn-deal-section-video .container {
    position: relative;
    z-index: 2;
}

/* Ensure text is white and visible */
.sgn-deal-section-video h2,
.sgn-deal-section-video h3,
.sgn-deal-section-video p,
.sgn-deal-section-video .subheading,
.sgn-deal-section-video .price {
    color: #fff !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.sgn-deal-section-video .price a {
    color: var(--brand-secondary) !important;
}