.display-5,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif !important;


}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	font-weight: 600 !important;
}

.hero-header .section-inner.panel h1 {
	font-weight: 600 !important;
}

body {
	font-weight: 400 !important;
	font-family: "Sunsive" !important;
}

.product-options {
	display: flex;
	flex-direction: column;

}

a{
	text-decoration:none;
}

.option {
	display: flex;
	align-items: center;
	border: 2px solid #ddd;
	border-radius: 8px;
	padding: 12px 15px;
	cursor: pointer;
	position: relative;
	transition: border-color 0.3s ease;
	background: #fff;
	margin-bottom: 15px;
}

.option:hover {
	border-color: #000;
}

/* Hide native radio */
.option input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.product-area-sec .card a{
	text-decoration:none;
}

/* Custom radio */
.custom-radio {
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	flex-shrink: 0;
	margin-right: 15px;
	transition: all 0.3s ease;
}

/* Checked effect */
.option input[type="radio"]:checked+.custom-radio {
	border-color: #000;

	box-shadow: 0 0 0 3px #000 inset;
}

.features-item .panel{
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
}

/* Inside dot for checked state */
.option input[type="radio"]:checked+.custom-radio::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
}


.option input[type="radio"]:checked~.option-content .option-info h3,
.option input[type="radio"]:checked~.option-content .option-info h3 span {
	color: #0d6efd;
	font-weight: 600;
	transition: 0.3s ease;
}

.option-content {
	display: flex;
	align-items: center;
	gap: 15px;
}

.option-image img {
	width: 60px;
	border-radius: 6px;
}

.option-info h3 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin: 0;
}

.option-info h3 span {
	color: #000;
}

.price {
	margin-top: 5px;
	font-size: 14px;
}

.price .current {
	color: #000;
	font-weight: 600;
}

.price .old {
	color: #999;
	text-decoration: line-through;
	margin-left: 8px;
}

/* Responsive */
@media (max-width: 600px) {
	.option-content {
		flex-direction: row;
		align-items: flex-start;
	}

	#our_story .media-cover{
		position:relative;
	}

	.option-image img {
		width: 50px;
	}

	.head {
		padding-bottom: 15px!important;
	}
	.benefits{
		margin-top: 30px!important;
	}
	.benefits {

		gap: 15px!important;
	}
	#comparison .p-3 {
    padding: 1rem !important;
}
}

/* .bg-primary,
.btn.btn-primary,
.hide-on-sticky {
background-color: #ED1F50 !important;
color: #fff;
}

.hover\:bg-primary:hover,
.nav-pagination a.uc-active,
.feature-item:hover {
background-color: #ED1F50 !important;
}

.icon-1,
.icon-box img {
filter: invert(1);
}

.swiper-nav .icon-1,
.uc-link .icon-1,
.post-share-icons .icon-1 {
filter: invert(0);
}

.btn.btn-primary {
border: 1px solid #ED1F50 !important;
}

.btn.btn-primary:hover {
background-color: #000 !important;
border: 1px solid #000 !important;
}

.text-primary,
.uc-link {
color: #ED1F50 !important;
}


.form-check-input:focus,
.form-control:focus {
border-color: #ED1F50 !important;
} */

.bg-primary-100 {
	background-color: rgba(255, 255, 255, 0.5) !important;
}

.sign-in .panel .bg-dark,
.sign-in .panel .bg-dark .bg-blue-600 {
	background-color: #fff !important;
}

.how-it-works.home .uc-accordion-title::before {
	content: '' !important;
}

ul li {
	list-style: none;
}

.align-items-center {
	align-items: center !important;
}

.faq-page ul li {
	list-style: disc !important;
}


/* Outer container */
.slider-container {
	overflow: hidden;
	width: 100%;
	padding: 50px 0;
}

/* Two rows box */
.slider-track {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

/* Each row */
.slider-row {
	display: flex;
	gap: 30px;
	width: max-content;
}

/*********** CARD DESIGN ***********/
.industry-card {
	width: 500px;
	height: 140px;
	flex-shrink: 0;
	background-size: cover;
	background-position: center;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.industry-overlay {
	width: 80%;
	height: 95px;
	background: #E9F2FF;
	border-radius: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
}

.industry-overlay h3 {

	margin: 0;
}

.industry-overlay img {
	width: 45px;
}

/*********** Animations ***********/
.row-top {
	animation: scrollLeft 80s linear infinite;
}



@keyframes scrollLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@keyframes scrollRight {
	0% {
		transform: translateX(-50%);
	}

	100% {
		transform: translateX(0);
	}
}

/* Hover pause */
.slider-row:hover {
	animation-play-state: paused;
}













/* --- FEATURES --- */
.features {
	display: flex;
	gap: 20px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.feature {
	flex: 1;

	padding: 20px;
	text-align: center;

}




.reviews-grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* --- SUMMARY --- */
.summary {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
	background: linear-gradient(180deg, #f9fafb, #f3f4f6);
	padding: 16px;
	border-radius: var(--radius);
}

.avg {
	min-width: 200px;
}

.avg .value {
	font-size: 44px;
	font-weight: 800;
	display: flex;
	align-items: center;
	gap: 8px;
}

.avg .stars {
	font-size: 18px;
	color: var(--accent);
}

.avg .small {
	font-size: 13px;
	color: var(--muted-2);
}

.dist {
	flex: 1;
}

.bar-row {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
}

.bar-row .label {
	width: 28px;
	text-align: right;
	color: var(--muted);
}

.bar {
	flex: 1;
	height: 10px;
	background: #e5e7eb;
	border-radius: 20px;
	overflow: hidden;
}

.bar .fill {
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, var(--accent), #f59e0b);
	border-radius: 20px;
	transition: width 0.6s ease;
}

.bar-row .count {
	width: 40px;
	text-align: right;
	color: var(--muted-2);
}

/* --- PHOTOS --- */
.photos {
	display: flex;
	gap: 8px;
	margin-top: 12px;
	flex-wrap: wrap;
}

.thumb {
	width: 120px;
	height: 120px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	transition: transform 0.2s ease;
}

.thumb:hover {
	transform: scale(1.05);
}

.thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* --- FILTER BUTTONS --- */
.filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.filter-btn {
	padding: 8px 14px;
	border: 1px solid #e6e9ee;
	border-radius: 30px;
	background: #fff;
	color: var(--muted);
	cursor: pointer;
	font-size: 13px;
	transition: all 0.2s ease;
}

.filter-btn:hover {
	background: #f9fafb;
}

.filter-btn.active {
	background: #111827;
	color: #fff;
	border-color: #111827;
}

/* --- REVIEWS --- */
.reviews-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.review-card {
	background: #fff;
	border-radius: var(--radius);
	padding: 16px;
	display: grid;
	grid-template-columns: 70px 1fr 140px;
	gap: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(135deg, #e0e7ff, #f0fdf4);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--muted);
}

.stars-row {
	color: var(--accent);
	font-size: 24px;
}

.meta {

	color: var(--muted-2);
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
}

.prod-thumb {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	background: #f9fafb;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prod-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* --- LIGHTBOX --- */
#lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 100;
}

#lightbox img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.95);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
	.review-card {
		grid-template-columns: 64px 1fr;
	}

	.review-card .prod-thumb {
		display: none;
	}

	.features {
		flex-direction: column;
	}
}

:root {
	--bg: #f6f7f9;
	--card: #fff;
	--muted: #6b7280;
	--muted-2: #9ca3af;
	--primary: #1f2937;
	--accent: #fbbf24;
	--radius: 10px;
	--shadow: 0 6px 18px rgba(22, 28, 37, 0.06);
	--shadow-2: 0 10px 25px rgba(0, 0, 0, 0.08);
	--max-width: 1100px;
	font-family: "Inter", sans-serif;
}

.page-content ul li{
	list-style:disc;
}


.owl-dots {
	text-align: center;
	margin-top: 15px;
}

.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #555 !important;
	border-radius: 50%;
}

.owl-dots .owl-dot.active span {
	background: #000 !important;
}

.bottom-logos img {
	width: 120px;
	height: auto;
}


.navbar-cart-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: transparent;
	color: var(--bs-btn-bg);
	text-decoration: none;
	transition: background 0.2s;
}

.navbar-cart-btn:hover {
	background: transparent;
	color: var(--bs-btn-bg);
	opacity: 0.8;
}

.navbar-account-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 14px;
	border: 1.5px solid var(--bs-btn-border-color);
	border-radius: 8px;
	background: transparent;
	color: var(--bs-btn-bg);
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition: background 0.2s, opacity 0.2s;
}

.navbar-account-btn svg {
	color: var(--bs-btn-bg);
	flex-shrink: 0;
}

.navbar-account-btn:hover {
	opacity: 0.8;
	text-decoration: none;
}

.shop_cart.style-one .quantity input {
	width: 75px;
	height: 50px;
	padding-left: 20px;
	border: 1px solid #ddd;
	border-right: none;
	background: transparent;
	border-radius: 5px 0 0 5px;
	float: left;
	display: block;
	margin: 0;
}
.shop_cart.style-one .quantity-nav {
	position: relative;
	width: 26px;
	height: 50px;
	border: 1px solid #ddd;
	border-left: none;
	border-radius: 0 5px 5px 0;
	float: left;
	overflow: hidden;
}
.shop_cart.style-one .quantity-button {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	color: #5C3694;
	background: transparent;
	-webkit-user-select: none;
	user-select: none;
	transform: none;
	-webkit-transform: none;
}
.shop_cart.style-one .quantity-button.quantity-up {
	top: 0;
	border-bottom: 1px solid #ddd;
}
.shop_cart.style-one .quantity-button.quantity-down {
	bottom: 0;
}


@media screen and (max-width: 1366px) and (min-width: 1280px) {

	.product-area-sec .card-title{
		font-size: 14px;
	}

}

