.elementor-350 .elementor-element.elementor-element-0efb486{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-350 .elementor-element.elementor-element-0efb486 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for column, class: .elementor-element-4e345a4 *//* ===== TARGET ELEMENTOR SITEMAP SECTION ===== */
.sitemap-section {
  padding: 50px 40px !important;
  background: #f9fafb;
}

/* Force columns layout */
.sitemap-section .elementor-container {
  display: flex !important;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

/* Columns */
.sitemap-section .elementor-column {
  flex: 1;
  min-width: 250px;
}

/* Headings */
.sitemap-section .elementor-heading-title {
  font-size: 20px !important;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 6px;
}

/* Lists (THIS is key fix) */
.sitemap-section ul,
.sitemap-section .elementor-nav-menu,
.sitemap-section .elementor-post-info__terms-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* List items */
.sitemap-section li {
  margin-bottom: 10px;
}

/* Links */
.sitemap-section a {
  text-decoration: none !important;
  color: #555 !important;
  font-size: 15px;
  transition: all 0.25s ease;
}

/* Hover */
.sitemap-section a:hover {
  color: #0073e6 !important;
  padding-left: 6px;
}

/* REMOVE Elementor weird spacing */
.sitemap-section .elementor-widget-wrap {
  padding: 0 !important;
}

.sitemap-section .elementor-widget {
  margin-bottom: 10px !important;
}

/* Mobile */
@media (max-width: 768px) {
  .sitemap-section .elementor-container {
    flex-direction: column !important;
    gap: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-0efb486 *//* ===== Sitemap Section Wrapper ===== */
/* Add class: sitemap-section to your SECTION in Elementor */
.sitemap-section {
  padding: 50px 40px;
  background-color: #f9fafb;
}

/* Make columns clean and evenly spaced */
.sitemap-section .elementor-container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

/* Column styling */
.sitemap-section .elementor-column {
  flex: 1;
  min-width: 250px;
}

/* Headings (Pages / Categories) */
.sitemap-section h2,
.sitemap-section h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 6px;
}

/* Lists (Elementor nav menu / list / page list) */
.sitemap-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* List items */
.sitemap-section ul li {
  margin-bottom: 10px;
}

/* Links */
.sitemap-section ul li a {
  text-decoration: none;
  color: #555;
  font-size: 15px;
  transition: all 0.25s ease;
}

/* Hover effect */
.sitemap-section ul li a:hover {
  color: #0073e6;
  padding-left: 6px;
}

/* Remove Elementor editing visuals */
.sitemap-section .elementor-widget,
.sitemap-section .elementor-column,
.sitemap-section .elementor-widget-wrap {
  box-shadow: none !important;
  border: none !important;
}

/* Responsive */
@media (max-width: 768px) {
  .sitemap-section .elementor-container {
    flex-direction: column;
    gap: 30px;
  }

  .sitemap-section {
    padding: 30px 20px;
  }
}/* End custom CSS */