/*
Theme Name: Wecheer Mars IDV
Author: Ali Alaa El Dine
Version: 1.0.09
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Manjari:wght@400;700&display=swap');
@font-face {
    font-family: 'Gotham';
    src: url('font/Gotham.eot');
    src: url('font/Gotham.eot?#iefix') format('embedded-opentype'),
        url('font/Gotham.woff2') format('woff2'),
        url('font/Gotham.woff') format('woff'),
        url('font/Gotham.ttf') format('truetype'),
        url('font/Gotham.otf') format('otf'),
        url('font/Gotham.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('font/GothamBold.eot');
    src: url('font/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('font/GothamBold.woff2') format('woff2'),
        url('font/GothamBold.woff') format('woff'),
        url('font/GothamBold.ttf') format('truetype'),
        url('font/GothamBold.otf') format('otf'),
        url('font/GothamBold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Aeroport';
    src: url('font/Aeroport-Bold.eot');
    src: url('font/Aeroport-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/Aeroport-Bold.woff2') format('woff2'),
        url('font/Aeroport-Bold.woff') format('woff'),
        url('font/Aeroport-Bold.ttf') format('truetype'),
        url('font/Aeroport-Bold.svg#Aeroport-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aeroport';
    src: url('font/Aeroport.eot');
    src: url('font/Aeroport.eot?#iefix') format('embedded-opentype'),
        url('font/Aeroport.woff2') format('woff2'),
        url('font/Aeroport.woff') format('woff'),
        url('font/Aeroport.ttf') format('truetype'),
        url('font/Aeroport.svg#Aeroport') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'AdobeArabic';
  src: url('font/AdobeArabic-Bold.eot');
  src: url('font/AdobeArabic-Bold.woff2') format('woff2'),
      url('font/AdobeArabic-Bold.woff') format('woff'),
      url('font/AdobeArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Twix Highlight';
  src: url('font/TwixHighlightCompressed.eot');
  src: url('font/TwixHighlightCompressed.woff2') format('woff2'),
      url('font/TwixHighlightCompressed.woff') format('woff'),
      url('font/TwixHighlightCompressed.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('font/Montserrat-ExtraBold.eot');
  src: url('font/Montserrat-ExtraBold.woff2') format('woff2'),
      url('font/Montserrat-ExtraBold.woff') format('woff'),
      url('font/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Gotham', Arial, Helvetica, "sans-serif";
    font-weight: 400;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea, a, button{
    outline: none !important;
}

.wecheer-sec-wrap {
    max-width: 375px;
    margin: 0 auto;
    background-color: #fff;
    padding: 25px 0;
    position: relative;
}
.wecheer-sec-wrap img {
	display: block;
	width: 100%;
}
.mars-img .wecheer-sec-wrap {
	padding: 0;
	position: relative;
}
.mars-form .wecheer-sec-wrap {
	background-color: #f1a723;
	color: #4f2c1d;
	padding: 25px 15px;
    overflow-x: hidden;
}

.mars-form-title {
	text-transform: uppercase;
	font-size: 30px;
	padding-bottom: 30px;
	font-family: 'Trim Poster';
	font-weight: 800;
	letter-spacing: 1.3px;
	line-height: normal;
}
.mars-form .mars-email label{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
.mars-form .mars-checkbox {
	font-size: 12px;
	padding: 15px 0;
    text-align: center;
}
.mars-submit .wpcf7-form-control.wpcf7-submit {
	background: linear-gradient(92.61deg, #D02C26 7.86%, #870E16 88.93%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 48px;
	color: #fff;
	width: 214px;
	height: 50px;
	border: 0 none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mars-submit .wpcf7-form-control.wpcf7-submit:hover {
	opacity: 0.9;
}

.mars-form .mars-submit {
	text-align: center;
	position: relative;
    padding-top: 20px;
}
.mars-form .wpcf7 .ajax-loader {
	position: absolute;
	left: 40%;
	bottom: -32px;
    background-color: red;
}
.mars-form .wpcf7-form-control-wrap {
	position: relative;
}
.mars-form .wpcf7-not-valid-tip {
	font-size: 12px;
	position: absolute;
	bottom: -18px;
    display: none;
    color: #f54b4b;
}
.mars-form .wpcf7-not-valid-tip.show {
    display: block;
}
.mars-form label {
  margin-bottom: 0;
  padding-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  color: #512b1a;
  width: 100%;
}
.mars-form .wpcf7-list-item {
	margin: 0;
}
.mars-form .wpcf7-response-output {
	display: none;
}

/* The container */
.wpcf7-list-item label{
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.wpcf7-list-item-label::before {
	position: absolute;
	top: 3px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}

.wpcf7-list-item label .wpcf7-list-item-label::after {
	left: 6px;
	top: 5px;
	width: 5px;
	height: 9px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gateway-bg {
	position: absolute;
	top: 0;
    z-index: -1;
}
.bg2 {
	position: absolute;
	bottom: 0;
}
.wecheer-older{
    display: block;
}
.gateway-logo {
	padding: 15px 0 65px 15px;
	position: relative;
    direction: ltr;
}
.gateway-logo img {
	max-width: 97px;
}
.gateway-older {
    max-width: 630px;
    margin: 0 auto;
}
.gateway-ans {
	position: relative;
	padding: 0 0 60px;
	font-size: 0;
    max-width: 460px;
    margin: 0 auto;
    direction: ltr;
}
.ans-col {
	display: inline-block;
	width: 50%;
	padding: 0 25px;
}

.gateway-btn {
	border: 1px solid #fff;
	padding: 16px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
    line-height: 16px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	cursor: pointer;
    background:transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.gateway-btn:hover{
    background: linear-gradient(92.61deg, #00B4E4 7.86%, #0057A4 88.93%);
}
.gateway-footer {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 0;
    font-family: 'Aeroport', Arial, Helvetica, "sans-serif";
}
.gateway-footer.not {
	padding-top: 15px;
}
.start-wrap {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
a.start-now {
	background: #e1a02f;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 48px;
	color: #fff;
	width: 200px;
	height: 55px;
    line-height: 55px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
    border: 0 none;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    display: block;
}

.promoter-text {
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 12px;
  font-family: 'AdobeArabic';
  font-weight: 700;
  margin-top: -10px;
  color: #512b1a;
}
.wecheer-sec.mars-form {
	z-index: 10;
	position: relative;
    font-family: 'Aeroport', Arial, Helvetica, "sans-serif";
}
.wpcf7-form {
	max-width: 375px;
	margin: 0 auto;
}

.mars-submitbtn {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    background-color: #cb0d0f;
    border: 0 none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    font-family: 'Aeroport', Arial, Helvetica, "sans-serif";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    max-width: 240px;
    width: 100%;
    padding: 15px 10px;
    transition: all 300ms ease;
    border-radius: 50px;
}
.mars-submit.disabled .mars-submitbtn{
    opacity: 0.6;
}
.mars-inpwrap input {
	width: 100%;
	background-color: transparent;
	color: #fff;
	padding: 10px;
	border: 1px solid #fff;
}

#wpcf7-f8-o1 {
	display: none;
}
.mars-inpwrap {
	padding-bottom: 20px;
	position: relative;
}

.mars-inpwrap label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.menu-lang{
    position: relative;
    font-size: 0;
    padding: 0 10px;
    direction: ltr;
}
.menu-lang .lang-col{
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    padding: 5px;
}
.menu-lang .lang-col a:hover, .menu-lang .lang-col.current a{
    background: #00B4E4;
    border: 1px solid #00A6E8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.menu-lang .lang-col a {
	display: block;
	text-align: center;
	border: 1px solid #fff;
	padding: 7px;
	letter-spacing: 1px;
    font-family: 'Aeroport', Arial, Helvetica, "sans-serif";
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.choose-lang {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	font-family: 'Aeroport', Arial, Helvetica, "sans-serif";
	text-align: center;
	padding-bottom: 10px;
}

.gateway-olderwrap{
    position: relative;
}
.gateway-languages {
	position: absolute;
	width: 100%;
	top: 0;
}

.ml .gateway-footer, .ml .gateway-btn, .ml .mars-inpwrap input, .ml .wecheer-sec.mars-form, .ml a.start-now, .ml .mars-submitbtn, .ml .choose-lang {
	font-family: 'Manjari', sans-serif;
}
.ml .mars-form .wecheer-sec-wrap {
	padding: 0px 15px 25px;
}
.ur .mars-form .wecheer-sec-wrap {
	padding: 5px 15px 25px;
}
.ur .gateway-footer, .ur .gateway-btn, .ur .mars-inpwrap input, .ur .wecheer-sec.mars-form, .ur a.start-now, .ur .mars-submitbtn, .ur .choose-lang {
	font-family: 'Cairo', sans-serif;
}
.ur .mars-inpwrap, .ur .mars-form .mars-checkbox {
	text-align: right;
}
.ur .wpcf7-list-item-label::before {
	right: 0;
    left: auto;
}
.ur .wpcf7-list-item label {
	padding-right: 25px;
	padding-left: 0;
}
.ur .wpcf7-list-item label .wpcf7-list-item-label::after {
    right: 6px;
    left: auto;
}

.wecheer-notolder .wecheer-sec-wrap {
	padding: 0;
}

.ar .gateway-footer, .ar .gateway-btn, .ar .mars-inpwrap input, .ar .wecheer-sec.mars-form, .ar a.start-now, .ar .mars-submitbtn, .ar .choose-lang {
	font-family: 'Twix Highlight', sans-serif;
}
.ar .mars-inpwrap, .ar .mars-form .mars-checkbox {
	text-align: right;
}
.ar .wpcf7-list-item-label::before {
	right: 0;
    left: auto;
}
.ar .wpcf7-list-item label {
	padding-right: 25px;
	padding-left: 0;
}
.ar .wpcf7-list-item label .wpcf7-list-item-label::after {
    right: 6px;
    left: auto;
}
.ar .mars-inpwrap label {
    font-size: 12px;
}
.ml .mars-form .your-customerid .wpcf7-not-valid-tip.nomatch {
	font-size: 11px;
	bottom: -30px;
	line-height: 12px;
}

.back-to-form{
  position: absolute;
  left: 15px;
  top: 5px;
}

.back-to-form a{
  display: inline-block;
  max-width: 20px;
  cursor: pointer;
}

.back-to-form a svg{
  width: 100%;
  height: 100%;
  display: block;
}

.tc-page .vuse-page-cont{
  font-family: 'Aeroport', Arial, Helvetica, "sans-serif";
  color: #fff;
  font-size: 14px;
  padding: 15px 10px 0;
}

.tc-page .vuse-page-cont strong, .tc-page .vuse-page-cont b {
    font-weight: 700;
}

.tc-page .vuse-page-cont a{
  color: #fff;
  text-decoration: underline;
}

.wpcf7-list-item label a{
  color: #fff;
}

.idv-form .lock-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

.tc-page.ur .vuse-page-cont {
	/*
	font-family: 'Cairo', sans-serif;
	text-align: right;
	*/
	direction:ltr;
}
.tc-page li {
	padding-bottom: 5px;
}

.draw-video .wecheer-older{
  display: block;
}

.wecheer-content-block.draw-video .video-page {
  background: #173667;
  min-height: 100vh;
}

.wecheer-content-block.draw-video .video-page .video-page-wrap {
  max-width: 1024px;
  margin: 0 auto;
}

.wecheer-content-block.draw-video .video-page .video-page-wrap .mars-logo{
  max-width: 320px;
  margin: 0 auto;
  padding: 40px 15px;
  width: 80%;
}

.wecheer-content-block.draw-video .video-page .video-page-wrap .mars-logo img{
  width: 100%;
  height: auto;
  display: block;
}

.wecheer-content-block.draw-video .video-page .video-page-wrap .video-container{
  width: 100%;
  height: auto;
  padding: 0 15px 30px;
}

.wecheer-content-block.draw-video .video-page .video-page-wrap .draw-vid{
  width: 100%;
  height: auto;
}

.wecheer-content-block.draw-video .video-page .video-page-wrap .draw-vid video{
  width: 100%;
  height: auto;
  display: block;
}
section.wecheer-sec.vuse-page.tc-page.ar{
    text-align: right;
}

section.wecheer-sec.vuse-page.tc-page.ar .back-to-form {
    right: 15px;
    left: auto;
    transform: rotate(180deg);
}
.wecheer-sec-lang-selector a {
    color: #4f2c1d;
}
.wecheer-sec-lang-selector {
    text-align: right;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.wecheer-content-block.ar .wecheer-sec-lang-selector{
    text-align: left;
    left: 0;
    right: auto;
}
.wecheer-sec-lang-selector a{
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.wecheer-sec-lang-selector a:hover{
    opacity: 0.8;
}
.staff-page .mars-form .wecheer-sec-wrap {
	background-color: #fff;
}
.staff-page .mars-submitbtn{
  background-color: #f1a723;
}
.staff-page .mars-form .wpcf7-not-valid-tip {
	color: #f1a723;
}
.tc-page.ar .vuse-page-cont {
  font-family: 'Cairo', sans-serif;
}

.floating-btn {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 10;
  bottom: 10px;
}

.floating-btn .mars-submitbtn {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.idv-form .wpcf7-form .idv-submit{
  display: none;
}

.wecheer-sec-wrap .wpcf7 {
	position: relative;
  font-family: 'AdobeArabic', arial;
}
.wecheer-sec-wrap .wpcf7 .field-wrap {
	position: relative;
	padding-bottom: 20px;
}
.wecheer-sec-wrap .wpcf7 .wpcf7-form-control {
	width: 100%;
	border: 1px solid #4f2c1d;
	background-color: transparent;
	padding: 10px;
	border-radius: 5px;
  color: #856a5e;
  font-size: 22px;
  direction: rtl;
}
.wecheer-sec.mars-form .idv-fake-submit {
	position: relative;
	padding: 10px 0;
}
.wecheer-sec.mars-form .idv-fake-submit a {
	display: block;
	max-width: 200px;
	text-align: center;
	padding: 12px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 40px;
	margin: 0 auto;
	font-size: 22px;
  cursor: pointer;
  background: #e1a02f;
  color:#fff;
}
.wecheer-sec.mars-form .error-req {
	color: red;
	font-size: 16px;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
}
.wecheer-sec.mars-form .error-req.ar{
  right: 0;
  left: auto;
}
.wecheer-sec.mars-form .hidden-fields {
	display: none;
}
.wecheer-sec.mars-form .fld-label {
	font-size: 16px;
	display: block;
	padding-top: 2px;
}
.wecheer-content-block.staff-page.ar {
	text-align: right;
	direction: rtl;
}
.wecheer-sec.mars-form .ar.fld-label {
	color: #856a5e;
	direction: rtl;
}
.wpcf7 .ajax-loader{
  display: none;
}
.codedropz-upload-inner span {
	display: none;
}
.codedropz-btn-wrap {
	text-align: right;
}
.codedropz-btn-wrap .cd-upload-btn {
	color: #856a5e;
  display: block;
  padding: 10px;
  font-size: 18px;
}
.codedropz-upload-wrapper .codedropz-upload-handler{
  width: 100%;
  border: 1px solid #4f2c1d;
  background-color: transparent;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.codedropz-upload-wrapper .codedropz-upload-container {
	padding: 0;
}
.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image span.file {
	height: 17px;
	width: 12px;
}
.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name {
	padding: 0 0 3px;
	font-size: 13px;
}
.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image {
	width: 30px;
	height: 30px;
}
.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
	height: 12px;
}
.codedropz-upload-wrapper span.has-error-msg, .codedropz-upload-wrapper span.has-error {
	padding: 0;
	font-size: 12px;
}
.dnd-upload-status .dnd-upload-details .remove-file span::after {
	content: '';
	width: 15px;
	height: 15px;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url('assets/images/close-icon.png');
}
.wpcf7 .screen-reader-response {
	clip: auto;
	height: auto;
	width: auto;
	bottom: 0;
}
.screen-reader-response ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.screen-reader-response ul li a{
  color: red;
  font-size: 12px;
  line-height: 12px;
  display: block;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span{
  line-height: 12px;
}
.p3-page{
  direction: rtl;
}
/*
.field-wrap.location-wrap, .field-wrap.language-wrap{
  padding-bottom: 0 !important;
  margin-bottom: -10px;
}
*/

.ar .wecheer-sec-lang-selector {
    text-align: right;
    padding: 5px 10px;
    position: absolute;
    left: 15px;
    top: 7px;
    right: inherit;
}
.wecheer-sec-lang-selector ul{
	list-style-type: none;
}

.progress-wrapper{
  width: 100%;
  padding: 16px 8px;
}

.progress-wrapper p{
  font-weight: normal;
  color: #512b1a;
  font-family: 'Arial', sans-serif;
  text-align: initial;
}
.progress-label{
  width: 100%;
  display: flex;
  align-items: center;
}
/* Container for the progress bar */
.progress-container {
  display: flex;
  align-items: center;
  gap: 8px; /* Space between start, bar, and end */
  font-family: Arial, sans-serif;
  padding:0 16px;
  flex-direction: column;
}

/* Start and end values */
.start-value, .end-value {
  font-size: 16px;
  color: #512b1a;
  flex: 1;
  font-weight: bold;
  text-align: initial;
}
.start-value{
  font-size: 20px;
}
.end-value{
  text-align: right;
  font-weight: normal;
}
body[dir="rtl"] .end-value{
  text-align: left;
}
/* Progress bar container */
.progress-bar {
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  flex: 1;
}

/* Filled part of the progress bar */
.progress-fill {
  height: 24px;
  background-color: #512b1a; /* Green color */
  border-radius: 10px 0 0 10px;
  transition: width 0.3s ease; /* Smooth animation */
}
