/*
Theme Name: ARP
Author: Softforce
Version: 1.0
*/
.vc_row{
    margin-left:0px !important;
    margin-right: 0px !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
  margin-bottom:0px !important;
}
.no-events {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #666;
    padding: 40px 0;
}
#video-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
  }
  
  .video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.8);
  }
  
  .video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 800px;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .video-content iframe {
    width: 100%;
    height: 450px;
    display: block;
  }
  
  .video-close {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
  }
  .gallery-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .gallery-card video {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
  }

  .upload-input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  
  .upload-drop {
    position: relative;
    border: 2px dashed #ddd;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    display: block;
    cursor: pointer;
  }
  .wpcf7 .cf7sr-g-recaptcha {
    margin-top: 10px;
  }
  .field{
    gap:0px !important;
  }
  .upload-drop {
    position: relative;
  }
  
  .upload-remove {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
  }
  
  .upload-remove i {
    font-size: 12px;
  }
  .event-details-head p {
    max-width: 56rem;
    margin: 14px auto 0;
    color: #6b7280;
    line-height: 1.7;
    font-size: 0.93rem;
  }
  .gallery-video-wrap img {
    height: 260px !important;
  }
  .media-card video {
      pointer-events: none;
  }