/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* import files */

@import url("../css/auth.css");
@import url("../css/header_footer.css");

body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #00000099;
	overflow-x: hidden;
	background: #F5F5F5;

}
body.headitemshow{
	overflow-y: hidden;
}
main{
	padding: 120px 0 0;
}
a,
a:hover {
	color: #3AE4FB;
	text-decoration: none;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.custom-container{
	padding: 0 150px;
}
section{
	scroll-margin-top: 80px;
}
/* ---------------Home [ START ] -----------*/
.hero_section{
	position: relative;
	padding: 160px 0 30px;
}
.hero_section::after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/home/shape-pattern.png) no-repeat;
    width: 100%;
    height: 100vh;
    background-position: 100% 50%;
    background-size: contain;
	z-index: -1;
}
.hero_detail span{
	color: #3C71B2;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0.17px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.hero_detail h1{
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	color: #2C2C38;
	margin-bottom: 15px;
}
.hero_detail p{
	font-weight: 400;
	font-size: 18px;
	color: #2C2C38;
	margin-bottom: 20px;
}
.comn_btn{
    padding: 14px 30px !important;
    background: #000;
	font-weight: 600;
	border: 0;
	font-size: 16px;
    color: #fff !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}
.comn_btn::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 0;
    background-color: #3C71B2;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.comn_btn::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 0;
    content: "";
    background: #3C71B2;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.comn_btn:hover::before, .comn_btn:hover::after{
  height: 100%;
}
.comn_btn:hover {
  color: #FFF !important;
}
.who_blog{
	padding: 60px 0;
}
.who_txt h3, .comn_title h3{
	font-weight: 600;
	font-size: 40px;
	color: #000000;
	margin-bottom: 15px;
}
.who_txt p, .comn_title p{
	font-weight: 400;
	font-size: 15px;
	color: #545454;
	margin-bottom: 10px;
}
.who_txt .comn_btn{
	margin: 15px auto 0;
}
.work_blog{
	padding: 60px 0 30px;
}
.work_grid {
    max-width: 100%;
    margin: 50px auto 0;
	align-items: center;
    display: flex;
    grid-gap: 24px;
	width: 100%;
	overflow-x: auto;
}
.work_bx{
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	padding: 50px 20px;
	border-radius: 12px;
	min-width: 250px;
	width: 250px;
}
.work_grid span{
	display: block;
}
.work_img{
	margin: 0 auto 20px;
	text-align: center;
}
.work_bx h5{
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #1D1F44;
	margin-bottom: 6px;
}
.work_bx p{
	color: #515F7C;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	margin-bottom: 0;
}
.about_blog{
	padding: 30px 0 60px;
}
.faq_blog{
	padding: 60px 0 70px;
}
.faq_blog .comn_title{
	margin-bottom: 40px;
	text-align: center;
}
.faq_blog .accordion-item{
	border: 0;
	padding: 0 0 15px;
    margin-bottom: 15px;
}
.faq_blog .accordion-button:not(.collapsed){
	background: transparent;
	box-shadow: none;
	color: #1D1F44;
}
.faq_blog .accordion-button{
	background: transparent;
	padding: 0;
	color: #1D1F44;
	font-weight: 600;
	font-size: 16px;
}
.faq_blog .accordion-item{
	background: transparent;
	border-bottom: 1px solid #DEE2EC;
}
.faq_blog .accordion-item:last-child{
	border-bottom: 0;
}
.faq_blog .accordion-body{
	padding: 0;
	max-width: 800px;
	font-weight: 400;
	font-size: 14px;
	color: #515F7C;
}
.faq_blog .accordion-button::after{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiByeD0iMjQiIGZpbGw9IiNFOEYwRkEiLz4KPHBhdGggZD0iTTMwIDIyTDIzLjUgMjlMMTcgMjIiIHN0cm9rZT0iIzI5MkQzMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) !important;
    background-repeat: no-repeat;
	background-size: contain !important;
	width: 2.25rem !important;
    height: 2.25rem !important;
}
.map_blog{
	padding: 60px 0;
}
.map_flx{
	display: flex;
	align-items: center;
}
.contact_info{
	background: url(../images/home/contact-bg.png)no-repeat;
	background-size: cover;
	background-position: top center;
	border-radius: 29px;
	padding: 40px;
	width: 100%;
	/* max-width: 600px;
	margin-right: -6em; */
	z-index: 1;
}
.contact_info h3{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 38px;
	letter-spacing: 0.15px;
	margin-bottom: 8px;
}
.contact_info p{
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}
.contact_info .form-group{
	margin-bottom: 19px;
}
.contact_info .form-control{
	background: #FFFFFF33;
	padding: 15px 25px;
	border: 0;
	border-radius: 0;
	font-weight: 400;
	font-size: 15.81px;
	color: #fff;
}
.h_174{
	height: 174px;
}
.contact_info .form-control::placeholder{
	color: rgba(255, 255, 255, 0.6);
}
.error{
	font-size: 12px;
	margin: 5px 0 0;
	color: red;
	display: none;
}
.submit_btn{
	background: #FFFFFF;
	border: 0;
	padding: 15px 45px;
	display: inline-block;
	color: #3C71B2;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.submit_btn::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 0;
    background-color: #3C71B2;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.submit_btn::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 0;
    content: "";
    background: #3C71B2;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.submit_btn:hover::before, .submit_btn:hover::after{
  height: 100%;
}
.submit_btn:hover {
  color: #FFF !important;
}
.map{
	width: 100%;
	height: 100%;
}
.map iframe{
	min-height: 800px;
	height: 100%;
	border-radius: 20px;
}
/* ---------------Home [ END ]------------- */
/* --------------Upload Document [ START ]--------- */
.upload_blog {
	padding: 20px 0 30px;
}
.upload_blog h3, .terms_blog h3{
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	color: #000000;
	margin-bottom: 5px;
}
.upload_blog p{
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #545454;
	margin-bottom: 40px;
}
.upload_bx, .terms_bx{
	box-shadow: 0px 14px 24px 0px #0000001A;
	padding: 30px;
	background: #FFFFFF;
}
.upload_bx h4{
	color: #000000;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	margin-bottom: 12px;
}
.upload-area {
	border: 2px dashed #3C71B2;
	border-radius: 8px;
	padding: 30px;
	text-align: center;
	color: #6c757d;
	background: #F5F5F5;
	margin-bottom: 24px;
	transition: background-color 0.2s ease;
}
.upload-area.dragover {
	background-color: #e9f5ff;
	border-color: #0056b3;
}

.file-input {
	display: none;
}
.upload-btn {
	background-color: #3C71B2;
	color: #fff;
	font-weight: 500;
	border: 1px solid #3C71B2;
	padding: 6px 20px;
	font-weight: 600;
	font-size: 15px;

}
.upload-btn:hover {
	background-color: #0056b3;
}
.drop_txt{
	color: #545454;
	font-weight: 500;
	font-size: 14px;
}
.or_txt{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 10px;
	margin: 10px 0;
	text-transform: uppercase;
}
.flx-grps {
	display: flex;
	align-items: center;
	grid-gap: 15px;
	justify-content: space-between;
}
.upload-lft{
	display: flex;
	align-items: center;
	grid-gap: 15px;
}
.flx-grps .or_txt{
	flex-direction: column;
}
.alert-secondary{
	background-color: #3c71b2;
    border-color: #3c71b2;
	color: #fff;
	font-size: 12px;
}
.upload_bx .form-group, .upload-section .form-group{
	margin-bottom: 11px;
	position: relative;
}
.upload_bx .form-group label, .upload-section .form-control label{
	font-weight: 600;
	font-size: 14px;
	color: #000000;
}
.upload_bx .form-control, .upload-section .form-control{
	background: #F5F5F5;
	padding: 13px 15px;
	border: 0;
	border-radius: 0;
	font-weight: 400;
	font-size: 15px;

}
.optional-grp .form-control{
	padding: 13px 15px 13px 50px;
}
.optional-icon{
	position: absolute;
	top: 0;
	left: 0;
	margin: 40px 0 0 15px;
}
.form-control:focus{
	box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}
.contract_btn{
    padding: 14px 30px !important;
    background: #3C71B2;
	font-weight: 600;
	font-size: 16px;
    color: #fff !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
	border: 0;
    display: block;
	margin: 44px auto 0;
	text-align: center;
	width: fit-content;
}
.contract_btn::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 0;
    background-color: #000;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.contract_btn::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 0;
    content: "";
    background: #000;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.contract_btn:hover::before, .contract_btn:hover::after{
  height: 100%;
}
.contract_btn:hover {
  color: #FFF !important;
}
/* --------------Upload Document [ END ]--------- */
/* ------------Terms & COndition [ START ]----------- */
.terms_blog{
	padding: 20px 0 30px;
}
.terms_blog h3{
	margin-bottom: 30px;
}
.terms_blog p{
	color: #000000;
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
}
.terms_list{
	margin-bottom: 20px;
}
.terms_list h5{
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 2px;
	color: #000000;
	margin-bottom: 5px;
	padding: 5px;
}
/* ------------Terms & COndition [ END ]----------- */
/* -----------Preview Document [ START ]--------- */
.preview_blog{
	padding: 20px 0 30px;
}
.preview_blog .upload-section {
	background: #FFFFFF;
	padding: 30px;
	box-shadow: 0px 14px 24px 0px #0000001A;
}
.preview_blog  .form-label {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 6px;
	color: #000;
}
.preview_blog  .upload-box {
	border: 1px dashed #3C71B2;
	background: #F5F5F5;
	padding: 15px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.preview_blog  .upload-box span{
	font-weight: 400;
	font-size: 15px;
	color: rgba(0,0,0,0.5);

}
.preview_blog .upload-box input[type="file"] {
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
	font-size: 13px;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.preview_blog .uploaded-preview {
	border: 1px solid #DDDDDD;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}
.preview_blog .file-info {
	display: flex;
	align-items: center;
	gap: 8px;
}
.preview_blog .file-info i {
	font-size: 18px;
	color: #d9534f;
}
.btn-remove {
    background: none;
    border: none;
    color: #000;
    font-size: 14px;
}
.btn-sm-custom {
    padding: 5px 15px;
    font-size: 13px;
	position: relative;
	z-index: 1;
	background: #3C71B2;
	border: 1px solid #3C71B2;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 15px;
}
.seller_bx{
	margin-bottom: 12px;
}
.upload-section .contract_btn{
	margin: 22px auto 0;
}
.white_bx{
	background: #FFFFFF;
	padding: 30px;
	box-shadow: 0px 14px 24px 0px #0000001A;
}
.prevw_bx{
	background: #545454;

}
.prevw_head{
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #000;
}
.prevw_head h3{
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}
.grp_btns{
	display: flex;
	align-items: center;
	grid-gap: 10px;
}
.grp_btns a{
	background: #FFFFFF24;
	padding: 4px;
}
.prevw_body{
	padding: 15px 25px;

}
.skeleton-wrapper {
	margin: auto;
	padding: 10px 15px;
    background: #fff;
}
.skeleton {
	background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite linear;
	border-radius: 4px;
	margin-bottom: 10px;
}
.skeleton-title {
	width: 40%;
	height: 20px;
	margin-bottom: 20px;
}
.skeleton-line {
	height: 12px;
}
.short {
	width: 30%;
}
.medium {
	width: 50%;
}
.full {
	width: 100%;
}
.skeleton-block {
	height: 18px;
	width: 60%;
	margin-top: 20px;
}
@keyframes shimmer {
	0% {
	background-position: -200% 0;
}
	100% {
	background-position: 200% 0;
}
}
.white_bx .contract_btn{
	margin: 30px auto 0;
}
/* -----------Preview Document [ END ]--------- */
/*-------------- Payment Modal [ START ]----------- */
.modal_bx .modal-content{
	border-radius: 0;
	background: #FFFFFF;
	padding: 30px;
}
.modal_bx .modal-header{
	position: relative;
	padding: 0;
	border: 0;
}
.modal_bx .btn-close{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: -0.2rem 0.5rem 0.5rem auto;
	z-index: 1;
}
.modal_bx .modal-header h5{
	font-weight: 600;
	font-size: 25px;
	text-align: center;
	margin: 0 auto 25px;
	color: #000;
}
.modal_bx .modal-body{
	padding: 0;
}
.pdf_bx{
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	grid-gap:25px;
	margin-bottom: 25px;
}
.pdf-icons{
	display: flex;
	align-items: center;
	grid-gap:10px;
}
.pdf_descri h5{
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0.4px;
	color: #545454;
	margin-bottom: 3px;
}
.pdf_descri p{
	color: #545454;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.4px;
	margin-bottom: 0;
}
.modal_bx .form-group{
	position: relative;
	width: 100%;
	margin-bottom: 11px;
}
.modal_bx .form-group label{
	font-weight: 600;
	font-size: 14px;
	color: #000;
	margin-bottom: 3px;
	display: block;
}
.modal_bx .form-control{
	background: #F5F5F5;
	padding: 13px 15px;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	border: 0;
}
.modal_bx .form-control::placeholder{
	color: rgba(0,0,0,0.5);
}
.form-flx{
	display: flex;
	align-items: center;
	grid-gap: 11px;
}
.iti{
	width: 100%;
}
.iti--separate-dial-code .iti__selected-flag{
	background-color: transparent;
}
.amount-grp{
	position:relative;
}
.amount-grp .form-control{
	padding: 13px 15px 13px 55px!important;
}
/* Hide arrows in Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Hide arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-icon{
	position: absolute;
	top: 0;
	left: 0;
	margin: 34px 0 0 10px;
}
.amount-grp::before{
	content: '';
    border-left: 1px solid #0000001A;
    top: 30px;
    left: 40px;
    height: 32px;
    position: absolute;
}
.modal_bx .contract_btn{
	margin: 15px auto 0;
}
.payment-icon{
	margin: 0 auto;
	text-align: center;
}
.sucessful-body h3{
	font-weight: 600;
	font-size: 28px;
	color: #000;
	text-align: center;
	margin-bottom: 12px;
}
.sucessful-body p{
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #545454;
	max-width: 481px;
	margin: 0 auto 25px;


}
/*-------------- Payment Modal [ END]----------- */
/* 5-08-2025 */
.who_txt h5{
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	margin: 20px 0 15px;
}
.who_txt ul{
	margin: 0;
	padding: 0;
}
.who_txt ul li{
	display: flex;
	align-items: center;

	margin-bottom: 10px;
	gap: 8px;
}
.who_txt ul li span{
	font-weight: 400;
	font-size: 15px;
	color: #545454;
}