.elementor-2810 .elementor-element.elementor-element-545b19bb{--display:flex;}.elementor-2810 .elementor-element.elementor-element-5c10a982{text-align:center;color:#FF0303;}.elementor-2810 .elementor-element.elementor-element-4400cfcd{text-align:center;color:#004FFF;}.elementor-2810 .elementor-element.elementor-element-63d68d73 .gallery-item .gallery-caption{text-align:center;}body.elementor-page-2810:not(.elementor-motion-effects-element-type-background), body.elementor-page-2810 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-a9896ab */.primary-hero-section {
  background: linear-gradient(135deg, #f3e5f5, #d1c4e9);
  color: #4a148c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 60px 20px;
  border-radius: 15px;
  margin: 30px auto;
  max-width: 900px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.primary-hero-section .hero-content {
  max-width: 700px;
}

.primary-hero-section h1 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.primary-hero-section p {
  font-size: 1rem;
  margin: 0 auto;
  color: #333;
}

@media (max-width: 768px) {
  .primary-hero-section {
    padding: 40px 15px;
  }

  .primary-hero-section h1 {
    font-size: 1.8rem;
  }

  .primary-hero-section p {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ff27d70 *//* Primary Admission Hero Section */
.primary-hero-section {
  background: linear-gradient(135deg, #f3e5f5, #d1c4e9);
  color: #4a148c;
  text-align: center;
  padding: 60px 20px 40px;
  border-radius: 15px;
  margin: 30px auto;
  max-width: 100px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.primary-hero-section h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.primary-hero-section p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  color: #333;
}

@media (max-width: 768px) {
  .primary-hero-section h1 {
    font-size: 2rem;
  }
  .primary-hero-section p {
    font-size: 1rem;
  }
}

/* Primary Admission Form Styling */
.primary-admission-form {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 30px 20px;
  max-width: 600px;
  margin: 40px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.primary-admission-form input[type="text"],
.primary-admission-form input[type="email"],
.primary-admission-form input[type="tel"],
.primary-admission-form input[type="date"],
.primary-admission-form select,
.primary-admission-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.primary-admission-form input[type="submit"] {
  background-color: #4a148c;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.primary-admission-form input[type="submit"]:hover {
  background-color: #6a1b9a;
}/* End custom CSS */