.elementor-136 .elementor-element.elementor-element-af6d725{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-a98a754 */.admission-wrapper {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
}

.admission-wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0d2b4c;
  margin-bottom: 20px;
}

.admission-form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.admission-form .col {
  width: 48%;
}

.admission-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

.admission-form input,
.admission-form select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}

.btn-area {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.wpcf7-submit {
  background: #198754;
  color: #fff;
  padding: 10px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.reset-btn {
  background: #6c757d;
  color: #fff;
  padding: 10px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .admission-form .col {
    width: 100%;
  }
}

/* Save button fix */
.wpcf7-submit {
  background: #198754 !important;
  color: #ffffff !important;
  padding: 10px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
}

/* Reset button fix */
.reset-btn {
  background: #6c757d !important;
  color: #ffffff !important;
  padding: 10px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

/* Hover effect */
.wpcf7-submit:hover {
  background: #157347 !important;
}

.reset-btn:hover {
  background: #5a6268 !important;
}/* End custom CSS */