.elementor-10 .elementor-element.elementor-element-4039a95{--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-ee023de *//* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f2f6f9;
  color: #111;
  padding: 30px 15px;
  line-height: 1.6;
}

/* Wrapper */
.wrapper {
  max-width: 850px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  animation: fadeUp 1s ease-out;
}

/* Header */
header h1 {
  text-align: center;
  font-size: 2.8rem;
  color: #000;
  margin-bottom: 10px;
}

.divider {
  height: 4px;
  width: 60px;
  background: #0a91c5;
  margin: 0 auto 40px auto;
  border-radius: 10px;
}

/* Info Card Styling */
.info-card {
  background: #fafafa;
  padding: 25px 20px;
  border-left: 5px solid #0a91c5;
  margin-bottom: 25px;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* Headings */
.info-card h2,
.info-card h3/* End custom CSS */