.elementor-1370 .elementor-element.elementor-element-30fe11d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:14px 14px 14px 14px;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1370 .elementor-element.elementor-element-58e8985 .elementor-button{background-color:var( --e-global-color-5ddaf3a );}#elementor-popup-modal-1370 .dialog-widget-content{animation-duration:0.4s;border-radius:14px 14px 14px 14px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1370{background-color:#0000009E;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1370 .dialog-message{width:550px;height:auto;}@media(max-width:1024px){#elementor-popup-modal-1370 .dialog-message{width:500px;}}@media(max-width:767px){#elementor-popup-modal-1370 .dialog-message{width:100vw;}}/* Start custom CSS for html, class: .elementor-element-29005a2 */.evq{
  grid-template-columns: 1.1fr 1fr;
  gap: 18px;
  border-radius: 18px;
  overflow: hidden;
}

@media (max-width: 767px){
  .evq{ grid-template-columns: 1fr; }
}

.evq__media{
  background: #f3f4f6;
  min-height: auto;
}

.evq__img{
height: 400px !important;
    max-width: 100%;
    object-fit: cover !important;
    object-position: top center !important;
}

.evq__img--placeholder{
  width: 100%;
  height: 100%;
  min-height: 260px;
  background: linear-gradient(135deg, #e5e7eb, #f9fafb);
}

.evq__body{
  padding: 18px;
  background: #fff;
}

.evq__top{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}

.evq__title{
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.evq__badge{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: #0f172a;
  color: #fff;
  white-space: nowrap;
  margin-top: 2px;
}

.evq__desc{
  margin: 10px 0 14px;
  color: #475569;
  line-height: 1.6;
}

.evq__stats{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 12px 0 16px;
}

.evq__stat{
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 12px 12px;
  background: #fafafa;
}

.evq__statLabel{
  font-size: 12px;
  color: #64748b;
  margin-bottom: 6px;
  text-align: center;
}

.evq__statValue{
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
}

.evq__actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.evq__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid #0f172a;
  background: #0f172a;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.evq__btn--ghost{
  background: #F7931E;
  color: #fff;
}

.evq__btn--ghost:focus{
  background: #F7931E;
  color: #0f172a;
}/* End custom CSS */