#tclb-builder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}
#tclb-builder .tclb-col {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
}
#tclb-builder h3 {
  margin: 12px 0;
}
#tclb-builder .tclb-plans {
  display: grid;
  gap: 8px;
}
#tclb-builder .tclb-plan {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
#tclb-builder .tclb-weeks label,
#tclb-builder .tclb-days label {
  margin-right: 10px;
}
#tclb-builder .tclb-summary {
  position: sticky;
  top: 16px;
}
#tclb-builder .tclb-actions {
  margin-top: 16px;
}
#tclb-builder .tclb-note {
  font-size: 12px;
  color: #6b7280;
}

.tclb-menu .tclb-plan-section {
  margin-bottom: 28px;
}
.tclb-menu .tclb-plan-heading {
  margin-bottom: 12px;
}
.tclb-menu .tclb-day-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.tclb-menu .tclb-day-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}
.tclb-menu .tclb-day-card.today {
  outline: 2px solid #111827;
}
.tclb-menu .tclb-day-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-weight: 600;
}
.tclb-menu .tclb-meal-block {
  margin-top: 10px;
}
.tclb-menu .tclb-meal-block h4 {
  margin: 6px 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.tclb-menu .tclb-dishes {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tclb-menu .tclb-dishes.empty li {
  color: #6b7280;
}
.tclb-menu .tclb-dish {
  display: flex;
  gap: 8px;
  padding: 6px 0;
  border-top: 1px dashed #eee;
}
.tclb-menu .tclb-dish:first-child {
  border-top: none;
}
.tclb-menu .tclb-dish-img img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.tclb-menu .tclb-dish-title {
  display: block;
  font-weight: 600;
}
.tclb-menu .tclb-dish-cal {
  margin-left: 6px;
  color: #6b7280;
  font-size: 12px;
}
.tclb-menu .tclb-dish-note {
  color: #6b7280;
  font-size: 12px;
}
.tclb-menu .tclb-dish-tags {
  margin-top: 4px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.tclb-menu .tclb-tag {
  font-size: 11px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 2px 8px;
}

/* Structure helpers (adjust to your theme grid) */
.package-builder .row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.left-section {
  flex: 1 1 auto;
}
.right-section {
  width: 360px;
  position: sticky;
  top: 16px;
	
}
.box {
  background: #e5cea4;
  border: 1px solid #bf4800;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}
.plans,
.duration,
.days {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Buttons */
.plan-btn,
.duration-btn,
.day-btn,
.checkout,
.explore-btn {
  border: 1px solid #e5e7eb;
  background: #fafafa;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
}
.plan-btn.active,
.duration-btn.active,
.day-btn.active {
  background: #111827;
  color: #fff;
  border-color: #111827;
}

/* Summary */
.summary {
  background: #e5cea4;
  border: 1px solid #bf4800;
  border-radius: 12px;
  padding: 16px;
}
.summary h4 {
  margin-top: 0;
}
.summary .price-details p {
  display: flex;
  justify-content: space-between;
  margin: 6px 0;
}
.summary .sum-total {
  font-weight: 600;
}
.summary .checkout {
  width: 100%;
  margin-top: 12px;
}

/* Small bits */
.disclaimer {
  color: #6b7280;
  font-size: 13px;
}
.home_two_wrap1_text h2 {
  margin-bottom: 16px;
}

/* New styles from Foodicted.css */

body {
  font-family: "Poppins", sans-serif;
  background-color: #e5cea4;
  margin: 0;
  padding: 0;
}

.package-builder {
  max-width: 1200px;
  margin: 30px auto;
  padding: 20px;
}

.home_two_wrap1_text h2 {
  color: #de6500;
  font-size: 28px;
  margin-bottom: -20px;
  margin-left: 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.left-section,
.right-section {
  /* background: #fff; */
  border: none;
  border-radius: 10px;
  padding: 20px;
}

.left-section {
  flex: 1;
  min-width: 330px;
  border: none;
}

.right-section {
  flex: 1;
  min-width: 330px;
  border: none;
}

.box {
  margin-bottom: 20px;
}

h4 {
  margin-bottom: 10px;
  color: #000000;
  font-size: 24px;
}

.disclaimer {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}
.disclaimer span {
  font-size: 18px;
  color: black;
  font-weight: 600;
}

.plans {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.plan-btn {
  padding: 17px 20px;
  border: 2px solid #de6500;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  color: #de6500;
  transition: all 0.3s ease;
  font-size: 18px;
}

.plan-btn.active,
.plan-btn:hover {
  background-color: #de6500;
  color: #fff;
  border:none;
}

.days button {
  border: 2px solid #de6500;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background: transparent;
  color: #de6500;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.days button:hover,
.days button:focus {
  background: #de6500;
  color: #fff;
}

input[type="date"] {
  border: 2px solid #de6500;
  border-radius: 50px;
  padding: 12px;
  color: #333;
  width: 32%;
  background: transparent;
  margin-left: -7px;
  font-size: 14px;
  text-transform: uppercase;
}

.duration {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px;
  border: 1px solid #de6500;
  border-radius: 10px;
  padding: 10px;
}

.duration-btn {
  flex: 1;
  padding: 12px 8px 12px 8px;
  /* border: 2px solid #de6500; */
  border: none;
  background: transparent;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 6px;
}

.duration-btn.active,
.duration-btn:hover {
  background: #de6500;
  color: #fff;
}

.summary {
  font-size: 15px;
}

.summary ul {
  list-style: none;
  padding: 0;
}

.summary li {
  margin-bottom: 8px;
}

.price-details {
  margin: 15px 0;
}

.price-details p {
  display: flex;
  justify-content: space-between;
}

.promo {
  color: #bf4800;
  font-weight: 600;
  margin: 10px 0;
}

.add-address {
  border: 2px solid #de6500;
  background: transparent;
  color: #de6500;
  border-radius: 50px;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  width: 30%;
  margin-bottom: 10px;
}

.add-address:hover {
  background: #de6500;
  color: #fff;
}

.checkout {
  background: #de6500;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 12px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  transition: 0.3s;
}

.checkout:hover {
  background: #bf4800;
}

.explore {
  text-align: center;
  margin-top: 30px;
}

.explore-btn {
  background: #de6500;
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.explore-btn:hover {
  background: #bf4800;
}

/* New styles for Meal Cards */

.fitness-section {
  display: flex;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.left-side {
  width: 30%;
}

.left-side h1 {
  color: #bf4800;
  font-size: 42px;
  margin: 0 0 10px;
}

.right-side {
  width: 70%;
  position: relative;
}

/* Tabs */
.tabs {
  display: flex;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
  margin-bottom: 20px;
}

.tab {
  padding: 10px 24px;
  border: none;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.tab.active {
  background: #de6500;
  color: #fff;
}

/* Slider setup */
.slider-container {
  position: relative;
  width: 100%;
}

.meals-viewport {
  overflow: hidden;
  width: 100%;
  border-radius: 14px;
}
.date-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  background: #de6500;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
}
.meals-track {
  display: flex;
  gap: 18px;
  transition: transform 0.4s ease;
  padding: 6px;
  scroll-behavior: smooth;
  overflow-x: visible;
  scrollbar-width: none;
}

.meals-track::-webkit-scrollbar {
  display: none;
}

.meal-card {
  flex: 0 0 300px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  scroll-snap-align: start;
  position: relative;
}

.meal-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  margin: 0;
}

.meal-card h3 {
  font-size: 15px;
  margin: 10px 12px;
}

.kcal {
  margin: 0 12px;
  font-size: 13px;
  color: #666;
}

.macros {
  display: flex;
  gap: 10px;
  margin: 10px 12px 14px;
  font-size: 13px;
  color: #333;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.green {
  background: #4caf50;
}

.yellow {
  background: #fbbf24;
}

.red {
  background: #ef4444;
}

/* Buttons */
.slider-btn {
  position: absolute;
  top: -10%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #de6500;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
}

.slider-btn:hover {
  background: #bf4800;
}

.left-btn {
  left: 90%;
}

.right-btn {
  right: -5px;
}

/* Sections display */
.meal-section {
  display: none;
}

.meal-section.active {
  display: block;
}
h4 {
  font-size: 32px;
  line-height: 0px;
}
.btn {
  padding: 12px 20px;
  font-size: 16px;
  background: transparent;
  border: 1px solid #bf4800;
  border-radius: 50px;
}
.btn:hover {
  background: #de6500;
  color: #fff;
}

@media (max-width: 800px) {
  .fitness-section {
    flex-direction: column;
  }
  .left-btn {
    left: 87%;
  }
  .left-side,
  .right-side {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .left-btn {
    left: 80%;
  }
}
