/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root {
	--brand-primary: #6c1d45;
	--brand-hover: #521434;
	--brand-light: #fcf5f7;
	--brand-accent: #2e7d32;
	--text-heading: #1e293b;
	--text-body: #475569;
	--bg-page: #f8fafc;
	--card-border: #edf2f7;
}
body {
	font-family: 'Heebo', sans-serif;
	background-color: #f4f7f6 !important;
	/* color: #333; */
}
/* #logo img {
	height: 80px !important;
} */
.custom-h2-title {
	color: #6a2837 !important; 
	font-weight: 800 !important;
}
/* .header-size-md #header-wrap #logo img, .header-size-sm #header-wrap #logo img, .header-size-lg #header-wrap #logo .standard-logo img {
	height: 70px;
} */
.text-white-custom { color:#fff !important;}
h1,h2,h3 {
	font-family: 'Nunito', sans-serif !important;
	font-weight: 800 !important;
	color: #2c3e50 !important;
}
.story-block-sub {
	border-left: 5px solid #6a2837;
}
.product-brief-desc-block {
	background-color: #fdf2f4; border: 1px solid #6a2837;
}

.block-main-bg {
	background-color: #f4f7f6 !important;
}
.block-sub-bg {
	background-color: #f8f9fa !important;
}
.accordion-header {
	padding: 0 !important;
}
.accordion-item {
	border: none;
	margin-bottom: 16px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.accordion-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.accordion-button {
	padding: 10px 25px;
	font-weight: 600;
	color: #333;
	background-color: #ddd;
	transition: all 0.3s ease;
	width: 100%;
	border: none !important;
	text-align: left !important;
}

.accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #4a4a4a;
}

.accordion-button:focus {
	box-shadow: none;
	border-color: rgba(0, 0, 0, .125);
}

.accordion-button::after {
	background-size: 20px;
	transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
	padding: 25px;
	background-color: #ffffff;
}
/* Swiper slider css */
.hero-slider{
	width:100%;
	background:#fff;
}
.heroSwiper{
	width:100%;
	/* height:700px; */
	/* height:auto; */
}
.heroSwiper .swiper-slide{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	overflow:hidden;
	background:#fff;
}
.heroSwiper img{
	width:100%;
	height:100%;
	object-fit:contain;         /* cover or contain */
	object-position:center;
	display:block;
}

/* Overlay */
.slide-content{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:80%;
	text-align:center;
	z-index:10;
}
.slide-content h2{
	color:#fff;
	font-size:52px;
	font-weight:700;
	text-transform:uppercase;
	text-shadow:0 3px 15px rgba(0,0,0,.4);
	font-family:'Poppins',sans-serif;
}

/* Desktop */
@media (min-width:1920px){
	.heroSwiper{
		/* height:820px; */
	}
}
/* Laptop */
@media(max-width:1366px){
	.heroSwiper{
		/* height:620px; */
	}
}
/* Tablet */
@media(max-width:991px){
	.heroSwiper{
		/* height:450px; */
	}
	.slide-content h2{
		font-size:34px;
	}
}
/* Mobile */
@media(max-width:767px){
	.heroSwiper{
		/* height:320px; */
	}
	.slide-content h2{
		font-size:24px;
	}
}
/* Navigation */
.swiper-button-next,
.swiper-button-prev{
	color:#fff;
}
.swiper-pagination-bullet{
	background:#fff;
	opacity:.6;
}
.swiper-pagination-bullet-active{
	opacity:1;
	background:#fff;
}
/* EOF Swiper slider css */

/* Trust Strip */
.trust-strip {
	margin-top: 0px;
	position: relative;
	z-index: 10;
}
.trust-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 30px 25px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	display: flex;
	align-items: center;
	gap: 16px;
	border: 1px solid var(--card-border);
}
.trust-icon {
	width: 55px;
	height: 55px;
	border-radius: 12px;
	background-color: var(--brand-light);
	/*  color: var(--brand-primary); */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	flex-shrink: 0;
}

/* Product Cards */
.product-card {
	border: 1px solid var(--card-border);
	border-radius: 24px;
	background: #ffffff;
	padding: 28px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 40px rgba(108, 29, 69, 0.1);
	border-color: rgba(108, 29, 69, 0.2);
}

.product-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: var(--brand-primary);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	z-index: 2;
}

.product-img-box {
	background-color: #fafbfc;
	border-radius: 18px;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	min-height: 250px;
}

.product-img-box img {
	max-height: 200px;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.product-card:hover .product-img-box img {
	transform: scale(1.04);
}

/* Custom Radio Buttons for Packs */
.pack-option {
	border: 1.5px solid #e2e8f0;
	border-radius: 14px;
	padding: 12px 16px;
	margin-bottom: 12px;
	cursor: pointer;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
}

.pack-option:hover {
	border-color: var(--brand-primary);
	background-color: var(--brand-light);
}

.pack-option input[type="radio"]:checked+.pack-info {
	color: var(--brand-primary);
}

.pack-option:has(input[type="radio"]:checked) {
	border-color: var(--brand-primary);
	background-color: var(--brand-light);
}

/* Buttons */
.btn-brand {
	background-color: var(--brand-primary);
	color: #ffffff;
	font-weight: 700;
	padding: 14px 28px;
	border-radius: 14px;
	border: none;
	width: 100%;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-shadow: 0 4px 12px rgba(108, 29, 69, 0.25);
}

.btn-brand:hover {
	background-color: var(--brand-hover);
	color: #ffffff;
	box-shadow: 0 8px 20px rgba(108, 29, 69, 0.35);
	transform: translateY(-1px);
}

/* Benefits Pill */
.benefit-tag {
	display: inline-block;
	background-color: #f1f5f9;
	color: var(--text-body);
	font-size: 0.78rem;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

/* Footer */
footer {
	background-color: #0f172a;
	color: #94a3b8;
	padding-top: 60px;
	padding-bottom: 30px;
}

footer h5 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
}

footer a {
	color: #cbd5e1;
	text-decoration: none;
	transition: color 0.2s ease;
}

footer a:hover {
	color: #ffffff;
}

.footer-bottom {
	border-top: 1px solid #1e293b;
	padding-top: 24px;
	margin-top: 40px;
}
/* Utilities css for theme */
.fw-bold {
	font-weight : 700 !important;
}

.radio-wrapper-26 { width: 90%; } 
.radio-wrapper-26 label { 
	display: flex; 
	align-items: flex-start; 
	text-align: left; 
	min-width: 140px; 
	justify-content: space-between; 
	padding: 11px; 
	border: none; 
	border-radius: 6px; 
	box-shadow: 0 0 0 1px #d8dee4; 
	transition: all 0.2s ease; 
	font-size: .875rem; 
} 
.radio-wrapper-26 label:not(:has(input:disabled)):hover { background: #f5f6f8; } 
.radio-wrapper-26 label:has(input:disabled) { 
	opacity: .8; 
	cursor: not-allowed; 
	background: #f5f6f8; 
} 
.radio-wrapper-26 label:has(input:checked) { box-shadow: 0 0 0 1.5px rgb(37 99 235), 0 0 0 1px #d8dee4; }
.radio-wrapper-26 label:has(input:focus) { box-shadow: 0 0 0 1.5px rgb(37 99 235), 0 0 0 4px rgb(191 219 254), 0 0 0 1px #d8dee4; }
.radio-wrapper-26 label .inputAndLeftText { display: flex; gap: .75em; }
.radio-wrapper-26 label .inputAndLeftText div { 
	color: rgb(55 65 81); 
	line-height: 1.25rem; 
	display: flex; 
	flex-direction: column; 
} 
.radio-wrapper-26 label .title, .radio-wrapper-26 label .price { font-weight: 500; }
.radio-wrapper-26 label .desc { color: rgb(107 114 128); }
.radio-wrapper-26 input, .radio-wrapper-26 label .price { color: rgb(37 99 235); }
.radio-wrapper-26 label .price { margin-top: 1px; }
.radio-wrapper-26 input { 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
	padding: 0; 
	-webkit-print-color-adjust: exact; 
	print-color-adjust: exact; 
	display: inline-block; 
	vertical-align: middle; 
	background-origin: border-box; 
	-webkit-user-select: none; 
	-moz-user-select: none; 
	user-select: none; 
	border: 1px solid rgb(209 213 219); 
	box-shadow: 0 1px 2px 0 #0000000d; 
	border-radius: 9999px; 
	width: 1rem; 
	height: 1rem; 
	margin: 2px 0 0; 
}
.radio-wrapper-26 input:checked { 
	border-color: #0000;
	background-color: currentColor;
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjMiLz48L3N2Zz4=);
}
.radio-wrapper-26 input:focus { box-shadow: 0 0 0 3px rgb(191 219 254), 0 1px 2px 0 #0000000d; } 
.radio-wrapper-26 input:disabled, .radio-wrapper-26 label:has(input:disabled) .price { color: rgb(156 163 175); }