.elementor-2459 .elementor-element.elementor-element-213f2b0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2459 .elementor-element.elementor-element-1fb89f6{--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;}.elementor-2459 .elementor-element.elementor-element-1fb89f6.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2459 .elementor-element.elementor-element-4c5e9ce{--display:flex;--min-height:0px;--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;}@media(min-width:768px){.elementor-2459 .elementor-element.elementor-element-1fb89f6{--width:40.812%;}.elementor-2459 .elementor-element.elementor-element-4c5e9ce{--width:75%;}}/* Start custom CSS for shortcode, class: .elementor-element-1107610 */.admission-form-container {
  max-width: 700px;
  margin: 40px auto;
  background: #ffffff;
  padding: 28px 36px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  font-size: 14px;
}

.admission-form-container h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #1a237e;
}

.admission-form-container .subtext {
  font-size: 13px;
  color: #666;
  margin-bottom: 25px;
}

.form-section,
.form-group {
  margin-bottom: 16px;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  color: #2c3e50;
  font-size: 13px;
}

.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
  width: 100%;
  padding: 6px 10px; /* reduced padding */
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.4;
  background: #f9f9f9;
  transition: border-color 0.3s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #3f51b5;
  outline: none;
  background: #fff;
}

textarea {
  resize: vertical;
  min-height: 80px; /* smaller height */
}

.submit-button {
  text-align: right;
  margin-top: 20px;
}

input[type="submit"] {
  background-color: #1a73e8;
  color: #fff;
  padding: 8px 20px; /* smaller button */
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #0c58b1;
}/* End custom CSS */