div.the7-image-wrapper a img, .the7-overlay-container>.the7-overlay-content {
    border-radius: 40px !important;
}

/* CF7 */
/* --- Layout Structure --- */
.cf7-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.cf7-row .cf7-col {
  flex: 1 1 200px;
}

/* --- Inputs & Textarea --- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  font-size: 15px;
  background: #fff;
  transition: 0.3s ease;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #3f86ff;
  outline: none;
}

/* --- Labels --- */
.wpcf7 label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 10px;
}

/* --- Textarea --- */
.wpcf7 textarea {
  height: 180px;
  resize: vertical;
}

/* --- Submit Button --- */
.cf7-submit-wrap {
  margin-top: 25px;
  text-align: center;
}

.wpcf7 input[type="submit"] {
  background: #2f80ff;
  color: #fff;
  padding: 18px 45px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
  width: 100%;
  max-width: 100%;
}

.wpcf7 input[type="submit"]:hover {
  background: #1f6fe0;
}

.elementor-popup-modal .dialog-widget-content {
    border-radius: 30px !important;
}