/* Base Styles */
html,
body {
	height: 100%;
	direction: ltr;
	color: rgb(55, 64, 74);
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-snap-type: y mandatory;
	overflow-y: scroll;
	overflow: hidden;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
	display: none;
}

/* Layout */
.container-fluid {
	padding: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.row {
	margin: 0;
}

.col-sm-4,
.col-sm-3 {
	padding: 0;
}

.wrapper {
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 100px;
	width: 80%;
	overflow: hidden;
	position: relative;
}

/* Section Styles */
.wrapper section {
	flex: 1;
	position: relative;
	transition: opacity 0.3s ease;
	opacity: 0.5;
	padding: 50px 170px;
	height: auto;
}

section.part {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	padding-top: 0;
	flex-direction: column;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	opacity: 0;
	transform: translateY(-6.5vh);
	position: relative;
	will-change: transform, opacity;
	transition:
		opacity 0.5s ease-out,
		transform 0.5s ease-out;
}

.part.slideup-animation {
	opacity: 1 !important;
	transform: translateY(-6.5vh) !important;
}

.wrapper .q-one-answer,
.wrapper .q-multi-answer {
	height: auto;
}

.q-one-answer .answer,
.q-multi-answer .answer {
	padding: 0 100px;
}

/* Question Elements */
section .question {
	margin-bottom: 20px;
}

section .question span {
	font-weight: unset;
	font-size: 24px;
	line-height: 140%;
}

.icon-number {
	font-size: 16px !important;
	line-height: 28px;
	font-weight: unset;
}

section .question p {
	margin-left: 20px;
	margin-bottom: 10px;
}

.icon-arrow {
	position: relative;
	display: inline-block;
}

.icon-arrow:before {
	content: "→"; /* Right arrow for LTR */
	font-family: Arial, sans-serif;
	font-size: 16px !important;
	font-weight: 300;
	color: #555;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 4px;
}

.q-description {
	color: rgb(85, 172, 237) !important;
	font-size: 12px !important;
}

/* Input Elements */
section .answer input {
	font-size: 30px;
	color: #333;
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-left: 0px;
	background: none;
	font-weight: 400;
	opacity: 0.8 !important;
}

section .answer input:focus {
	border-bottom: none;
	box-shadow: none;
	border: none;
}

.date-part-input::placeholder {
	color: rgb(100, 110, 121) !important;
	opacity: 1 !important;
}

::-moz-placeholder {
	color: rgb(55, 64, 74);
	opacity: 1;
}

section .answer span {
	font-weight: 400;
}

/* Choice Elements */
section .choose,
section .multi-choose {
	width: 97%;
	padding: 10px;
	border: 1.5px solid rgba(92, 92, 92, 0.6) !important;
	border-radius: 3px;
	margin: 0 0 10px 5px;
	cursor: pointer;
	background: none;
	position: relative;
	text-align: center;
	display: inline-block;
	min-width: 200px;
	width: fit-content;
}

.start-q {
	margin-bottom: 5px;
}

/* Add this for choice elements with images */
.multi-choose.background-with-img p span:last-child,
.choose.background-with-img p span:last-child {
	white-space: nowrap;
	overflow: visible;
	width: auto;
	display: inline-block;
}

/* Make container adjust to content */
section .choose.background-with-img,
section .multi-choose.background-with-img {
	width: auto !important;
	min-width: 200px;
}

/* Make the check icon thinner and more elegant */
.fa-check {
	font-weight: 100 !important;
	transform: scale(0.8);
	opacity: 0.85;
	color: #333 !important;
}

/* If needed, adjust the tick-wrapper background to be subtler */
.tick-wrapper {
	opacity: 0.7;
}

.container {
	border-radius: 4px;
	padding: 12px 20px;
	max-width: 500px;
	margin: 20px auto;
}

.instruction-text {
	font-size: 14px;
	color: #333;
	text-align: left; /* Left align for LTR */
	padding-left: 8px; /* Left padding for LTR */
	margin: 13px 24px 2px;
}

.left {
	display: none;
}

/* Hide the bottom-page agree-part by default (for desktop) */
#bottom-page .agree-part {
	display: none;
}

.start {
	position: relative;
	height: 100vh;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 1rem;
	direction: ltr; /* LTR for English */
}

.number_input {
	border-bottom: 1px solid rgb(105, 105, 105) !important;
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
}

.number_input:focus {
	border-bottom: 2px solid black !important;
	outline: none !important;
}

.mobile-powered-by {
	text-align: center;
	font-size: 12px;
	color: #888;
	margin-top: 10px;
	width: 100%;
	display: none;
}

/* Mobile Responsive */
@media screen and (max-width: 457px) {
	section.part {
		transform: translateY(-8vh);
	}
	.part.slideup-animation {
		transform: translateY(-8vh) !important;
	}

	section .agree-part {
		display: none !important;
	}

	.start {
		transform: translateY(-8vh);
	}

	.desktop-start-button {
		position: absolute;
		bottom: 30px !important;
		padding-left: 8px;
		padding-right: 8px;
		width: 100%;
	}

	.nh-title {
		font-size: 30px !important;
		text-transform: uppercase;
	}

	.btn-start {
		width: 96% !important;
		font-size: 20px !important;
	}

	.enter-description,
	.instruction-text {
		display: none;
	}

	.down,
	.up {
		display: none;
	}

	/* Show mobile navigation */
	#bottom-page .agree-part {
		display: flex !important;
		width: 100%;
		justify-content: space-between;
		padding: 0 10px;
		position: fixed;
		bottom: 55px !important;
		left: 0;
		right: 0;
		z-index: 100;
	}

	/* Style the agree button to match the second image */
	#bottom-page .agree-button {
		background-color: #fff;
		border: 1px solid #eee;
		border-radius: 4px;
		padding: 10px 15px;
		width: 98%;
		font-weight: 400;
		position: relative;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0px 5px;
	}

	.left {
		display: block !important;
		background: transparent;
		border: none;
		color: #888;
		font-size: 20px;
		padding: 10px;
	}

	.mobile-powered-by {
		display: block;
		position: fixed;
		bottom: 21px;
		left: 0;
		right: 0;
		color: #000;
		z-index: 99;
	}

	.desktop-powered-by {
		display: none;
	}

	section .choose,
	section .multi-choose {
		margin: 0 0 7px 18px; /* Adjusted for LTR */
	}

	.number_input {
		width: 90%;
	}

	.date-labels {
		margin: 0 20px 0 0; /* Adjusted for LTR */
	}

	.background-with-img {
		width: 100% !important;
		min-width: unset !important;
		height: auto;
	}

	.background-with-img .thumb {
		height: 80px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
}

/* Choice hover and interaction */
section .choose:hover,
section .multi-choose:hover {
	background-color: rgba(92, 92, 92, 0.2);
}

section .choose img,
section .multi-choose img {
	width: 100%;
	height: auto;
	margin-top: 5px;
}

section .choose p,
section .multi-choose p {
	bottom: 0;
	margin-bottom: 0 !important;
	margin-top: 0;
	width: 100%;
	padding: 5px 0;
	text-align: left; /* Left align for LTR */
	position: relative;
}

section .choose p span,
section .multi-choose p span {
	vertical-align: middle;
	line-height: 20px;
}

section .choose p span:last-child,
section .multi-choose p span:last-child {
	position: relative;
	left: 28px; /* Left margin for LTR */
	margin-right: 30px; /* Right margin for LTR */
}

section .choose .alphabet,
section .multi-choose .alphabet {
	padding: 2px 6px;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	border: 1.5px solid rgb(239, 140, 33);
	background-color: #ffffff;
	margin-right: 10px; /* Right margin for LTR */
	position: absolute;
	left: 0; /* Left position for LTR */
	top: 50%;
	bottom: 50%;
	transform: translate(0%, -50%); /* Adjusted transform for LTR */
	float: left !important; /* Float left for LTR */
	height: 24px;
}

/* Icons and Indicators */
section .choose .icon-check,
section .multi-choose .icon-check {
	color: #fff;
	z-index: 4;
	position: absolute;
	top: 5px;
	right: 3px; /* Right position for LTR */
	margin: 0;
	font-size: 20px;
}

.icon-check-change {
	transform: translate(0%, -50%) !important;
	position: absolute !important;
	color: #000000;
	top: 50% !important;
	font-size: 20px;
	right: 2px !important; /* Right position for LTR */
	z-index: 4;
}

section .tick-wrapper {
	z-index: 3;
	position: absolute;
	top: 2px;
	right: 2px; /* Right position for LTR */
	opacity: 0.6;
	border-style: solid;
	border-width: 0 48px 50px 0; /* Adjusted for LTR */
	border-color: transparent #5c5c5c transparent transparent; /* Adjusted for LTR */
}

section .nh-show,
section .nh-multi-show {
	display: none;
}

/* Animations */
@keyframes slideup-ani {
	0% {
		opacity: 0.1;
		transform: translateY(0);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animation {
	-webkit-animation: CHOOSE-MULTICHOOSE 200ms infinite;
	-moz-animation: CHOOSE-MULTICHOOSE 200ms infinite;
	animation: CHOOSE-MULTICHOOSE 400ms infinite;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes CHOOSE-MULTICHOOSE {
	0%, 24% {
		background-color: rgba(92, 92, 92, 0.2);
		border: 3px solid #fff;
	}
	25%, 49% {
		background-color: #fff;
		border: 3px solid rgba(92, 92, 92, 0.2);
	}
	50%, 74% {
		background-color: rgba(92, 92, 92, 0.2);
		border: 3px solid #fff;
	}
	75%, 100% {
		background-color: #fff;
		border: 3px solid rgba(92, 92, 92, 0.2);
	}
}

.rate-animation {
	-webkit-animation: RATE-MULTICHOOSE 0.25s ease 0s 2 normal none running;
	-moz-animation: RATE-MULTICHOOSE 0.25s ease 0s 2 normal none running;
	animation: RATE-MULTICHOOSE 0.25s ease 0s 2 normal none running;
}

@keyframes RATE-MULTICHOOSE {
	0% {
		background-color: rgba(92, 92, 92, 0.2);
		border: 2px solid rgba(92, 92, 92, 0.4);
		transform: scale(1);
	}
	50% {
		background-color: rgba(92, 92, 92, 1);
		border: 2px solid rgba(92, 92, 92, 0.8);
		transform: scale(1.02);
	}
	100% {
		background-color: rgba(92, 92, 92, 0.2);
		border: 2px solid rgba(92, 92, 92, 0.4);
		transform: scale(1);
	}
}

.star-animation {
	-webkit-animation: STAR-MULTICHOOSE 200ms infinite;
	-moz-animation: STAR-MULTICHOOSE 200ms infinite;
	animation: STAR-MULTICHOOSE 200ms infinite;
	-webkit-animation-iteration-count: 2;
	-moz-animation-iteration-count: 2;
	animation-iteration-count: 2;
}

@-webkit-keyframes STAR-MULTICHOOSE {
	0%, 49% {
		fill: rgba(92, 92, 92, 0.2);
	}
	50%, 100% {
		fill: #ccc;
	}
}

/* Button and Action Elements */
.wrapper section .click-enter {
	margin-top: 20px;
	margin-left: 20px; /* Left margin for LTR */
	display: none;
}

.wrapper section .click-enter button {
	padding: 6px 12px 9px;
	margin: 0;
	font-weight: bold;
	border: 1px solid #fff;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
}

.wrapper section .click-enter i {
	margin-left: 5px; /* Left margin for LTR */
	font-size: 20px;
}

.wrapper .send {
	opacity: 0;
	margin-top: 50px;
	padding-left: 0; /* Left padding for LTR */
	height: 350px;
}

.wrapper .send button {
	border-radius: 5px;
	border: 1px solid #37404a;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
	background-color: #37404a;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	letter-spacing: 1.2px;
	padding: 15px 24px 17px;
	margin-right: 5px; /* Right margin for LTR */
	color: #fff;
	width: auto;
}

.btn-start,
.agree-button {
	background-color: #ffffff;
	color: #7a7a7a;
	border: none;
	border-radius: 5px;
	padding: 7px 6px;
	font-size: 24px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	transition: all 0.3s ease;
}

.start-img,
.nh-title,
.nh-intro,
.btn-start,
.enter-description,
.time-info {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease;
}

.animate-in {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.start .time-info:not(.animate-in) {
	opacity: 0 !important;
	transform: translateY(20px) !important;
}

.btn-start:hover,
.agree-button:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Rating star styles */
.rating-star {
	font-size: 36px;
	display: inline-block;
	direction: ltr;
	padding: 0;
}

.rating-star input {
	display: none;
}

.symbolFill {
	font-size: 35px;
	fill: none;
}

.rating-star label svg {
	max-width: 64px;
	cursor: pointer;
}

.rating-star label {
	text-align: center;
}

.rating-star label span {
	font-size: 14px;
}

.rating-star input:checked ~ label svg .symbolFill {
	fill: rgb(55, 64, 74);
}

.rating-star label svg:hover,
.rating-star label svg .symbolFill:hover ~ .symbolFill {
	fill: rgba(55, 64, 74, 0.6) !important;
}

/* Group Buttons */
.nh-group-button button {
	color: rgb(92, 92, 92);
	background-color: rgba(92, 92, 92, 0.1);
	border: 1px solid rgb(92, 92, 92);
	background-image: none !important;
	width: 100px;
	height: 60px;
	float: left !important; /* Float left for LTR */
}

.nh-group-button button:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 4px !important; /* Left border radius for LTR */
	border-bottom-left-radius: 4px !important;
}

.nh-group-button button:last-child {
	border-top-right-radius: 4px !important; /* Right border radius for LTR */
	border-bottom-right-radius: 4px !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.nh-group-button button:hover {
	background-color: rgba(55, 64, 74, 0.2);
	color: rgb(92, 92, 92);
}

.nh-group-button button:checked {
	background: none;
}

/* Location question styles */
.location-input-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
}

.location-icon svg {
	width: 64px;
	height: 64px;
	margin-bottom: 20px;
}

.location-button {
	background: #3498db;
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 15px;
}

.location-button:hover {
	background: #2980b9;
}

.location-retry-button {
	background: #95a5a6;
	color: white;
	border: none;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	margin-top: 10px;
}

.location-retry-button:hover {
	background: #7f8c8d;
}

/* File Upload */
.filupp > input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.filupp {
	position: relative;
	background: rgb(242, 234, 234);
	border: 2px solid #437e93;
	display: block;
	padding: 1em;
	font-size: 1em;
	width: 30%;
	height: 3.5em;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
}

.filupp:before {
	content: "";
	position: absolute;
	top: 1.5em;
	right: 0.75em; /* Right position for LTR */
	width: 2em;
	height: 1.25em;
	border: 3px solid #000;
	border-top: 0;
	text-align: center;
}

.filupp:after {
	content: "➜";
	-webkit-transform: rotate(-90deg); /* Adjusted rotation for LTR */
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 0.65em;
	right: 0.45em; /* Right position for LTR */
	width: 2em;
	height: 2em;
	color: #fff;
	font-size: 1.5em;
}

/* Desktop-specific sizing for single choice answers with images */
@media screen and (min-width: 769px) {
	.single-answer .choose.matchheight.background-with-img {
		min-width: 140px !important;
		max-width: 180px !important;
		width: auto !important;
		padding: 6px !important;
	}

	.single-answer .choose.matchheight.background-with-img .font-with-img {
		font-size: 16px !important;
	}

	.single-answer .col-sm-6-RTL {
		width: 23% !important;
		padding: 0 5px !important;
	}

	.single-answer .choose.matchheight.background-with-img .alphabet {
		transform-origin: left center; /* Left origin for LTR */
	}

	.single-answer .choose.matchheight.background-with-img p {
		padding: 4px 0 !important;
	}

	.single-answer[style*="display:flex"] {
		gap: 3px !important;
	}
}

@media screen and (min-width: 458px) and (max-width: 768px) {
	.single-answer .col-sm-6-RTL {
		width: 32% !important;
		padding: 0 3px !important;
	}

	.single-answer[style*="display:flex"] {
		gap: 2px !important;
	}
}

@media screen and (max-width: 457px) {
	.single-answer {
		max-height: 550px !important;
	}

	.single-answer .col-sm-6-RTL {
		width: 45% !important;
		padding: 0 2px !important;
	}

	.single-answer[style*="display:flex"] {
		gap: 1px !important;
	}
}

/* Make sure the container has proper height adjustment */
.choose.matchheight {
	height: auto !important;
	min-height: 10px;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: visible;
}

/* Ensure the paragraph can grow as needed */
.choose.matchheight p {
	flex-grow: 1;
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* Bottom Page Navigation */
#bottom-page {
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
}

#bottom-page .bottom-page-br {
	position: relative;
	padding: 0 100px 25px 100px;
}

#bottom-page .group-button {
	position: absolute;
	display: flex;
	align-items: center;
	vertical-align: middle;
	left: 50;
	top: 50%;
	transform: translate(0%, -145%);
}

#bottom-page .up,
#bottom-page .down,
.left {
	font-size: 40px;
	background-color: white !important;
	border: none;
	color: #fff;
}

#bottom-page .up:hover,
#bottom-page .down:hover,
.left {
	transition: background-color ease-out 100ms 0ms;
	background-color: #4d5967;
	cursor: pointer;
}

#bottom-page .up i,
#bottom-page .down i,
.left i {
	vertical-align: middle;
	color: #666666;
}

/* Countdown Timer */
#countdown {
	font-size: 30px !important;
	position: sticky;
	position: -webkit-sticky;
	vertical-align: middle;
	left: 50;
	top: 100;
	transform: translate(0%, -50%);
	text-align: left;
}

/* Utility Classes */
.outlook {
	height: 120px;
	overflow: hidden;
	width: 150px;
	height: 150px;
}

.thumb {
	position: relative;
	width: 100%;
	background-position: center center;
	background-size: cover;
	margin-bottom: 10px;
}

.q-thumb {
	display: inline-block;
	width: 720px;
	height: 376px;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
}

.multi-toggle,
.display-block {
	display: block !important;
}

.part .nh-enter {
	font-weight: bold;
}

.template {
	padding: 50px 100px;
	margin-bottom: 200px !important;
}

.nh-intro {
	font-size: 20px;
	line-height: 28px;
	color: #4b5563;
	margin-bottom: 25px;
	margin-top: 15px;
}

.disabledbutton {
	pointer-events: none;
	opacity: 0.4;
}

.enabledbutton {
	opacity: 1;
}

.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.display-none {
	display: none;
}

/* Warning message styles */
.validation-warning {
	background-color: #ffebee;
	border: 1px solid #f44336;
	border-radius: 4px;
	padding: 12px 16px;
	margin: 16px 5px;
	display: none;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #b71c1c;
	direction: ltr;
	flex-direction: row;
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.validation-warning {
		margin: 16px 18px;
	}
}

.validation-warning .warning-text {
	white-space: normal;
	flex: 1;
}

.validation-warning.show {
	width: 250px;
	display: flex !important;
}

.validation-warning-icon {
	width: 20px;
	height: 20px;
	background-color: #f44336;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	flex-shrink: 0;
}

/* Start Page & Thank You Page Styles */
.start-img img {
	opacity: 0;
	object-fit: cover;
	transition: all 0.3s ease;
	animation-fill-mode: forwards;
	animation-duration: 1000ms;
	animation-name: ani-fade;
}

@keyframes ani-fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.start-button,
.time-info {
	transition: all 0.3s ease;
	animation-fill-mode: forwards;
	animation-duration: 1000ms;
	animation-name: ani-slide-up;
}

.start-description {
	padding-top: 40px;
	transition: all 0.3s ease;
	animation-fill-mode: forwards;
	animation-duration: 1000ms;
	animation-name: ani-slide-up;
}

@keyframes ani-slide-up {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.nh-title {
	font-weight: unset;
	font-size: 36px;
	line-height: 44px;
	color: rgb(0, 0, 0);
	overflow-wrap: break-word;
	display: block;
	margin-bottom: 0.5rem;
}

.time-info {
	font-size: 0.875rem;
	color: #374151;
}

.start-button {
	margin-bottom: 1rem;
	display: inline;
}

.responsive {
	width: 100%;
	height: auto;
}

/* Font styles */
.font-without-img {
	color: #222 !important;
	font-size: 20px;
}

.font-with-img {
	color: #000;
	font-size: 14px;
	position: relative;
	width: 85% !important;
	display: block !important;
	padding-left: 0;
}

.font-ques,
.wrapper section .click-enter button,
.nh-group-button button,
.answer button {
	font-size: 24px;
}

/* Arrow Animation */
.arrows {
	width: 60px;
	height: 72px;
	position: fixed;
	left: 10%;
	bottom: 50%;
	display: none;
}

.arrows path {
	stroke: #2994d1;
	fill: transparent;
	stroke-width: 1px;
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes arrow {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.arrows path.a1 {
	animation-delay: -1s;
	-webkit-animation-delay: -1s;
}

.arrows path.a2 {
	animation-delay: -0.5s;
	-webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
}

.start-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	overflow: hidden;
}

.loading-bar-container {
	position: relative;
	width: 50%;
	max-width: 200px;
	height: 4px;
	background-color: #f0f0f0;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
}

.loading-bar-solid {
	position: absolute;
	top: 0;
	left: 100%;
	width: 50%;
	height: 100%;
	background-color: #000000;
	border-radius: 2px;
	animation: flowRightToLeftSolid 1.8s ease-in-out infinite;
	transform: translateZ(0);
	will-change: transform;
}

@keyframes flowRightToLeftSolid {
	0% {
		left: 100%;
	}
	100% {
		left: -30%;
	}
}

@keyframes fadeInOut {
	0%,
	100% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
}

@media screen and (max-width: 768px) {
	.loading-bar-container {
		width: 60%;
		max-width: 150px;
		height: 3px;
	}

	.powered-text {
		font-size: 12px !important;
	}

	.brand-name {
		font-size: 20px !important;
	}
}

.loading-branding {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.2;
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

/* Fade in upward animation */
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.loading-branding.fade-out-up {
	animation: none;
	opacity: 1;
	transform: translateY(0);
	animation: fadeOutUp 0.6s ease-in forwards;
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-30px);
	}
}

.powered-text {
	display: block;
	font-size: 15px;
	color: #888;
	text-transform: lowercase;
	font-weight: 400;
	margin-bottom: 2px;
	letter-spacing: 0.5px;
}

.brand-name {
	display: block;
	font-size: 22px;
	color: #262627;
	font-weight: 700;
	letter-spacing: 0.3px;
}

.loading-branding-prominent {
	margin-bottom: 50px;
	text-align: center;
}

.loading-branding-prominent .powered-text {
	display: block;
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

.loading-branding-prominent .brand-name {
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	letter-spacing: 1px;
}

.country-selector {
	position: relative;
	width: fit-content;
}

.flag_dropdown {
	display: flex;
	align-items: center;
	gap: 5px;
}

.search-header {
	display: flex;
	align-items: center;
}

.search-header h2 {
	color: #888;
	font-size: 16px;
	font-weight: normal;
}

.selected-country {
	display: flex;
	align-items: center;
}

.country-info {
	display: flex;
	align-items: center;
}

.phone-code {
	margin-left: 10px;
	color: #333;
}

.country-name {
	margin-right: 10px;
	color: #333;
}

.flag-img {
	width: 30px;
	height: 20px;
	object-fit: cover;
	border: 1px solid #eee;
}

.dropdown {
	position: absolute;
	width: 100%;
	top: 0;
	max-height: 250px;
	overflow-y: auto;
	background-color: white;
	border: 2px solid #000000;
	border-radius: 10px !important;
	z-index: 1000;
	display: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transform: translateY(20px);
}

.dropdown.active {
	display: block;
}

.country-option {
	transition: background-color 0.2s ease;
}

.country-option:hover {
	background-color: #f5f5f5;
}

.search-input {
	width: 100% 0 !important;
	padding: 5px 0 !important;
	border: none !important;
	margin: 5px 0 !important;
	position: sticky 0 !important;
	top: 0 0 !important;
	background-color: white 0 !important;
}

.search-input:focus {
	outline: none !important;
}

.country-option {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
	border: 1px solid #000000;
	margin-bottom: 5px;
	margin-right: 5px;
	cursor: pointer;
	background-color: #3b3c3d1a;
	border-radius: 5px;
}

.country-option:hover {
	background-color: #f5f5f5;
}

.search-container {
	padding: 10px;
	background-color: white;
	border-bottom: 1px solid #eee;
	position: sticky;
	top: 0;
}

.submit-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	text-align: center;
	padding: 2rem;
}

.submit-button-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

.enter-instruction {
	font-size: 1.3rem;
	white-space: nowrap;
}

.enter-instruction strong {
	font-weight: 600;
}

#sendButton {
	color: #7a7a7a;
	border: none;
	border-radius: 5px;
	padding: 12px 13px;
	font-size: 24px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	transition: all 0.3s ease;
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
	.submit-container {
		padding: 1rem;
	}

	#sendButton {
		position: fixed;
		background-color: #fff;
		border: 1px solid #eee;
		border-radius: 4px;
		padding: 10px 15px;
		width: 98%;
		font-weight: 400;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0px 5px;
	}

	.enter-instruction {
		display: none;
	}
}

/* RTL support */
[dir="rtl"] .submit-container {
	direction: rtl;
}

.wrapper .send.submit-styled {
	background: none;
	padding: 0;
	margin: 0;
	height: auto;
}

.wrapper .send.submit-styled button {
	border: none;
	background: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	width: auto;
	font-size: inherit;
	color: inherit;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
	.loading-branding {
		margin-bottom: 30px;
	}

	.powered-text {
		font-size: 10px;
	}

	.brand-name {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.start-loading {
		top: -30px;
	}
	.loading-branding {
		margin-bottom: 25px;
	}

	.powered-text {
		font-size: 9px;
	}

	.brand-name {
		font-size: 13px;
	}
}

/* Loading Animation */
.twoToneButton.spinning {
	background-color: #fff;
	padding-right: 40px;
}

.twoToneButton {
	position: relative;
}

.twoToneButton.spinning:after {
	content: "";
	right: 10;
	top: 50%;
	width: 0;
	height: 0;
	box-shadow: 0 0 0 1px #fff;
	position: absolute;
	border-radius: 50%;
	-webkit-animation:
		rotate360 0.5s infinite linear,
		exist 0.1s forwards ease;
	animation:
		rotate360 0.5s infinite linear,
		exist 0.1s forwards ease;
}

.twoToneButton.spinning:before {
	content: "";
	width: 0;
	height: 0;
	right: 10;
	border-radius: 50%;
	top: 50%;
	position: absolute;
	border: 2px solid #000000;
	border-right: 3px solid #fff;
	-webkit-animation:
		rotate360 0.5s infinite linear,
		exist 0.1s forwards ease;
	animation:
		rotate360 0.5s infinite linear,
		exist 0.1s forwards ease;
}

@-webkit-keyframes rotate360 {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate360 {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes exist {
	100% {
		width: 15px;
		height: 15px;
		margin: -8px 5px 0 0;
	}
}

@keyframes exist {
	100% {
		width: 15px;
		height: 15px;
		margin: -8px 5px 0 0;
	}
}

.padding-box {
	display: none;
}

.res-mr-2 {
	padding-right: 32px;
}

.res-mr-4 {
	padding-right: 74px;
}

.res-card-container {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.res-card {
	flex: 1 1 calc(25% - 16px);
	box-sizing: border-box;
	background: #f2f2f2;
	padding: 20px;
	text-align: center;
}

@media screen and (max-width: 992px) {
	.res-card {
		flex: 1 1 calc(33.333% - 16px);
	}
}

@media (max-width: 768px) {
	.res-card {
		flex: 1 1 calc(50% - 16px);
	}
}

@media (max-width: 480px) {
	.res-card {
		flex: 1 1 100%;
	}
}

/* Media Queries */
@media screen and (max-width: 768px) {
	.res-mr-2 {
		padding-right: 0 !important;
	}

	.res-mr-4 {
		padding-right: 0;
	}

	.padding-box {
		display: none;
	}

	.q-thumb {
		display: flex;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		height: 180px;
		background-position: center center;
		background-size: cover;
	}

	.thank-you {
		width: 100%;
	}

	.thank-you button {
		padding: 3px 30px;
		font-size: 15px;
	}

	.thank-you h1 {
		font-size: 15px !important;
		margin-bottom: 50px;
	}

	#nh-sure {
		width: 95%;
		margin: 0 auto;
		height: 49px;
		line-height: 36px;
		padding: 5px 12px 0 12px;
	}

	.nh-intro {
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) {
	.thank-you button {
		padding: 10px 60px;
		font-size: 20px;
	}

	.thank-you h1 {
		font-size: 30px;
		margin-bottom: 125px;
	}
}

.input-container {
	position: relative;
	flex: 1;
}

.part .answer {
	padding: 0 4%;
}

.custom-date-input {
	max-width: 50%;
	text-align: left;
	margin-bottom: 5px;
}

/* Legacy support for arabic-date-input class */
.arabic-date-input {
	max-width: 50%;
	text-align: left;
	margin-bottom: 5px;
}

.date-labels {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 5px;
	color: #333;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.input-container {
		width: 60px;
	}

	.part .answer {
		padding: 0 6%;
	}

	.date-part-input {
		width: 60px !important;
		outline: none;
		border-bottom: 1px solid gray;
	}

	.custom-date-input,
	.arabic-date-input {
		max-width: 70%;
		text-align: left;
		margin-bottom: 5px;
	}

	.date-part-input:focus {
		border-bottom-color: #007bff;
	}
}

/* ============================================
   Enhanced File Upload Styles 
   ============================================ */

/* File Upload Container Styles */
.custom-file-upload-container {
	width: 100%;
	margin: 20px 0;
	direction: ltr;
}

/* Base upload area */
.upload-area {
	border: 1.5px dashed rgba(92, 92, 92, 0.6);
	border-radius: 3px;
	padding: 40px;
	text-align: center;
	transition: all 0.3s ease;
	cursor: pointer;
	background-color: rgba(92, 92, 92, 0.05);
	position: relative;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.upload-area:hover {
	background-color: rgba(92, 92, 92, 0.1);
	border-color: rgba(92, 92, 92, 0.8);
}

.upload-area.dragover {
	border-color: #3b3c3d;
	background-color: rgba(92, 92, 92, 0.2);
}

.upload-area.uploading {
	cursor: not-allowed;
	opacity: 0.8;
}

/* Upload States - Control visibility */
.upload-initial,
.upload-progress,
.upload-preview {
	width: 100%;
	display: none;
}

.upload-area.state-initial .upload-initial {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.upload-area.state-uploading .upload-progress {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.upload-area.state-preview .upload-preview {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

/* ============================================
   Initial Upload State Styles
   ============================================ */

.upload-icon {
	margin-bottom: 20px;
}

.upload-icon svg {
	opacity: 0.6;
}

.upload-text {
	direction: ltr;
}

.upload-text .main-text {
	font-size: 20px;
	color: rgb(55, 64, 74);
	margin-bottom: 8px;
	font-weight: 400;
}

.upload-text .size-limit {
	font-size: 14px;
	color: rgb(92, 92, 92);
}

/* ============================================
   Upload Progress State Styles
   ============================================ */

.upload-progress p {
	font-size: 18px;
	color: rgba(92, 92, 92, 0.2);
	margin-bottom: 15px;
}

.progress-container {
	width: 100%;
	max-width: 300px;
	height: 6px;
	background-color: rgba(92, 92, 92, 0.2);
	border-radius: 3px;
	overflow: hidden;
	margin-top: 20px;
}

.upload-progress-bar {
	height: 100%;
	background-color: #3b3c3d;
	width: 0%;
	transition: width 0.3s ease;
}

.progress-text {
	margin-top: 10px;
	font-size: 14px;
	color: rgb(92, 92, 92);
}

/* ============================================
   Preview State Styles - NEW STRUCTURE
   ============================================ */

/* Upload area in preview state */
.upload-area.state-preview {
	border: 1.5px dashed rgba(92, 92, 92, 0.6);
	border-radius: 3px;
	padding: 40px;
	text-align: center;
	background-color: rgba(92, 92, 92, 0.05);
	position: relative;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* Preview container - transparent wrapper */
.preview-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 0;
	background: transparent;
	border: none;
}

/* Inner bordered container */
.preview-inner-container {
	border: 1.5px solid rgba(92, 92, 92, 0.6);
	border-radius: 3px;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	width: auto;
	overflow: hidden;
}

/* Document preview section with gray background */
.document-preview-section {
	width: 100%;
	height: 200px;
	background: rgba(59, 60, 61, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(92, 92, 92, 0.6);
	padding: 0 40px;
}

/* Document icon */
.document-icon {
	width: 80px;
	height: 80px;
	fill: #3b3c3d;
}

/* Bottom section with controls */
.preview-bottom-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 15px 20px;
	background: rgba(92, 92, 92, 0.05);
}

/* Close button - no border */
.preview-close {
	width: 24px;
	height: 24px;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: opacity 0.3s ease;
}

.preview-close:hover {
	opacity: 0.7;
}

.preview-close svg {
	width: 18px;
	height: 18px;
	stroke: #666;
}

/* Filename display */
.file-name-display {
	font-size: 16px;
	color: rgb(55, 64, 74);
	text-align: center;
}

/* Hide original/old elements */
.document-preview,
.file-name,
.file-name-box {
	display: none !important;
}

/* File input - hidden but functional */
.upload-area .file-input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	opacity: 0 !important;
}

/* ============================================
   Animations
   ============================================ */

@keyframes fadeInUpload {
	from {
		opacity: 0.1;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.upload-progress,
.upload-preview {
	animation: fadeInUpload 0.3s ease;
}

/* ============================================
   Mobile Responsive
   ============================================ */

@media screen and (max-width: 768px) {
	.custom-file-upload-container {
		width: 100%;
		margin: 10px 0;
	}

	.upload-area {
		padding: 20px;
		min-height: 300px;
	}

	.upload-area.state-preview {
		padding: 30px 20px;
		min-height: 300px;
	}

	.upload-icon svg {
		width: 48px;
		height: 48px;
	}

	.upload-text .main-text {
		font-size: 16px;
	}

	.upload-text .size-limit {
		font-size: 12px;
	}

	.document-preview-section {
		height: 150px;
		padding: 0 30px;
	}

	.document-icon {
		width: 60px;
		height: 60px;
	}

	.preview-bottom-section {
		padding: 12px 15px;
	}

	.progress-container {
		max-width: 90%;
	}
}

/* ============================================
   Integration with Survey Form
   ============================================ */

/* Check file upload hidden input */
.check_file_upload {
	display: none;
}

.date-fields .input-container {
	flex: auto;
}

.date-fields {
	display: flex;
	height: 60px;
	flex-direction: row;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.date-labels {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 5px;
		color: #333;
		font-size: 16px;
	}

	.year-label,
	.day-label,
	.month-label {
		flex: 1;
		text-align: center;
	}

	.input-container {
		position: relative;
		flex: 1;
	}

	.date-part-input {
		width: 100%;
		border: none;
		text-align: center;
		font-size: 24px;
		background: transparent;
		color: #333;
		padding: 8px 0;
	}

	.date-part-input::placeholder {
		color: #ccc;
	}

	.input-underline {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background-color: #ccc;
	}

	.date-separator {
		padding: 0 15px;
		font-size: 24px;
		color: #333;
	}

	.date-error-message {
		background-color: #f8d7da;
		color: #8b0000;
		padding: 10px;
		border-radius: 4px;
		margin-top: 10px;
		display: flex;
		align-items: center;
		font-size: 14px;
	}

	.date-error-message svg {
		margin-left: 8px;
	}

	.enter-hint {
		text-align: center;
		margin: 20px 0;
		color: #666;
	}

	.enter-key {
		font-weight: bold;
		color: #333;
	}

	.date-part-input:focus {
		outline: none;
	}

	.date-part-input:focus + .input-underline {
		height: 2px;
		background-color: #007bff;
	}

	/* Validation styles */
	.date-part-input.invalid + .input-underline {
		background-color: #dc3545;
		height: 2px;
	}

	.agree-button {
		background-color: #ffffff;
		color: #7a7a7a;
		border: none;
		border-radius: 5px;
		padding: 6px 21px;
		font-size: 20px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
		cursor: pointer;
		margin: 10px 4.5% 0 13px;
		transition: all 0.3s ease;
	}

	.btn-start:hover,
	.agree-button:hover {
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
		transform: translateY(-1px);
	}

	.text-keyboard button {
		display: none !important;
	}

	#countdown {
		padding-left: 20px;
	}
}

@media screen and (max-width: 768px) {
	.start-description {
		width: 90%;
		margin: 0 auto;
		padding-top: 15px;
	}

	#bottom-page .bottom-page-br {
		padding: 0;
	}

	.part .col-sm-4 {
		padding: 0;
	}

	section .answer input {
		margin-left: 0;
	}

	.start-img img {
		width: 75%;
		padding: 8px;
	}

	.fixedElement {
		padding-right: 10%;
		padding-left: 10%;
	}

	.fixedElement .text-q {
		width: 70%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
		vertical-align: bottom;
	}

	.fixedElement span,
	.fixedElement i {
		margin-left: 10px;
	}

	.wrapper {
		padding-top: 5px;
		width: 90%;
	}

	.text-keyboard i {
		display: inline-block;
	}

	.text-keyboard input[type="text"],
	.text-keyboard input[type="number"] {
		border: 1px dashed #ccc;
		padding: 25px 10px;
	}

	section .answer input::placeholder {
		font-size: 15px !important;
	}

	#bottom-page .up i,
	#bottom-page .down i,
	.left i {
		font-size: 27px;
	}

	.nh-progress {
		padding: 28px 0 !important;
	}

	#bottom-page .group-button {
		top: 65% !important;
	}

	.nh-progress .progress {
		width: 60%;
	}

	#countdown {
		font-size: 30px !important;
		position: fixed;
		vertical-align: middle;
		left: 0;
		bottom: 35 !important;
		top: auto !important;
		transform: translate(0%, -50%);
		text-align: center;
		background: #ccc;
		z-index: 1000;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.rating-star label {
		width: 40px;
	}

	.font-without-img {
		font-size: 16px !important;
	}

	.font-ques,
	.wrapper section .click-enter button,
	.nh-group-button button,
	.answer button {
		font-size: 20px !important;
	}

	.nh-group-button {
		margin-right: 20px;
	}
}

@media screen and (min-width: 320px) and (max-width: 450px) {
	.nh-group-button button {
		width: 50px;
	}

	.q-one-answer .answer,
	.q-multi-answer .answer {
		padding: 0 !important;
	}
}

@media screen and (min-width: 457px) and (max-width: 650px) {
	.nh-group-button button {
		width: 70px;
		height: 40px;
	}

	.q-one-answer .answer,
	.q-multi-answer .answer {
		padding: 0 !important;
	}
}

@media screen and (min-width: 767px) and (max-width: 1050px) {
	.nh-progress {
		width: 100%;
	}

	.start-img img {
		width: 70%;
	}
}

/* Media query for mobile devices */
@media screen and (max-width: 768px) {
	.start-img img {
		width: 90%;
		margin: 0px 0px 0px 0px;
	}
}

@media screen and (max-width: 1100px) {
	.nh-progress {
		padding: 20px 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1230px) {
	.nh-progress {
		width: 100%;
	}

	.fixedElement {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media screen and (min-width: 1231px) and (max-width: 1300px) {
	.fixedElement {
		padding-left: 17%;
		padding-right: 17%;
	}
}

@media screen and (min-width: 1331px) and (max-width: 1700px) {
	.fixedElement {
		padding-left: 21%;
		padding-right: 21%;
	}
}

@media screen and (min-width: 1231px) {
	.wrapper .send {
		padding-right: 100px;
	}
}

@media screen and (max-width: 1230px) {
	.wrapper section {
		padding: 50px 0;
	}
}

@media screen and (min-width: 1301px) and (max-width: 1700px) {
	.wrapper,
	.nh-progress {
		width: 70% !important;
	}
}

@media screen and (min-width: 1701px) and (max-width: 2100px) {
	.wrapper,
	.nh-progress {
		width: 60% !important;
	}

	.fixedElement {
		padding-left: 25%;
		padding-right: 25%;
	}
}

@media screen and (min-width: 2101px) and (max-width: 2560px) {
	.wrapper,
	.nh-progress {
		width: 60% !important;
	}

	.fixedElement {
		padding-left: 24%;
		padding-right: 24%;
	}
}

.banner-image {
	width: 60%;
	height: auto;
}

/* Media query for mobile devices */
@media screen and (max-width: 768px) {
	.banner-image {
		width: 100%;
		margin: 50px 0px 0px 0px;
	}
}
	padding-left: 10px; /* Left padding for LTR */
}