.elementor-1834 .elementor-element.elementor-element-12463c5{--display:flex;}.elementor-1834 .elementor-element.elementor-element-12463c5.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-faaf8a3 */.announcement-section {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  margin-top: 40px;
}

.announcement-box {
  background-color: #0d1b2a;
  border: 1px solid #1b263b;
  border-radius: 10px;
  max-width: 800px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 194, 255, 0.08);
}

.announcement-title {
  font-size: 32px;
  font-weight: 700;
  color: #00c2ff;
  margin-bottom: 20px;
}

.main-text {
  font-size: 18px;
  color: #e6f7fb;
  margin-bottom: 20px;
  line-height: 1.6;
}

.highlight {
  color: #00c2ff;
  font-weight: 600;
}

.quote-text {
  color: #a4c3d4;
  font-size: 16px;
  margin-bottom: 15px;
}

.author {
  color: #00c2ff;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
}

/* Accordion width control */
.accordion {
  margin-top: 25px;
  max-width: 900px;   /* yahan aap apni pasand ki width set kar sakte ho */
  margin-left: auto;
  margin-right: auto;
}

/* Accordion item styles */
.accordion-item {
  background: #0d1b26;
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

/* Header */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 14px 16px;
}

.accordion-header h3 {
  font-size: 20px;
  margin: 0;
  color: var(--primary);
}

.accordion-header span {
  color: var(--primary);
  font-weight: bold;
}

/* Body */
.accordion-body {
  max-height: 0;
  overflow: hidden;
  background: #0a1520;
  transition: max-height 0.3s ease;
}

.accordion-item input {
  display: none;
}

.accordion-item input:checked ~ .accordion-body {
  max-height: none;
}

/* Participant list */
.participant {
  padding: 12px 16px;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 10px;
  align-items: start;
}

.participant:first-child {
  border-top: none;
}

.badge {
  background: #0e2430;
  color: var(--primary);
  border: 1px solid var(--border);
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
}

.details h4 {
  margin: 0;
  font-size: 17px;
  color: var(--text);
}

.details p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 14px;
  word-break: break-word;
}

.participants-header {
  text-align: center;
  margin-bottom: 30px;
}

.participants-title {
  font-size: 38px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 8px;
}

.participants-subtitle {
  font-size: 20px;
  color: var(--muted);
  margin-bottom: 25px;
}

.search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  background: #0d1b26;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 15px;
}

.search-bar .search-icon {
  font-size: 18px;
  color: var(--muted);
  margin-right: 10px;
}

.search-bar input {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--text);
  font-size: 16px;
  outline: none;
}

.search-bar input::placeholder {
  color: var(--muted);
}
.accordion-item {
  transition: all 0.2s ease;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c32854 */.summary-section {
  text-align: center;
  margin-top: 50px;
}

.summary-title {
  font-size: 28px;
  color: #00c2ff;
  font-weight: 700;
  margin-bottom: 30px;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
}

.summary-item {
  background-color: #0d1b2a;
  border: 1px solid #1b263b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-radius: 10px;
  transition: all 0.2s ease;
  min-height: 70px;             /* same height */
}

.summary-item:hover {
  background-color: #1b263b;
  transform: translateY(-2px);
}

.summary-item .name {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  flex: 1;
  padding-right: 10px;
}

.summary-item .count {
  background-color: #00c2ff;
  color: #0d1b2a;
  font-weight: 700;
  font-size: 16px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}/* End custom CSS */