.elementor-6410 .elementor-element.elementor-element-5886b49{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1e2b719 *//* ================================= */
/* आकर्षक डिज़ाइन (CSS) */
/* ================================= */
.esb-2col-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
}
.esb-column {
  flex: 1;
  min-width: 300px;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.esb-col-title {
  color: #2c3e50;
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}
.esb-card {
  background: #fff;
  border: 1px solid #e1e8ed;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  position: relative;
  border-left: 5px solid #3498db;
}
.esb-card:hover {
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
  transform: translateY(-3px);
  border-left-color: #e74c3c;
}
.col-teaching .esb-card {
  border-left-color: #2ecc71;
}
.col-teaching .esb-card:hover {
  border-left-color: #f39c12;
}
.esb-exam-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
.esb-exam-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.4;
}
.esb-btn {
  display: inline-block;
  background: #3498db;
  color: #fff;
  padding: 6px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s;
}
.esb-btn:hover {
  background: #2980b9;
}
.col-teaching .esb-btn {
  background: #2ecc71;
}
.col-teaching .esb-btn:hover {
  background: #27ae60;
}/* End custom CSS */