body {
  margin: 0;
  font-family: 'Afacad', Arial, sans-serif;
  background: #ffffff;
  color: #222;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 0.5rem 1rem;
}
.phone-contact {
  display: flex;
  align-items: center;
}
.phone-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #222;
  font-weight: 500;
  font-size: 1rem;
}
.phone-icon {
  font-size: 1.2rem;
}
.phone-number {
  display: none;
}
@media (min-width: 768px) {
  .phone-number {
    display: inline;
  }
}
.logo-placeholder, .footer-logo {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  color: #222;
  margin-bottom: 0.2rem;
}
.logo {
  margin-bottom: 0.2rem;
}
.logo-image {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.logo-placeholder span, .footer-logo span {
  color: #7ac142;
}
.tagline {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 1.5rem;
}
.hero {
  background: #fff;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.03);
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero {
    min-height: 400px;
    margin: 0 0 1.5rem 0;
  }
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.hero-content h2 {
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  color: #222;
}

.location-notice {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 2px solid #1a7f37;
  border-radius: 2rem;
  padding: 0.8rem 1.5rem;
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.location-icon {
  font-size: 1.2rem;
}

.location-text {
  font-size: 1rem;
  font-weight: 600;
  color: #1a7f37;
}

.location-text strong {
  color: #ff8a4d;
  font-weight: 700;
}


.hero-cta {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hero-order-btn {
  background: #25d366;
  color: #fff;
  border: none;
  border-radius: 0.7rem;
  padding: 1rem 2rem;
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
  white-space: nowrap;
}
.hero-order-btn .btn-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.hero-order-btn:hover {
  background: #1ea952;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}
.highlight {
  color: #ff8a4d;
  font-weight: bold;
}
.offer {
  text-align: center;
  margin: 1.5rem 0;
}
.offer-banner {
  background: #d6f5d6;
  color: #1a7f37;
  border-radius: 1.2rem;
  padding: 0.7rem 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.whatsapp-btn {
  background: #25d366;
  color: #fff;
  border: none;
  border-radius: 0.7rem;
  padding: 0.9rem 1.5rem;
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  cursor: pointer;
  width: 90%;
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
}
.order-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0.7rem 0 0 0;
}
.zomato-btn, .swiggy-btn {
  background: #fff;
  color: #d23d3d;
  border: 1.5px solid #d23d3d;
  border-radius: 0.5rem;
  padding: 0.6rem 1.2rem;
  font-family: 'League Spartan', Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
}
.swiggy-btn {
  color: #ff8a4d;
  border-color: #ff8a4d;
}
.btn-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.social-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.subscription {
  margin: 2rem 1rem 1.5rem 1rem;
}
.subscription-card {
  background: #e8f5e8;
  border-radius: 1.2rem;
  padding: 2rem 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  text-align: center;
}

.subscription-card h3 {
  margin: 0 0 1rem 0;
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 1.8rem;
  color: #1a7f37;
  font-weight: 700;
  line-height: 1.2;
}
.sub-desc {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.sub-desc strong {
  color: #1a7f37;
  font-weight: 600;
}
.explore-btn {
  background: #1a7f37;
  color: #fff;
  border: none;
  border-radius: 0.7rem;
  padding: 0.9rem 2rem;
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.explore-btn:hover {
  background: #156b2e;
  transform: translateY(-2px);
}

.subscription-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.know-more-btn {
  background: #28a745;
  color: #fff;
  border: none;
  border-radius: 0.7rem;
  padding: 0.9rem 2rem;
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.know-more-btn:hover {
  background: #218838;
  transform: translateY(-2px);
}


.testimonials {
  margin: 2rem 1rem 1.5rem 1rem;
  text-align: center;
}
.testimonials h2 {
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
}
.testimonials-container {
  position: relative;
  margin-bottom: 1.5rem;
}
.testimonial-card {
  background: #fff;
  border-radius: 1.2rem;
  padding: 1.2rem 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  text-align: left;
  display: none;
  max-width: 350px;
  margin: 0 auto;
  min-height: 200px;
  height: 200px;
  overflow: hidden;
}
.testimonial-card.active {
  display: block;
}
.testimonial-name {
  font-family: 'League Spartan', Arial, sans-serif;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.2rem;
}
.testimonial-role {
  font-size: 0.95rem;
  color: #888;
  margin-bottom: 0.7rem;
}
.testimonial-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.dot.active {
  background: #1a7f37;
}
.quality {
  margin: 2rem 1rem 1.5rem 1rem;
  text-align: center;
}
.quality h2 {
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.quality-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.quality-item {
  background: #fff;
  border-radius: 1.2rem;
  padding: 1.2rem 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  text-align: center;
}
.icon-placeholder {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.footer {
  background: #fff;
  border-radius: 1.2rem 1.2rem 0 0;
  margin: 2rem 0 0 0;
  padding: 1.5rem 1rem 2rem 1rem;
  text-align: center;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.03);
}
.social {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}
.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.social-link:hover {
  opacity: 0.8;
}
.footer-logo {
  margin-bottom: 0.7rem;
  text-align: center;
}
.footer-logo-image {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
}


.footer-about {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 0.7rem;
}
.footer-small {
  font-size: 0.85rem;
  color: #888;
  margin-top: 0.7rem;
}

@media (min-width: 600px) {
  .quality-list {
    flex-direction: row;
    justify-content: center;
  }
  .quality-item {
    flex: 1 1 0;
    margin: 0 0.5rem;
  }
}

/* Menu Section Styles */
.menu-section {
  margin: 2rem 1rem 1.5rem 1rem;
  text-align: center;
}

.menu-header {
  margin-bottom: 2rem;
}

.menu-header h2 {
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #222;
}

.menu-header p {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

.menu-filters {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.filter-btn {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 2rem;
  padding: 0.5rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.filter-btn:hover {
  border-color: #1a7f37;
  color: #1a7f37;
}

.filter-btn.active {
  background: #1a7f37;
  border-color: #1a7f37;
  color: #fff;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.menu-item {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: none;
}

.menu-item.show {
  display: block;
}

.menu-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.menu-item-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.menu-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.menu-item:hover .menu-item-image img {
  transform: scale(1.05);
}

.dietary-tags {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}

.tag {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  padding: 0.2rem 0.6rem;
  border-radius: 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  backdrop-filter: blur(4px);
}

.tag.vegetarian {
  background: rgba(76, 175, 80, 0.9);
  color: #fff;
}

.tag.vegan {
  background: rgba(139, 195, 74, 0.9);
  color: #fff;
}

.tag.gluten-free {
  background: rgba(255, 193, 7, 0.9);
  color: #333;
}

.tag.high-protein {
  background: rgba(33, 150, 243, 0.9);
  color: #fff;
}

.menu-item-content {
  padding: 1.2rem;
  text-align: left;
}

.menu-item-content h3 {
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}

.description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.nutrition-info {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.nutrition-info span {
  background: #f8f9fa;
  color: #666;
  padding: 0.3rem 0.6rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
}

.calories {
  color: #ff8a4d !important;
  font-weight: 600 !important;
}

.menu-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.price {
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a7f37;
}

.price-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}

.original-price {
  font-size: 0.9rem;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}

.discount {
  background: #ff8a4d;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

.order-btn {
  background: #1a7f37;
  color: #fff;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 0.5rem;
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.order-btn .btn-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.order-btn:hover {
  background: #156b2e;
  transform: translateY(-1px);
}

.menu-cta {
  background: #e8f5e8;
  border-radius: 1.2rem;
  padding: 1.5rem;
  margin-top: 2rem;
}

.menu-cta p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
}

.custom-plan-btn {
  background: #1a7f37;
  color: #fff;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  border-radius: 0.7rem;
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  transition: all 0.3s ease;
}

.custom-plan-btn:hover {
  background: #156b2e;
  transform: translateY(-2px);
}

/* Responsive Design for Menu */
@media (min-width: 768px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .menu-filters {
    gap: 0.8rem;
  }

  .filter-btn {
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .menu-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .menu-item-image {
    height: 220px;
  }

  .menu-item-content {
    padding: 1.5rem;
  }

  .menu-item-content h3 {
    font-size: 1.3rem;
  }

  .description {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .menu-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Subscription Page Styles */
.subscription-page-header {
  background: #ffffff;
  color: #222;
  padding: 3rem 1rem 2rem 1rem;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.subscription-page-header h1 {
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 3rem;
  margin-bottom: 0.8rem;
  font-weight: 700;
  color: #222;
  line-height: 1.1;
}

.subscription-page-header .subtitle {
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #222;
  margin: 0;
  opacity: 1;
}

.subscription-page {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  background: #F5F5F9;
}

.subscription-section {
  margin-bottom: 50px;
}

.subscription-section h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.subscription-section p {
  text-align: center;
}

.subscription-card {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.subscription-card a{
  text-decoration: none;
}

.daily-salad-card {
  background: linear-gradient(180deg, #A0F4B0 0%, #7AC488 100%);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  padding: 30px 30px 0 30px;
}

.daily-salad-card .weight-management-image img {
  bottom: 40px;
}

.daily-salad-card h3 {
  color: #333;
  text-align: left;
}

.daily-salad-card p {
  color: #000;
  text-align: left;
}

.health-conscious-card {
  background: linear-gradient(180deg, #A5F2E5 0%, #7EC8BC 100%);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  padding: 30px 30px 0 30px;
}

.health-conscious-card h3 {
  color: #333;
  text-align: left;
}

.health-conscious-card p {
  color: #000;
  text-align: left;
}

.weight-management-card {
  background: linear-gradient(180deg, #B4E0F1 0%, #72ADC4 100%);
  border-radius: 24px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  padding: 30px 30px 0 30px;
}

.weight-management-card h3 {
  color: #333;
  text-align: left;
}

.weight-management-card p {
  color: #000;
  text-align: left;
}

.diabetes-card {
  background: linear-gradient(180deg, #FBDEC3 0%, #C3A07E 100%);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  padding: 30px 30px 0 30px;
}

.diabetes-card h3 {
  color: #333;
  text-align: left;
}

.diabetes-card p {
  color: #000;
  text-align: left;
}

.subscription-card h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.subscription-card p {
  color: #000;
  line-height: 1.6;
  margin-bottom: 20px;
}

.subscription-image {
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin: 20px 0;
}

.weight-management-image {
  display: flex;
  width: 100%;
  height: 280px;
  padding: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  position: relative;
  overflow: visible;
}

.weight-management-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center bottom;
  margin-bottom: 0;
  transform: none;
  position: absolute;
  bottom: 0;
}

.diabetes-image {
  display: flex;
  width: 100%;
  height: 280px;
  padding: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.diabetes-image img {
  width: auto;
  height: auto;
  max-width: 120%;
  max-height: 120%;
  object-fit: contain;
  object-position: center bottom;
  margin-bottom: 0;
  transform: scale(1.2);
}

.pricing {
  background: white;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
}

.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.original-price {
  text-decoration: line-through;
  color: #000;
}

.discount-price {
  font-weight: 500;
  color: #027CA0;
}

.pricing-strips {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price-strip {
  background: white;
  padding: 15px 20px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.meal-label {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}

.price-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.discount-offer {
  background: none;
  padding: 10px;
  margin: 15px 0;
  text-align: center;
  color: #333;
}

.cta-button {
  background: #28a745;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
}

.cta-button:hover {
  background: #218838;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.benefit-card {
  background: white;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
}

.benefit-icon {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.benefit-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-icon img {
  transform: scale(1.1);
}

.benefit-card h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.benefit-card p {
  color: #666;
  font-size: 0.9rem;
}

.order-section {
  text-align: left;
  margin: 50px 0;
}

.order-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin: 30px 0;
}

.order-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.2s;
}

.order-btn:hover {
  transform: translateY(-2px);
}

.zomato-btn {
  background: #e23744;
  color: white;
}

.swiggy-btn {
  background: #fc8019;
  color: white;
}

.whatsapp-btn {
  background: #25d366;
  color: white;
}

.order-btn img {
  width: 24px;
  height: 24px;
}

.social-icons {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin: 30px 0;
}

.social-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}

.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  padding: 10px;
}

.facebook {
  background: #1877f2;
}

.linkedin {
  background: #0077b5;
}

.back-to-home {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #1a7f37;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 2px solid #1a7f37;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.back-to-home:hover {
  background: #1a7f37;
  color: white;
}

/* Mobile Responsive Styles for Subscription Page */
@media (max-width: 768px) {
  .subscription-page-header {
    padding: 2rem 1rem 1.5rem 1rem;
  }

  .subscription-page-header h1 {
    font-size: 2.2rem;
    margin-bottom: 0.6rem;
  }

  .subscription-page-header .subtitle {
    font-size: 1.2rem;
  }

  .back-to-home {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin-bottom: 1rem;
    color: #1a7f37;
    border-color: #1a7f37;
  }

  .back-to-home:hover {
    background: #1a7f37;
    color: white;
  }

  .subscription-page {
    padding: 15px;
  }

  .order-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .benefit-card {
    padding: 15px 20px;
    margin-bottom: 0;
  }

  .benefit-icon {
    height: 40px;
    margin-bottom: 8px;
  }

  .benefit-icon img {
    width: 35px;
    height: 35px;
  }

  .benefit-card h4 {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .benefit-card p {
    font-size: 0.85rem;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .weight-management-card {
    min-height: 340px;
  }

  .daily-salad-card {
    min-height: 340px;
  }

  .health-conscious-card {
    min-height: 340px;
  }

  .weight-management-image {
    width: 100%;
    height: 240px;
    padding: 0;
    overflow: visible;
  }

  .weight-management-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
    transform: none;
    position: absolute;
    bottom: 0;
  }

  .diabetes-card {
    min-height: 340px;
  }

  .diabetes-image {
    width: 100%;
    height: 240px;
    padding: 0;
  }

  .diabetes-image img {
    width: auto;
    height: auto;
    max-width: 120%;
    max-height: 120%;
    margin-bottom: 0;
    transform: scale(1.2);
  }

  .price-strip {
    padding: 12px 15px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .price-content {
    align-self: auto;
  }

  .meal-label {
    font-size: 0.9rem;
  }
}

/* Menu Preview Section Styles */
.menu-preview {
  margin: 2rem 1rem 1.5rem 1rem;
  text-align: center;
}

.menu-preview-header {
  margin-bottom: 2rem;
}

.menu-preview-header h2 {
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #222;
}

.menu-preview-header p {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

.menu-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.menu-preview-item {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.menu-preview-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.preview-image {
  position: relative;
  height: 150px;
  overflow: hidden;
}

.preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.menu-preview-item:hover .preview-image img {
  transform: scale(1.05);
}

.preview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(26, 127, 55, 0.8) 0%, rgba(21, 107, 46, 0.8) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-preview-item:hover .preview-overlay {
  opacity: 1;
}

.preview-category {
  font-family: 'League Spartan', Arial, sans-serif;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.menu-preview-cta {
  margin-top: 2rem;
}

.view-full-menu-btn {
  background: #1a7f37;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 0.7rem;
  font-family: 'League Spartan', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(26, 127, 55, 0.3);
}

.view-full-menu-btn:hover {
  background: #156b2e;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(26, 127, 55, 0.4);
}

/* Responsive Design for Menu Preview */
@media (min-width: 768px) {
  .menu-preview-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }

  .preview-image {
    height: 180px;
  }
}

@media (min-width: 1024px) {
  .preview-image {
    height: 200px;
  }

  .preview-category {
    font-size: 1.3rem;
  }
}
