@import url('https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css');

/* Make the modal background transparent */
.mfp-bg {
    background: rgba(0, 0, 0, 0) !important; /* Fully transparent */
}

/* Optional: Remove the shadow around the modal */
.mfp-iframe-holder .mfp-content {
    box-shadow: none !important;
}

/* Optional: Remove background from the iframe container */
.mfp-iframe-scaler {
    background: transparent !important;
}

.mfp-iframe-scaler iframe{
    
     background: transparent !important;
      box-shadow: none !important;
}

/* Optional: Make the close button more visible */
.mfp-close {
    color: #fff !important; /* Change this if needed */
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); /* Optional glow effect */
}
.mfp-container.mfp-iframe-holder{
background: #000000c7!important;
}