/* ===================================
   SECTIONS.CSS - WD-006 Template
   Section-specific Backgrounds and Styles
   =================================== */

/* ===== Main Content ===== */
#main-content {
    position: relative;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

/* ===== Quote Section ===== */
#section-quote {
    background: transparent;
}

/* ===== Couple Section ===== */
#section-couple {
    background-image: url('/templates/wd-006/assets/img/bg2_cmprss.webp');
    background-position: center;
    background-size: cover;
}

/* ===== Event Section ===== */
#section-event {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

/* ===== Gallery Section ===== */
#section-gallery {
    background-image: url('/templates/wd-006/assets/img/bg2_cmprss.webp');
    background-position: center;
    background-size: cover;
}

/* ===== Map Section ===== */
#section-map {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

/* ===== Gift Section ===== */
#section-gift {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

/* ===== Wishes Section ===== */
#section-wishes {
    background-image: url('/templates/wd-006/assets/photo/bg-cover.webp');
    background-position: center;
    background-size: cover;
}

/* ===== Thanks Section ===== */
#section-thanks {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
        url('/templates/wd-006/assets/photo/couple-1.webp') no-repeat center center / cover;
}