.camp-register-section {
    background: #f7fafc;
}

.camp-info-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 20px 22px;
    border: 1px solid #e3e3e3;
}

.camp-badge {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #c62828;
    background: #fdecec;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.camp-title {
    font-size: 22px;
    font-weight: 700;
}

.camp-points {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.camp-points li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    font-size: 16px;
}

.camp-points li::before {
    content: "•";
    position: absolute;
    left: 6px;
    top: 0;
    color: #c62828;
}

.camp-note {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}

/* Form card */
.camp-form-card {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.camp-form-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #c62828, #f39c12);
}

.camp-form-title {
    font-weight: 700;
    font-size: 20px;
}

/* Labels & inputs */
.camp-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.camp-form-card .form-control {
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 10px;
    border: 1px solid #d0d0d0;
}

.camp-form-card .form-control:focus {
    border-color: #c62828;
    box-shadow: 0 0 0 0.15rem rgba(198, 40, 40, 0.15);
}

.camp-btn {
    background: #c62828;
    border-color: #c62828;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.camp-btn:hover {
    background: #a61c1c;
    border-color: #a61c1c;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .camp-form-card .card-body {
        padding: 20px 18px;
    }
}

.health-hero-section {
    font-size: 40px;
    font-weight: 1000;
    line-height: 1.3;
    background: -webkit-linear-gradient(left, #002eb4, #c62c2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.set-header-mat {
    position: relative;
    padding-top: 18px;
    overflow: visible;
}

.hero-circle-abs {
    position: absolute;
    top: -13px;
    right: -26px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #26343a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    z-index: 30;
}

.hero-circle-abs::after {
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    right: 14px;
    opacity: 0.95;
}

.circle-text {
    text-align: center;
    color: #fff;
    font-family: "Noto Sans Devanagari", "Mangal", sans-serif;
    line-height: 1.05;
}

.circle-text .big {
    font-size: 32px;
    font-weight: 800;
}

.circle-text .small {
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .hero-circle-abs {
        width: 140px;
        height: 140px;
        top: 10px;
        right: 12px;
    }

    .circle-text .big {
        font-size: 28px;
    }

    .circle-text .small {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .hero-circle-abs {
        width: 90px;
        height: 90px;
        top: -64px;
        right: 10px;
        transform: translateY(0);
    }

    .circle-text .big {
        font-size: 20px;
    }

    .circle-text .small {
        font-size: 14px;
    }
}

.yellow-curve-svg {
    position: absolute;
    left: 0;
    top: 84px;
    right: 0;
    bottom: 0;
    height: 140px;
    pointer-events: none;
    z-index: 1;
opacity: 0.5
}

.yellow-curve-svg svg {
    width: 100%;
    height: 100%;
    display: block;
}

    .health-hero .container,
.health-hero .hero-content,
.hero-badge {
    position: relative;
    z-index: 2;
}

/* responsive scale */
@media (max-width: 768px) {
    .yellow-curve-svg {
        height: 110px;
        top:18%;
    }
}

@media (max-width: 480px) {
    .yellow-curve-svg {
        height: 90px;
        top:20%;
    }
}

.organizer-bar {
  width: 100%;
  /* background: linear-gradient(90deg, #3a0d3f 0%, #611c2a 55%, #501428 100%); */
      background: linear-gradient(90deg, #c57036a3 0%, #dd8f59 55%, #e7955d 100%);
  color: #fff;
  padding: 14px 18px;
  font-family: "Noto Sans Devanagari", "Mangal", system-ui, sans-serif;
  box-shadow: inset 0 -6px 18px rgba(0,0,0,0.28);
  border-radius: 4px; /* subtle rounding if desired */
  margin-top: 12px;   /* adjust spacing from other content */
}

/* inner wrapper to align items */
.organizer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}

/* left small label */
.organizer-left .small-label {
  font-weight: 800;
  font-size: 18px;
  color: rgba(255,255,255,0.98);
  text-shadow:
    0 2px 6px rgba(0,0,0,0.45);
  white-space: nowrap;
}

/* gold vertical separator */
.organizer-sep {
  width: 4px;
  height: 44px;
  border-radius: 2px;
  background: linear-gradient(180deg,#f6d06b,#c38a16);
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  flex-shrink: 0;
}

/* center: name + meta */
.organizer-center { flex: 1 1 auto; display:flex; flex-direction:column; align-items:flex-start; }

/* large name */
.organizer-name {
  font-size: 44px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 4px;
  text-shadow:
    0 6px 18px rgba(0,0,0,0.45),
    0 1px 0 rgba(255,255,255,0.02);
}

/* meta line below name */
.organizer-meta {
  font-size: 14.5px;
  font-weight: 700;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 2px 8px rgba(0,0,0,0.28);
}

/* responsive adjustments */
@media (max-width: 991.98px) {
  .organizer-inner { gap: 12px; }
  .organizer-name { font-size: 36px; }
  .organizer-left .small-label { font-size: 16px; }
  .organizer-sep { height: 36px; }
}

@media (max-width: 575.98px) {
  .organizer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .organizer-sep { display: none; }
  .organizer-left .small-label { font-size: 14px; }
  .organizer-name { font-size: 26px; }
  .organizer-meta { font-size: 13px; }
  .organizer-center { align-items: center; }
}


:root {
  --orange-1: #d97706;
  --orange-2: #f29f3a;
  --teal: #0f7f75;
  --muted: #6c7b79;
  --card-bg: #ffffff;
}

/* ---------------- GRID WRAPPER ---------------- */
.cg-card-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px 20px 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  place-items: center;
}

/* tablet: 2 cards */
@media (max-width: 992px) {
  .cg-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* mobile: 1 card */
@media (max-width: 576px) {
  .cg-card-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------------- CARD STYLE ---------------- */
.cg-card {
  width: 100%;
  max-width: 380px;
  background: var(--card-bg);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 34px rgba(8,30,30,0.08);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* ---------------- TOP BANNER WITH WAVE ---------------- */
.cg-card .top {
  background: linear-gradient(135deg, var(--orange-1) 0%, var(--orange-2) 100%);
  height: 160px;
  position: relative;
  overflow: hidden;
}

/* Decorative circle */
.cg-card .top::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -20px;
  width: 140px;
  height: 140px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
}

/* ⭐ WAVE ADDED HERE ⭐ */
.cg-card .top::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 320' xmlns='http://www.w3.org/2000/svg'><g transform='scale(-1,1) translate(-1440,0)'><path fill='%23ffffff' d='M0,192L60,181.3C120,171,240,149,360,138.7C480,128,600,128,720,149.3C840,171,960,213,1080,218.7C1200,224,1320,192,1380,176L1440,160L1440,320L0,320Z'></path></g></svg>");
  background-size: cover;
}

/* doctor photo */
.cg-photo {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.14);
  background: #fff;
}
.cg-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* name & degree */
.cg-top-text {
  position: absolute;
  left: 124px;
  top: 20px;
  right: 18px;
  color: #fff;
}
.cg-name {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 6px;
}
.cg-degree {
  font-size: 14px;
  font-weight: 700;
  opacity: 0.95;
}

/* body */
.cg-body {
  padding: 0px 20px 18px;
}

/* details */
.detail {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}
.detail .label {
  width: 95px;
  font-weight: 800;
  color: var(--teal);
}
.detail .value {
  font-weight: 600;
  color: #0f2f2e;
}

.set-head-mat{
  display: flex;
  justify-content: center;
  align-items: center;
      font-size: 18px;
}

.set-head-mat div{
      color: #e0a158 !important;

}

/* divider line */
.cg-divider {
  height: 1px;
  background: #f1f3f3;
  margin: 10px 0 12px;
}

/* chips */
.cg-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.chip {
  background: #f3fbf9;
  color: var(--teal);
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 6px 14px rgba(11,107,99,0.04);
}

/* mobile adjustments */
/* @media (max-width: 520px) {
  .cg-top-text {
    left: 18px; 
    top: 110px; 
    color: #062f2f;
  }
  .cg-photo {
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
  }
  .cg-body { padding-top: 60px; }
} */



/* Filter bar themed for cghealthcamp.in */
.cg-filter-wrap {
  max-width: 1200px;
  margin: 140px auto 22px;
  padding: 14px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
     background: linear-gradient(90deg, rgb(219 130 14), rgb(233 145 40));
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(8,30,30,0.04);
  border: 1px solid rgba(217,119,6,0.08);
}

/* container for each control */
.filter-item {
  flex: 1 1 220px;
  min-width: 180px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* make selects look modern */
.cg-filter-wrap select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 40px 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(15,47,46,0.08);
  background: #fff;
  font-weight: 600;
  color: #0f2f2e;
  box-shadow: 0 6px 14px rgba(11,107,99,0.03);
  background-image: none; /* remove default arrow */
  position: relative;
}

/* small placeholder text style */
.cg-filter-wrap select.form-control option[disabled] {
  color: #6c7b79;
  font-weight: 700;
}

/* custom chevron (absolute inside item) */
.filter-item .chev {
  pointer-events: none;
  margin-left: -34px;
  margin-right: 8px;
  color: rgba(11,107,99,0.7);
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Reset button style */
#filter_reset {
  flex: 0 0 auto;
  min-width: 120px;
  background: #fff;
  border: 1px solid rgba(15,47,46,0.08);
  color: #0f2f2e;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 6px 12px rgba(8,30,30,0.03);
}

/* primary appearance when active */
.cg-filter-wrap select.form-control:enabled,
#filter_reset {
  transition: transform .12s ease, box-shadow .12s ease;
}
.cg-filter-wrap select.form-control:focus {
  outline: none;
  border-color: rgba(217,119,6,0.35);
  box-shadow: 0 8px 20px rgba(217,119,6,0.08);
  transform: translateY(-1px);
}

/* smaller on mobile */
@media (max-width: 768px) {
  .cg-filter-wrap { padding: 12px; gap: 10px; }
  .filter-item { flex: 1 1 100%; min-width: 100%; }
  #filter_reset { width: 100%; }
  .filter-item .chev { display: none; margin-left: 0; }
}