.elementor-172 .elementor-element.elementor-element-ab7416c{--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-8218a4d *//* General Styles */
.platform-intro-page {
  font-family: 'Roboto', Arial, sans-serif;
  color: #333;
}

/* Platform Section */
.platform-section {
  position: relative;
  height: 80vh;
  background: url('https://www.toopach.com/wp-content/uploads/2025/04/charlotte-tonks_orig.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; /* Fallback color */
  background: rgba(0, 0, 0, 0.5);
}

.platform-content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 800px;
  padding: 0 20px;
}

.platform-content h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

.platform-content p {
  font-size: 1.5em;
  color: #fff;
}

/* App Preview and Service Illustration Sections */
.app-preview, .service-illustration, .cta-section {
  padding: 60px 20px;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.image-wrapper {
  margin: 30px 0;
}

.image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Headings and Paragraphs */
.section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #0073e6;
}

p {
  font-size: 1.2em;
  line-height: 1.6;
  color: #666;
}

/* Button Styles */
.btn {
  display: inline-block;
  background: #0073e6;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  transition: background 0.3s;
}

.btn:hover {
  background: #005bb5;
}

/* Responsive Design */
@media (max-width: 768px) {
  .platform-section {
    height: auto;
    padding: 100px 20px;
  }

  .platform-content h1 {
    font-size: 2.5em;
  }

  .platform-content p {
    font-size: 1.2em;
    color: #fff;
  }

  .section-title {
    font-size: 2em;
  }

  p {
    font-size: 1em;
  }
}/* End custom CSS */