/* Global Reset */

* {margin: 0; padding: 0; box-sizing: border-box;}
h1, h2, h3, h4, h5, h6{font-family: 'poppins';}
p, span, ul li, a {font-family: 'poppins';}
body {font-family: 'poppins', sans-serif; background:transparent;}
.container{width: 1440px;}

.navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;}
.mobilemenu button{border: 1px solid #fff; border-radius: 3px;}
.navbar-collapse{width: 100%;}

header {
  width: 100%;
  background-color: #011400;
  padding: 0;
  border-bottom: 2px solid #50E62D; 
}

header .container {
  width: 1440px;
  height: 106px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}

header .navbar{padding: 0;}


header .logo img {
  width: 108px;
  height: 81px;
  object-fit: contain;
}


header nav ul {
  display: flex;
  gap: 40px;
  list-style: none;
  margin-bottom: 0;
}

header nav ul li a {
  font-size: 18px;
  text-decoration: none;
  color: #f4f3fc!important;
  transition: color 0.3s ease;
}

header nav ul li a.active {
  color: #50e62d!important;
}

header nav ul li a:hover {
  color: #50e62d!important;
}

header .coin-price {
  display: flex;
  align-items: center;
  margin-right: 67.5px; 
}

header .coin-price img {
  width: 29.87px;
  height: 29.23px;
  object-fit: contain;
  margin-right: -10px;
  z-index: 1;
}

header .coin-price .price {
  font-size: 17px;
  line-height: 24px;
  color: #f4f3fc;
  border: 1px solid #50e62d;
  padding: 2px 8px;
  border-radius: 4px;
}


header .cart-icon img {
  width: 26.5px;
  height: 30px;
  object-fit: contain;
}

header .cart-icon span {
  width: 18px;
  height: 18px;
  background-color: #00cc00;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 10px;
  color: #000;
  padding: 0px 2px;
  position: relative;
  left: 14px;
  top: -12px;
  display: inline-block;
  margin-top: 0px;
}


.hero {
  width: 100%;
  background-color: #050c05;
  display: flex;
  justify-content: center;
  padding:100px 0;
}

.hero-container {
  width: 1390px;
  height: 539px;
  background-image: url("/assets/frontend/images/hero-bg.png");
  background-size: 1390px 539px;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}


.hero-content {
  max-width: 600px;
  color: #fff;
}

.hero-content h2 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.hero-content h1 {
  font-size: 67px;
  font-weight: 600;
  color: #50e62d;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #f4f3fc;
}


.hero-image img {
  width: 600px;
  height: 520px;
  object-fit: contain;
  margin-top: -135px;
}


.hero-buttons {
  display: flex;
  align-items: center;
  gap: 20px; 
  margin-top: 30px; 
}


.login-btn {
  width: 170px;
  height: 52px;
  background: linear-gradient(90deg, #0c7505, #063d04);
  border: 1px solid #50e62d;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  line-height: 16px;
  padding: 16px;
}


.explore-link {
  display: inline-block;
  color: #50e62d;
  font-size: 16px;
  text-decoration: none;
  line-height: 23px;
}


.about-us {
  width: 100%;
  background-color: #050c05;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

.about-container {
  width: 1170px;
  height: 570px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Left: Details */
.about-details {
  color: #fff;
}

.about-details h2 {
  font-size: 20px;
  color: #50e62d;
  margin-bottom: 10px;
  width: 92px;
  height: 28px;
}

.about-details h1 {
  font-size: 47px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.about-details h1 span{color: #50e62d;}

.about-details p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #f4f3fc;
}

.about-details ul {
  margin-bottom: 30px;
  padding-left: 20px;
  color: #f4f3fc;
}

.about-details ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #50e62d;
}


.app-buttons img {
  width: 170px;
  height: 50px;
  margin-right: 15px;
  cursor: pointer;
}


.about-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.shop {
  width: 100%;
  background-color: #001800;
  display: flex;
  justify-content: center;
  padding: 80px 0;
}

.shop-title {
  font-size: 20px;
  color: #50e62d;
  margin-bottom: 10px;
}

.shop-subtitle {
  font-size: 47px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.3;
}

.shop-subtitle span{color: #50e62d;}

.shop-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.shop-item {
  width: 353.48px;
  height: 353.48px;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.shop-item-image {
  width: 100%;
  height: 80%; /* Leave room for text */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ABABAB;
  background-color: #00000045;
  border-radius: 12px;
}

.shop-item-image a{display:contents;}

.shop-item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


.shop-item-info {
  height: 20%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent
}

.shop-item-info a {
  text-decoration: none;
}

.product-title {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.product-price img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* Feature Section */
.feature {
  width: 100%;
  background-color: #050c05;
  padding: 60px 0;
}

.feature-container {
  width: 1165px;
  height: 503px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature-image img {
  width: 100%;  
  object-fit: contain;
}

/* Right: Text Details */
.feature-details {
  padding: 20px 0;
  color: #fff;
}

.feature-subtitle {
  font-size: 20px;
  color: #50e62d;
  margin-bottom: 10px;
}

.feature-title {
  font-size: 47px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.feature-title span{color: #50e62d;}

.feature-details p {
  font-size: 16px;
  line-height: 1.6;
  color: #f4f3fc;
  margin-bottom: 20px;
}

.feature-details ul {
  margin-bottom: 25px;
  padding-left: 0;
  color: #f4f3fc;
}

.feature-details ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #50e62d;
  list-style: none;
  padding: 0;

}

.feature-app-buttons img {
  width: 170px;
  height: 50px;
  margin-right: 15px;
  cursor: pointer;
}


.contact-us {
  width: 100%;
  padding: 50px 0;
  background: url("/assets/frontend/images/contact-background.png") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

.contact-container {
  width: 1073px; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}



.contact-subtitle {
  font-size: 20px;
  color: #50e62d;
  margin-bottom: 10px;
}

.contact-title {
  font-size: 47px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-title span{color: #50e62d;}

.contact-details p {
  font-size: 16px;
  line-height: 1.6;
  color: #f4f3fc;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
  text-align: left;
}

.contact-form input,
.contact-form textarea {
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #50e62d;
  border-radius: 5px;
  font-size: 16px;
  background-color: #00240AAD;
  color: #fff;
}

.contact-form textarea {
  resize: none;
  height: 100px;
}

.contact-form button {
  padding: 12px;
  border: 1px solid #50e62d;
  background: linear-gradient(90deg, #0c7505, #063d04);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
}

.contact-form button:hover {
  opacity: 0.85;
}

.cover {
  padding: 120px 0;
  background: url("/assets/frontend/images/cover.png") no-repeat center center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #011400;
}

.cover h1 {
  color: #fff;
}

/* Product Details Section Start */

.product-thumbnails-slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 100%;
}

.thumbnail-track {
    display: inline-flex;
    gap: 15px;
    padding: 5px;
}

.thumb-img {
    width: 60px;
    height: 80px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}

.thumb-img:hover,
.thumb-img.active {
    border-color: #28a745;
    transform: scale(1.05);
}

.product-detail {
   color: #fff;
   background-color: #050C05;
}

.product-title-2 {
   font-size: 28px;
   font-weight: 600;
   line-height: 28px;
   margin-bottom: 0;
}

.product-detail span.category{color: #ABABAB; font-size: 14px;}

.product-price-2 {
   font-size: 22px;
   font-weight: 500;
   margin-bottom: 30px;
}

.product-description {
   font-size: 16px;
   color: #ABABAB;
   margin-bottom: 30px;
}

.size-selector {
  margin-bottom: 30px;
}

.size-selector label {
  margin-bottom: 12px;
  display: inline-block;
}


.btn-group.size-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px; /* spacing between buttons */
}

.size-btn {
  background-color: #1D1D1DAD;
  border: 1px solid #ABABAB;
  color: #F6F6F6;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 8px !important;
  width: auto;
  text-align: center;
  height: 35px;
  margin-right: 0 !important; /* Remove the hard-coded margin */
}

.size-selector input[type="radio"]:checked + label {
  border-color: #00cc00;
}

.size-btn:hover {
  border-color: #28a745 !important;
  background-color: #1D1D1DAD;
  color: #ffff !important;
}


.color-selector{margin-bottom: 30px;}
.color-selector label{margin-bottom: 12px; display: block;}


.color-swatch {
   display: inline-block;
   width: 30px;
   height: 30px;
   border-radius: 50%!important;
   border: 1px solid #050C05;
   margin-right: 10px;
   padding: 5px;
   cursor: pointer;
}

.color-selector input[type="radio"]:checked+label{border-color:#00cc00; outline: #00cc00; padding: 5px;}

.color-swatch:hover {
   border-color: #28a745;
}

.thumb-img {
   width: 90px;
   height: 90px;
   object-fit: cover;
   border: 1px solid #ABABAB;
   cursor: pointer;
   border-radius: 12px;
   /* margin-right: 15px; */
}

.thumb-img:hover {
   border-color: #28a745;
}

.main-product-img {
   max-width: 100%;
   border: 1px solid #ABABAB;
   background-color: #00000045;
   border-radius: 12px;
}

.productBtnArea button.addtocart{background: #50E62D; background: linear-gradient(180deg,rgba(80, 230, 45, 0.39) 0%, rgba(6, 61, 4, 0.8) 100%); border: 1px solid #50E62D; font-size: 16px;
  text-align: center; color: #fff; padding: 12px 18px; width: 220px; margin-right: 20px;}

.quantity-selector input{background-color: transparent; color: #fff; border: 0; width: 40px; padding: 0;}
.quantity-selector input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}
.quantity-selector input[type=number] {-moz-appearance: textfield;}



.quantity-selector button{background: #50E62D; background: linear-gradient(180deg,rgba(80, 230, 45, 0.39) 0%, rgba(6, 61, 4, 0.8) 100%); border: 1px solid #50E62D; font-size: 16px;
  text-align: center; color: #fff; width: 30px; height: 30px; padding: 0; line-height: 0;}

/* Product Details Section End */

/* Checkout Section Start */
.mt-4-me{margin-top: 32px;}

.checkout-section {
  background-color: #0d0d0d;
  color: #fff;
}

.checkout-input {
  background: transparent;
  border: 1px solid #50E62D;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}

.checkout-input::placeholder {
  color: #bbb;
}

.product-item {
  padding: 8px 12px;
  border-radius: 6px;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* NEW: Title + Remove section with border */
.product-title-remove {
  display: flex;
  align-items: center;
  border: 1px solid #50E62D;
  border-radius: 5px;
  padding: 6px 10px;
  background: transparent;
  color: #fff;
}

/* Title text inside bordered box */
.product-title-3 {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

/* Remove button inside bordered box */
.remove-btn {
  border: none;
  background: transparent;
  color: #ff3333;
  font-size: 18px;
  cursor: pointer;
  margin-left: 8px;
}

.quantity-control {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-btn {
  background: transparent;
  background: #50E62D; background: linear-gradient(180deg,rgba(80, 230, 45, 0.39) 0%, rgba(6, 61, 4, 0.8) 100%);
  border: 1px solid #50E62D;
  color: #fff;
  width: 28px;
  height: 28px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.qty-input {
  width: 40px;
  background: transparent;
  border: 0;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin: 0 5px;
  font-size: 14px;
}

.payNowBtn button{width: 100%; background: #50E62D; background: linear-gradient(180deg,rgba(80, 230, 45, 0.39) 0%, rgba(6, 61, 4, 0.8) 100%); border: 1px solid #50E62D; box-shadow: none; margin-top: 10px; font-weight: 400; border-radius: 12px;}
.payNowBtn a{width: 100%; background: #50E62D; background: linear-gradient(180deg,rgba(80, 230, 45, 0.39) 0%, rgba(6, 61, 4, 0.8) 100%); border: 1px solid #50E62D; box-shadow: none; margin-top: 10px; font-weight: 400; border-radius: 12px;}


/* Price in bordered box */
.product-price-3 {
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #50E62D;
  padding: 6px 10px;
  border-radius: 5px;
  gap: 5px;
  background: transparent;
  color: #fff;
}

.total-label {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}

.total-price {
  border: 1px solid #50E62D;
  padding: 5px 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
  gap: 5px;
}

.btn-pay {
  background: linear-gradient(90deg, #50E62D, #007a00);
  color: #fff;
  padding: 10px 40px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 0 5px #50E62D;
  transition: background 0.3s ease;
}

.btn-pay:hover {
  background: linear-gradient(90deg, #00cc00, #006600);
}
/* Checkout Section End */

.invalid-feedback {
  color: #50E62D;
}

.footer {
  width: 100%;
  background-color: #050c05;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.footer-logo img {
  width: 108px;
  height: 81px;
  object-fit: contain;
}


.footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav ul li a {
  font-size: 18px;
  color: #f4f3fc;
  text-decoration: none;
  font-weight: 400;
}

.footer-nav ul li a.active {color: #50e62d}


/* ========== Responsive ========== */


@media (max-width: 1200px) {
  header .container,
  .hero-container,
  .about-container,
  .shop-container,
  .feature-container,
  .contact-container,
  .footer-container {
    width: 90%;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .about-details h1 {
    font-size: 28px;
  }

  .feature-title {
    font-size: 28px;
  }

  .contact-title {
    font-size: 28px;
  }
}


@media (max-width: 992px) {
  header .container {
    flex-wrap: wrap;
    height: auto;
  }

  header nav ul {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
  }

  .hero-container {
    flex-direction: column;
    text-align: center;
    height: auto;
    padding: 40px 20px;
    background-size: auto;
  }

  .hero-content,
  .hero-image {
    max-width: 100%;
  }

  .about-container,
  .feature-container,
  .contact-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-details,
  .feature-details,
  .contact-details {
    width: 100%;
  }

  .about-image,
  .feature-image {
    width: 100%;
  }

  .feature-image img{
    width: 100%;
  }

  .shop-grid {
    gap: 20px;
  }

  .shop-item {
    width: 300px;
    height: auto;
  }

  .contact-form {
    width: 100%;
    margin-top: 30px;
  }
}


@media (max-width: 767px) {
  header .container {
    flex-direction: column;
    align-items: center;
  }

  header nav ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .hero-content h2 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .login-btn,
  .explore-link {
    width: 100%;
  }

  .about-details h1,
  .feature-title,
  .contact-title {
    font-size: 24px;
  }

  .shop-grid {
    flex-direction: column;
    align-items: center;
  }

  .shop-item {
    width: 90%;
  }

  .footer-container {
    flex-direction: column;
    gap: 15px;
    height: auto;
    text-align: center;
  }
  .container{width: 100%;}
  .feature-app-buttons img{width: 45%; margin-bottom: 0px; display: inline-block; object-fit: contain;}
  .about-details{margin-bottom: 20px;}
  .hero{padding: 50px 0;}
  .footer-logo{text-align: center; margin-bottom: 20px}
  .footer-nav ul{justify-content: center;display:block;text-align:center;}
  .hero-image img{margin-top: 20px; width: 252px; height: 520px;}
  .mobilemenu{display: flex; align-items: center; justify-content: space-between; width: 100%;}
  .navbar-nav{text-align: left!important; align-items: start!important;}
  .inMobile{justify-content: start!important;}
  .navbar-collapse{padding: 20px 0;}
  header .navbar{padding: 10px 0;}
  .mobileView{text-align: center;}
  .cover{padding: 70px 0;}
  .contact-us{min-height: auto;}
  .mt-4-me{margin-top: 0;}
  .product-title-remove{margin-bottom: 15px;}

  /* .thumMobileView{display: inline-block!important;} */
}
