.baj-section-title {
  font-size: 24px;
  font-weight: bolder;
}

.baj-section-cards {
  gap: 24px;
  margin-top: 40px;
}

.baj-section-cards div.card {
  overflow: hidden;
}

.baj-section-cards div.card div.card-body {
  gap: 16px;
  padding: 0;
  width: 100%;
}

.baj-card-header {
  position: relative;
  width: 204px;
  background-color: #dbdbdb;
  padding: 12px 10px;
  aspect-ratio: 9/16;
  overflow: hidden;
}

.baj-card-header .baj-title {
  color: #003b71;
  flex-grow: 1;
  z-index: 1;
}

.baj-card-header .baj-logo {
  width: 32px;
  height: 32px;
  background: linear-gradient(36deg, #003b71, #0481f7);
  border-radius: 7px;
  color: #fff;
  z-index: 1;
  flex-shrink:0;
}

.baj-card-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  z-index: 0;
}

.baj-card-content {
  width: 346px;
  padding: 12px 10px 12px 0;
  z-index: 1;
}

html[lang="ar-SA"] .baj-card-content {
  padding: 12px 0px 12px 10px;
}

html[lang="ar-SA"] ul, html[lang="ar-SA"] ol {
  margin-right: 1rem;
}

.baj-btns {
  gap:8px;
  z-index: 1;
}

.baj-btn {
  border-radius: 10px;
  padding: 12px 8px;
  background-color: #003b71;
  color: #fff !important;
  border: 0;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
}

.baj-btn.outline {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #003b71;
  color: #fff;
}

.baj-btn:hover {
  background-color: #dfdfdf;
  color: #000;
}

.modal-open{
  overflow:hidden !important;
}

.modal-dialog-width {
  width: 50vw !important
}

html[lang="ar-SA"] .modal .modal-header .close {
  right:unset;
  left: 15px;
}

.modal-body{
  overflow-y: auto !important;
  height: 80vh !important;
}

.modal-btn {
  border-radius: 10px;
  padding: 12px 8px;
  color: #003b71;
  font-size: 14px;
  cursor: pointer;
  border:0;
}

.modal-btn.outline {
  border: 1px solid #003b71;
}

@media screen and (max-width:767px) {
  .baj-section-cards div.card {
    width: 100%;
  }

  .baj-card-header {
    width: 100%;
    aspect-ratio: 16/9;
  }

  .baj-card-content {
    padding: 12px 10px 12px 10px;
    width: 100%;
  }

  .modal-open{
   position:fixed !important;
  }

  .modal-dialog-width {
    width: 100vw !important;
    height: 100vh !important;
  }

  .baj-card-img {
    width: 100%;
  }

  .baj-card-img img {
    width: 100%;
  }

}
