.elementor-10397 .elementor-element.elementor-element-52c87fb{--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;}/* Start custom CSS for html, class: .elementor-element-7fec833 *//* General Styling */
.about-us-page {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #333;
  line-height: 1.8;
  margin: 20px auto;
  max-width: 1200px;
}

/* Hero Banner */
.hero-banner {
  background: linear-gradient(90deg, #1E293B, #3E0890);
  text-align: center;
  color: white;
  padding: 40px 20px;
  border-radius: 10px;
}

.hero-banner h1 {
  font-size: 2.5rem;
  color: #ffffff;
}

.hero-banner p {
  font-size: 1.2rem;
  color: #e0e0e0;
  margin-bottom: 20px;
}

/* About Section */
.about-section, .vision-section {
  margin: 30px 0;
}

.about-section h2, .vision-section h2, .why-us-section h2, .contact-section h2 {
  text-align: center;
  color: #3E0890;
  font-size: 2rem;
  margin-bottom: 20px;
}

.about-content, .vision-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.about-content img, .vision-content img {
  max-width: 40%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.about-content p, .vision-content p {
  flex: 1;
}

/* Vision Section */
.vision-section ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.vision-section ul li {
  background: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

/* Contact Section */
.contact-section p {
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-align: center;
}

.contact-section a {
  color: #007bff;
  text-decoration: none;
}

.contact-section a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Call-to-Action Section */
.cta-section {
  text-align: center;
  padding: 20px;
  background: #1E293B;
  color: white;
  border-radius: 10px;
  margin-top: 30px;
}

.cta-section h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #ffffff;
}/* End custom CSS */