
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

body {
 
}

.hero-image {
  height: 100vh;                    
  background-image: url("asset/heroImage.png"); 
  background-size: cover;      
  background-position: center;      
  background-repeat: no-repeat;     

  display: flex;
  align-items: center;
  justify-content: center;
}


.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.logo {
  font-size: 22px;
  font-weight: 700;
  color: #2f6f4e;
}

nav a {
  margin: 0 12px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.btn {
  background: #1f6b45;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 20px;
  cursor: pointer;
}

.btn.primary {
  margin-top: 30px;
}


.hero {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;

}


.hero-left {
  max-width: 550px;
}

.badge {
  display: inline-block;
  background:  #2f6f4e;
  color: #dfeee7;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 20px;
}

.badge img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}

.hero-left h1 {
  font-size: 56px;
  color: #0f3d2e;
  margin-bottom: 30px;
  line-height: 1.1;
}

.hero-content {
  font-size: 50px;
  color: #0f3d2e;
  margin-bottom: 20px;
  line-height: 1.1;
}

.stats {
  display: flex;
  gap: 40px;
  margin-bottom: 25px;
}

.stats h2 {
  font-size: 36px;
  color: #2f6f4e;
}

.stats p {
  font-size: 14px;
  color: #2f6f4e;
}



.btn-1{
   background: #1f6b45;
  color: white;
  border: none;
  padding: 12px 26px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
}



/* page-2------------------------------------------------------------------------------------------------------- */

.container-1 {
  display: flex;
  gap: 40px;
  /* max-width: auto; */
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}


.left {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.slider img {
  width: 260px;
  border-radius: 12px;
}

.arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #e6f0eb;
  font-size: 18px;
  cursor: pointer;
}
.left-img{
  margin-top: 20px;
  width: 480px;
  align-items: center;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}



.product-card {
  max-width: 420px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin: auto;
  border: 1px solid #e5e5e5;
}


.title {
  font-size: 20px;
  margin-bottom: 6px;
}

.rating {
  color: #1f6b45;
  font-size: 14px;
  margin-bottom: 10px;
}

.rating span {
  color: #555;
}

.desc {
  font-size: 13px;
  color: #555;
  margin-bottom: 15px;
}


.popular-tag {
  background: #0c5c2d;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-size: 13px;
  border-radius: 6px 6px 0 0;
  margin-bottom: 10px;
}


.subscription {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.subscription.active {
  border-color: #1f6b45;
  background: #eef7f1;
}

.price {
  text-align: right;
}

.price .old {
  text-decoration: line-through;
  font-size: 12px;
  color: #999;
  margin-left: 6px;
}


.section-title {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 8px;
}


.fragrance-list {
  display: flex;
  gap: 10px;
}

.fragrance {
 
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  width: 100%;
  position: relative;
}


.fragrance img {
  width: 60px;
}

.fragrance p {
  font-size: 12px;
}

.badge-2 {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #1f6b45;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
}


.included {
  display: flex;
  gap: 10px;
}

.box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  text-align: center;
}

.box img {
  width: 35px;
}

.box-row {
  display: flex;
  justify-content: center;
  gap: 6px;
}


.benefits {
  margin: 15px 0;
  font-size: 12px;
  color: #444;
}

.benefits li {
  margin-bottom: 6px;
}


.cart-btn {
  width: 100%;
  background: #0c5c2d;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
}
/* page-3 -----------------------------------------------------------------------------------------------*/



.collection-section {
  padding: 60px;
  background: #ffffff;
}

.collection-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: center;
}


.collection-left {
  width: 50%;
}

.collection-left h2 {
  font-size: 26px;
  color: #0c3b2e;
  margin-bottom: 20px;
}


.accordion {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 14px;
  margin-bottom: 12px;
}

.accordion.open {
  background: #f8f8f8;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #0c3b2e;
}

.accordion-content {
  font-size: 13px;
  color: #555;
  margin-top: 10px;
}

.collection-right {
  width: 50%;
}

.collection-right img {
  width: 75%;
  border-radius: 16px;
}


.stats-section {
  background: linear-gradient(to right, #0c3b2e, #0e7e4f);
  padding: 40px 20px;
}

.stats-2 {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  color: #ffffff;
}

.stats-2 h3 {
  font-size: 28px;
  margin-bottom: 8px;
}

.stats-2 p {
  font-size: 13px;
  opacity: 0.9;
}




/* page-4----------------------------------------------------------------------------------------------------------------- */



.comparison-section {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.top-line {
  color: #aaa;
  margin-bottom: 10px;
}

h2 {
  color: #fff;
  margin-bottom: 30px;
}


.table {
  width: 100%;
  border-collapse: collapse;
}

.row {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  border-bottom: 1px solid #ddd;
}

.cell {
  padding: 14px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cell.label {
  justify-content: flex-start;
  font-weight: 500;
  color: #333;
}


.header .cell {

  border-bottom: 2px solid #ddd;
  font-weight: medium;
}

.header img {
  width: 40px;
  margin-bottom: 6px;
}


.highlight {
  background: #eef7f1;
  border-radius: 6px;
}


.cell span{
  border: 1px solid black;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: black;
}

.highlight  span {
  border: 1px solid #0c5c2d;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #0c5c2d;
  color: white;
 
  
}




.cta {
  margin-top: 30px;
  padding: 14px 28px;
  background: #0c5c2d;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
}

/*-- Footer Page- -------------------------------------------------------------------------------------------------- */


.footer {
  margin-top: 30px;
  background: #075025;
  color: #ffffff;
  padding: 50px 60px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.5fr 2fr 1.5fr 3fr;
  gap: 40px;
  align-items: start;
}


.footer-brand h2 {
  font-size: 22px;
  letter-spacing: 2px;
}


.footer-links {
  display: flex;
  gap: 60px;
}

.footer-links a {
  display: block;
  color: #cfe3d8;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}


.footer-social a {
  display: block;
  color: #cfe3d8;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
}

.social-icons {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-icons a {
  display: flex;             
  align-items: center;
  gap: 8px;                   
  color: #cfe3d8;
  font-size: 16px;
  text-decoration: none;
}

.social-icons a:hover {
  color: #ffffff;
}



.footer-newsletter {
  max-width: 420px;
}

.newsletter-title {
  font-size: 14px;
  margin-bottom: 12px;
}

.newsletter-form {
  display: flex;
  margin-bottom: 10px;
}

.newsletter-form input {
  flex: 1;
  padding: 10px;
  border: 1px solid #6c8f7c;
  background: transparent;
  color: #fff;
  outline: none;
}

.newsletter-form input::placeholder {
  color: #b8d1c4;
}

.newsletter-form button {
  padding: 10px 16px;
  border: none;
  background: #8a5a24;
  color: #fff;
  cursor: pointer;
}

.newsletter-note {
  font-size: 11px;
  color: #b8d1c4;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 120px 20px 40px;
    height: auto;
  }

  .stats {
    justify-content: center;
  }

  .hero-right {
    margin-top: 40px;
  }

  .hero-right img {
    width: 200px;
  }

  nav {
    display: none;
  }



  .collection-container {
    flex-direction: column;
  }

  .collection-left,
  .collection-right {
    width: 100%;
  }

  .stats-2 {
    grid-template-columns: repeat(2, 1fr);
  }



  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-links {
    gap: 40px;
  }
}
