.elementor-465 .elementor-element.elementor-element-cb4e69e{--display:flex;--min-height:500px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.7;}.elementor-465 .elementor-element.elementor-element-cb4e69e::before, .elementor-465 .elementor-element.elementor-element-cb4e69e > .elementor-background-video-container::before, .elementor-465 .elementor-element.elementor-element-cb4e69e > .e-con-inner > .elementor-background-video-container::before, .elementor-465 .elementor-element.elementor-element-cb4e69e > .elementor-background-slideshow::before, .elementor-465 .elementor-element.elementor-element-cb4e69e > .e-con-inner > .elementor-background-slideshow::before, .elementor-465 .elementor-element.elementor-element-cb4e69e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#012B0F;--background-overlay:'';}.elementor-465 .elementor-element.elementor-element-cb4e69e .elementor-background-slideshow__slide__image{background-size:cover;background-position:center center;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-465 .elementor-element.elementor-element-dbb0dfb{text-align:center;}.elementor-465 .elementor-element.elementor-element-dbb0dfb .elementor-heading-title{color:#FDFDFD;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-465 .elementor-element.elementor-element-888a1b1{text-align:center;color:#FFFFFF;}.elementor-465 .elementor-element.elementor-element-714c42d{--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;}.elementor-465 .elementor-element.elementor-element-6786ba9{--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;}.elementor-465 .elementor-element.elementor-element-6786ba9:not(.elementor-motion-effects-element-type-background), .elementor-465 .elementor-element.elementor-element-6786ba9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F4F8;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ac2a55b *//* ===========================
   SECTION
=========================== */
.tenders-section {
  max-width: 780px;
  margin: 0 auto;
  padding: 20px 0;
  font-family: inherit;
}

/* ===========================
   TABS ROW
=========================== */
.tenders-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 4px;
}

.tenders-tab {
  padding: 7px 20px;
  border-radius: 20px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  color: #64748b;
  transition: all 0.2s ease;
  font-family: inherit;
}

.tenders-tab.active {
  background: #22c55e;
  color: #fff;
}

.tenders-tab:hover:not(.active) {
  background: #f0fdf4;
  color: #16a34a;
}

/* Status filters pushed to right */
.tenders-status-filters {
  margin-left: auto;
  display: flex;
  gap: 6px;
  background: #f1f5f9;
  border-radius: 20px;
  padding: 4px;
}

.status-filter {
  padding: 5px 16px;
  border-radius: 20px;
  border: none;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  color: #64748b;
  transition: all 0.2s ease;
  font-family: inherit;
}

.status-filter.active {
  background: #22c55e;
  color: #fff;
  font-weight: 600;
}

/* ===========================
   TENDER CARD
=========================== */
.tender-card {
  background: #fff;
  border: 1px solid #e8f5e9;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s ease;
}

.tender-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

/* ===========================
   CARD HEADER
=========================== */
.tender-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

/* Active badge */
.tender-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
}

.active-badge {
  background: #dcfce7;
  color: #16a34a;
  border: 1px solid #86efac;
}

.closed-badge {
  background: #fee2e2;
  color: #dc2626;
  border: 1px solid #fca5a5;
}

/* Department label */
.tender-dept {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}

/* ===========================
   TITLE & DESC
=========================== */
.tender-title {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #1a202c !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.4 !important;
}

.tender-desc {
  font-size: 13px !important;
  color: #64748b !important;
  line-height: 1.6 !important;
  margin: 0 0 16px 0 !important;
}

/* ===========================
   META ROW
=========================== */
.tender-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f1f5f9;
}

.tender-meta-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 120px;
}

.meta-label {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 500;
}

.meta-value {
  font-size: 13px;
  color: #374151;
  font-weight: 500;
}

/* Deadline red color for active tenders */
.meta-value.deadline {
  color: #dc2626;
  font-weight: 600;
}

/* ===========================
   ACTION BUTTONS
=========================== */
.tender-actions {
  display: flex;
  gap: 10px;
}

.btn-download {
  background: #22c55e;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-download:hover {
  background: #16a34a !important;
  color: #fff !important;
}

.btn-view {
  background: transparent;
  color: #374151 !important;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-view:hover {
  background: #f8fafc !important;
  border-color: #cbd5e1 !important;
  color: #1a202c !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c02f317 *//* ===========================
   GRID
=========================== */
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
  background: #f0f4f8;
}

/* ===========================
   CARD
=========================== */
.info-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}

/* ===========================
   TITLE
=========================== */
.info-card-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1a202c !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

/* ===========================
   DESCRIPTION
=========================== */
.info-card-desc {
  font-size: 14px !important;
  color: #4a5568 !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* ===========================
   CHECKLIST
=========================== */
.info-checklist {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-checklist li {
  font-size: 14px !important;
  color: #374151 !important;
  padding-left: 26px !important;
  position: relative !important;
  line-height: 1.5 !important;
}

/* Green checkmark */
.info-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #22c55e;
  font-weight: 700;
  font-size: 14px;
}

/* ===========================
   BUTTONS
=========================== */
.info-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  text-align: center;
  margin-top: auto;
  width: fit-content;
  transition: all 0.2s ease;
  font-family: inherit;
}

/* Green button */
.green-btn {
  background: #22c55e !important;
  color: #ffffff !important;
}

.green-btn:hover {
  background: #16a34a !important;
  color: #ffffff !important;
}

/* Blue button */
.blue-btn {
  background: #3b82f6 !important;
  color: #ffffff !important;
}

.blue-btn:hover {
  background: #2563eb !important;
  color: #ffffff !important;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 768px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */