.elementor-1834876 .elementor-element.elementor-element-8b790fc{--display:flex;--padding-top:10px;--padding-bottom:020px;--padding-left:10px;--padding-right:10px;}.elementor-1834876 .elementor-element.elementor-element-698d8e0{width:100%;max-width:100%;padding:15px 15px 15px 15px;}#elementor-popup-modal-1834876{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1834876 .dialog-message{width:32.6em;height:auto;}#elementor-popup-modal-1834876 .dialog-close-button{display:flex;}#elementor-popup-modal-1834876 .dialog-widget-content{border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1834876 .dialog-close-button i{color:var( --e-global-color-114e3cb );}#elementor-popup-modal-1834876 .dialog-close-button svg{fill:var( --e-global-color-114e3cb );}/* Start custom CSS for html, class: .elementor-element-698d8e0 */<style>
.iqra-report-form-container {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    max-width: 520px;
    margin: 20px auto;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    font-family: 'Poppins', sans-serif;
    position: relative;
    border: 1px solid #eef0f2;
}

.report-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.report-header h2 {
    font-size: 25px;
    font-weight: 700;
    color: #1e3a5a;
    margin: 0;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #94a3b8;
    cursor: pointer;
}

.form-group { margin-bottom: 18px; }
.form-row { display: flex; gap: 15px; }
.form-row .form-group { flex: 1; }

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #64748b; /* Grey-Blue label color */
    margin-bottom: 8px;
}

/* Perfect Padding & Visibility */
.iqra-report-form-container input, 
.iqra-report-form-container select, 
.iqra-report-form-container textarea {
    width: 100%;
    padding: 12px 16px 12 ;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    color: #334155;
    background-color: #ffffff;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

/* Dropdown Arrow Styling */
.iqra-report-form-container select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23475569'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-right: 40px;
}

.iqra-report-form-container input:focus, 
.iqra-report-form-container select:focus, 
.iqra-report-form-container textarea:focus {
    border-color: #FF6B35;
    outline: none;
    box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.1);
}

.iqra-report-form-container input::placeholder, 
.iqra-report-form-container textarea::placeholder {
    color: #94a3b8;
    font-size: 14px;
}

/* Orange Submit Button */
#reportSubmitBtn {
    background: #FF6B35;
    color: #ffffff;
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    transition: background 0.3s ease;
}

#reportSubmitBtn:hover {
    background: #e05a2b;
}

#reportMsg { text-align: center; margin-top: 15px; font-weight: 600; }

/* Responsive Fix */
@media (max-width: 480px) {
    .form-row { flex-direction: column; gap: 0; }
    .iqra-report-form-container { padding: 20px; width: 95%; }
}
</style>/* End custom CSS */