.elementor-10227 .elementor-element.elementor-element-179f13b{--display:flex;--min-height:521px;}.elementor-10227 .elementor-element.elementor-element-8f7add7{--display:flex;}.elementor-10227 .elementor-element.elementor-element-415dcd8{--display:flex;--min-height:492px;}.elementor-10227 .elementor-element.elementor-element-1afa1aa8{--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 html, class: .elementor-element-1ddf62f *//* Who We Are Section Styles */
.about-who-we-are-section {
  padding: 60px 20px;
  background-color: ;
  font-family: Arial, sans-serif;
    margin-top: -100px;

}

.about-who-we-are-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-who-we-are-content {
  flex: 1;
  text-align: left;
}

.about-section-title {
  font-size: 48px;
  color: #0056d2;
  margin-bottom: 20px;
}

.about-section-description {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-who-we-are-image {
  flex: 1;
  text-align: center;
}

.about-who-we-are-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .about-who-we-are-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .about-section-title {
    font-size: 32px;
  }

  .about-section-description {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-179f13b */.about-mission-vision-section {
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
}

.about-mission-vision-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}

.about-mission-vision-card {
  flex: 1;
  background-color: #f9f9f9;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.mission-vision-title {
  font-size: 36px;
  color: #0056d2;
  margin-bottom: 15px;
}

.mission-vision-description {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .about-mission-vision-container {
    flex-direction: column;
    gap: 20px;
  }

  .mission-vision-title {
    font-size: 28px;
  }

  .mission-vision-description {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-285a8ec9 *//* Main CTA Section */
.cta-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 700px; /* Ensure height consistency */
    background-image: url('http://startly.ng/wp-content/uploads/2025/01/co-workers-collaborating-on-a-project.png'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 50px;
    font-family: Arial, sans-serif;
}

/* Content Area */
.cta-content {
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.6); /* Slight dark overlay for readability */
    padding: 30px;
    border-radius: 10px;
    text-align: left;
}

.cta-content h1 {
    font-size: 68px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
    color: white;
}

.cta-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.cta-button1 {
    display: inline-block;
    padding: 6px 30px;
    background-color: #18cb96;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
    background-color: #14a87c;
    transform: scale(1.05);
}

/* Responsive Design */
@media only screen and (max-width: 768px) {
    .cta-section {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 20px;
    }

    .cta-content {
        max-width: 100%;
    }

    .cta-content h1 {
        font-size: 36px;
    }

    .cta-content p {
        font-size: 16px;
    }
}/* End custom CSS */