/* Default Style */
:root {
	--font-family: 'Open Sans', sans-serif;
	--text-color: #182e86;
	--text-color-2: #ffffff;
	--heading-color: #182e86;
	--link-color: #d3e71f;
	--button-color: #f76713;
}

/*form prefix*/
/* input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
} */
/*form prefix END*/

.rtl {
	direction: rtl;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translate3d(1, 1, 1);
	transform: translate3d(1, 1, 1);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div,
a,
p,
img,
blockquote,
form,
fieldset,
textarea,
input,
label,
iframe,
code,
pre {
	display: block;
	position: relative;
}

p {
	line-height: 30px;
	font-weight: 400;
	color: var(--text-color);
	font-size: 14px;
}

a {
	text-decoration: underline;
	display: inline;
}

::-webkit-scrollbar {
	width: 0;
}

html {
	overflow-x: hidden;
}

body {
	font-family: var(--font-family);
	font-size: 14px;
	margin: 0 auto;
	background: #40c1e1;
	color: var(--text-color);

	background-repeat: repeat;
	/* background-image: url('../images/bg-light.png'); */
	background-attachment: fixed;
}
/* Default Style END*/

.background-wrapper {
	max-width: 430px;
	/* max-width: 1200px; */
	margin: 0 auto;
	padding: 10px;
	border-radius: 4px;
}

p,
ul,
ol {
	line-height: normal;
}

/* language button */
.header-icon {
	display: flex;
	justify-content: left;
	align-items: center;
}

.lang-menu {
	max-width: 430px;
	margin: 0 auto;
	position: relative;
	height: 40px;
	padding: 5px 12px;
}

a.link {
	color: var(--link-color);
}

.lang-content {
	z-index: 3;
	overflow: hidden;
	cursor: pointer;
	font-size: 1.1rem;
	float: right;
	right: 0;
	margin: 5px 5px;
	/* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
	position: absolute;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

.lang-menu img {
	width: 100px;
	padding: 6px 8px;
}

.lang-content a:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #3774a2;
}

.lang-content a:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #3774a2;
}

.langBtn1,
.langBtn2 {
	color: #3774a2;
}

.lang-selected {
	/* background: rgba(0, 0, 0, 0.25); */
	color: var(--text-color-2);
}

.lang-content a {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 8px;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
	text-decoration: none;
}

/* New Tempate Style */
.title {
	color: var(--heading-color);
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.subtitle {
	color: var(--heading-color);
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 8px;
}

.price {
	color: var(--heading-color);
	font-weight: 700;
}

.small-text {
	font-size: 12px;
}

/* TNC Section */
.tnc-title {
	text-align: center;
	margin-bottom: 8px;
	border: none;
	color: var(--heading-color);
	padding: 0;
}

.tnc-content {
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	color: var(--text-color);
	/* max-width: 340px; */
	margin: 0 auto;
	padding: 0;
}
.tnc-content.rtl {
	text-align: right;
}

.tnc-content a {
	color: var(--link-color);
}

.tnc-content.rtl {
	text-align: right;
}

.tnc-content li {
	list-style-type: disc;
	margin-bottom: 8px;
	font-size: 11px;
}

.tnc-content.rtl li:before {
	left: unset;
	right: -0.55rem;
}

.tnc-wrapper {
	position: relative;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin: 16px 0 0;
}

.section_footer {
	/* max-width: 430px; */
	margin: 0 auto 1.5rem;
	padding: 0 15px;
}

/* Responsive Portrait */
@media only screen and (min-width: 300px) and (max-width: 800px) and (orientation: portrait) {
}

.main-banner {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	margin-bottom: 1.2rem;
}

/* Input form number */
.input-label {
	text-align: center;
	margin-bottom: 10px;
}

.form-container {
	position: relative;
	max-width: 550px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

h2 {
	margin: 0 0 20px 0;
}

form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.input-container {
	display: flex;
	flex-direction: row;
	gap: 10px;

	direction: ltr;

	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.prefix {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

input.input-code[type='text'] {
	width: 29%;
	padding: 0 15px 0 50px;
	background: url(../images/flag-dz.png) no-repeat center #e9e9e9;
	background-size: 30px auto;
	background-position: 8px;
}

input[type='text'] {
	direction: ltr;
	height: 45px;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}
input.pin-input[type='text'] {
	width: 100%;
	height: 45px;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}

hr {
	width: 100%;
	border: 0;
	border-top: 1px solid var(--text-color);
	margin: 10px 0 20px 0;
}

button#submit-btn {
	margin: auto auto 1.5rem auto;
	color: var(--text-color-2);
	width: 100%;
	background-image: linear-gradient(to bottom, #6bd600, #227000);
	font-family: inherit;
	padding: 0.6em 1.3em;
	font-weight: 900;
	font-size: 18px;
	border: 3px solid black;
	border-radius: 0.4em;
	box-shadow: 0.1em 0.1em rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

button#submit-btn:hover {
	transform: translate(-0.05em, -0.05em);
	box-shadow: 0.15em 0.15em rgba(0, 0, 0, 0.2);
}

.checkbox-label {
	margin-top: 1rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.checkbox-label input {
	margin-right: 0.5rem;
}
.checkbox-label input.rtl {
	margin-left: 0.5rem;
}

/* Input form number END */

/* Footer Bottom */
.footer-wrap {
	max-width: 1200px;
	margin: auto;
	padding: 20px 0;
}
.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f9f9f9;
	flex-wrap: wrap;
}

.footer-links {
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	align-items: center;
	margin: 2rem 0 2rem 0;
}

.footer-links a {
	text-decoration: none;
	color: var(--text-color);
	text-decoration: underline;
}

.footer-links a:hover {
	transition: 0.3s ease-in-out;
	color: #1f0450;
}

/* NEW FOOTER */
.footer-section p {
	margin: 0;
	font-size: 14px;
	color: var(--text-color);
	text-align: center;
}

.footer-icons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.footer-icons img {
	width: 150px;
	height: auto;
}

/* Footer Bottom END*/

.content-items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.content-item {
	padding: 0 10px;
	justify-content: center;
	display: flex; /* Add display flex */
	gap: 8px;
	flex-direction: column;
	align-items: center; /* Center align vertically */
	text-align: center; /* Center align text content */
}

.content-item img {
	height: 35px;
	filter: invert(0.5);
}

.content-item span {
	font-size: 12px;
	font-weight: 600;
	color: #8f8f8f;
}

/* MODAL */
button.footer-modal {
	color: var(--text-color);
	background-color: transparent;
	border: none;
	cursor: pointer;
	text-decoration: underline;
}

.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	align-items: center;
	justify-content: center;
}
.modal-content {
	background: #fff;
	padding: 24px 32px;
	border-radius: 8px;
	max-width: 90vw;
	min-width: 250px;
	text-align: center;
	position: relative;
}
.modal-close {
	position: absolute;
	top: 8px;
	right: 12px;
	cursor: pointer;
	font-size: 20px;
}
