@media only screen and (max-width: 768px) {
    .couple-info {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .couple-shape img {
        max-width: 120% !important;
    }
}

.slider-2 {
    background: url(../img/slider/pozadina-2.png) no-repeat center center / cover;
}

.slider-3 {
    background: url(../img/slider/pozadina-3.png) no-repeat center center / cover;
}

  .gift-caption{
        font-size: 16px;
    }
    
      /* Overlay background */
      .wedding-overlay {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: none;
        /*background: rgba(0,0,0,.55); */
       backdrop-filter: blur(4px);
      }
    
      /* Popup card */
      .wedding-overlay__card {
       position: absolute;
        inset: 0;
        margin: auto;
        width: min(680px, 92vw);
        max-height: 80vh;
        overflow-y: auto;
        background: rgba(255, 255, 255, 0.7); /* semi-transparent white */
        backdrop-filter: blur(10px);           /* glassy effect */
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(0,0,0,.25);
        padding: 40px 32px;
        color: #03324d;
        text-align: center;
        opacity: 0;
        transform: translateY(20px) scale(0.98);
        transition: opacity .35s ease, transform .35s ease;
      }
    
      .wedding-overlay.show .wedding-overlay__card {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    
      /* Close button */
      .wedding-overlay__close {
        position: absolute;
        top: 10px;
        right: 12px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: rgba(3,50,77,.06);
        border: 1px solid rgba(3,50,77,.12);
        cursor: pointer;
        font-size: 20px;
        line-height: 1;
        transition: transform .15s ease, background .2s ease;
      }
      .wedding-overlay__close:hover {
        transform: scale(1.06);
        background: rgba(3,50,77,.1);
      }
    
      /* Title & text */
      .wedding-overlay h2 {
        font-size: clamp(24px, 3vw, 32px);
        margin: 6px 0 8px;
        letter-spacing: .2px;
      }
      .wedding-overlay p {
        margin: 0 0 18px;
        font-size: clamp(15px, 2vw, 17px);
        opacity: .9;
      }
    
      /* Upload button */
      .wedding-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 14px 18px;
        border-radius: 12px;
        text-decoration: none;
        color: #03324d;
        background: rgba(100, 158, 147, 0.5);
        border: 1px solid rgba(255,255,255,.2);
        font-weight: 600;
        transition: .2s;
        box-shadow: 0 8px 24px rgba(0,0,0,.08);
        margin-bottom: 20px; /* space below button */
      }
      .wedding-btn:hover {
        background: rgba(255,255,255,.2);
        transform: translateY(-1px);
        color: #007c85;
      }
    
      /* Centered image */
      .wedding-overlay__card img {
        display: block;
        margin: 0 auto 20px;
        max-width: 100%;
        height: auto;
        border-radius: 12px;
      }
    
      /* Top accent line */
      .wedding-overlay__accent {
        height: 8px;
        background: linear-gradient(90deg, #649e93, #00AEEF, #5BC0EB);
        border-radius: 999px;
        margin: 0 auto 20px;
        width: 120px;
        opacity: .85;
      }
    
      @supports (height: 100dvh) {
        .wedding-overlay { min-height: 100dvh; }
      }
      
      #weddingOverlayTitle{
          font-size: 30px;
      }
      
      
      
.footer-area {
    background: url(../img/footer/footer.png) no-repeat center center / cover;
}


.guest-area {
    background: linear-gradient(rgba(100, 158, 147, 0.50), rgba(100, 158, 147, 0.50)), transparent url(../img/guest/romansa.png) center center / cover no-repeat fixed;
}

.owl-carousel .owl-item img {
    width: 40%;
}
