.elementor-27626 .elementor-element.elementor-element-9fddc2d{padding:0px 0px 0px 0px;}.elementor-27626 .elementor-element.elementor-element-b92d7cf{padding:20px 0px 20px 0px;}.elementor-27626 .elementor-element.elementor-element-b597ef5 .elementor-heading-title{max-width:100%;font-family:"Poppins", Sans-serif;font-size:22px;line-height:34px;color:#000000;}.elementor-27626 .elementor-element.elementor-element-b597ef5{text-align:start;}.elementor-27626 .elementor-element.elementor-element-3fd5adf .elementor-widget-container > *{max-width:100%;}.elementor-27626 .elementor-element.elementor-element-3fd5adf{font-size:16px;color:#080808;}.elementor-27626 .elementor-element.elementor-element-751da19 > .elementor-element-populated{margin:100px 50px 50px 50px;--e-column-margin-right:50px;--e-column-margin-left:50px;}/* Start custom CSS for html, class: .elementor-element-fa7f973 */.hero-section {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 61, 98, 0.6); /* semi-transparent overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hero-content {
  max-width: 800px;
  text-align: center;
}

.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-content p {
  font-size: 1.125rem;
  margin-bottom: 30px;
}

.hero-cta {
  display: inline-block;
  background-color: #ff8c00;
  color: #fff;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.hero-cta:hover {
  background-color: #e67600;
}

@media (max-width: 900px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3efb84c *//* PME Call to Action Section */
.pme-cta {
  background: #ff6b00; /* Orange CTA background */
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  font-family: 'Arial', sans-serif;
  border-radius: 12px;
  margin: 60px 0;
}

.pme-cta h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-weight: bold;
}

.pme-cta p {
  font-size: 1.2em;
  margin-bottom: 25px;
}

.pme-cta .contact-info p {
  margin: 5px 0;
  font-size: 1.1em;
}

.pme-cta .contact-info a {
  color: #fff;
  text-decoration: underline;
}

.pme-cta .cta-button {
  display: inline-block;
  margin-top: 30px;
  background: #fff;
  color: #ff6b00;
  font-weight: bold;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.pme-cta .cta-button:hover {
  background: #fff7f0;
  color: #ff4b00;
  transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 768px) {
  .pme-cta h2 {
    font-size: 2em;
  }
  .pme-cta p,
  .pme-cta .contact-info p {
    font-size: 1em;
  }
  .pme-cta .cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }
}/* End custom CSS */