@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&family=Nata+Sans:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swa');

:root {
	--bs-primary-rgb: 0, 62, 124;
}

.alert {
	margin-bottom: unset;
}

html, body	 {
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
	touch-action: manipulation;
}

body {
	font-family: 'Nata Sans', sans-serif;
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 308px);
}

header {
	background-color: rgb(49, 49, 49);
}

nav > div > div > div > p,
header > div > div > div > div > div:has(h1) > p {
	font-size: 0.8rem;
	color: #ffd30d;
}

.admin-container {
	flex: 1;
}

footer {
	flex-shrink: 0;
}

footer button {
	min-width: 250px;
}

nav a,
header a,
footer a {
	color: #ffffff !important;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

header a:hover,
footer a:hover {
	color: #fcbaba !important;
}

footer h5 {
	position: relative;
	padding-bottom: 0.5rem;
}

footer h5::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background: linear-gradient(90deg, #ffe082 0%, #ffd54f 60%, #fffde7 100%);	
}

.btn {
	display: inline-block;
	padding: 0.65rem;
    margin: 0.25rem;
	font-weight: 500;
	font-size: 1rem;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	min-height: 44px;
    border: 1.5px solid transparent;
    min-width: 200px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	transition: none !important;
}

.topbar-logo {
	height: 60px;
	width: 60px;
	padding: 2px;
	background-color: rgba(255, 255, 255);
	border-radius: 20%;
	object-fit: contain;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.topbar-logo:hover {
	background-color: rgba(255, 255, 255, 0.7);
	transform: scale(1.05);
}

#mainMenu {
	display: none;
}

#desktopMenuTarget {
	flex-wrap: wrap;
	justify-content: center;
}

.nav-link,
#desktopMenuTarget a {
    padding: 0.5rem 1rem;
    border-bottom: 2px solid transparent;
    transition: all 0.2s	 ease;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

#desktopMenuTarget a:hover {
    border-bottom-color: #ffffff;
    color: #ffffff;
}

#mobileMenu {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	max-height: calc(100vh - 60px);
	overflow-y: hidden;
	background: #fff;
	z-index: 1050;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.age-verification-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(8px);
	z-index: 1040;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.age-verification-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1050;
	pointer-events: none;
	margin: 1rem;
}

.age-verification-modal .modal-dialog {
	pointer-events: all;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	animation: ageVerificationScaleIn 0.3s ease;
}

.age-verification-modal .modal-content {
	border: none;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.age-verification-modal .modal-header {
	border-bottom: none;
	padding: 1rem;
}

.age-verification-modal .modal-body {
	padding: 1.5rem;
}

.age-verification-modal .modal-footer {
	border-top: 1px solid #dee2e6;
	padding: 1rem 1.5rem;
}

.age-verification-modal .btn {
	min-width: 180px;
	border-radius: 8px;
	font-weight: 600;
}

.age-verification-modal .display-1 {
	font-size: 4rem;
}

@keyframes ageVerificationScaleIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

h1.display-4 {
	color: #000000 !important;
}

.formutils-form-container {
    margin: 0 auto;
    background: #f7fafc;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10), 0 1.5px 4px rgba(0,0,0,0.04);
}

.contact-button-header,
.formutils-form-header {
    font-size: 1.8rem;
    font-weight: 900;
    color: #222;
    letter-spacing: 0.01em;
    margin-bottom: 1rem;
    margin-top: 0;
    background: linear-gradient(90deg, #ffe082 0%, #ffd54f 60%, #fffde7 100%);
    box-shadow: 0 4px 24px rgba(0,0,0,0.07), 0 1.5px 4px rgba(0,0,0,0.04);
    text-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1.5px solid #ffe082;
	padding: 20px;
}

.formutils-form-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
	margin: 0;
}

.formutils-section-header {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
	margin-top: 1rem !important;
}

.formutils-form-description {
	font-size: 1rem; 
	line-height: 1.4rem; 
	padding: 1rem; 
	font-weight: 500;
	background: #fff; 
	color: #8a0000;
	border: 1px dotted #8a0000;
}

.formutils-form-scrollable {
	padding: 1rem; 
	max-height: 180px; 
	overflow: auto; 
	background: #fff; 
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.04); 
	border: 1px solid #e0e4ea;
}

.text-scrollable p,
.text-scrollable li {
	font-size: 12px !important;
}

.text-scrollable h3 {
	 font-size: 14px !important;
}

.text-scrollable h4 {
	 font-size: 13px !important;
}

.text-scrollable h5 {
	font-size: 12px !important;
}

.filepond--file-info,
.filepond--file-status {
    display: none !important;
}

.offer-view { 
	border-radius: 1rem; 
}

.offer-mainimage img { 
	width: 100%; 
	height: 100%; 
}

.object-fit-contain { 
	object-fit: contain; 
}

.offer-thumbs {
	display: flex;
	flex-direction: row;
	overflow-x: auto;
	gap: 12px;
	padding: 12px;
	scrollbar-width: thin;
	scrollbar-color: #ccc #f7fafc;
}

.offer-thumbs::-webkit-scrollbar {
	height: 8px;
}

.offer-thumbs::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 4px;
}

.offer-thumbs::-webkit-scrollbar-track {
	background: #f7fafc;
}

.offer-thumbs img {
	display: block;
	width: 84px;
	height: 84px;
	object-fit: cover;
	border-radius: .5rem;
	border: 1px solid rgba(0,0,0,.075);
	padding: 8px;
}

.offer-thumbs .active img {
	background-color: #ffd30d;
}

.offer-desc-box { white-space: pre-line; }

.offer-attrs-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.1rem 0.1rem;
}

.offer-profile .profile-cta {
	display: flex;
	justify-content: center;
	align-items: center;
}

.offer-profile .profile-cta-link {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	text-decoration: none;
}

.image-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.7);
	z-index: 2;
	border-radius: 8px;
}

.offer-mainimage {
	position: relative;
}

.spinner {
	width: 48px;
	height: 48px;
	border: 6px solid #eee;
	border-top: 6px solid #007bff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.contact-button-header {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: .75rem;
	margin-bottom: 0;
}

.contact-button-header .contact-title {
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.2;
}

.contact-actions {
	display: grid;
	gap: .6rem;
	justify-items: stretch;
}

.contact-actions .btn {
	width: 100%;
}

.offer-price {
	text-align: right;
}

.backbuttons a.chip-link {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	text-decoration: none;
}

.ad-banner {
	display: inline-block;
	background: linear-gradient(90deg, rgba(0,62,124,0.06), rgba(0,62,124,0.03));
	color: #003e7c !important;
	font-weight: 700;
	box-shadow: 0 6px 18px rgba(0,62,124,0.06);
	transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.actionchip {
	min-width: 180px;
}

.gridkit-card-price {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
	margin: 10px 0;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
}