.elementor-19 .elementor-element.elementor-element-c794a1a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7e12e4d *//* General Styles */
body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  background: linear-gradient(135deg, #ff5a72 0%, #ff8a9c 50%, #ffffff 100%);

/* Section Container */
  padding: 60px 20px;
}
.container {
  max-width: 1200px;
  margin: auto;
}

/* Headings */
h1, h2, h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 20px;
}
h2 {
  font-size: 32px;
  margin-top: 50px;
  margin-bottom: 20px;
}
h3 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* Paragraphs */
p {
  margin-bottom: 15px;
  color: #000000;
}

/* Lists */
ul {
  margin: 10px 0 20px 20px;
  padding: 0;
}
ul li {
  margin-bottom: 8px;
}

/* Image Blocks */
.center-img {
  text-align: center;
  margin: 30px 30px;
}
.center-img img {
  max-width: 200px;
  border-radius: 50%;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  margin: 30px 0;
}
.text-block {
  flex: 1 1 55%;
}
.img-block {
  flex: 1 1 40%;
  text-align: center;
}
.img-block img {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
}

/* Call to Action */
.cta {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  margin: 50px 0;
  border-radius: 15px;
}
.cta h2 {
  margin-bottom: 15px;
}
.btn {
  display: inline-block;
  background: #000;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.btn:hover {
  background: #ffebf0;
}

/* Partner Logos */
.partners {
  text-align: center;
  margin-top: 40px;
}
.partners img {
  margin:auto;
  width:auto;
  vertical-align: middle;
  transition: transform 0.3s;
}
.partners img:hover {
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  .flex-row {
    flex-direction: column;
  }
  .img-block img {
    max-width: 300px;
  }
}/* End custom CSS */