* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  
}


/* HERO SECTION */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-image: url(images/Image_fx\ \(12\)\ 1.jpg);
    background-size: cover;
}

/* 

.hero-header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 30px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
*/
.hero-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}
.hero {
  min-height: 100vh;
  background: url(images/Image_fx\ \(12\)\ 1.jpg) center/cover no-repeat;
  position: relative;
}
.logo {
  font-size: 26px;
  font-weight: 700;
  color: #4f7f6a;
}

nav a {
  margin: 0 14px;
  text-decoration: none;
  color: #253564;
  font-size: 18px;
  font-weight: 500;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* CONTENT */
.hero-content {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 520px;
}



#navMenu a {
    position: relative;
    transition: color 0.5s ease;
}

#navMenu a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #253564;
    transition: width 0.3s ease;
}

#navMenu a:hover::after {
    width: 100%;
}



/* BUTTONS */
.btn {

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 16px 28px;
width: 150px;
height: 49px;
background: linear-gradient(180deg, #032E15 0%, #016630 100%);
border-radius: 505.644px;
color: #ffffff;

}
.btn:hover {
    background: linear-gradient(180deg, #016630 0%, #032E15 100%);
    cursor: pointer;
    color: #ffffff;
}
.btn1:hover {
    background: linear-gradient(180deg, #016630 0%, #032E15 100%);
    cursor: pointer;
    color: #ffffff;
}
.btn1 {

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0px 30px;
width: 160px;
height: 45px;
background: linear-gradient(180deg, #032E15 0%, #016630 100%);
border-radius: 505.644px;
border: transparent;
color: #ffffff;

}



.btn2 {

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0px 30px;
width: 100%;
height: 45px;
background: linear-gradient(180deg, #032E15 0%, #016630 100%);
border: transparent;
color: #ffffff;
background: linear-gradient(270deg, #032E15 0%, #008236 51.92%, #00C950 100%);
border: 1.01129px solid #B8B8B8;
border-radius: 6.06773px 6.06773px 0px 0px;

}


.btn3 {

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0px 30px;
width: 100%;
height: 45px;
background: linear-gradient(180deg, #032E15 0%, #016630 100%);
border: transparent;
color: #ffffff;
background: linear-gradient(270deg, #032E15 0%, #008236 51.92%, #00C950 100%);
border: 1.01129px solid #B8B8B8;
border-radius:25px;

}
.hr {
  width: 90%;
  height: 3px;
  border: none;
  background-color: #353535;
  margin: 10px auto;
}
.hr1 {  border: none;
  height: 4px;
  width: 50px;
  margin: 40px auto auto auto;
  background:
    linear-gradient(
      to right,
      #031407 0 30%,
      transparent 30% 35%,
      #031407 35% 65%,
      transparent 65% 70%,
      #031407 70% 100%
    );
}

.primary {
  margin-top: 10px;
}


.award{
box-sizing: border-box;
color: #ffffff;
/* Auto layout */
display: flex;
flex-direction: row;
align-items: center;
padding: 8px 16px;
gap: 8px;
width: 356px;
height: 40px;

/* Gradient */
background: linear-gradient(180deg, rgba(3, 46, 21, 0.6) 0%, rgba(1, 102, 48, 0.6) 100%);
border-radius: 10000px;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

}
.heroh1{
    /* Live your best life. */

width: 692px;
height: 63px;

font-family: 'Inter';
font-style: normal;
margin-top: 15px;
font-weight: 700;
font-size: 56px;
line-height: 112.2%;
letter-spacing: -1.3287px;

color: #032E15;


/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

}



    .hero-content .stat-box {
      display: flex;
      flex-direction: column;
      align-items: start;
  gap: 0px !important;
    }

    .hero-content .stat-number {
      font-size: 58px;
      font-weight: bold;
      background: linear-gradient(180deg, #587A6D 0%, #5A997C 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero-content .stat-label {
      font-size: 18px;
      color: #025C2B;
      font-weight: 500;
    }


/*search bar*/

.input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}

.input {
  border-style: none;
  height: 50px;
  width: 50px;
  padding: 10px;
  outline: none;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color: transparent;
  box-shadow: 0px 0px 3px transparent;
  padding-right: 40px;
  color: #090909;
}

.input::placeholder,
.input {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-size: 17px;
}

.input::placeholder {
  color: #2d2d2d;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  outline: none;
  border-style: none;
  border-radius: 50%;
  pointer-events: painted;
  background-color: transparent;
  transition: 0.2s linear;
}

.icon:focus ~ .input,
.input:focus {
  box-shadow: none;
  width: 250px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 3px solid #033419;
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

/* ================= RESPONSIVE HEADER ================= */

.menu-toggle {
  display: none;
  font-size: 22px;
  cursor: pointer;
}

/* Tablet */
@media (max-width: 992px) {
  .hero-header {
    padding: 20px 40px;
  }

  nav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #bbe6ff;
    display: none;
    flex-direction: column;
    align-items: start;
    padding: 20px 20px;
    z-index: 1000;
  }

  nav a {
    margin: 12px 0;
    font-size: 18px;
  }

  nav.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
}

/* Mobile */
@media (max-width: 576px) {
    .hero {
    background: url(images/Image_fx\ \(12\)\ 1.jpg) center/cover no-repeat;
    position: relative;
}
  
  .hero-header {
    padding: 15px 20px;
  }

  .btn {
    padding: 10px 18px;
    font-size: 14px;
  }

  .logo {
    font-size: 22px;
  }
  .heroh1{
    font-size: 36px;
    width: 100%;
    height: auto;   
}
.hero-content {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 520px;
  padding: 0 20px;
}
.award{
    width: 100%;
    height: auto;
    font-size: 14px;
}

    .hero-content .stat-number {
      font-size: 30px;
      font-weight: bold;
      background: linear-gradient(180deg, #587A6D 0%, #5A997C 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero-content .stat-label {
      font-size: 14px;
      color: #025C2B;
      font-weight: 500;
    }

    .product-section {
  padding: 80px 0% !important;
  background: #fff;
  margin: 0 auto !important;
}

.product-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

        .faq-section {
  padding: 0px 0% !important;
  background: #fff;
}

.faq-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  align-items: center;
}
.faq-right img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: auto;
}
  .faq-right {
    order: -1;
  }
}
.faq-right img {
  height: 600px;
width: auto;
}


.verifiedpoints{
font-size: 18px;
    color: #032E15;
    letter-spacing: 0.05em;
}
.h2{
    /* GTG Perfumes */

width: 254px;
height: 44px;

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 44px;
/* identical to box height */

color: #032E15;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

}





.ps-fragrance-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ps-fragrance-card {
  border: 2px solid #e0e0e0;
  border-radius: 14px;
  padding: 12px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: 0.3s;

}
.ps-fragrance-card span {
    display: flex;
  flex-direction: column;
    align-items: center;
}

.ps-fragrance-card input {
  display: none;
}

/* RADIO */
.ps-radio {
  display: flex;
  align-items: center;


}

.ps-radio {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  border: 2px solid #aaa;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ps-radio span {
  width: 8px;
  height: 8px;
  background: #0f9d58;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s;
}

.ps-label-text {
  font-size: 13px;
  font-weight: 500;
  margin-top: px;
  margin-bottom: 6px;
}

/* IMAGE SIZE */
.ps-fragrance-card img {
  width: 60px;  
  height: auto;
  object-fit: contain;
}

/* ACTIVE STATE */
.ps-fragrance-card input:checked ~ .ps-radio span {
  opacity: 1;
}

.ps-fragrance-card input:checked ~ .ps-label-text {
  color: #0f9d58;
  font-weight: 600;
}

.ps-fragrance-card:has(input:checked) {
  border-color: #0f9d58;
  background: #eafff5;
}



    .product-section {
  padding: 80px 8%;
  background: #fff;
}

.product-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.product-gallery {
  max-width: 450px;
}

.slider {
  position: relative;
  background: #f5f5f5;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
}

.slider img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}

/* ARROWS */
.arrow {
  position: absolute;
  top: 100%;
  transform: translateY(18%);
  background: #fff;
  border: 1px solid #ccc;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
}

.arrow.left { left: 10px; }
.arrow.right { right: 10px; }

/* DOTS */
.dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 20px 0;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bbb;
  cursor: pointer;
}

.dot.active {
  background: #0f3d2e;
}

/* THUMBNAILS */
.thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 15px;
}

.thumbs img {
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid transparent;
}

.thumbs img.active {
  border-color: #0f3d2e;
}



.subscription-box {
  border: 1px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
}

.sub-option {
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.sub-header {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  font-weight: 600;
}

.sub-header input {
  margin-right: 10px;
}

.sub-content {
  display: none;
  padding: 0 16px 16px;
}

.sub-option.active .sub-content {
  display: block;
}


.sub-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.sub-radio input {
  display: none;
}

/* outer circle */
.sub-radio-circle {
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  border-radius: 50%;
  position: relative;
}

/* inner dot */
.sub-radio-circle::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0f9d58;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.sub-radio-text {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

/* active state */
.sub-radio input:checked + .sub-radio-circle::after {
  opacity: 1;
}

.sub-radio input:checked ~ .sub-radio-text {
  color: #0f9d58;
  font-weight: 600;
}


.fragrance {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.fragrance span {
  border: 1px solid #ccc;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
}

.fragrance .active {
  background: #eafff5;
  border-color: #0f9d58;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin: 6px 0;
  font-size: 14px;
}
@media (max-width: 900px) {
  .product-wrapper {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    margin: auto;
  }
}

.sub-option {
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
}

.sub-header {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
}

.sub-content {
  display: none;
  padding: 16px;
  background: #f9f9f9;
}

.sub-option.active .sub-content {
  display: block;
}

/* fragrance images */
.fragrance-images {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  margin-top: 10px;
}

.f-item {
  border: 2px solid transparent;
  padding: 6px;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  background: #fff;
}

.f-item img {
  width: 100%;
  border-radius: 8px;
}

.f-item.active {
  border-color: #0f9d58;
  background: #eafff5;
}

.f-item span {
  display: block;
  font-size: 13px;

}
.fragrance-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.f-item {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  position: relative;
  transition: 0.3s;
}

.f-item input {
  position: absolute;
  top: 8px;
  left: 8px;
}

.radio-text {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 500;
}

.f-item img {
  width: 100%;
  border-radius: 8px;
}

/* ACTIVE STATE */
.f-item input:checked + .radio-text {
  color: #0f9d58;
  font-weight: 600;
}

.f-item:has(input:checked) {
  border-color: #0f9d58;
  background: #eafff5;
}


.product-info h1 {
  font-size: 32px;
  margin-bottom: 8px;
}

.rating {
  color: #0f9d58;
  font-size: 14px;
}

.desc {
  margin: 20px 0;
  color: #555;
  line-height: 1.6;
}
.choose {
font-weight: 400;
color: #032E15;
font-size: 16.8px;
}



    .faq-section {
  padding: 80px 8%;
  background: #fff;
}

.faq-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.faq-left h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #123a2b;
}

.faq-item {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: 0.3s;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #123a2b;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0;
  transition:
    max-height 0.45s ease,
    opacity 0.35s ease,
    padding 0.35s ease;
}

/* OPEN STATE */
.faq-item.active .faq-content {
  max-height: 200px; /* enough for content */
  opacity: 1;
  padding: 10px 20px 20px;
}

.faq-icon {
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-right img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .faq-wrapper {
    grid-template-columns: 1fr;
  }

  .faq-right {
    order: -1;
  }
}

/* counter */

.counter-section {
  background: linear-gradient( #033217, #01632E);
  padding: 40px 8%;
}

.counter-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}

.counter-box h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.counter-box h2::after {
  content: "%";
}

.counter-box p {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 500px) {
  .counter-wrapper {
    grid-template-columns: 1fr;
  }
}



/*compare section*/

.compare-section {
  padding: 40px 8%;
  text-align: center;
}

.compare-title {
  font-size: 32px;
  margin-bottom: 40px;
  color: #123a2b;
}

.compare-table {
  max-width: 1100px;
  margin: auto;
}

.compare-row {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  border-bottom: 1px solid #ddd;
  align-items: center;
}

.compare-row div {
  padding: 14px;
  font-size: 16px;
}

.label {
  text-align: left;
  font-weight: 500;
}

.compare-col {
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  font-size: 20px !important;
}

.compare-header .compare-col {
  cursor: pointer;
}

.compare-header img {
  width: 80px;
  border-radius: 10px;
  margin-bottom: 6px;
}

.compare-header span {
  display: block;
  font-size: 13px;
  color: #555;
}

/* ACTIVE COLUMN */
.compare-col.active {
  background: #eafff5;
  color: #0f9d58;
  font-weight: 600;
}

.compare-col.active span {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
}

/* Button */
.compare-btn {
  margin-top: 40px;
  padding: 14px 40px;
  border-radius: 30px;
  border: none;
  background: linear-gradient(to right, #0a7a3d, #055c2a);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .compare-row {
    grid-template-columns: 1.5fr repeat(4, 1fr);
  }
}

@media (max-width: 600px) {
  .compare-table {
    overflow-x: auto;
  }
  .compare-row {
    min-width: 700px;
  }
}



/*footer*/

.gtg-footer {
  background: linear-gradient(to right, #032b1a, #043b24);
  color: #eaf3ef;
  padding: 60px 8%;
}

/* TOP ROW */
.footer-top {
  margin-bottom: 50px;
}

.footer-logo {
  font-size: 38px;
  font-weight: 700;
}

/* BOTTOM ROW */
.footer-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.footer-links h4,
.footer-newsletter h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-line {
  width: 40px;
  height: 2px;
  background: rgba(255,255,255,0.4);
  margin-bottom: 20px;
}

.footer-links a {
  display: block;
  color: #cfe3db;
  text-decoration: none;
  margin-bottom: 12px;
  font-size: 15px;
}

.footer-links a:hover {
  color: #fff;
}

/* NEWSLETTER */
.footer-newsletter form {
  display: flex;
  margin: 20px 0;
}

.footer-newsletter input {
  flex: 1;
  padding: 12px;
  border: 1px solid #6f8f83;
  background: transparent;
  color: #fff;
}

.footer-newsletter input::placeholder {
  color: #cfe3db;
}

.footer-newsletter button {
  padding: 12px 24px;
  border: none;
  background: #8b5a12;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.footer-newsletter p {
  font-size: 13px;
  color: #b9d2c8;
}

.footer-newsletter a {
  color: #fff;
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .footer-bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 500px) {
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-newsletter form {
    flex-direction: column;
  }

  .footer-newsletter button {
    margin-top: 10px;
    width: 100%;
  }
}

