/* --- Fonts & Base Styles --- */
:root {
  --dark: #0b0b0b;
  --cream: #f7f3ea;
  --accent: #cbb677;
  --text-light: #f1f1f1;
  --max-width: 1100px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--cream);
  color: #111;
  line-height: 1.6;
}

/* --- Hero Section --- */
.heroo {
  background: center/cover no-repeat url("/Bed img/bed11a.jpg");
  height: 60vh;
  position:relative;
  color: var(--text-light);
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  border: 1px solid var(--accent);
  color: var(--text-light);
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.3s;
}

.btn:hover {
  background: var(--accent);
  color: #000;
}

/* --- Story Section --- */
.story {
  background: var(--dark);
  color: var(--text-light);
  padding: 80px 20px;
}

.container {
  max-width: var(--max-width);
  margin: auto;
  text-align: left;
}

.section-subtitle {
  color: var(--accent);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.story h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin: 20px 0;
}

.story p {
  max-width: 700px;
}

/* --- Heritage Section --- */
.heritage {
  background: var(--cream);
  padding: 80px 20px;
  color: #111;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 50px;
  align-items: start;
}

.heritage-left h4,
.team-right h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.timeline {
  list-style: none;
  padding: 0;
  border-left: 2px solid var(--accent);
}

.timeline li {
  padding: 10px 0 10px 20px;
  position: relative;
}

.timeline li::before {
  content: '';
  position: absolute;
  left: -7px;
  top: 15px;
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
}

.team-right img {
  width: 90%;
  max-width: 165px;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* --- Mission Section --- */
.mission {
  padding: 80px 20px;
  background: var(--cream);
}

.mission h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  color: #000;
}

.mission p {
  margin-top: 10px;
  color: #444;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.3rem;
  }
  .grid-2 {
    gap: 30px;
  }
}


.hero-sub{
    margin: 20px 0;
}




* {
  padding: 0;
  margin: 0;
}

/* Container - Map + Info Side by Side */


.map-section {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px 36px;
  margin: 40px auto;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  max-width: var(--max-width); /* fixed max width for the whole block */
  width: 90%;                 /* page width remains stable */
  align-items: flex-start;    /* children determine their heights */
  min-height: 160px;          /* optional minimum */
  overflow: visible;          /* allow content to grow */
}
.map-box h1{
    text-align: center;
    padding: 20px 0;
    font-size: 50px;
}
.map-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Right Side - Info Text */
.info-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.info-box h2 {
  font-size: 28px;
  font-family: "Playfair Display", serif;
  color: #111;
}

.info-box p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.visit-btn {
  padding: 12px 22px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  width: fit-content;
}

.visit-btn:hover {
  background: rgba(255, 217, 0, 0.722);
  color: #000;
}

/* Bottom Left Corner Arrow Text */
.bottom-note {
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  margin: 20px 0 0 70px;
}

.bottom-note::before {
  content: "←";
  font-size: 15px;
  color: #333;
}   

















  .warranty-section {
      background: #fafafa;
      padding: 40px 20px;
      font-family: "Poppins", sans-serif;
      color: #222;
  }

  .warranty-box {
      max-width: 900px;
      margin: 0 auto;
      background: #fff;
      border-radius: 16px;
      padding: 40px;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
  }

  .warranty-box h1 {
      font-size: 2rem;
      margin-bottom: 10px;
      color: #111;
  }

  .warranty-box h2 {
      margin-top: 30px;
      color: #003366;
  }

  .warranty-box ul {
      margin: 10px 0 20px 20px;
      line-height: 1.8;
  }

  .warranty-box hr {
      margin: 30px 0;
      border: none;
      height: 1px;
      background: #e0e0e0;
  }

  .note {
      font-style: italic;
      color: #555;
      margin-top: 30px;
  }
