.contact-section {
  padding: 90px 0;
  background: #faf7f2;
  text-align: center;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Header */
.contact-label {
  font-size: 14px;
  letter-spacing: 1px;
  color: #c57a2a;
  font-weight: 500;
}

.contact-title {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  margin: 12px 0;
}

.contact-subtitle {
  max-width: 600px;
  margin: 0 auto 60px;
  color: #7a7a7a;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}

/* Grid */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
    font-family: "Poppins", sans-serif;

}

/* Form */
.contact-form {
  text-align: left;
}

.contact-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
    font-family: "Poppins", sans-serif;

}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e1d6c8;
  background: #fbf8f3;
  margin-bottom: 22px;
  font-family: "Poppins", sans-serif;
}

.contact-form textarea {
  min-height: 120px;
  resize: none;
}

/* Button */
.send-btn {
  width: 100%;
  padding: 16px;
  background: #c57a2a;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
    font-family: "Poppins", sans-serif;

}

/* Info cards */
.contact-info {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  gap: 24px;
}

.info-card {
  background: #f3eadf;
  padding: 22px;
  border-radius: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.info-card span {
  font-size: 13px;
  color: #8a8a8a;
  font-family: "Poppins", sans-serif;
}

.info-card strong {
  display: block;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.icon {
  width: 44px;
  height: 44px;
  background: #efe1cf;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  line-height: 1;            /* Prevent text from stretching height */
  box-sizing: border-box;    /* Ensures borders/padding don't affect size */
}


/* Business hours */
.hours-card {
  background: #f3eadf;
  padding: 26px;
  border-radius: 18px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.hours-card h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 14px;
}

.hour-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
}


.about-section {
  background: #eaf4f7;
  padding: 90px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Left content */
.about-label {
  font-size: 14px;
  letter-spacing: 1px;
  color: #0b8cab;
  font-weight: 600;
}

.about-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  margin: 14px 0 20px;
}

.about-content h2 span {
  color: #c57a2a;
}

.about-content p {
  color: #6f6f6f;
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: 520px;
}

/* Stats */
.stats {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.stat strong {
  display: block;
  font-size: 28px;
  color: #c57a2a;
}

.stat span {
  font-size: 14px;
  color: #6f6f6f;
}

/* Cards */
.about-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.info-card {
  background: #f7f2eb;
  padding: 26px;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.05);
}

.info-card .icon {
  width: 44px;
  height: 44px;
  background: #efe1cf;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}

.info-card h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 8px;
}

.info-card p {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 1.6;
}


.products-section {
  padding: 90px 0;
  background: #faf7f2;
  text-align: center;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Section Header */
.section-label {
  font-size: 14px;
  letter-spacing: 1px;
  color: #c57a2a;
  font-weight: 500;
}

.section-title {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  margin: 12px 0;
}

.section-subtitle {
  max-width: 640px;
  margin: 0 auto 60px;
  color: #7a7a7a;
  line-height: 1.6;
}

/* Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Card */
.product-card {
  background: #f3eadf;
  border-radius: 22px;
  padding: 26px;
  text-align: left;
  position: relative;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

/* Featured badge */
.badge-featured {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #f2c94c;
  color: #5a4300;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 14px;
  font-weight: 500;
}

/* Image placeholder */
.image-box {
  background: #f6eee3;
  border-radius: 16px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.circle-letter {
  width: 72px;
  height: 72px;
  background: #e6d3bd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  color: #c57a2a;
}

/* Chips */
.chip {
  display: inline-block;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 12px;
  margin-bottom: 12px;
  color: #fff;
}

.chip-blue {
  background: #0b8cab;
}

.chip-teal {
  background: #0f9fa6;
}

/* Text */
.product-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
}

.product-card h3.highlight {
  color: #c57a2a;
}

.product-card p {
  font-size: 14.5px;
  color: #6f6f6f;
  line-height: 1.6;
}

/* Divider */
.divider {
  height: 1px;
  background: #ddd2c4;
  margin: 18px 0;
}

/* Link */
.details-link {
  text-decoration: none;
  color: #c57a2a;
  font-size: 14px;
  font-weight: 500;
}


:root {
  --bg: #fbf8f3;
  --accent: #c57a2a;
  --dark: #2b2b2b;
  --muted: #6f6f6f;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--dark);
}

/* Layout */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Header */
.header {
  padding: 40px 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 100px;
}

nav a {
  margin-left: 30px;
  text-decoration: none;
  color: var(--dark);
  font-weight: 500;
}

/* Hero */
.hero {
  padding: 90px 0 60px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1e3d1;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  color: var(--accent);
}

.hero-content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 58px;
  line-height: 1.15;
  margin: 22px 0;
}

.hero-content h1 span {
  color: var(--accent);
}

.hero-content p {
  max-width: 460px;
  color: var(--muted);
  line-height: 1.6;
}

/* Buttons */
.buttons {
  margin-top: 32px;
}

.btn {
  padding: 14px 30px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 16px;
  display: inline-block;
}

.primary {
  background: var(--accent);
  color: #fff;
}

.outline {
  border: 1px solid #ddd;
  color: var(--dark);
}

/* Right visual */
.hero-visual {
  display: flex;
  justify-content: center;
}

.circle-ring {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    #ecd9bf,
    #e4f1ec
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-ring2 {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-ring img {
  width: 230px;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
}

/* Scroll */
.scroll {
  text-align: center;
  margin-top: 60px;
  color: #8c8c8c;
  font-size: 14px;
}

.arrow {
  width: 2px;
  height: 24px;
  background: var(--accent);
  margin: 10px auto 0;
}


/* ================= RESPONSIVE STYLES ================= */

@media (max-width: 768px) {
  /* 1. Adjust Containers & Spacing */
  .header, .hero, .products-section, .about-section, .contact-section {
    padding: 50px 0;
  }

  /* 2. Header & Nav */
  .nav {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  nav a {
    margin: 0 10px;
    display: inline-block;
  }

  .logo {
    height: 80px;
  }

  /* 3. Hero Section */
  .hero-grid {
    grid-template-columns: 1fr; /* Stack text and image */
    text-align: center;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content p {
    margin: 0 auto;
  }

  .hero-visual {
    margin-top: 40px;
  }

  .circle-ring {
    width: 300px;
    height: 300px;
  }

  .circle-ring2 {
    width: 260px;
    height: 260px;
  }

  /* 4. Products Grid */
  .products-grid {
    grid-template-columns: 1fr; /* One card per row on mobile */
    gap: 20px;
  }

  /* 5. About Section */
  .about-grid {
    grid-template-columns: 1fr;
    text-align: center;
      font-family: "Poppins", sans-serif;

  }

  .about-content p {
    max-width: 100%;
  }

  .stats {
    justify-content: center;
    gap: 20px;
  }

  .about-cards {
    grid-template-columns: 1fr; /* Stack the feature cards */
      font-family: "Poppins", sans-serif;

  }

  /* 6. Contact Section */
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-title {
    font-size: 32px;
    font-family: "Poppins", sans-serif;
  }
}

/* Tablet Adjustment (Optional extra) */
@media (min-width: 769px) and (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
  }
}


/* Specifically target icons in the contact section */
.contact-info .info-card img.logo {
  width: 40px;
  height: 40px;
  object-fit: contain; /* Prevents the icon from stretching */
  flex-shrink: 0;      /* Prevents the icon from being squashed by long text */
  font-family: "Poppins", sans-serif;
}

/* Ensure the container aligns them properly */
.contact-info .info-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  font-family: "Poppins", sans-serif;
}

/* Make images fill the product card box */
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This is the secret: it fills the box without stretching */
  border-radius: 16px; /* Matches your existing image-box corners */
}

/* Ensure the image-box itself doesn't hide the image */
.image-box {
  overflow: hidden; 
  display: block; /* Changes from flex to block to allow image to fill space */
}

