/* =========================================================
   Equipment listing page — premium, cohesive UI
   Soft shadows, gold badge, pill price tags, deep blue CTA
   ========================================================= */

/* Main content area — off-white background */
.pricing-list-section .col-lg-9,
.pricing-list-section .equipments-list-wrapper {
  background: #fafaf9;
}
.pricing-list-section .equipments-list-wrapper {
  padding: 0.5rem 0;
}

/* Equipment card — rounded corners, soft shadow, float effect */
.pricing-list-section .pricing-item-three {
  position: relative;
  background: #ffffff !important;
  border-radius: 16px !important;
  overflow: visible;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  transition: box-shadow 0.25s ease, transform 0.2s ease;
}
.pricing-list-section .pricing-item-three:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}
.pricing-list-section .pricing-item-three .pricing-img {
  overflow: hidden;
}

/* Card image area */
.pricing-list-section .pricing-item-three .pricing-img {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: #f1f5f9;
}
.pricing-list-section .pricing-item-three .pricing-img a {
  display: block;
  line-height: 0;
}
.pricing-list-section .pricing-item-three .pricing-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 220px;
}
.pricing-list-section .pricing-item-three .pricing-img .discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
  color: #fff !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  padding: 0.3rem 0.55rem !important;
  border-radius: 9999px !important;
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.35);
  line-height: 1.2;
  z-index: 1;
  box-sizing: border-box;
}

/* Price badge — polished gold, top-right corner of card */
.pricing-list-section .pricing-item-three .pricing-info {
  padding: 1.25rem 1.5rem 0 !important;
  position: relative;
}
.pricing-list-section .pricing-item-three .price-info {
  position: absolute !important;
  top: 10px;
  right: 10px;
  background: linear-gradient(145deg, #c9a227 0%, #b8921f 50%, #a07819 100%) !important;
  color: #fff !important;
  padding: 0.6rem 0.85rem !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 14px rgba(201, 162, 39, 0.4);
  text-align: center;
  min-width: 88px;
  max-width: 120px;
  z-index: 2;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 2px !important;
}
.pricing-list-section .pricing-item-three .price-info h5 {
  display: none;
}
.pricing-list-section .pricing-item-three .price-info > span {
  display: block !important;
  position: static !important;
  font-size: 0.58rem !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.95;
  margin: 0 !important;
  line-height: 1.2;
  white-space: nowrap;
  order: 1;
}
.pricing-list-section .pricing-item-three .price-info .price-tag {
  display: block !important;
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  order: 2;
}
.pricing-list-section .pricing-item-three .price-tag {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}
.pricing-list-section .pricing-item-three .price-info .price-tag h4,
.pricing-list-section .pricing-item-three .price-tag h4 {
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* Title and vendor — larger, bolder */
.pricing-list-section .pricing-item-three .pricing-body {
  padding: 0 1.5rem 1rem !important;
}
.pricing-list-section .pricing-item-three .pricing-body .title {
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  line-height: 1.3;
  margin-bottom: 0.35rem !important;
}
.pricing-list-section .pricing-item-three .pricing-body .title a {
  color: #0f172a !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.pricing-list-section .pricing-item-three .pricing-body .title a:hover {
  color: #0ea5e9 !important;
}
.pricing-list-section .pricing-item-three .vendor-name {
  font-size: 0.9rem !important;
  color: #64748b !important;
  margin-bottom: 1rem !important;
  line-height: 1.4;
}
.pricing-list-section .pricing-item-three .vendor-name a {
  color: #0ea5e9 !important;
  font-weight: 500;
}

/* Price pills — grid of 4, pill-shaped, subtle color code */
.pricing-list-section .pricing-item-three .price-option {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem !important;
  margin-bottom: 1rem !important;
}
.pricing-list-section .pricing-item-three .price-option .span-btn {
  display: inline-block !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 9999px !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  text-align: center;
  border: 1px solid #e2e8f0 !important;
  background: #f8fafc !important;
  color: #334155 !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.pricing-list-section .pricing-item-three .price-option .span-btn.day {
  border-color: #bae6fd;
  background: #f0f9ff;
  color: #0369a1;
}
.pricing-list-section .pricing-item-three .price-option .span-btn.week {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #15803d;
}
.pricing-list-section .pricing-item-three .price-option .span-btn.month {
  border-color: #fde68a;
  background: #fffbeb;
  color: #b45309;
}

/* Description / info list — clean typography */
.pricing-list-section .pricing-item-three .info-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 1rem !important;
  font-size: 0.9375rem !important;
  color: #475569 !important;
  line-height: 1.65 !important;
}
.pricing-list-section .pricing-item-three .info-list li {
  padding: 0.2rem 0 !important;
  border: none !important;
  position: relative;
  padding-left: 1rem !important;
}
.pricing-list-section .pricing-item-three .info-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #94a3b8;
}

/* Rating — modernized */
.pricing-list-section .pricing-item-three .pricing-bottom {
  padding: 1rem 1.5rem 1.25rem !important;
  border-top: 1px solid #f1f5f9;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.pricing-list-section .pricing-item-three .rate {
  width: 80px;
  height: 16px;
  background: #e2e8f0;
  border-radius: 9999px;
  overflow: hidden;
}
.pricing-list-section .pricing-item-three .rating {
  height: 100%;
  background: linear-gradient(90deg, #fbbf24 0%, #f59e0b 100%);
  border-radius: 9999px;
  transition: width 0.3s ease;
}
.pricing-list-section .pricing-item-three .pricing-bottom .ml-3,
.pricing-list-section .pricing-item-three .pricing-bottom .mr-3 {
  font-size: 0.875rem !important;
  color: #64748b !important;
}

/* CTA — deep blue, "View Details and Features" with icon */
.pricing-list-section .pricing-item-three .main-btn {
  background: #0f172a !important;
  color: #fff !important;
  border: none !important;
  padding: 0.65rem 1.25rem !important;
  border-radius: 10px !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.25);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}
.pricing-list-section .pricing-item-three .main-btn:hover {
  background: #1e293b !important;
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.3);
}
.pricing-list-section .pricing-item-three .main-btn::after {
  content: '\2192';
  margin-left: 0.4rem;
  font-size: 1em;
}

/* Sidebar — premium cards (Categories, Filter Price) */
.pricing-list-section .sidebar-widget-area .widget {
  background: #ffffff !important;
  border-radius: 14px !important;
  padding: 1.25rem 1.25rem !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
}
.pricing-list-section .sidebar-widget-area .widget-title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 1rem !important;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #c9a227;
}
.pricing-list-section .sidebar-widget-area .list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.pricing-list-section .sidebar-widget-area .list li {
  margin-bottom: 0.35rem !important;
  border: none !important;
}
.pricing-list-section .sidebar-widget-area .list a {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  color: #475569 !important;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease;
}
.pricing-list-section .sidebar-widget-area .list a:hover,
.pricing-list-section .sidebar-widget-area .list a.active {
  background: #f0f9ff !important;
  color: #0ea5e9 !important;
}
.pricing-list-section .sidebar-widget-area .price-range-widget .price-number {
  font-size: 0.9rem !important;
  color: #475569 !important;
  margin-top: 0.75rem !important;
}
.pricing-list-section .sidebar-widget-area .equipment-advertise {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

/* Pagination and spacing */
.pricing-list-section .equipments-list-wrapper .mb-60 {
  margin-bottom: 2.5rem !important;
}
