/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/inter-v20-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v20-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/inter-v20-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v20-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/inter-v20-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/inter-v20-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/inter-v20-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/inter-v20-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


#hero_area {
  height: 100vh;
  width: 100%;
  position: relative;
}
.overlay_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}
.background_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  object-fit: cover;
}
.logo_img {
  position: absolute;
  top: 86px;
  left: 86px;
  height: 30px;
  z-index: 999;
}
.bottom_content {
  position: absolute;
  bottom: 140px;
  left: 86px;
  z-index: 999;
}
.bottom_content h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-bottom: 40px;
  font-family: "Inter", sans-serif;
}
.bottom_content a {
  background: rgba(0, 0, 0, 0.26); /* 26% black */
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.30);
  padding: 14px 30px;
  font-size: 19px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 45px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.bottom_content a:hover {
  background:#fff;
  color:#000
}

.btn-primary {
	width: 100%;
	position: absolute;
	border: 0px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px;
	background: #192124 !important;
	backdrop-filter: blur(0px);
	color: #fff;
	border: 1px solid #004cff;
	font-weight: 700;
}
/* ================== POPUP ================== */
.center_form {
  background: rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); /* Safari support */
  border-radius: 45px;
  width: 541px;
  height: 667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  padding: 52px 57px 58px 57px;
  transition: all 0.4s ease;
}


.center_form.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.form-step {
  display: none;
}

.form-step.active {
  display: block;
}
.anima {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(50px); /* শুরুতে একটু ডানদিকে */
  pointer-events: none;
  transition: all 0.5s ease;
}

.anima.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.title {
  font-size: 24px;
  text-transform: lowercase;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #ffffff;
  text-align: end;
  margin-bottom: 119px;
}

form input[type="text"],
form input[type="email"],
form input[type="date"] {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 15px;
  border: none;
  border-radius: 50px;
  outline: none;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 20px 29px;
  margin-bottom: 27px;
}

form input::placeholder {
  color: #000000;
}

/* placeholder invisible করে ফেলব */
input::placeholder {
  color: transparent;
}

/* label effect pseudo-element দিয়ে তৈরি */
input:focus::before,
input:not(:placeholder-shown)::before {
  content: attr(placeholder);
  position: absolute;
  top: -10px;
  left: 10px;
  background: white;
  padding: 0 4px;
  font-size: 13px;
  color: #000;
  transition: 0.3s ease;
}
input.error {
  border: 2px solid red !important;
  animation: shake 0.3s ease;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}
label {
  display: block;
  font-size: 13px;
  text-align: left;
  margin: 15px 0;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.btns {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
/* Hide default calendar icon for Chrome, Safari */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  cursor: pointer;
}

/* Hide in Firefox */
input[type="date"]::-moz-calendar-picker-indicator {
  display: none;
}

/* Ensure input looks normal */
input[type="date"] {
  position: relative;
  z-index: 1;
}

button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 45px;
  color: #ffffff;
  padding: 12px 27px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 19px;
  position: absolute;
  right: 57px;
  bottom: 58px;
  font-family: "Inter", sans-serif;
}
button.back {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 45px;
  color: #ffffff;
  padding: 14px 27px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 19px;
  position: absolute;
  right: unset;
  left: 57px;
  bottom: 58px;
  font-family: "Inter", sans-serif;
}

button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.dots {
	position: absolute;
	bottom: 73px;
	left: 50%;
	transform: translateX(-50%);
}
.dot {
  height: 13px;
  width: 13px;
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  border: 3px solid rgba(255, 255, 255, 0.35);
}

.dot.active {
  background: #ffffff;
}
.last_step p{
    font-size: 18px;
    color: #ffffff;
  font-family: "Inter", sans-serif;
  margin-bottom: 9px;
  font-weight: 600;

}
.last_step label{
    font-size: 18px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
/* Hide default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Label text styling */
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}

/* Create custom circle */
.custom-checkbox .checkmark {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
  margin-top: -15px;
  margin-right: 18px;
}

/* Inner black circle when checked */
.custom-checkbox input:checked + .checkmark::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;  /* inner circle size */
  height: 20px;
  background: #000;
  border-radius: 50%;
}
.line_border{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    margin: 20px 0 30px 0;
}
.mobile_bg{
    display: none;
}
.overlay_img_mobile{
    display: none;
}




/* error style for input */
  .error {
    border: 2px solid red;
    animation: shake 0.3s;
  }

  @keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
  }

.popup_over{
    top: 0;
    left: 0;
    width: 100vh;
    height: 100vh;
    background-color: #000;
}
.mobile_close{
    display: none;
}
.popup_overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.055);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    z-index: 9998;
}



.success {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 26px 20px;
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
	z-index: 10000;
	text-align: center;
	width: 90%;
	max-width: 400px;
	font-family: 'Arial', sans-serif;
	animation: fadeIn 0.3s ease-out;
}

.success p {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.success .success_close {
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.success .success_close:hover {
  background-color: #555;
  color: #fff;
}

/* Fade-in animation */
@keyframes fadeIn {
  0% { opacity: 0; transform: translate(-50%, -60%); }
  100% { opacity: 1; transform: translate(-50%, -50%); }
}

/* Optional: fade-out before removing */
.success.fade-out {
  animation: fadeOut 0.3s forwards;
}

@keyframes fadeOut {
  0% { opacity: 1; transform: translate(-50%, -50%); }
  100% { opacity: 0; transform: translate(-50%, -60%); }
}


/* Fix date input click area issue */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1; /* visible রাখলে flatpickr auto hide করবে */
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* Extra small devices (portrait phones, <576px) */
@media (max-width: 575.98px) {

input#dob { padding:12px 25px}
    
    .popup_overlay{
        z-index: 9;
    }
    .mobile_close{
        display: unset;
        position: absolute;
        top: 27px;
        right: 30px;
        z-index: 99999;
        width: 13px;
        height: 13px;
        background: url('assets/img/close_icon.png') no-repeat center center;
        background-size: contain;
        cursor: pointer;
    }
    .background_bg{
        display: none;
    }
    .overlay_img{
        display: none;
    }
.mobile_bg {
	display: unset;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	object-fit: cover;
}
.overlay_img_mobile {
	display: unset;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	object-fit: cover;
}
.center_form {
	width: 95%;
  height: 85vh;
  top:45%;
  padding:7.5%;
}
form input[type="text"], form input[type="email"], form input[type="date"] {
	padding: 15px 25px;
  margin-bottom:15px;
}
.bottom_content {
	  bottom: 15%;
    left: 5%;
    width:90;
}
.bottom_content h3 { line-height:1.2}

.title {
	margin-bottom: 20vh;
	font-size: 24px;
	text-align: start;
}
.custom-checkbox .checkmark {
	width: 20px;
	height: 20px;
	margin-right: 3px;
}
.custom-checkbox input:checked + .checkmark::after {
	width: 16px;
	height: 16px;
}
.bottom_content h3 {
	font-size: 30px;
}
.logo_img {
	top: 37px;
	left: 5%;
	width: 127px;
	height: auto;
}
form input[type="text"], form input[type="email"], form input[type="date"] {
	padding: 12px 25px;
	font-size: 16px;
}
.last_step p {
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 19px;
}
.custom-checkbox {
	line-height: 17px;
	font-size: 16px !important;
}
.line_border {
	margin: 0px 0 10px 0;
}
button.back {
	padding: 12px 22px;
	font-size: 12px;
	right: unset;
	left: 30px;
	bottom: 25px;
}
.bottom_content a {
	font-size: 19px;
}
.dots {
	bottom: 33px;
}
.custom-checkbox {
	line-height: 21px;
}
button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 45px;
	color: #ffffff;
	padding: 12px 22px;
	font-size: 12px;
	right: 30px;
	bottom: 25px;
}
#hero_area {
	height: 100vh;
}


form input[type="date"] {
    font-size: 16px;
    padding: 14px 20px;
    line-height: 1.3;
    color: #000000;
  }
  input[type="date"]::before {
    display: none !important;
  }


}

/* Small devices (landscape phones, 576px–767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
        #hero_area {
  height: 100vh;
}
          .center_form {
	width: 480px;
	height: 500px;
	padding: 40px;
    padding: 25px 30px;
}
form input[type="text"], form input[type="email"], form input[type="date"] {
	padding: 15px 25px;
}
.bottom_content {
	bottom: 100px;
    left: 50px;
}
.title {
	margin-bottom: 95px;
	font-size: 20px;
}
.bottom_content h3 {
	font-size: 30px;
}
.logo_img {
	top: 50px;
	left: 50px;
}
form input[type="text"], form input[type="email"], form input[type="date"] {
	padding: 12px 25px;
	font-size: 16px;
}
.last_step p {
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 20px;
}
button.back {
	padding: 12px 22px;
	font-size: 12px;
	right: unset;
	left: 30px;
	bottom: 25px;
}
.bottom_content a {
	font-size: 16px;
}
.dots {
	bottom: 33px;
}
.custom-checkbox {
	line-height: 21px;
}
button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 45px;
	color: #ffffff;
	padding: 12px 22px;
	font-size: 12px;
	right: 30px;
	bottom: 25px;
}
}

/* Medium devices (tablets, 768px–991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
      #hero_area {
  height: 100vh;
}
        .center_form {
	width: 480px;
	height: 500px;
	padding: 40px;
    padding: 25px 30px;
}
form input[type="text"], form input[type="email"], form input[type="date"] {
	padding: 15px 25px;
}
.bottom_content {
	bottom: 100px;
    left: 50px;
}
.title {
	margin-bottom: 95px;
	font-size: 20px;
}
.bottom_content h3 {
	font-size: 35px;
}
.logo_img {
	top: 50px;
	left: 50px;
}
form input[type="text"], form input[type="email"], form input[type="date"] {
	padding: 12px 25px;
	font-size: 16px;
}
.last_step p {
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 20px;
}
button.back {
	padding: 12px 22px;
	font-size: 12px;
	right: unset;
	left: 30px;
	bottom: 25px;
}
.bottom_content a {
	font-size: 16px;
}
.dots {
	bottom: 33px;
}
.custom-checkbox {
	line-height: 21px;
}
button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 45px;
	color: #ffffff;
	padding: 12px 22px;
	font-size: 12px;
	right: 30px;
	bottom: 25px;
}
}

/* Large devices (desktops, 992px–1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #hero_area {
  height: 100vh;
}
     .center_form {
	width: 480px;
	height: 600px;
	padding: 40px;
}
form input[type="text"], form input[type="email"], form input[type="date"] {
	padding: 15px 25px;
}
.bottom_content {
	bottom: 100px;
}
.title {
	margin-bottom: 100px;
}
.bottom_content h3 {
	font-size: 42px;
}
}

/* Extra large devices (large desktops, 1200px–1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #hero_area {
  height: 100vh;
}
 .center_form {
	width: 480px;
	height: 600px;
	padding: 40px;
}
form input[type="text"], form input[type="email"], form input[type="date"] {
	padding: 15px 25px;
}
.bottom_content {
	bottom: 100px;
}
}
@media (min-width: 1400px) and (max-width: 1900px) {
#hero_area {
  height: 100vh;
}
}
/* floating placeholder effect without changing HTML */

/* Placeholder invisible when not focused */
.form-step input::placeholder {
  color: #000000;
  transition: all 0.2s ease;
}

/* Custom floating label effect */
.form-step input:focus::before,
.form-step input:not(:placeholder-shown)::before {
  content: attr(placeholder);
  position: absolute;
  left: 14px;
  top: -10px;
  padding: 0 6px;
  font-size: 13px;
  color: #000;
  transition: 0.2s ease all;
  z-index: 2;
}

/* Make original placeholder invisible when floating */
.form-step input:focus::placeholder,
.form-step input:not(:placeholder-shown)::placeholder {
  color: transparent;
}

/* Ensure floating label doesn’t shift layout */
.form-step input:focus::before,
.form-step input:not(:placeholder-shown)::before {
  position: relative;
  top: auto;
  left: auto;
  display: none;
}

/* ===== Recaptcha Error Popup ===== */
.custom-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
  border-radius: 24px;
}

.custom-popup .popup-inner {
  background: #ffffff;
  color: #ff0000;
  padding: 25px 30px;
  border-radius: 24px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  max-width: 320px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.custom-popup span {
  margin-top: 15px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s ease;
}
.custom-popup span:hover {
  background: #333;
}
/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*
.btn-dark{
  display: block;
  position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
}
    */
.btn-dark{
    background: #fff;
    border-radius: 100px;
    bottom: -55px;
    color: #000;
    padding: 10px;
    border: none;
    font-weight: 600;
    width:100%;
    left:0px;
    box-shadow: rgb(0, 0, 0) 0px 50px 500px;
}

.success_inner h3 {
    color: #fff;
}
.success_inner p {
    color: #fff;
    font-size: 20px;
}



.btns button:hover { opacity: 1; background:#fff; color:#000}


#recaptchaPopup {
  box-shadow: rgb(0, 0, 0) 0px 50px 500px;
}

/**************************************************** */

/*
#multiStepForm {
  position: relative;
  height: 80vh;
}

.form-step {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.form-step .title 
*/