.elementor-540 .elementor-element.elementor-element-5508611{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-d66e9b4 *//* Sitemap Wrapper for Elementor */
.custom-sitemap-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  font-family: Arial, sans-serif;
  color: #333;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

/* Title */
.custom-sitemap-wrapper h1 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #2a7ae2;
}

/* Sitemap List Styling */
.custom-sitemap-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 4; /* 4 columns on desktop */
  column-gap: 2rem;
}

.custom-sitemap-wrapper li {
  margin: 0.5rem 0;
  break-inside: avoid; /* Prevent column breaks in the middle of an item */
}

.custom-sitemap-wrapper a {
  text-decoration: none;
  color: #2a7ae2;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  transition: color 0.2s ease;
}

.custom-sitemap-wrapper a:hover {
  color: #1a4c9c;
  text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .custom-sitemap-wrapper ul {
    columns: 3;
  }
}

@media (max-width: 768px) {
  .custom-sitemap-wrapper ul {
    columns: 2;
  }
}

@media (max-width: 480px) {
  .custom-sitemap-wrapper ul {
    columns: 1;
  }
}/* End custom CSS */