
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', 'Segoe UI', 'Roboto', 'Arial', sans-serif;
}

p {
	font-size: 18px;
}

.all-sections-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.main-banner {
	min-height: calc(100vh - 30px);
	overflow: hidden;
	margin: 15px;
	border-radius: 20px;
}

.banner-bg {
	z-index: 1;
}

.banner-overlay {
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000000 120.6%);
	height:40%;
	min-height: 250px;
}

.banner-header {
	/* background: rgba(255,255,255,0.25); */
	/* backdrop-filter: blur(8px); */
	/* box-shadow: 0 2px 12px rgba(0,0,0,0.08); */
	margin-top: 15px;
}

.banner-text {
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 10%;
}

.banner-text h1 {
	font-size: 68px;
	font-weight: 600;
}

.logo {
	height: 70px;
}

.demo-btn {
	padding: 0.9rem 2rem;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(90deg, #754C91 0%, #402358 100%);
	border: none;
	border-radius: 4px;
	transition: background 0.3s, box-shadow 0.3s;
}
.demo-btn:hover {
	background: linear-gradient(270deg, #754C91 0%, #402358 100%);
	color: #fff;
}

.banner-text {
	z-index: 3;
	left: 0;
	right: 0;
}

/* What Is Let's Hop Section */
.secondary-section {
	background: #F7F7F7;
	margin: 15px;
	border-radius: 20px;
}
.what-is-letshop-section {
	background: #fff;
}
.what-is-letshop-heading {
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.what-is-text {
	color: #202020;
	font-weight: 500;
}
.letshop-text {
	color: #402358;
	font-weight: 600;
}
.what-is-letshop-body {
	font-size: 18px;
	color: #202020;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

.why-choose-heading {
    font-size: 40px;
    font-weight: 500;
    color: #202020;
    font-family: 'Poppins', sans-serif;
}

.why-choose-heading .letshop-text {
    color: #402358;
    font-weight: 600;
}

.view-all-btn {
	/* background: linear-gradient(90deg, #754C91 0%, #402358 100%); */
    color: #402358;
    font-weight: 400;
    border: none;
	font-size: 18px;
    border-radius: 4px;
    padding: 8px 24px;
    font-family: 'Poppins', sans-serif;
    transition: background 0.2s;
}

.view-all-btn:hover {
	/* background: linear-gradient(270deg, #754C91 0%, #402358 100%); */
    color: #000;
}

.why-box {
	background: #fff;
	border-radius: 16px;
	box-shadow: 3px 4px 4px 0px #00000024;
	font-family: 'Poppins', sans-serif;
	min-height: 180px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: flex-start;
}

.box-icons {
	width: auto;
	height: 28px;
}

.why-box h5 {
    color: #202020;
    font-weight: 600;
    font-size: 20px;
}

.why-box p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
}

.popular-use-cases-heading {
    font-size: 40px;
    font-weight: 500;
    color: #202020;
    font-family: 'Poppins', sans-serif;
}

.popular-use-cases-heading .cases-text {
    color: #402358;
    font-weight: 600;
}

.use-case-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 3px 4px 4px 0px #00000024;
    font-family: 'Poppins', sans-serif;
    min-height: 100px;
    width: 100%;
    /* max-width: 370px; */
    display: flex;
    align-items: center;
}

.use-case-box p {
    color: #202020;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
}



@media (max-width: 768px) {
	.banner-header {
		padding: 0.5rem 1rem;
	}
	.banner-text h1 {
		font-size: 2rem;
	}
	.what-is-letshop-section {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.what-is-letshop-body {
		font-size: 16px;
	}
	.all-sections-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	header.banner-header > .d-flex {
		flex-direction: column;
		row-gap: 150px;
	}
	footer.banner-header > .d-flex {
		flex-direction: column;
		row-gap: 20px;
	}
	.banner-header {
		padding: 0.5rem 1rem;
	}
	.banner-text h1 {
		font-size: 2rem;
	}
	.why-choose-heading, .popular-use-cases-heading, .what-is-letshop-heading {
		font-size: 28px;
	}
	.why-choose-section .row.align-items-center > .col-md-4 {
		text-align: end;
	}
	.built-for-trust > .container.d-flex {
		flex-direction: column;
	}
}
