.elementor-1098 .elementor-element.elementor-element-83525ef > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2809349 *//* ===== SIDEBAR ===== */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Widget box */
.sidebar-widget {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(10, 42, 110, 0.10);
  overflow: hidden;
}

/* Widget header */
.widget-header {
  background: #0a2a6e;
  color: #ffffff;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: 'Barlow', sans-serif;
}

.widget-header i {
  color: #f5a800;
}

/* Widget body */
.widget-body {
  padding: 18px 20px;
}

.widget-body--tight {
  padding: 8px 20px;
}

/* ===== SEARCH ===== */
.search-form {
  display: flex;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.search-form:focus-within {
  border-color: #0a2a6e;
}

.search-form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px 14px;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  color: #181818;
  background: transparent;
}

.search-form button {
  background: #0a2a6e;
  border: none;
  padding: 0 16px;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.2s;
}

.search-form button:hover {
  background: #f5a800;
}

/* ===== HOTLINE CTA ===== */
.hotline-widget {
  background: #0a2a6e;
  border-radius: 10px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(10, 42, 110, 0.18);
}

.hotline-widget .hw-icon {
  width: 60px;
  height: 60px;
  background: #f5a800;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #ffffff;
  animation: sb-ring 2s infinite;
}

@keyframes sb-ring {
  0%, 100% { transform: rotate(0); }
  10%       { transform: rotate(-15deg); }
  20%       { transform: rotate(15deg); }
  30%       { transform: rotate(-10deg); }
  40%       { transform: rotate(0); }
}

.hotline-widget h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: 'Barlow', sans-serif;
}

.hotline-widget p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  margin-bottom: 14px;
  line-height: 1.5;
  font-family: 'Barlow', sans-serif;
}

.hotline-widget .hotline-number {
  font-size: 26px;
  font-weight: 800;
  color: #f5a800;
  display: block;
  margin-bottom: 14px;
  letter-spacing: 1px;
  font-family: 'Barlow', sans-serif;
}

.hotline-widget .hw-btn {
  display: block;
  background: #f5a800;
  color: #ffffff;
  padding: 11px 0;
  border-radius: 7px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
  font-family: 'Barlow', sans-serif;
}

.hotline-widget .hw-btn:hover {
  background: #e09500;
  color: #ffffff;
}

/* ===== CATEGORIES ===== */
.cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-list li {
  border-bottom: 1px solid #e2e8f0;
}

.cat-list li:last-child {
  border-bottom: none;
}

.cat-list a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #181818;
  text-decoration: none;
  transition: color 0.2s;
  font-family: 'Barlow', sans-serif;
}

.cat-list a::before {
  content: '\f101';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #f5a800;
  font-size: 11px;
  margin-right: 8px;
}

.cat-list a:hover {
  color: #0a2a6e;
}

.cat-count {
  background: #f4f6fb;
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: auto;
}

/* ===== RECENT POSTS ===== */
.recent-post-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
  text-decoration: none;
}

.recent-post-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.recent-post-item:first-child {
  padding-top: 0;
}

.recent-thumb {
  width: 74px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f4f6fb;
}

.recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recent-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.recent-title {
  font-size: 13px;
  font-weight: 600;
  color: #0a2a6e;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
  font-family: 'Barlow', sans-serif;
}

.recent-post-item:hover .recent-title {
  color: #f5a800;
}

.recent-date {
  font-size: 11px;
  color: #999999;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Barlow', sans-serif;
}

.recent-date i {
  color: #f5a800;
}

/* ===== TAGS ===== */
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-item {
  padding: 5px 12px;
  border-radius: 5px;
  border: 1.5px solid #e2e8f0;
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'Barlow', sans-serif;
}

.tag-item:hover {
  border-color: #0a2a6e;
  background: #0a2a6e;
  color: #ffffff;
}/* End custom CSS */