/*@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;600;700;800&display=swap');*/
.grecaptcha-badge { visibility: hidden; }
.recaptcha-notice {
    font-size: 12px;
    color: #888;
    margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
@font-face {
  font-family: 'Assistant';
  src: url('../fonts/Assistant-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url('../fonts/Assistant-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url('../fonts/Assistant-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url('../fonts/Assistant-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url('../fonts/Assistant-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url('../fonts/Assistant-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
body {
	font-family: 'Assistant', sans-serif;
	overflow-x: hidden;
	color: #18316d;
}
footer {
	background: #fff;
	border-top: 1px solid #707070;
	width: 100%;
	padding: 10px 0;
}
footer .footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
footer .copyright {
	font-weight: 300;
	color: #19285F;
	font-size:20px;
}
footer .logo:not(.copyright) {
  font-size: 15px;
  color: #19285F;
  display: flex;
  flex-direction: column;
  text-align:center;
}
footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}
footer nav ul li { display: inline-block; }
footer nav ul li a {
  text-decoration: none;
  font: normal normal 200 25px/36px Assistant;
  padding: 10px 15px;
  transition: color 0.3s ease-in-out;
  letter-spacing: -1.75px;
  color: #19285F;
}
footer nav ul li a:hover,
footer nav ul li a:focus {
  color: #007bff;
	text-decoration: underline;
}
header {
  background: #fff;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1000;
  padding: 10px 0;
}
#main-header.scrolled {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  width: 60%;
  white-space: nowrap;
}
header .logo {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -2.65px;
  color: #19285F;
  opacity: 1;
  text-decoration: none;
  font: normal normal bold 33px/49px Assistant;
  transition: transform 0.3s ease, color 0.3s ease;
}
header .logo:hover,
header .logo:focus {
	transform: scale(1.2);
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
header nav ul li {
    display: inline-block;
}
.header-create-container {
  display: inline-block;
  width: auto;
  text-align: center;
}
#headerCreateButton {
  color: #15214D;
  font-weight: 600;
  text-shadow: 0px 3px 6px #00000029;
  letter-spacing: 0px;
  border-radius: 30px;
  box-shadow: 0px 0px 5px #1F3274;
  border: 1px solid #111C43;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease, color 0.3s ease;
  border-radius: 30px;
}
#headerCreateButton:hover,
#headerCreateButton:focus {
  color: #fff;
  background-color: #2d55c7;
  box-shadow: 0 0 10px rgba(33, 65, 142, 0.5);
  outline: none;
}
.scrolled #headerCreateButton {
  background-color: #111C43;
  color: #fff;
}

header nav ul li a {
  text-decoration: none;
  font: normal normal 200 25px/36px Assistant;
  padding: 10px 15px;
  letter-spacing: -1.75px;
  color: #19285F;
  opacity: 1;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}
header nav ul li a:hover,
header nav ul li a:focus {
  color: #007bff;
  text-decoration: underline;
}
.menu-toggle{
  inline-size: 44px;
  block-size: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #19285F;
  font-size: 0;
  z-index: 1001;
}
.menu-toggle__burger{
  position: relative;
  display: block;
  width: 28px;
  height: 3px;
  background: currentColor;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(25,40,95,.2);
  transition: transform .5s ease-in-out, background .5s ease-in-out, box-shadow .5s ease-in-out;
}
.menu-toggle__burger::before,
.menu-toggle__burger::after{
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 3px;
  background: currentColor;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(25,40,95,.2);
  transition: transform .5s ease-in-out, background .5s ease-in-out, box-shadow .5s ease-in-out;
}
.menu-toggle__burger::before{ transform: translateY(-8px); }
.menu-toggle__burger::after { transform: translateY( 8px); }
.menu-toggle.is-open .menu-toggle__burger{
  transform: translateX(-38px);
  background: transparent;
  box-shadow: none;
}
.menu-toggle.is-open .menu-toggle__burger::before{
  transform: rotate(45deg) translate(26px, -26px);
}
.menu-toggle.is-open .menu-toggle__burger::after{
  transform: rotate(-45deg) translate(26px, 26px);
}
@media (prefers-reduced-motion: reduce){
  .menu-toggle__burger,
  .menu-toggle__burger::before,
  .menu-toggle__burger::after{ transition: none !important; }
}
@media (forced-colors: active){
  .menu-toggle{ color: CanvasText; }
  .menu-toggle__burger,
  .menu-toggle__burger::before,
  .menu-toggle__burger::after{
    background: CanvasText;
    box-shadow: none;
  }
}
.menu-toggle:hover,
.menu-toggle:focus {
	transform: scale(1.05);
	outline: none;
}
.menu-toggle:active {
	transform: scale(0.98);
}
.mylnk-creator-logo {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -1px;
  font-weight: normal;
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  #headerCreateButton:hover,
  #headerCreateButton:focus {
    transform: scale(1.03);
  }
}
@media screen and (max-width: 1200px) {
    footer { padding-bottom: 80px; }
    .header-create-container {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 80px;
      opacity: 0;
      transform: translateY(20px);
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.4s ease, transform 0.4s ease;
    }
    .scrolled .header-create-container {
      opacity: 1;
      transform: translateY(0);
      visibility: visible;
      pointer-events: auto;
      display: flex;
    }
    header:has(.menu.show) {
      background-color: white;
    }
    /*#main-header > .header-container > a:first-of-type { display: none; }*/
    .header-create-container {
      background-color: #fff;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px 0; 
      box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
      z-index: 999;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #headerCreateButton {
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      z-index: 999;
      font-size: 21px;
      padding: 10px 20px;
      white-space: nowrap;
      max-width: 90vw;
      overflow: hidden;
      text-overflow: ellipsis;
      border: none;
      background-color: #111C43;
      color: white;
      cursor: pointer;
    }
    header .menu {
      opacity: 0;
      transform: scaleY(0);
      transform-origin: top;
      transition: transform 0.3s ease, opacity 0.3s ease;
      flex-direction: column;
      position: absolute;
      top: 60px;
      right: 0;
      background: #fff;
      width: 100%;
      text-align: center;
      pointer-events: none;
      z-index: 999;
    }
    header .menu li {
      padding: 15px 0;
    }
    header .menu-toggle {
        display: block;
    }
    header .menu.show {
        display: flex;
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
    }
    footer .menu {
      display: flex;
      flex-direction: column;
      text-align: center;
    }
    footer .footer-container {
      flex-direction: column-reverse;
    }
    header .header-container{
      justify-content: space-between;
      width:60%;
    }
}
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}
#preloader.hidden {
	opacity: 0;
	visibility: hidden;
}
.loader {
	border: 5px solid rgba(255, 255, 255, 0.3);
	border-top: 5px solid #000;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body, html {
	height: 100%;
	width: 100%;
}
.separator {
	width: 100%;
	border-top: 2px solid #19285F;
	margin: 20px 0;
}
.button-container {
    /* width: 100%; */
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    /* justify-content: space-between; */
    align-items: center;
}
.button-container button[type="submit"] {
  font-weight: 600;
  text-shadow: 0px 3px 6px #00000029;
  letter-spacing: 0px;
  border-radius: 10px;
  background-color: #111C43;
  box-shadow: 0px 0px 5px #1F3274;
  color: white;
  font-size: 25px;
  cursor: pointer;
  border: none;
  /* padding: 10px 20px; */
  padding: 9px 97px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}
.button-container button[type="submit"]:hover,
.button-container button[type="submit"]:focus {
	background-color: #2d55c7;
	box-shadow: 0 0 10px rgba(33, 65, 142, 0.5);
	transform: scale(1.03);
	outline: none;
}
.button-container button[type="button"] {
	background: url('../icons/back.svg') no-repeat center;
	/* background-size: 20px 20px; */
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	border: none;
	cursor: pointer;
	border-radius: 15px;
	transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.button-container button[type="button"]:hover,
.button-container button[type="button"]:focus {
	/* box-shadow: 0 0 8px rgba(33, 65, 142, 0.4); */
	transform: scale(1.1);
	outline: none;
}
.right .title {
	font-size: 50px;
	text-align: center;
	letter-spacing: -1.01px;
	color: #19285F;
	font-weight: bold;
	line-height: 35px;
}
.right .subtitle {
	font-size: 20px;
	text-align: center;
	color: #19285F;
	letter-spacing: 0px;
	font-weight: 300;
}
.left h2 {
	font-size: 40px;
	text-align: center;
	letter-spacing: -0.9px;
	color: #FFFFFF;
	font-weight: 300;	
}
.whatsapp-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}
.whatsapp-button img {
    width: 60px;
    height: auto;
    transition: transform 0.3s ease-in-out;
}
.whatsapp-button:hover img {
    transform: scale(1.1);
}
.step-bar {
	position: fixed;
	bottom: 17px;
	left: 50%;
	transform: translateX(-50%);
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 5px #00000029;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	direction: rtl;
	max-width: 80%;
}
@media (max-width: 992px) {
  .step-bar { 
	  display: none; 
  }
}
.step {
	padding: 5px 10px;
	border-radius: 20px;
	white-space: nowrap;
	text-align: center;
	font-weight: medium;
	color: #19285F;
}
.step.completed {
	text-align: center;
	font-weight: bold;
	color: #19285F;
}
.step-line {
	width: 22px;
	border: 1px solid #19285F;
}
.right .form-container form {
	width:100%;
	padding-right: 10%;
}
.right .form-container {
  direction: ltr;  
  unicode-bidi: plaintext;
  height: 400px;
  width: 60%;
  display: flex;
  /* align-items: center; */
  justify-content:center;
  text-align: right;
  font-weight: 400;
  font-size: 20px;
  color: #5371FF;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-x: hidden;
}
.title-container {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
form {
	direction: rtl;
}
input,
textarea {
  font-family: inherit;
  font-size: inherit;
}
#errorMessage {
	display: none; 
	margin-top: 8px;	
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.modal-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 16px;
  text-align: center;
  max-width: 850px;
  width: 95%;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  animation: fadeIn 0.4s ease;
}
.modal-animation {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
  border-radius: 12px;
}
.modal-card button {
  background-color: #21418e;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}
.modal-card button:hover,
.modal-card button:focus {
	background-color: #2d55c7;
	box-shadow: 0 0 10px rgba(33, 65, 142, 0.5);
	transform: scale(1.03);
	outline: none;
}
.modal-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.button-preview-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.preview-tip {
  display: flex;
  align-items: center;
  gap: 5px;
}
.preview-tip span {
  font-weight: 600;
  font-size: 18px;
  line-height: 17px;
  color: #19285F;
  text-shadow: 0px 0px 2px #0000007B;
}
.preview-tip svg {
  width: 20px;
  height: 20px;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (min-width: 992.02px) {
  .preview-tip {
    display: none;
  }
}