
.hdmn-overlay {
    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;
}

.hdmn-modal {
    background: black;
    max-width: 900px;
    width: 95%;
    display: flex;
    flex-direction: row;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.hdmn-popup-left {
    flex: 1;
    background: url('./bg.jpeg') center/cover no-repeat;
    position: relative;
    min-height: 400px;
}

.hdmn-workout-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffcd3c;
    color: #000;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 14px;
    max-width: 200px;
    transform: rotate(-5deg);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.hdmn-popup-right {
    flex: 1;
    padding: 40px;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hdmn-popup-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.3;
}

.hdmn-popup-subtitle {
    color: #666;
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
}

.hdmn-email-input {
    border: 2px solid #ddd;
    padding: 12px 15px;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 0;
    width: 100%;
}

.hdmn-submit-btn {
    background: #333;
    color: black;
    border: none;
    padding: 12px 30px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer;
}

.hdmn-submit-btn:hover {
    background: #555;
}

.hdmn-social-icons {
    text-align: center;
}

.hdmn-social-icons a {
    color: #333;
    font-size: 24px;
    margin: 0 15px;
    text-decoration: none;
}

.hdmn-social-icons a:hover {
    color: #007bff;
}

.hdmn-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: black;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 768px) {
    .hdmn-modal {
        flex-direction: column;
    }

    .hdmn-popup-left {
        min-height: 200px;
    }

    .hdmn-popup-right {
        padding: 30px 20px;
    }

    .hdmn-popup-title {
        font-size: 20px;
    }
}

/* Elementor ke black background ko transparent karo */
#elementor-popup-modal-23120 {
  background: transparent !important;
  pointer-events: none;
}

/* Elementor ke default close button ko hatao */
#elementor-popup-modal-23120 .dialog-close-button {
  display: none !important;
}

/* Elementor ka inner wrapper clickable rahe tumhare popup ke liye */
#elementor-popup-modal-23120 .dialog-widget-content {
  pointer-events: all;
}

/* Hide empty Elementor widget that causes spacing */
.elementor-popup-modal .elementor-widget-wrap:empty {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

