.modalClose {
	color: #aaaaaa;
	text-align:right;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

div.no-scrollbar::-webkit-scrollbar {
    display: none;
}

#pricequizcontainer {
	position: fixed;
	display:none;
	opacity:0;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 1001;
	transform:translate(0, -50%);
	transition: opacity 0.5s ease-in-out;
}

#pricequizmodal {
	position: absolute;
	display:flex;
	top: 50%;
	left: 50%;
	width: 45vh;
	min-width:400px;
	max-width:90%;
	background-color: #232323;
	border-radius:35px;
	transform: translate(-50%, -50%);
	text-align:center;
	font-size:1rem;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);
	max-height:85%;
	overflow-y:hidden;
}

#pricequizcontent {
	flex-grow:1;
	overflow-y:scroll;
	display: flex;
	flex-direction: column;
	padding: 30px;
	color: #fff;
}

@media (max-width:420px) {
	#pricequizmodal {
		width:90%;
		min-width:unset;
	}
}

#pricequizscrollprompt {
	display: block;
	position: absolute;
	bottom: 13px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 1.1rem;
	background-color: #000000;
	border-radius: 15px;
	border: 1px solid white;
	padding: 7px;
}

#wintersalecontainer {
	position: fixed;
	display:none;
	opacity:0;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 1001;
	transform:translate(0, -50%);
	transition: opacity 0.5s ease-in-out;
}

#wintersalemodal {
	position: absolute;
	display:flex;
	top: 50%;
	left: 50%;
	width: 45vh;
	min-width:400px;
	max-width:90%;
	background-color: #232323;
	border-radius:35px;
	transform: translate(-50%, -50%);
	text-align:center;
	font-size:1rem;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);
	max-height:85%;
	overflow-y:hidden;
}

#wintersalecontent {
	flex-grow:1;
	overflow-y:scroll;
	display: flex;
	flex-direction: column;
	padding: 30px;
	color: #fff;
}

@media (max-width:420px) {
	#wintersalemodal {
		width:90%;
		min-width:unset;
	}
}

#wintersalescrollprompt {
	display: block;
	position: absolute;
	bottom: 13px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 1.1rem;
	background-color: #000000;
	border-radius: 15px;
	border: 1px solid white;
	padding: 7px;
}

.flex-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

.quizbutton {
	width: 100px;
	height: 100px;
	margin: 5px;
	background-color: #3498db;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid black;
	border-radius: 25px;
	box-shadow: 0 8px 4px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.icon-img {
	width: 65%;
	height: 65%;
}

.socialbuttonblue {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #6592e6;
	color: #6592e6;
	background-color: transparent;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 10px !important;
	transition: background-color 0.3s, color 0.3s;
}

.socialbuttonblue:hover {
  color: #fff;
  background-color: #6592e6;
}

.socialbuttonblue i {
  font-size: 24px;
}

.socialbuttonwhite {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 10px;
	transition: background-color 0.3s, color 0.3s;
}

.socialbuttonwhite:hover {
  color: #000;
  background-color: #fff;
}

.socialbuttonwhite i {
  font-size: 24px;
}

.backbutton {
	padding: 0.375rem 0.75rem;
	margin: 0;
	margin-bottom: 1rem;
	width: max-content;
	color: #fff;
	background-color: #404040 !important;
	border-radius: 25px;
	font-weight: bold;
}

.circle {
	width: 10rem;
	height: 10rem;
	font-size: 2.5rem;
	background-color: #6592e6;
	border: 1px solid black;
	margin-top: 1rem;
	box-shadow: 0 8px 4px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.checklist {
    max-width: max-content;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.custom-checkbox {
    display: flex; /* or block if you want a vertical layout */
    align-items: center; /* vertically centers checkbox and text */
    justify-content: center; /* horizontally centers the content */
    position: relative;
    margin-bottom: 0.7rem;
    cursor: pointer;
    line-height: 20px;
}

/* Hide the original checkbox */
.custom-checkbox input[type="checkbox"] {
    display: none;
}

/* Style the custom checkbox */
.checkbox-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    background: transparent; /* initial background is transparent */
    position: absolute;
    left: -37px; /* adjusted position */
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #2c2c2c; /* border color */
    border-radius: 50px; /* make it a bit rounded */
}

.checkbox-indicator i {
    display: none; /* Initially hide the check icon */
    color: white; /* Color of the FontAwesome check icon */
}

/* Style when the checkbox is checked */
.custom-checkbox input[type="checkbox"]:checked + .checkbox-indicator {
    background: #6592e6; /* blue background */
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-indicator i {
    display: block; /* Show the check icon when checked */
}

#loadingspinner {
	width: 60px;
    height: 60px;
    border-radius: 50%;
    border-top: 4px solid #6592e6;
    animation: spin 0.5s linear infinite;
	margin-top: 50px;
	margin-bottom: 50px;
}

#loadingspinnerwhite {
	width: 60px;
    height: 60px;
    border-radius: 50%;
    border-top: 4px solid #fff;
    animation: spin 0.5s linear infinite;
	margin-top: 50px;
	margin-bottom: 50px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.servicetitle {
	background-color: #6592e6;
	width: max-content;
	padding: 0.375rem 0.75rem;
	border-radius: 25px;
	margin-bottom: 0.5rem;
	display: block;
}

.servicetitle:hover {
	background-color: #5481d5;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.kpitooltip {
	position: relative;
	display: inline-block;
	margin-left: 3px;
}

.kpitooltip .kpitooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #232323;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	border: 1px solid white;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%; 
	left: 50%; 
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}

.kpitooltip:hover .kpitooltiptext {
	visibility: visible;
	opacity: 1;
}

.gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.gallery-container {
    width: 80vw;
    height: 80vh;
    background-color: #232323;
    position: relative;
    overflow: hidden;
	padding: 20px;
	border-radius: 25px;
}

.thumbnail-view {
    display: flex;
    flex-wrap: wrap;
}

.thumbnail {
	width: calc(25% - 10px);
	position: relative; 
	padding-bottom: calc(25% - 10px);
	cursor: pointer;
	float: left;
	overflow: hidden;
	margin: 5px;
	border: 2px solid white;
	border-radius: 5px;
}

.thumbnail img {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.thumbnail:hover {
    opacity: 0.8;
}

.image-view {
    display: none;
    position: relative;
    height: 100%;
}

.image-container {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

button {
    cursor: pointer;
}

.close-btn {
    position: absolute;
	color: #fff;
	z-index: 10;
	top: 30px;
    right: 30px;
}

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	color: #fff;
}

.prev-btn {
    left: 10px;
	z-index: 10;
}

.next-btn {
    right: 10px;
	z-index: 10;
}

.before-after-slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.before, .after {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
}

.before img, .after img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: center center;
}

.before {
	clip-path: inset(0 50% 0 0);
	z-index: 2;
}

.slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 10px;
	height: 100%;
	background: #ffffff;
	cursor: ew-resize;
	z-index: 3;
}

.noselect {
	-webkit-touch-callout: none;  /* iOS Safari */
	-webkit-user-select: none;    /* Safari */
	-khtml-user-select: none;     /* Konqueror HTML */
	-moz-user-select: none;       /* Old versions of Firefox */
	-ms-user-select: none;        /* Internet Explorer/Edge */
	user-select: none;            /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}