/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
    text-transform: Capitalize;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

.m360-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.m360-popup-content {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.m360-popup-content img {
  width: 100%;
  height: auto;
  cursor: pointer;
  display: block;
}

.m360-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 28px;
  color: #333;
  background: transparent;
  border: none;
  cursor: pointer;
}