@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Titan+One&display=swap");

* {

    margin: 0;
    padding: 0;
}
.body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
/* Header */
.header {
  background-color: #FFB8C6;
  padding: 20px 0;
  position: relative;
  z-index: 100;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  width: 200px;
  height: auto;
  margin-right: 10px;
}
.logo-text {
  font-size: 24px;
  font-weight: bold;
  color: #D41443;
}
.main-nav ul {
  display: flex;
  gap: 30px;
}
.main-nav a {
  color: #fff;
  font-weight: 600;
  transition: color 0.3s;
}
.main-nav a:hover,
.main-nav a.active {
  color: #D41443;
}
.buy-now-btn {
  background-color: #fff;
  color: #D41443;
  padding: 10px 20px;
  border-radius: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s, color 0.3s;
}
.buy-now-btn:hover {
  background-color: #D41443;
  color: #fff;
}
/* Hero Section */
.hero {
  background-color: #FFB8C6;
  padding: 50px 0 100px;
  position: relative;
  overflow: hidden;
}
.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  position: relative;
}
.hero-text {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
h1 {
  font-family: "Titan One";
  font-size: 38px;
  font-weight: 200;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
}
h1 .passion {
  color: #D41443;
  font-size: 58px;
}
.hero-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 60px;
}
.btn {
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: bold;
  transition: all 0.3s;
}
.btn-primary {
  background-color: #D41443;
  color: #fff;
}
.btn-secondary {
  background-color: #fff;
  color: #D41443;
}
.btn:hover {
  transform: scale(1.05);
}
.bio-eco {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  max-width: 200px;
}
.bio-eco-description {
  font-size: 13px;
  color: #fff;
  margin-bottom: -18px;
  margin-left: 155px;
  width: 170px;
}
.milk-img {
  position: absolute;
  top: -54px;
  left: 14px;
  width: 150px;
  z-index: 1;
}
.circle-btn {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D41443;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  margin-left: 152px;
  margin-top: 21px;
}

.hero-image {
  position: relative;
  z-index: 1;
}
.hero-image img {
  width: 200px;
  max-width: 450px;
  display: block;
  margin: 0 auto;
  margin-left: -400px;
  margin-bottom: 10px;
  position: sticky;
}
.hero-stats {
  position: absolute;
  top: 50px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.stat {
  text-align: right;
}
.stat-number {
  font-family: "Titan One";
  font-size: 46px;
  font-weight: 200;
  color: #D41443;
  line-height: 1;
}
.stat-label {
  font-size: 14px;
  color: #fff;
}
.oval {
  height: 200px;
  margin-top: -500px;
  margin-left: 400px;
  position: sticky;
}
/* Products Section */
 .products {
  background-color: #fff;
  padding: 80px 0;
}
.section-header {
  font-family: "Titan One";
  font-weight: 200;
  text-align: center;
  margin-bottom: 60px;
}
.section-header h3 {
  color: #FFA5BA;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.section-header h2 {
  color: #D41443;
  font-size: 58px;
  font-weight: bold;
}
.product-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.product-card {
  border-radius: 24px;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.product-card.pink {
  /* height: 560px; */
  background-color: #FFB8C6;
}
.product-card.beige {
  background-color: #F0D1A5;
}
.product-card.green {
  background-color: #C2E297;
}
.product-image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-bottom: 200px;
  position: relative;
  margin-right: 220px;
}
.product-image img {
  width: 400px;
  height: 250px;
}
.product-card h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.dots {
  color: #fff;
  font-size: 30px;
  letter-spacing: 4px;
  margin-bottom: 15px;
}
.product-card p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
}
/* How it's made Section */
.how-its-made {
  background-color: #FFF5F6;
  padding: 80px 0;
}
.how-its-made-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.how-its-made-image {
  position: relative;
}
.how-its-made-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  border-radius: 50%;
}
.how-its-made-text {
  max-width: 500px;
}
.how-its-made-text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}
.how-its-made-text p.highlight {
  font-size: 18px;
  font-weight: 500;
}
.read-more-btn {
  display: inline-block;
  background-color: #fff;
  color: #D41443;
  padding: 12px 30px;
  border-radius: 22px;
  font-weight: bold;
  border: 1px solid black;
}

/* Locations Section */
.locations {
  background-color: #fff;
  padding: 80px 0;
}
.location-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.location-card {
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 30px;
  box-shadow: 0px 8px 30px rgba(212, 20, 67, 0.1);
  display: flex;
  flex-direction: column;
}
.location-type {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  width: fit-content;
}
.location-type.cafe {
  background-color: #F0D1A5;
}
.location-type.food-truck {
  background-color: #C2E297;
}
.location-card h3 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.location-card p {
  color: #907E82;
  font-size: 14px;
  margin-bottom: 25px;
}
.location-divider {
  width: 100%;
  height: 1px;
  background-color: #E1E1E1;
  margin: 5px 0 25px;
}
.location-hours {
  margin-bottom: 25px;
}
.hours-group {
  margin-bottom: 15px;
}
.hours-group:last-child {
  margin-bottom: 0;
}
.day-range {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.time-range {
  color: #FFA5BA;
  font-size: 14px;
}
.time-range span {
  font-weight: bold;
}
.location-contact div {
  color: #907E82;
  font-size: 14px;
  margin-bottom: 5px;
}

/* Footer */
.footer {
  background-color: #FFF5F6;
  padding: 60px 0 25px;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.footer-heading h2 {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  max-width: 500px;
}
.light-pink {
  font-family: "Titan One";
  font-weight: 200;
  color: #FFA5BA;
  margin-bottom: 15px;
}
.dark-pink {
  font-family: "Titan One";
  font-weight: 200;
  color: #D41443;
  font-size: 58px;
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.social-links {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.social-link {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FEA5BB;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background-color 0.3s;
}

.social-link svg {
  width: 20px;
  height: 20px;
}
.contact-info {
  text-align: right;
}
.contact-info p {
  font-size: 16px;
  font-weight: bold;
}
.phone-number {
  color: #D41443;
}
.copyright {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #E1E1E1;
}
