.elementor-25668 .elementor-element.elementor-element-875af35{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-25668 .elementor-element.elementor-element-28c1aa9{--spacer-size:100px;}.elementor-25668 .elementor-element.elementor-element-61d1074{--iteration-count:infinite;--animation-duration:1200ms;--dynamic-text-color:#00A2AD;}.elementor-25668 .elementor-element.elementor-element-61d1074 .elementor-headline{text-align:center;}/* Start custom CSS for html, class: .elementor-element-cfcddab *//* Full height body and center content */
.html, .body {
  height: 100%;
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fff;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  text-align: center;
  max-width: 800px;
  margin: 0 20px;
  padding: 20px;
}

.h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #2c2c2c;
}

.subtitle {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #666;
  margin-bottom: 30px;
}

.progress-container {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
}

.progress-bar {
  background-color: #e0e0e0;
  border-radius: 25px;
  overflow: hidden;
  height: 25px;
}

.progress {
  height: 100%;
  width: 25%; /* Adjust width here for different progress */
  background-color: #5c6bc0;
  color: white;
  line-height: 25px;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  border-radius: 25px 0 0 25px;
}

.image .img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}

.description {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 40px;
}

.social-icons .p {
  margin-bottom: 10px;
  font-weight: 600;
}

.social-icons .a {
  margin: 0 8px;
  color: #2c2c2c;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.social-icons .a:hover {
  color: #2c2c2c;
}/* End custom CSS */