.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-d3a262e */.internship-form {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
}

.internship-form h3 {
  text-align: center;
  color: #2e7d32;
  margin-bottom: 20px;
}

.internship-form label {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  color: #333;
}

.internship-form input[type="text"],
.internship-form input[type="email"],
.internship-form input[type="tel"],
.internship-form textarea,
.internship-form input[type="file"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.internship-form textarea {
  height: 100px;
}

.submit-btn {
  text-align: center;
  margin-top: 20px;
}

.internship-form input[type="submit"] {
  background: #4CAF50;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.internship-form input[type="submit"]:hover {
  background: #388e3c;
}/* End custom CSS */