.elementor-kit-392{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-392 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Sidebar Container (optional centering) === */
#secondary, .widget-area, .sidebar {
  display: flex;
  justify-content: center;
  padding: 20px;
}

/* === All Sidebar Widgets (card style) === */
.widget {
  background-color: #ffffff;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  font-family: "Segoe UI", sans-serif;
  max-width: 320px;
  width: 100%;
}

/* === Widget Titles === */
.widget-title, .widget h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #2c3e50;
  border-left: 4px solid #3498db;
  padding-left: 10px;
}

/* === Search Widget === */
.widget_search input[type="search"],
.widget_search input[type="text"] {
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
  border-radius: 10px;
  border: 1px solid #ccc;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.widget_search input[type="search"]:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
  outline: none;
}

/* === Categories & Recent Posts === */
.widget_categories ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_categories li,
.widget_recent_entries li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  font-size: 0.95rem;
}

.widget_categories li:last-child,
.widget_recent_entries li:last-child {
  border-bottom: none;
}

.widget_categories a,
.widget_recent_entries a {
  color: #2980b9;
  text-decoration: none;
  transition: color 0.2s;
}

.widget_categories a:hover,
.widget_recent_entries a:hover {
  color: #1a5276;
  text-decoration: underline;
}/* End custom CSS */