.elementor-4698 .elementor-element.elementor-element-fdb6775{--display:flex;}.elementor-4698 .elementor-element.elementor-element-78ffbef{text-align:center;}.elementor-4698 .elementor-element.elementor-element-78ffbef .elementor-heading-title{font-size:33px;font-weight:bold;}.elementor-4698 .elementor-element.elementor-element-3a62755{--display:flex;}.elementor-4698 .elementor-element.elementor-element-587d219{--spacer-size:50px;}.elementor-4698 .elementor-element.elementor-element-c7e828b{--display:flex;}.elementor-4698 .elementor-element.elementor-element-83dfdd2{--display:flex;}.elementor-4698 .elementor-element.elementor-element-fd0cda0{--display:flex;}.elementor-4698 .elementor-element.elementor-element-9101690{--display:flex;}.elementor-4698 .elementor-element.elementor-element-8b27814{--display:flex;}.elementor-4698 .elementor-element.elementor-element-cd8abf4{--display:flex;}.elementor-4698 .elementor-element.elementor-element-0cc5c15{--display:flex;}.elementor-4698 .elementor-element.elementor-element-9b7b2a3{--display:flex;}.elementor-4698 .elementor-element.elementor-element-7fa0605{--display:flex;}.elementor-4698 .elementor-element.elementor-element-a79a9ca{--display:flex;}/* Start custom CSS for html, class: .elementor-element-15f2fb3 *//* General Styles */
body {
  font-family: 'Arial', sans-serif;
  background-color: #fff;
  color: #333;
  margin: 0;
  padding: 0;
}

.sitemap-container {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sitemap-title {
  font-size: 2em;
  color: #1a1a2e;
  text-align: left; /* Align the title to the left */
  margin-bottom: 20px;
}

.sitemap-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.sitemap-list > li {
  margin: 15px 0;
  font-size: 1.1em;
  line-height: 1.6;
}

.sitemap-list a {
  text-decoration: none;
  color: #1a1a2e; /* Dark blue */
  transition: color 0.3s ease;
}

.sitemap-list a:hover {
  color: #007bff; /* Light blue on hover */
}

.sitemap-list > li > a {
  font-weight: bold;
}

.sitemap-list ul {
  list-style-type: none;
  padding-left: 20px;
  margin: 10px 0;
}

.sitemap-list ul > li {
  font-size: 1em;
  margin-bottom: 8px;
}

.sitemap-list ul > li > a {
  font-weight: normal;
}

.sitemap-list li > a,
.sitemap-list ul > li > a {
  color: #333; /* Darker gray for sub-links */
}

.sitemap-list li > a:hover,
.sitemap-list ul > li > a:hover {
  color: #007bff; /* Light blue hover effect */
}

.sitemap-list > li > a::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin-top: 8px;
}

.sitemap-list > li:last-child > a::after {
  content: none; /* Remove border from the last item */
}

.sitemap-container a {
  transition: color 0.3s ease;
}

.sitemap-container a:hover {
  color: #007bff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba8c61b *//* General Styles */
body {
  font-family: 'Arial', sans-serif;
  background-color: #fff;
  color: #333;
  margin: 0;
  padding: 0;
}

h2, h3 {
  font-weight: bold;
  color: #1a1a2e; /* Dark blue */
}

h3 {
  margin-top: 20px;
  color: #1a1a2e;
}

p, ul {
  font-size: 1.1em;
  color: #555;
}

ul {
  padding-left: 20px;
}

ul li {
  margin-bottom: 8px;
}

/* Overview Section */
.overview {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.overview h2 {
  margin-bottom: 15px;
  color: #1a1a2e;
}

.overview p {
  margin-bottom: 10px;
}

/* Key Metrics Section */
.metrics {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

.metrics th {
  background-color: #1a1a2e;
  color: #fff;
  padding: 10px;
}

.metrics td {
  padding: 12px;
  border-top: 1px solid #ddd;
}

.metrics td:first-child {
  font-weight: bold;
}

.metrics tr:nth-child(even) {
  background-color: #f4f4f4;
}

.metrics tr:nth-child(odd) {
  background-color: #fff;
}

/* Focus Area Section */
.focus-area {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
}

.focus-area p {
  margin-bottom: 12px;
}

.focus-area h3 {
  margin-top: 0;
}

.focus-area p strong {
  color: #1a1a2e;
}

/* Challenges Section */
.challenges {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 20px;
}

.challenges h3 {
  color: #1a1a2e;
}

.challenges p {
  color: #666;
  font-size: 1.1em;
}

/* Next Steps Section */
.next-steps {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 20px;
}

.next-steps h3 {
  color: #1a1a2e;
}

.next-steps ul {
  margin-top: 10px;
}

.next-steps ul li {
  color: #555;
  font-size: 1.1em;
  margin-bottom: 8px;
}

/* Visuals Section */
.visuals {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 20px;
}

.visuals h3 {
  color: #1a1a2e;
}

.visuals p {
  color: #555;
  font-size: 1.1em;
}

/* Tables Styling */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

table th,
table td {
  padding: 12px;
  text-align: left;
}

table th {
  background-color: #1a1a2e;
  color: white;
}

table tr:nth-child(odd) {
  background-color: #f9f9f9;
}

table tr:nth-child(even) {
  background-color: #fff;
}

/* Additional Enhancements */
section {
  margin-bottom: 20px;
}

section:last-of-type {
  margin-bottom: 0;
}

/* Add a subtle hover effect for interactive elements like tables or links */
table tr:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}/* End custom CSS */