.hero-container {
  margin: 0 auto;
  padding: 0 30px;
}




.hero-navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  padding: 20px 0;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo img {
  width: 73px;
}

.nav-links {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  display: flex;
  gap: 43px;
  list-style: none;
}

.nav-links a {
  font-size: 20px;
  text-decoration: none;
  color: #89701E;
  font-weight: 600;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #fff2b2;
}

.login-btn {
  font-size: 20px;
  opacity: 80%;
  color: #89701E;
  background: #FAF5E6;
  padding: 10px 28px 10px 28px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
}



.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  cursor: pointer;
  z-index: 20;
}

.hamburger span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #89701E;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Animate hamburger to X when active */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(9px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-9px);
}

/* ========== MOBILE NAV STYLES ========== */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  /*.nav-links {*/
  /*  position: absolute;*/
  /*  top: 80px;*/
  /*  right: 0;*/
  /*  width: 100%;*/
  /*  height: 0;*/
  /*  overflow: hidden;*/
  /*  flex-direction: column;*/
  /*  align-items: center;*/
  /*  background-color: rgba(0, 0, 0, 0.85);*/
  /*  backdrop-filter: blur(10px);*/
  /*  transition: height 0.4s ease;*/
  /*  gap: 25px;*/
  /*  padding: 0;*/
  /*  z-index: 15;*/
  /*}*/

  .nav-links.open {
    height: 300px;
    /* menu expand height */
    padding: 20px 0;
  }

  /*.nav-links a {*/
  /*  color: #fff2b2;*/
  /*  font-size: 22px;*/
  /*}*/

  .nav-login {
    display: flex;
  }


  .login-btn {
    font-size: 18px;
    /* opacity: 76%; */
    color: #89701E;
    background: #FAF5E6;
    padding: 10px 15px 10px 15px;
    border-radius: 20px;
    font-weight: 600;
    text-decoration: none;
  }
}






@media (max-width: 480px) {
  .nav-logo img {
    margin-top: 6px;
    width: 50px;
  }


  .hero-subheading .dot {
    display: none;
  }
}





.velvet-living-section {
  background-color: #ffffff;
  color: #333;
  font-family: "Georgia", "Times New Roman", serif;
  padding: 60px 0;
  line-height: 1.7;
}

.velvet-container {
  max-width: 1368px;
  margin: 100px auto auto auto;
}

/* --- Navigation Buttons --- */
.velvet-back-btn,
.velvet-next-btn {
    text-decoration: none;
  height: 56px;
  background: none;
  border: 2px solid #2A6E59;
  color: #2A6E59;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  padding: 16px 32px 16px 32px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 129px;
  font-weight: 700;
}

.velvet-back-btn:hover,
.velvet-next-btn:hover {
  background-color: #333;
  color: #fff;
}

.velvet-back-btn {
  margin-bottom: 25px;
}

/* --- Headings --- */
.velvet-title {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-weight: 400;
  /* text-align: left; */
  margin-bottom: 10px;
  color: #191D23;
}

.velvet-subtitle {
  font-weight: 400;
  font-size: 24px;
  color: #323A46;
  margin-bottom: 25px;
}

/* --- Author Info --- */
.velvet-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.velvet-author-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.velvet-author-name {
  font-weight: 500;
  /* font-family: "Poppins", sans-serif; */
  font-size: 16px;
  color: #323A46;
}

/* --- Image Wrapper --- */
.velvet-image-wrapper {
  margin: 30px 0;
}

.velvet-main-img {
  height: 518px;
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* --- Main Content --- */
.velvet-content p {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 24px;
  color: #4B5768;
}

.velvet-heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 35px 0 15px;
  color: #4B5768;
}

/* --- Bullet Points --- */
.velvet-list {
  margin: 15px 0 25px 25px;
  padding: 0;
}

.velvet-list li {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 24px;
  color: #4B5768;
}

.velvet-list strong {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 35px 0 15px;
  color: #4B5768;
}

/* --- Next Button --- */
.velvet-next-btn-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

/* .velvet-next-btn {
  background: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  border-radius: 25px;
  transition: all 0.3s ease;
} */

.velvet-next-btn:hover {
  background-color: #555;
  transform: translateY(-2px);
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
  .velvet-container {
    padding: 0 15px;
  }

  .velvet-title {
    font-size: 1.6rem;
  }

  .velvet-content p {
    font-size: 15px;
  }

  .velvet-list li {
    font-size: 15px;
  }
}


@media (max-width: 480px) {
  .velvet-main-img {
    height: 300px;
  }
}




.down {
  text-align: center;
  margin: auto;
  padding: 20px 20px 80px 20px;
  max-width: 1368px;
  font-family: 'Poppins', sans-serif;

}

.down h2 {
  text-align: start;
  margin-top: 40px;
  margin-bottom: 80px;
  color: #000;
  font-size: 32px;
  font-weight: 400;
}

.down-box {
  background-color: #2A6E59;
  color: #fff;
  height: 156px;
  padding: 40px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.down-box span {
  font-size: 36px;
  font-weight: 500;
  flex: 1;
  text-align: left;
}

.down-btn {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  height: 48px;
  width: 299px;
  padding: 4px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #4EA62F;
  box-shadow: 0 0 4px 0 rgba(28, 31, 48, 0.38);
}

.down-btn:hover {
  background-color: #4aa03d;
}

/* 📱 Responsive for small screens */
@media (max-width: 750px) {
  .down-box {
    flex-wrap: inherit;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    height: 203px;
  }

  .down-box span {
    font-size: 1.2rem;
    text-align: center;
  }

  .down h2 {
    margin-bottom: 50px;
    text-align: center;
  }

  .down-btn {
    width: 100%;
    max-width: 200px;
  }
}






