.elementor-1559 .elementor-element.elementor-element-f576c44 > .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-791f970 */.sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sb-banner {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e4ef;
  box-shadow: 0 2px 10px rgba(29, 37, 84, 0.08);
  line-height: 0;
}
.sb-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.sb-box {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e2e4ef;
  box-shadow: 0 2px 10px rgba(29, 37, 84, 0.08);
  overflow: hidden;
}
.sb-box__head {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #1d2554;
  color: #ffffff;
  padding: 12px 16px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 2px solid #ffa300;
}
.sb-box__head-icon {
  width: 26px;
  height: 26px;
  background: #ffa300;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sb-box__head-icon svg {
  width: 14px;
  height: 14px;
  color: #1d2554;
}

.sb-stats {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sb-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: #f3f4fb;
  border-radius: 8px;
  border: 1px solid #e8eaf5;
}
.sb-stat-num {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1d2554;
  line-height: 1;
}
.sb-stat-num span {
  color: #ffa300;
}
.sb-stat-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #666680;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.sb-cta {
  padding: 18px 16px;
  background: linear-gradient(135deg, #1d2554 0%, #141a3c 100%);
  text-align: center;
}
.sb-cta p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
  line-height: 1.5;
}
.sb-cta p strong {
  color: #ffa300;
}
.sb-cta-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffa300;
  color: #1d2554;
  border-radius: 8px;
  padding: 11px 16px;
  font-weight: 900;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s;
}
.sb-cta-phone:hover {
  background: #e09200;
}
.sb-cta-phone svg {
  width: 16px;
  height: 16px;
}

.sb-cert {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sb-cert-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1a1a2e;
}
.sb-cert-item svg {
  width: 16px;
  height: 16px;
  color: #0faa60;
  flex-shrink: 0;
}/* End custom CSS */