.elementor-7673 .elementor-element.elementor-element-9ea48cb{--display:flex;}body.elementor-page-7673:not(.elementor-motion-effects-element-type-background), body.elementor-page-7673 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-b0b64e0 );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-588384b */body {
  background-color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #000; /* আরো ডার্ক করে দিলাম */
  line-height: 1.5;
  margin: 0;
  padding: 20px;
}

.container {
  max-width: 800px;
  margin: auto;
  padding: 10px;
}

p, li {
  margin: 6px 0;
}

hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #ccc;
}

/* Highlighted styles */
.highlight-green {
  background-color: #e0f2f1;
  color: #004d40;
  font-weight: bold;
}

.highlight-yellow {
  background-color: #fffde7;
  color: #f9a825;
  font-weight: bold;
}

.highlight-blue {
  background-color: #e3f2fd;
  color: #0d47a1;
  font-weight: bold;
}

.highlight-orange {
  background-color: #fff3e0;
  color: #e65100;
  font-weight: bold;
}

.highlight-pink {
  background-color: #fce4ec;
  color: #880e4f;
  font-weight: bold;
}

.highlight-red {
  background-color: #ffebee;
  color: #c62828;
  font-weight: bold;
}

.highlight-grey {
  background-color: #eeeeee;
  color: #333;
  font-style: italic;
}

.highlight-purple {
  background-color: #f3e5f5;
  color: #4a148c;
  font-weight: bold;
}

.note {
  color: #555;
  font-style: italic;
}

.underline {
  text-decoration: underline;
}/* End custom CSS */