/* ============================================
   KEY-FEATURES.CSS - Key Features Section
   ============================================ */

#JL_details_Key_Features {
  padding: 40px 0;
  background: #fff;
}

/* Feature Cards Grid */
.JL-details-Key-Features-cards-LHS,
.JL-details-Key-Features-cards-RHS {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.JL-details-Key-Features-cards-RHS {
  margin-top: 40px;
}

.JL-details-Key-Features-cards-card {
  border-radius: 12px !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08) !important;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.JL-details-Key-Features-cards-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(255,109,18,0.14) !important;
}
.JL-details-Key-Features-cards-card-img {
  background: #e8e8e8;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
}
.JL-details-Key-Features-cards-card-img img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.JL-kf-icon-wrap i {
  font-size: 2.25rem;
  line-height: 1;
}
.JL-kf-icon-orange i {
  color: #ff6d12;
}
.JL-kf-icon-blue i {
  color: #2563eb;
}
.JL-details-Key-Features-cards-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
}
.JL-details-Key-Features-cards-card-para {
  font-size: 0.82rem;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}

/* Right text panel */
.JL-details-Key-Features-RHS {
  padding: 10px 20px;
}
.JL-details-Key-Features-RHS-title {
  font-size: 1.9rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 6px;
}
.JL-details-Key-Features-RHS-title-hr {
  border: none;
  border-top: 4px solid #00008b;
  width: 56px;
  margin: 10px 0 14px;
  opacity: 1;
}
.JL-details-Key-Features-RHS-para {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 18px;
}
.JL-details-Key-Features-RHS-points .d-flex {
  align-items: flex-start;
  margin-bottom: 10px;
}
.JL-kf-check,
.JL-details-Key-Features-RHS-points .bi-check-circle-fill {
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
  color: #ff6d12;
}
.JL-details-Key-Features-RHS-points .JL-kf-check {
  margin-right: 10px;
}
.JL-details-Key-Features-RHS-points p {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.5;
}

@media (max-width: 767px) {
  #JL_details_Key_Features { padding: 30px 0; }
  .JL-details-Key-Features-RHS { padding: 0; }
  .JL-details-Key-Features-RHS-title { font-size: 1.5rem; }
}
