.elementor-49 .elementor-element.elementor-element-886c72f{--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;}/* Start custom CSS for html, class: .elementor-element-0203ff0 */.rating-section {
  background: linear-gradient(180deg, #f0f9ff, #eef2ff, #f8fafc);
  padding: 120px 20px;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #020617;
}

.rating-container {
  max-width: 1200px;
  margin: auto;
  background: rgba(255,255,255,0.96);
  padding: 90px;
  border-radius: 34px;
  box-shadow: 0 50px 100px rgba(15,23,42,0.12);
}

/* Header */
.rating-header {
  text-align: center;
  margin-bottom: 70px;
}

.rating-header h1 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 12px;
}

.rating-subtitle {
  font-size: 16.5px;
  color: #475569;
}

/* Grid */
.rating-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* Cards */
.rating-card {
  padding: 34px 30px;
  border-radius: 22px;
  line-height: 1.8;
  font-size: 16px;
  box-shadow: 0 18px 35px rgba(15,23,42,0.08);
  position: relative;
}

.rating-card h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

/* Color Themes */
.rating-card.buy {
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  border-left: 7px solid #16a34a;
}

.rating-card.sell {
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  border-left: 7px solid #dc2626;
}

.rating-card.hold {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border-left: 7px solid #d97706;
}

.rating-card.apply {
  background: linear-gradient(135deg, #e0f2fe, #bae6fd);
  border-left: 7px solid #0284c7;
}

.rating-card.book {
  background: linear-gradient(135deg, #ecfeff, #cffafe);
  border-left: 7px solid #0891b2;
}

.rating-card.exit {
  background: linear-gradient(135deg, #f1f5f9, #e5e7eb);
  border-left: 7px solid #334155;
}

.rating-card.addreduce {
  background: linear-gradient(135deg, #eef2ff, #e0e7ff);
  border-left: 7px solid #4f46e5;
}

/* Footer */
.rating-footer {
  margin-top: 70px;
  padding-top: 28px;
  border-top: 1px dashed #c7d2fe;
  text-align: center;
  font-size: 15.2px;
  color: #475569;
}

/* Responsive */
@media (max-width: 768px) {
  .rating-container {
    padding: 45px 28px;
  }

  .rating-header h1 {
    font-size: 30px;
  }
}/* End custom CSS */