*{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Beans'
	font-family: 'Archivo', sans-serif;
	font-family: 'Archivo Black', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-family: 'Archivo Narrow', sans-serif;
}
.row{
	margin-top: 6%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 1%;
}
/*-------------Scroll to top------------*/
.scroll{
	content: url(images/arrow-up.svg);
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  font-size: 18px;
  z-index: 99;
  border: solid;
  border-color: #512e08;
  outline: none;
  background-color: #465e14;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 30px;
}

.scroll:hover {
  background-color: #ffffff;
}
/*--------------------Header--------------------*/

.header{
	width: 100%;
	height: auto;
	background: #ffffff;
	background-position: center;
	background-size: cover;
	position: relative;
}
.header h1{
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	color: #7F356E;
	text-align: left;
	margin-top: 1.5%;
	margin-left: -30%;
}
nav{
	display: flex;
	padding: 1% 4%;
	justify-content: space-between;
	align-items: center;
}
/*
nav img{
	display: none;
}
*/

.logo img{
	width: 150px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
/*
.nav-links {
  overflow: hidden;
}
*/

.nav-links a {
  float: left;
  display: block;
  color: #414141;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}
.nav-links a::after{
	content: '';
	width: 0;
	height: 2px;
	background-color: #465e14;
	display: block;
	margin: auto;
	transition: 0.5s;
}

.nav-links a:hover::after{
  width: 100%;

}
.nav-links a.active {
  background-color: #465e14;
  color: white;
}

.nav-links .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .nav-links a:not(:first-child) {display: none;}
  .nav-links a.icon {
    float: right;
    display: block;
  }
  .nav-links .icon {
  		padding-left: 20px;
		}

}

@media screen and (max-width: 600px) {
  .nav-links.responsive {position: relative;}
  .nav-links.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav-links.responsive a {
    float: none;
    display: block;
    text-align: right;
    color: #465e14;
    font-size: 14px;
  }
    nav img{
  	display: block;
  }
  .nav-links a{
  	display: none;

  }
  .nav-links{
  	width: 150px;
  }
  .logo img{
  	width: 150px;
  	margin-bottom: 20px;
  }
  .header h1{
  	font-family: Poppins;
		font-style: normal;
		font-weight: 600;
		font-size: 15px;
		color: #ffffff;
		text-align: left;
		margin-top: 1.5%;
		margin-left: 3.5%;
  }
  

}

/*----------------------Banner--------------------*/
.banner{
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
}
/*----------Responsive Banner----------*/
@media (max-width: 700px){
	.banner{
		height: auto;
		flex-direction: column;
		text-align: center;
		padding-left: 0px;
	}
}
/*------------------------About us-----------------------*/
.info{
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #FAFAFA;
}
.info h1{
	font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 42px;
color: #512e08;
margin-bottom: 10px;
}
.info p{
	font-family: Poppins;
	font-style: normal;
	margin-left: 1%;
	margin-right: 1%;
	font-weight: normal;
	font-size: 16px;
	color: #465e14;
}
.rowi{
	margin-top: 2%;
	display: flex;
	justify-content: space-between;
}
.info-col1{
	width: 45%;
	text-align: right;
}
.info-col2{
	width: 70%;
	text-align: left;
	margin-left: 1%;
}
@media (max-width: 700px){
	.info h1{
		font-size: 30px;
	}
	.rowi{
		flex-direction: column;
	}
	.info p{
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.info-col1{
		width: 100%;
		text-align: center;
	}
	.info-col2{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
}
/*----------Why beans n leaf----------*/
.whychoose{
	width: 100%;
	height: 90vh;
	background-color: #ffffff;
	padding-top: 5%;
	text-align: center;
}
.whychoose h1{
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	color: #512e08;
	padding-top: 30px;
}
.whychoose p{
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #465e14;
}
.why-col2 h3{
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #465e14;
}
.why-col2 p{
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #465e14;
}
.why-col1{
	width: 10%;
	text-align: right;
	margin-left: 3%;
}
.why-col1 img{
	width: 60%;
}
.why-col2{
	width: 80%;
	text-align: left;
	padding-left: 1%;
}
.circle{
	width: 60px;
	height: 60px;
}

.button3{
	width: 206px;
	height: 57px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	color: #341e13;
	margin-top: 10%;
	cursor: pointer;
}
.b1{
	background-color: #2b2b2b;
	color: #fff;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	margin-right: 20px;
}
.b2{
	border: 2px solid #465e14;
	box-sizing: border-box;
	border-radius: 1px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	color: #341e13;
}
.whychoose button{
	width: 206px;
	height: 57px;
	cursor: pointer;
	margin-top: 30px;
}

/*----------Responsive why choose----------*/
@media (max-width: 700px){
.row{
	flex-direction: column;
}
.whychoose{
	height: auto;
	margin-top: -15%;
}
.whychoose h1{
	font-size: 30px;
	margin-top: 5%;
}
.why-col1{
	text-align: center;
	width: 100%;
}
.why-col1 img{
	width: 20%;
}
.why-col2{
	text-align: center;
	width: auto;
	margin-bottom: 20px;
}
.button3{
	width: 180px;
	font-size: 12px;
	margin-bottom: 20px;
}
.whychoose button{
	width: 150px;
	height: 57px;
	cursor: pointer;
	margin-bottom: 10px;
}

}
/*--------------------Our products--------------------*/
.rowproduct{
	display: flex;
	margin: 2%;
	text-align: center;
	justify-content: space-between;
}
.products{
	width: 100%;
	height: auto;
	background-color: #000000;
	text-align: center;
}
.title{
	width: 100%;
	text-align: center;
}
.title h1{
		font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    color: #ffffff;
    padding-top: 30px;
}
.title p{
	color: #ffffff;
	font-family: Poppins;
	font-style: normal;
}
/*-------------------------Tea section ------------*/
.bnl-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.bnl-tab {
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  border: 2px solid #465e14;
  background: transparent;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
}

.bnl-tab.active {
  background: #465e14;
  color: white;
}

.bnl-slider-section {
  display: none;
}

.bnl-slider-section.active-section {
  display: block;
}
/*----------Responsive products----------*/
@media (max-width: 700px){
	.rowproduct{
		flex-direction: column;
	}
	.pro-cal{
		width: 100%;
		margin-bottom: 1%;
	}
	.title h1{
		font-size: 30px;
		margin-bottom: 20px;
	}
}
/* MOBILE RESPONSIVE TABS */
@media (max-width: 600px) {

  .bnl-tabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 0 10px;
  }

  .bnl-tab {
    padding: 8px 14px;
    font-size: 12px;
    border-radius: 18px;
    border-width: 1.5px;
  }
}

/*--------------------Vending Machine---------------------*/
/* ------------------- VENDING MACHINE SECTION ------------------- */

.vending-section {
    background: linear-gradient(135deg, #465e14, #2e3c0d);
    padding: 80px 0;
    color: #fff;
}

.vending-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 0 40px;
}

.vending-left img {
    width: 580px;
    height: auto;
    filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.4));
}

.vending-right h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

.vending-right h2 span {
    color: #fafafa;
}

.vending-desc {
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.6;
    color: #e0e0e0;
    max-width: 520px;
}

.vending-features {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vf-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: rgba(255,255,255,0.1);
    padding: 18px 20px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
}

.vf-item:hover {
    transform: translateX(8px);
}

.vf-item img {
    width: 32px;
    filter: invert(1);
}

.vf-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.vf-item p {
    font-size: 14px;
    color: #e8e8e8;
}

/* ----------- Mobile Responsive ----------- */

@media (max-width: 768px) {

    .vending-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .vending-left img {
        width: 250px;
    }

    .vending-right h2 {
        font-size: 30px;
    }

    .vf-item {
        justify-content: center;
        text-align: left;
    }
}

/*-----------------------Footer----------------------------*/
.footer{
	width: 100%;
	height: auto;
	background-color: #FDFCE8;
	padding-bottom: 1%;
}
.footer-col1{
	width: 30%;
	text-align: right;
}
.footer-col1 img{
	width: 100%;
}
.footer-col2{
	width: 60%;
	text-align: left;
	margin-left: 2%;
}
.footer-col2 h4{
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	color: #341e13;
}
.footer-col2 p{
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #465e14;
}
.fbtn{
	width: 238px;
	height: 57px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 3px;
	background-color: #f8a94d;
	color: #ffffff;
	cursor: pointer;
}
.footer-col4{
	width: 10%;
	text-align: right;
}
.footer-col5{
	width: 60%;
	text-align: left;
	margin-left: 2%;
}
.footer-col6{
	width: 30%;
	text-align: center;
}
.line{
	width: 95%;
	padding-left: 2%;
}
.line img{
	width: 100%;
}
.copy-col1{
	width: 80%;
	padding-left: 2%;
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #341e13;
}
.copy-col2{
	width: 10%;
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #341e13
}
.copy-col2 p{
	font-family: Poppins;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	color: #341e13;
}
.copy-col3{
	width: 10%;
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #341e13;
}
.copy-col3 p{
	font-family: Poppins;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	color: #341e13;
}
.tcg{
	width: 100%;
	color: #465e14;
	text-align: center;
}
.line{
	width: 100%;
}
/*------------------------Responsive Fotter--------------*/	
@media (max-width: 700px){
	.footer{
		height: auto;
	}
	.footer-col1{
		width: 100%;
		text-align: center;
	}
	.footer-col1 img{
		width: 50%;
	}
	.footer-col2{
		width: auto;
		text-align: center;
	}
	.footer-col2 h4{
		font-size: 24px;
	}
	.footer-col2 p{
		font-size: 14px;
		padding: 1%;
	}
	.footer-col2 h3{
		font-size: 20px;
		color: #f8a94d;
	}
	.fbtn{
		margin-top: 20px;
	}
	.footer-col3{
		width: 100%;
		text-align: center;
	}
	.footer-col4{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.footer-col5{
		width: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-col6{
		width: 100%;
		text-align: center;
	}
	.copy-col1{
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.copy-col2{
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.copy-col3{
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.copy-col4{
		width: 100%;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
/*-----------------Image Slider Hot Tea--------------*/
.bnl-3d-slider-container {
  width: 100%;
  margin: 60px auto;
  position: relative;
  perspective: 1200px;
}

.bnl-3d-slider {
  position: relative;
  height: 380px;
}

.bnl-3d-item {
  position: absolute;
  top: 0;
  left: 50%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.bnl-3d-item img {
  width: 190px;
  height: auto;
}

/* Center */
.bnl-center {
  transform: translateX(-50%) scale(1) translateZ(120px);
  opacity: 1;
  z-index: 3;
}

/* Right */
.bnl-right {
  transform: translateX(80%) scale(0.75) translateZ(0px);
  opacity: 0.5;
  z-index: 2;
}

/* Left */
.bnl-left {
  transform: translateX(-180%) scale(0.75) translateZ(0px);
  opacity: 0.5;
  z-index: 2;
}

/* Back-right */
.bnl-back-right {
  transform: translateX(160%) scale(0.55) translateZ(-120px);
  opacity: 0.2;
  z-index: 1;
}

/* Back-left */
.bnl-back-left {
  transform: translateX(-260%) scale(0.55) translateZ(-120px);
  opacity: 0.2;
  z-index: 1;
}

/* Arrows */
.bnl-3d-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
}

.bnl-3d-arrow.left { left: 10%; }
.bnl-3d-arrow.right { right: 10%; }

/*---------------------------- 4-item layout ------------------------------- */
.bnl-4-right {
    transform: translateX(220px) scale(0.8);
    opacity: 0.6;
    z-index: 2;
}

.bnl-4-back-right {
    transform: translateX(380px) scale(0.6);
    opacity: 0.3;
    z-index: 1;
}

.bnl-4-left {
    transform: translateX(-220px) scale(0.8);
    opacity: 0.6;
    z-index: 2;
}

.bnl-4-center {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 3;
}

/* ===============================
   CUSTOMER REVIEWS – Beans n Leaf
================================ */

.bnl-reviews {
  background-color: #FAFAFA;
  padding: 70px 6%;
  text-align: center;
}

.bnl-reviews h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 42px;
  color: #512e08;
}

.bnl-reviews p {
  font-family: Poppins;
  font-size: 15px;
  color: #465e14;
  margin-bottom: 40px;
}

.bnl-review-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.bnl-review-slider {
  display: flex;
  gap: 30px;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

.bnl-review-card {
  min-width: 20%;
  background: #ffffff;
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: left;
  height: auto;
}

.bnl-stars {
  color: #f4b400;
  font-size: 20px;
  margin-bottom: 12px;
}

.bnl-review-text {
  font-family: Poppins;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 18px;
}

.bnl-review-footer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
}

.bnl-review-name {
  font-weight: 600;
  color: #465e14;
}

.bnl-review-arrow {
  background: #465e14;
  color: #fff;
  border: none;
  font-size: 26px;
  padding: 5px 16px;
  border-radius: 50%;
  cursor: pointer;
  margin: 10px;
}

.bnl-review-arrow:hover {
  background: #512e08;
}

/* Mobile */
@media (max-width: 768px) {
  .bnl-review-card {
    min-width: 80%;
  }
  .bnl-review-arrow {
    display: column;
     padding: 1px 12px;
     font-size: 20px;
  }
}

/*-------------------Shop Now button-----------*/
.shop-btn{
	width: 206px;
  height: 57px;
  cursor: pointer;
  margin-top: 30px;
  border: 2px solid #465e14;
	box-sizing: border-box;
	border-radius: 1px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 20px;
	border-radius: 30px;
	background: linear-gradient(135deg, var(--brand-dark), var(--brand-light));
}

.bnl-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(0.4) translateZ(-300px);
}


/*=================================================================================
How to make tea
=================================================================================*/
.bnl-process-line {
  background: #ffffff;
  padding: 90px 6%;
  text-align: center;
}

.bnl-process-line h2 {
  font-size: 42px;
  font-weight: 600;
  color: #512e08;
}

.bnl-process-sub {
  margin-top: 10px;
  margin-bottom: 60px;
  color: #465e14;
}

.bnl-process-track {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}

.bnl-process-track::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  height: 2px;
  background: #e6e6e6;
  z-index: 0;
}

.bnl-process-step {
  width: 23%;
  position: relative;
  z-index: 1;
}

.bnl-process-step img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 20px;
}

.step-no {
  display: inline-block;
  background: #465e14;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-weight: 600;
  margin-bottom: 12px;
}

.bnl-process-step p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Mobile */
@media (max-width: 900px) {
  .bnl-process-track {
    flex-direction: column;
  }

  .bnl-process-track::before {
    display: none;
  }

  .bnl-process-step {
    width: 100%;
    margin-bottom: 50px;
  }
}
