@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";
*, :before, :after {
	box-sizing:border-box;
	border-width:0;
	border-style:solid;
	border-color:#e5e7eb
}
.flex-1 {
	flex: 1 1 0%;
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
	margin: 0;
}
.bg-border {
	border-bottom:solid 1px hsl(214.3 31.8% 91.4%);
	margin-bottom:20px;
	margin-top:10px
}
.border {
	border-width: 1px;
}
html, :host {
line-height:1.5;
-webkit-text-size-adjust:100%;
-moz-tab-size:4;
-o-tab-size:4;
tab-size:4;
font-family:Inter, sans-serif;
font-feature-settings:normal;
font-variation-settings:normal;
-webkit-tap-highlight-color:transparent
}
hr {
	height:0;
	color:inherit;
	border-top-width:1px
}
abbr:where([title]) {
-webkit-text-decoration:underline dotted;
text-decoration:underline dotted
}
h1, h2, h3, h4, h5, h6 {
	font-size:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
}
.box h1 {
	margin:0!important;
	padding:0!important
}
a {
	color:inherit;
	text-decoration:inherit
}
b, strong {
	font-weight:bolder
}
code, kbd, samp, pre {
	font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-feature-settings:normal;
	font-variation-settings:normal;
	font-size:1em
}
small {
	font-size:80%
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sub {
	bottom:-.25em
}
sup {
	top:-.5em
}
table {
	text-indent:0;
	border-color:inherit;
	border-collapse:collapse
}
button, input, optgroup, select, textarea {
	font-family:inherit;
	font-feature-settings:inherit;
	font-variation-settings:inherit;
	font-size:100%;
	font-weight:inherit;
	line-height:inherit;
	letter-spacing:inherit;
	color:inherit;
	margin:0;
	padding:0
}
button, select {
	text-transform:none
}
button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
-webkit-appearance:button;
background-color:transparent;
background-image:none
}
:-moz-focusring {
outline:auto
}
:-moz-ui-invalid {
box-shadow:none
}
progress {
	vertical-align:baseline
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
height:auto
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px
}
::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
summary {
	display:list-item
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
	margin:0
}
fieldset {
	margin:0;
	padding:0
}
legend {
	padding:0
}
ol, ul, menu {
	list-style:none;
	margin:0;
	padding:0
}
dialog {
	padding:0
}
textarea {
	resize:vertical
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity:1;
color:#9ca3af
}
input::placeholder, textarea::placeholder {
opacity:1;
color:#9ca3af
}
button, [role=button] {
cursor:pointer
}
:disabled {
	cursor:default
}
img, svg, video, canvas, audio, iframe, embed, object {
	display:block;
	vertical-align:middle
}
img, video {
	max-width:100%;
	height:auto
}
[hidden]:where(:not([hidden=until-found])) {
display:none
}
body {
	background-color:hsl(var(--background));
	font-family:Inter, sans-serif;
	color:hsl(var(--foreground));
	margin:0;
	line-height:inherit
}
h1, h2, h3, h4, h5, h6 {
	font-family:Playfair Display, serif;
	font-weight:500
}
.container {
	width:100%!important;
	margin-right:auto;
	margin-left:auto;
	padding-right:2rem;
	padding-left:2rem
}
/*Added by vijay*/
.success_message {
	color:green;
}
#myform .bootstrap-tagsinput .tag.lable {
    color: #2c3e50 !important;
}
.user-menu-wrapper {
  display: inline-block;
  position: relative;
}

.user-icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #1a1a1a;
  display: flex;               /* keeps icon + arrow inline */
  align-items: center;         /* vertically center */
  gap: 10px;                    /* space between user icon and arrow */
}

.user-dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 120%;
  background: #fff;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  z-index: 99;
}

.user-dropdown-menu li {
  padding: 0;
}

.user-dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: #333;
}

.user-dropdown-menu li a:hover {
  background: #f4f4f4;
}

.user-icon-dropdown.open .user-dropdown-menu {
  display: block;
}
.user-icon-btn .fa-chevron-down {
  transition: transform 0.3s ease;
}

.user-icon-dropdown.open .fa-chevron-down {
  transform: rotate(180deg); /* arrow points up */
}

/*end*/
@media (min-width: 1400px) {
.container {
max-width:1400px!important;
}
}
.container {
	margin-left:auto;
	margin-right:auto;
	max-width:80rem!important;
	padding-left:1rem;
	padding-right:1rem
}
@media (min-width: 640px) {
.container {
padding-left:1.5rem;
padding-right:1.5rem
}
}
@media (min-width: 1024px) {
.container {
padding-left:2rem;
padding-right:2rem
}
}
.property-card {
	overflow:hidden;
	border-radius:var(--radius);
--tw-bg-opacity: 1;
	background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	transition-property:all;
	transition-timing-function:cubic-bezier(.4, 0, .2, 1);
transition-duration:.3s;
animation-duration:.3s
}
.property-card:hover {
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	border-width:0;
}
.pointer-events-none {
	pointer-events:none;
}
.pointer-events-auto {
	pointer-events:auto;
}
.visible {
	visibility:visible;
}
.invisible {
	visibility:hidden;
}
.static {
	position:static;
}
.fixed {
	position:relative;
}
.absolute {
	position:absolute;
}
.relative {
	position:relative;
}
.rounded-full {
	border-radius: 9999px;
}
.bg-white\/80 {
	background-color: #fffc;
}
.sticky {
	position:sticky
}
.right-2 {
	right:15px;
}
.position-relative {
	position:relative
}
.top-2 {
top: .5rem;
}
.inset-0 {
	top:0;
	right:0;
	bottom:0;
	left:0
}
.inset-x-0 {
	left:0;
	right:0
}
.inset-y-0 {
	top:0;
	bottom:0
}
.-bottom-12 {
	bottom:-3rem
}
.-left-12 {
	left:-3rem
}
.-right-12 {
	right:-3rem
}
.-top-12 {
	top:-3rem
}
.bottom-0 {
	bottom:0
}
.bottom-4 {
	bottom:1rem
}
.bottom-5 {
	bottom:1.25rem
}
.left-0 {
	left:0
}
.left-1 {
left:.25rem
}
.left-1\/2 {
	left:50%
}
.left-2 {
left:.5rem
}
.left-2\.5 {
left:.625rem
}
.left-3 {
left:.75rem
}
.left-4 {
	left:1rem
}
.left-\[50\%\] {
	left:50%
}
.right-0 {
	right:0
}
.right-1 {
right:.25rem
}
.right-2 {
right:.5rem
}
.right-3 {
right:.75rem
}
.right-4 {
	right:1rem
}
.right-5 {
	right:1.25rem
}
.top-0 {
	top:0
}
.top-1 {
top:.25rem
}
.top-1\.5 {
top:.375rem
}
.top-1\/2 {
	top:50%
}
.top-2 {
top:.5rem
}
.top-2\.5 {
top:.625rem
}
.top-3\.5 {
top:.875rem
}
.top-4 {
	top:1rem
}
.top-\[1px\] {
	top:1px
}
.top-\[50\%\] {
	top:50%
}
.top-\[60\%\] {
	top:60%
}
.top-full {
	top:100%
}
.z-10 {
	z-index:10
}
.z-20 {
	z-index:20
}
.z-50 {
	z-index:50
}
.z-\[100\] {
	z-index:100
}
.z-\[1\] {
	z-index:1
}
.col-span-1 {
	grid-column:span 1 / span 1
}
.col-span-2 {
	grid-column:span 2 / span 2
}
.-mx-1 {
margin-left:-.25rem;
margin-right:-.25rem
}
.mx-2 {
margin-left:.5rem;
margin-right:.5rem
}
.mx-3\.5 {
margin-left:.875rem;
margin-right:.875rem
}
.mx-auto {
	margin-left:auto;
	margin-right:auto
}
.my-0\.5 {
margin-top:.125rem;
margin-bottom:.125rem
}
.my-1 {
margin-top:.25rem;
margin-bottom:.25rem
}
.my-2 {
margin-top:.5rem;
margin-bottom:.5rem
}
.my-6 {
	margin-top:1.5rem;
	margin-bottom:1.5rem
}
.my-8 {
	margin-top:2rem;
	margin-bottom:2rem
}
.-ml-4 {
	margin-left:-1rem
}
.-mt-4 {
	margin-top:-1rem
}
.mb-1 {
margin-bottom:.25rem
}
.mb-12 {
	margin-bottom:3rem
}
.mb-2 {
margin-bottom:.5rem
}
.mb-3 {
margin-bottom:.75rem
}
.mb-4 {
	margin-bottom:1rem
}
.mb-6 {
	margin-bottom:1.5rem
}
.mb-8 {
	margin-bottom:2rem
}
.ml-1 {
margin-left:.25rem
}
.ml-2 {
margin-left:.5rem
}
.ml-6 {
	margin-left:1.5rem
}
.ml-auto {
	margin-left:auto
}
.mr-1 {
margin-right:.25rem
}
.mr-2 {
margin-right:.5rem
}
.mr-3 {
margin-right:.75rem
}
.mt-5 {
margin-top:.125rem
}
.mt-1 {
margin-top:.25rem
}
.mt-1\.5 {
margin-top:.375rem
}
.mt-2 {
margin-top:.5rem
}
.mt-24 {
	margin-top:6rem
}
.mt-3 {
margin-top:.75rem
}
.mt-4 {
	margin-top:1rem
}
.mt-6 {
	margin-top:1.5rem
}
.mt-8 {
	margin-top:2rem
}
.mt-auto {
	margin-top:auto
}
.block {
	display:block
}
.inline-block {
	display:inline-block
}
.flex {
	display:flex
}
.inline-flex {
	display:inline-flex
}
.table {
	display:table
}
.grid {
	display:grid
}
.hidden {
	display:none
}
.aspect-square {
	aspect-ratio:1 / 1
}
.aspect-video {
	aspect-ratio:16 / 9
}
.size-4 {
	width:1rem;
	height:1rem
}
.h-1\.5 {
height:.375rem
}
.h-10 {
	height:2.5rem
}
.h-11 {
	height:2.75rem
}
.h-12 {
	height:3rem
}
.h-14 {
	height:3.5rem
}
.h-16 {
	height:4rem
}
.h-2 {
height:.5rem
}
.h-2\.5 {
height:.625rem
}
.h-20 {
	height:5rem
}
.h-3 {
height:.75rem
}
.h-3\.5 {
height:.875rem
}
.h-36 {
	height:9rem
}
.h-4 {
	height:1rem
}
.h-40 {
	height:10rem
}
.h-48 {
	height:12rem
}
.h-5 {
	height:1.25rem
}
.h-6 {
	height:1.5rem
}
.h-60 {
	height:15rem
}
.h-64 {
	height:16rem
}
.h-7 {
	height:1.75rem
}
.h-8 {
	height:2rem
}
.h-80 {
	height:20rem
}
.h-9 {
	height:2.25rem
}
.h-96 {
	height:24rem
}
.h-100 {
	height:90%
}
.h-\[1px\] {
	height:1px
}
.h-\[400px\] {
	height:400px
}
.h-\[var\(--radix-navigation-menu-viewport-height\)\] {
	height:var(--radix-navigation-menu-viewport-height)
}
.h-\[var\(--radix-select-trigger-height\)\] {
	height:var(--radix-select-trigger-height)
}
.h-auto {
	height:auto
}
.h-full {
	height:100%
}
.h-px {
	height:1px
}
.h-svh {
	height:100svh
}
.max-h-52 {
	max-height:13rem
}
.max-h-60 {
	max-height:15rem
}
.max-h-96 {
	max-height:24rem
}
.max-h-\[300px\] {
	max-height:300px
}
.max-h-screen {
	max-height:100vh
}
.min-h-0 {
	min-height:0px
}
.min-h-\[100px\] {
	min-height:100px
}
.min-h-\[120px\] {
	min-height:120px
}
.min-h-\[80px\] {
	min-height:80px
}
.min-h-screen {
	min-height:100vh
}
.min-h-svh {
	min-height:100svh
}
.w-0 {
	width:0px
}
.w-1 {
width:.25rem
}
.w-10 {
	width:2.5rem
}
.w-11 {
	width:2.75rem
}
.w-12 {
	width:3rem
}
.w-14 {
	width:3.5rem
}
.w-16 {
	width:4rem
}
.w-2 {
width:.5rem
}
.w-2\.5 {
width:.625rem
}
.w-20 {
	width:5rem
}
.w-3 {
width:.75rem
}
.w-3\.5 {
width:.875rem
}
.w-3\/4 {
	width:75%
}
.w-4 {
	width:1rem
}
.w-5 {
	width:1.25rem
}
.w-6 {
	width:1.5rem
}
.w-64 {
	width:16rem
}
.w-7 {
	width:1.75rem
}
.w-72 {
	width:18rem
}
.w-8 {
	width:2rem
}
.w-80 {
	width:20rem
}
.w-9 {
	width:2.25rem
}
.cursor-default {
	cursor:default
}
.cursor-pointer {
	cursor:pointer
}
.touch-none {
	touch-action:none
}
.select-none {
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none
}
.resize-none {
	resize:none
}
.list-none {
	list-style-type:none
}
.flex-row {
	flex-direction:row
}
.flex-col {
	flex-direction:column
}
.flex-col-reverse {
	flex-direction:column-reverse
}
.flex-wrap {
	flex-wrap:wrap
}
.items-start {
	align-items:flex-start
}
.items-end {
	align-items:flex-end
}
.items-center {
	align-items:center
}
.items-stretch {
	align-items:stretch
}
.justify-start {
	justify-content:flex-start
}
.justify-end {
	justify-content:flex-end
}
.justify-center {
	justify-content:center
}
.justify-between {
	justify-content:space-between
}
.gap-1 {
gap:.25rem
}
.gap-1\.5 {
gap:.375rem
}
.gap-2 {
gap:.5rem
}
.gap-3 {
gap:.75rem
}
.gap-4 {
	gap:1rem
}
.gap-6 {
	gap:1.5rem
}
.gap-8 {
	gap:2rem
}
.gap-y-3 {
row-gap:.75rem
}
.overflow-auto {
	overflow:auto
}
.overflow-hidden {
	overflow:hidden
}
.overflow-y-auto {
	overflow-y:auto
}
.overflow-x-hidden {
	overflow-x:hidden
}
.truncate {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.whitespace-nowrap {
	white-space:nowrap
}
.break-words {
	overflow-wrap:break-word
}
.rounded {
border-radius:.25rem
}
.fill-current {
	fill:currentColor
}
.object-cover {
	-o-object-fit:cover;
	object-fit:cover
}
.p-0 {
	padding:0!important
}
.p-1 {
padding:.25rem
}
.p-2 {
padding:.5rem
}
.p-3 {
padding:.75rem
}
.p-4 {
	padding:1rem
}
.p-5 {
	padding:1.25rem
}
.p-6 {
	padding:1.5rem
}
.p-\[1px\] {
	padding:1px
}
.px-1 {
padding-left:.25rem;
padding-right:.25rem
}
.px-2 {
padding-left:.5rem;
padding-right:.5rem
}
.px-2\.5 {
padding-left:.625rem;
padding-right:.625rem
}
.px-3 {
padding-left:.75rem;
padding-right:.75rem
}
.px-4 {
	padding-left:1rem;
	padding-right:1rem
}
.px-5 {
	padding-left:1.25rem;
	padding-right:1.25rem
}
.px-6 {
	padding-left:1.5rem;
	padding-right:1.5rem
}
.px-8 {
	padding-left:2rem;
	padding-right:2rem
}
.py-0\.5 {
padding-top:.125rem;
padding-bottom:.125rem
}
.py-1 {
padding-top:.25rem;
padding-bottom:.25rem
}
.py-1\.5 {
padding-top:.375rem;
padding-bottom:.375rem
}
.py-10 {
	padding-top:2.5rem;
	padding-bottom:2.5rem
}
.py-12 {
	padding-top:3rem;
	padding-bottom:3rem
}
.py-16 {
	padding-top:4rem;
	padding-bottom:4rem
}
.py-3 {
padding-top:.75rem;
padding-bottom:.75rem
}
.py-4 {
	padding-top:1rem;
	padding-bottom:1rem
}
.py-6 {
	padding-top:1.5rem;
	padding-bottom:1.5rem
}
.py-8 {
	padding-top:2rem;
	padding-bottom:2rem
}
.pb-2 {
padding-bottom:.5rem
}
.pb-3 {
padding-bottom:.75rem
}
.pb-4 {
	padding-bottom:1rem
}
.pb-6 {
	padding-bottom:1.5rem
}
.pl-2\.5 {
padding-left:.625rem
}
.pl-3 {
padding-left:.75rem
}
.pl-4 {
	padding-left:1rem
}
.pl-8 {
	padding-left:2rem
}
.pl-9 {
	padding-left:2.25rem
}
.pr-2 {
padding-right:.5rem
}
.pr-2\.5 {
padding-right:.625rem
}
.pr-8 {
	padding-right:2rem
}
.pt-0 {
	padding-top:0
}
.pt-1 {
padding-top:.25rem
}
.pt-2 {
padding-top:.5rem
}
.pt-3 {
padding-top:.75rem
}
.pt-4 {
	padding-top:1rem
}
.pt-6 {
	padding-top:1.5rem
}
.space-x-4 {
	margin-right:1rem;
	margin-left:1rem;
}
.space-y-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.text-left {
	text-align:left
}
.text-center {
	text-align:center
}
.text-right {
	text-align:right
}
.align-middle {
	vertical-align:middle
}
.font-mono {
	font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}
.font-serif {
	font-family:Playfair Display, serif!important
}
.text-2xl {
	font-size:1.5rem!important;
	line-height:2rem!important
}
.text-3xl {
	font-size:1.875rem!important;
	line-height:2.25rem
}
.text-4xl {
	font-size:2.25rem!important;
	line-height:2.5rem!important
}
.text-\[0\.8rem\] {
font-size:.8rem
}
.text-base {
	font-size:1rem!important;
	line-height:1.5rem!important
}
.text-lg {
	font-size:1.125rem!important;
	line-height:1.75rem!important
}
.text-xl {
	font-size:1.25rem!important;
	line-height:1.75rem!important
}
.text-xs {
font-size:.75rem!important;
	line-height:1rem!important
}
.font-bold {
	font-weight:700!important
}
.font-medium {
	font-weight:500!important
}
.font-normal {
	font-weight:400!important
}
.font-semibold {
	font-weight:600
}
.italic {
	font-style:italic
}
.leading-none {
	line-height:1
}
.tracking-tight {
	letter-spacing:-.025em
}
.tracking-widest {
	letter-spacing:.1em
}
text-muted-foreground {
	color:rgb(127 140 141)
}
/********************/
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-6 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-2-2 {
flex: 0 0 auto;
width: 19.666667%!important;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
}
/*container*/

a {
	text-decoration:none
}
/*grid*/


.bg-background {
	background-color:#fff;
}
.flex {
	display:flex;
}
.font-medium {
	font-weight: 500;
}
.items-center {
	align-items: center;
}
.rel-tabs ul {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 10px;
}
.rel-tabs ul li a {
	padding: 10px;
	background: #eee;
	text-decoration: none;
	border-radius: 4px;
}
.rel-tabs ul li a.active {
	background: #0073aa;
	color: #fff;
}
.rel-tab-content {
	margin-top: 20px;
}
.rel-property-meta {
	margin-top: 30px;
	background: #f9f9f9;
	padding: 20px;
}
.rel-property-meta ul {
	list-style: none;
	padding: 0;
}
.rel-property-meta li {
	padding: 5px 0;
}
.rel-property-meta .rel-image img {
	max-width: 100%;
	height: auto;
}
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

/*login page*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*, :before, :after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}
a {
	transition: 0.3s;
}
/* styles.css */
:root {
--card-foreground: 210 29% 24%;
--input:#e5e7eb;
--card-foreground:#2b3d4f;
--radius: .5rem;
--background:fff;
--primary-color: #fff;
--secondary-color:#2c3d4f;
--muted-color: #7e8b8c;
--bg-primary:#2c3e50;
--bg-green:#1abc9c;
--text-color:#333333;
--foreground:#2c3d4f;
--text-white:#ffffff;
--tab-color: #f4f4f5;
--secondary-tab: #e8e8ed;
--background-tab: #fff;
}
.bg-primary {
	background-color: var(--bg-primary);
}
body {
	font-family: Inter, sans-serif;
	color: var(--foreground)!important;
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Playfair Display, serif;
	font-weight:500;
}
.hover\:bg-primary\/90:hover {
	background-color: #2c3e50e6;
}
a {
	color: var(--muted-color)
}
a:hover {
	color: var(--secondary-color)
}
.text-muted {
	color: var(--muted-color);
}
.text-muted-foreground {
	color: var(--muted-color);
}
.text-dark {
	color: var(--foreground);
}
.max-w-4xl {
	max-width: 56rem;
}
.w-10 {
	width: 2.5rem;
}
.border-dashed {
	border:dashed 2px #e5e7eb
}
.space-y-2 {
	margin-top:8px;
	margin-bottom:8px;
}
.py-2 {
padding-top: .5rem!important;
padding-bottom: .5rem!important;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Playfair Display, serif;
	font-weight:500;
	margin:0;
	padding:0;
}
.font-medium {
	font-weight: 500;
}
p {
	margin:0;
	padding:0;
}
.m-0 {
	margin:0!important
}
.mt-15 {
	margin-top:15px!important
}
.mt-2 {
margin-top: .5rem;
}
.mt-3 {
	margin-top:1.5rem!important;
}
.pb-2 {
padding-bottom: .5rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.text-center {
	text-align:center
}
.text-3xl {
	font-size: 1.875rem!important;
	line-height: 2.25rem!important;
	color: var(--secondary-color);
}
.text-lg {
	font-size: 1.125rem!important;
	line-height: 1.75rem!important;
}
.bg-muted {
--tw-bg-opacity: 1;
	background-color: rgb(236 240 241 / var(--tw-bg-opacity, 1));
}
.rounded-lg {
border-radius:.5rem;
}
.my-2 {
margin-top:.5rem!important;
margin-bottom:.5rem!important;
}
.text-sm {
font-size:.875rem!important;
	line-height: 1.25rem!important;
}
.md-text-sm {
font-size: .875rem!important;
	line-height:1.25rem!important;
}
.w-full {
	width:100%!important;
}
.text-primary {
	color:#fff;
}
.max-w-md {
	max-width: 28rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.rounded-md {
border-radius:.5rem;
}
.box {
	border:solid 1px #e5e7eb;
	padding:1.5rem;
}
.box h3 {
	color: var(--secondary-color)!important;
	margin:0!important;
	padding:0!important
}
.col-lg-3 h3 {
	font-size:16px!important
}
#calendar .col-lg-4 h3 {
	font-size:16px!important
}
.box input {
	border:solid 1px #e5e7eb;
	padding:7px 10px;
	margin-bottom:15px;
	font-family: Inter, sans-serif;
}
input[type='checkbox'] {
	margin:0!important;
	padding:0!important
}
.box select {
	border:solid 1px #e5e7eb;
	padding:0 10px;
	margin-bottom:15px;
	font-family: Inter, sans-serif;
	background:#fff
}
.box label {
	display:block;
	width:100%;
	margin-bottom:0;
	color: var(--secondary-color);
	font-weight: 500;
}
.box p {
	margin:5px 0 20px 0;
	padding:0
}

::placeholder {
var(--muted-color)
}
::-ms-input-placeholder {
var(--muted-color)
}
.underline-offset-4 {
	text-underline-offset: 4px;
}
.underline {
	text-decoration-line: underline;
}
.relative {
	position: relative;
}
.right-end {
	right:0
}
.show-password {
	background:none;
	border-radius:5px;
	font-size:18px;
	padding:0px 11px 4px 11px !important;
	top:39px!important;
	right:3px!important
}
.show-password:hover {
	background-color: var(--bg-green);
	color:#fff
}
.button {
	color:#fff;
	cursor:pointer
}
.button:hover {
	color:#fff;
	cursor:pointer;
	background-color:#2c3e50e6;
}
.h-10 {
	height: 2.5rem!important;
}
.d-block {
	display:block
}
.green-button {
	border: solid 1px #e5e7eb;
	padding:10px 10px;
	margin-bottom: 15px;
	width:100%;
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-weight:500;
	color:#2b3d4f
}
.green-button i {
	font-size:18px
}
.green-button:hover {
	border: solid 1px #e5e7eb;
	padding:10px 10px;
	margin-bottom: 15px;
	width:100%;
	display:block;
	text-align:center;
	background-color: var(--bg-green);
	color:#fff;
	text-decoration:none
}
.box .text-area {
	border: solid 1px #e5e7eb;
	padding:10px;
	margin-bottom: 15px;
	width: 100%;
	font-family: Inter, sans-serif;
border-radius: .5rem;
}
/*login page*/





/*tab-css*/



.header {
	background-color: var(--tab-color);
	color: white;
}
.button {
	background-color: var(--secondary-color);
	color: white;
	border: none;
	padding: 10px 20px;
}
.button-accent {
	background-color: var(--accent-color);
	color:white;
}
.wrapper {
	width: 590px;
	background-color:#f4f4f5;
}
.tab-div .buttonWrapper {
	grid-template-columns: 1fr 1fr 1fr;
	padding:4px 4px 5px 4px;
	background:#e8e8ed;
	border-radius:5px;
	margin-bottom:15px;
	display:inline-block;
}
.tab-div .button-tab {
	border: none;
	padding:5px 10px!important;
	color: #232c3d;
	font-size: 14px;
	cursor: pointer;
	transition: 0.5s;
	border-radius:5px;
	margin:0;
}
.tab-div .button-tab:hover {
	background-color: var(--background-tab);
}
.tab-div .button-tab.active {
	background-color: var(--background-tab);
}
.tab-div .active {
	background-color: white; border-radius: 5px;
}
.tab-div .content {
	display: none;
}
.tab-div .content.active {
	display: block;
}
.hidden {
	display: none;
}
.p-4 {
	padding:1rem;
}
 @media (min-width: 768px) {
 .md\:grid-cols-2 {
 grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.gap-4 {
	gap: 1rem;
}
.gap-6 {
	gap:1.5rem
}
.gap-3 {
gap:.75rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.justify-between {
	justify-content: space-between;
}
.items-center {
	align-items: center;
}
.inline-flex {
	display: inline-flex;
}
.h-9 {
	height:2.25rem;
}
.bg-primary {
	background-color:#2b3d4f!important
}
.border-dashed {
	border-style: dashed;
}
.align-items {
	display: flex;
	align-items: center;
}
.space-x-2 {
	margin-left:10px;
}
.pointer {
	cursor: pointer;
}
.btn-bg {
	background:#2c3e50
}
.hover:hover {
	background-color: rgb(26 188 156);
	color:#fff
}
.switch {
	position: relative;
	display: inline-block;
	width:52px!important;
	height:25px;
}
.justify-between {
	justify-content: space-between;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height:17px;
	width:17px;
	left: 4px;
	bottom: 4px;
	background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
	background-color: #2196F3;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.gray-bg {
	background:#959ea7;
}
.text-white {
	color: var(--text-white);
}
.text-primary-foreground {
	color: rgb(255 255 255);
}
.shadow-sm {
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.text-card-foreground {
	color:#2c3d4f!important;
}
.d-inline {
	display:inline-block;
}
.text-green-800 {
	color: rgb(22 101 52);
}
.bg-green-100 {
--tw-bg-opacity: 1;
	background-color: rgb(220 252 231);
}
.text-purple-800 {
	color: rgb(107 33 168);
}
.bg-purple-100 {
	background-color: rgb(243 232 255);
}
.border-b {
	border-bottom-width: 1px;
}
.text-amber-600 {
	color:rgb(217 119 6);
}
.space-x-2 {
margin-right:.5rem;
margin-left: .5rem;
}
.text-red-800 {
	color: rgb(153 27 27);
}
.bg-red-50 {
	background-color: rgb(254 242 242);
}
.border-red-200 {
	border-color: rgb(254 202 202);
}
.text-yellow-800 {
--tw-text-opacity: 1;
	color: rgb(133 77 14);
}
.bg-yellow-100 {
--tw-bg-opacity: 1;
	background-color: rgb(254 249 195);
}
.text-green-600 {
	color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-red-600 {
	color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.img-fluid {
	max-width:100%
}
/*Calendar*/
/*variables*/
:root {
--white: #fff;
--main: #eaedf0;
--accent: #1abc9c;
--accent-2: #2c3e50;
}
header {
	margin:0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
.header-display {
	display: flex;
	align-items: center;
}
.header-display p {
}
pre {
	padding: 10px;
	margin: 0;
	cursor: pointer;
	font-size: 1.2rem;
	color: var(--accent);
}
.days, .week {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	margin: auto;
	padding: 0 20px;
	justify-content: space-between;
}
.week div, .days div {
	display: flex;
	justify-content: center;
	align-items: center;
	height:2.5rem;
	width:2.5rem;
	border-radius:10%;
	font-size:14px;
}
.days div:hover {
	background: var(--accent-2);
	color: #fff;
	cursor: pointer;
}
.week div {
	opacity: 0.5;
}
.current-date {
	background-color: var(--accent);
	color: var(--white);
}
.display-selected {
	margin-bottom: 10px;
	padding: 20px 20px;
	text-align: center;
}
/*Calendar*/

.contentWrapper h2 {
	margin:0!important;
	padding:0!important;
	color:#2c3d4f!important;
}


/*Properties-details*/

@media (min-width: 768px) {
.md\:text-4xl {
 font-size: 2.25rem;
 line-height: 2.5rem;
}
}
.text-primary-900 {
	color:rgb(27 79 114)!important;
}
.bg-secondary {
	background-color: rgb(52 152 219)
}
.text-card-foreground {
	color: hsl(var(--card-foreground));
}
.hover-bg-secondary:hover {
	background-color: #3498dbcc;
}
.bg-secondary\/5 {
	background-color: #3498db0d;
}
.border-secondary\/20 {
	border-color: #3498db33;
}
.text-secondary {
 --tw-text-opacity: 1;
	color: rgb(52 152 219 / var(--tw-text-opacity, 1));
}
/*Properties-details*/


@media (min-width: 768px) {
 .md\:h-20 {
 height: 5rem;
}
}
.bg-card {
	background-color:#fff;
}
#target {
	display:none;
}
#target2 {
	display:none;
}
.Hide {
	display:none;
}
 .space-x-3>:not([hidden])~:not([hidden]) {
 margin-right: calc(.75rem * var(--tw-space-x-reverse));
 margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)));
}
 .space-x-2>:not([hidden])~:not([hidden]) {
 margin-right:.5rem;
 margin-left:.5rem;
}
.icone-2 {
	top:12px;
	right:15px;
}
.pd-30 {
	padding-right:30px!important
}
.right-end {
	float:right
}
.text-area2 {
	border: solid 1px #e5e7eb;
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
	font-family: Inter, sans-serif;
 border-radius: .5rem;
}
.head-signup .awb-menu__i_main {
	color:#fff!important;
}
.head-signup .menu-text {
	color:#fff!important;
}
.head-signup .menu-text:focus-within {
color:#fff!important;
}
.fusion-tb-footer h2 {
	color:#fff!important;
}
.user-dropdown {
	position: relative;
	display: inline-block;
}
.user-dropdown-toggle {
	background: #fff;
	border: 1px solid #ccc;
	padding: 8px 12px;
	cursor: pointer;
	font-size: 14px;
}
.user-dropdown-menu {
	display: none;
	position: absolute;
	right: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	min-width: 160px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	list-style: none;
	padding: 0;
	margin: 0;
}
.user-dropdown-menu li a {
	display: block;
	padding: 10px;
	color: #333;
	text-decoration: none;
}
.user-dropdown-menu li a:hover {
	background-color: #f5f5f5;
}
/* Show dropdown on hover */
.user-dropdown:hover .user-dropdown-menu {
	display: block;
}

/*-------Active Bidding Properties---------*/

@media (min-width: 768px) {
.md\:flex-row {
 flex-direction: row;
}
}
.bg-secondary {
	background-color: rgb(52 152 219);
}
.max-w-3xl {
	max-width: 48rem;
}
.bg-white {
	background:#fff;
}
.max-w-5xl {
	max-width: 66rem;
}
.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: .15s;
}
.hover-80:hover {
	background-color: rgba(44, 62, 80, 0.8);
}
.font-semibold {
	font-weight: 600;
}
.hover2-80:hover {
	background-color: rgba(52, 152, 219, 0.8);
}
.flex {
	display: flex;
}
.text-dark {
	color:#2b3d4f
}
.bg-card img {
transition: transform .5s; /* Animation */
}
.bg-card:hover img {
	transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
body {
	margin:0;
	padding:0;
}
/*-------Active Bidding Properties---------*/

.property-card {
	overflow: hidden;
transition-duration: .3s;
animation-duration: .3s;
}
.h-64 {
	height: 16rem;
}
 @media (min-width: 768px) {
.md:text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
}
.text-2 {
	font-size:17px;
	line-height: 25px;
}
.shadow-md {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
 @media (min-width: 768px) {
.h-90 {
height:90px;
}
}
sup {
	font-size: 10px;
	font-weight: 700;
}
.bg-blue {
	background: #26445e;
}
.swiper-container-pointer-events {
	touch-action: pan-y;
	overflow: hidden;
}
.max-w-2xl {
	max-width: 42rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.grid {
	display: grid
}
.properties-div .grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
html {
	scroll-behavior: smooth;
}
.error_message {
	color: red;
}
.success_message {
	color: green;
}

/*-------Featured Properties---------*/







.hover\:bg-muted\/50 tr:hover {
    background-color: #ecf0f180;
}


.bg-blue-100 {
background-color: rgb(219, 234, 254)
}



.bg-purple-100 {
background-color: rgb(243, 232, 255)
}







/*-------20-7-2025---------*/
.text-sm {font-size: .875rem!important;line-height: 1.25rem;}
.bg-destructive {background-color:#ef4444; color:#fff}
.border-green-200 {border-color:#baf6cf;}
.bg-green-50 {background:#f0fdf4}
.tab {overflow: hidden;}
.tab button {outline: none;cursor: pointer; transition: 0.3s;}
/* Style the tab content */
.tabcontent {display: none;}
@media (max-width: 768px) {
.text-3x2 { font-size:20px; line-height:20px}
}
.active2:hover { background:#fff!important}
.active2:active { background:#fff!important}
.active2:focus { background:#fff!important}
/*-------20-7-2025---------*/


/*table*/

.table-responsive {overflow-x:auto;}

.styled-table {
border-collapse: collapse;
margin: 25px 0;
width:100%;

}

.styled-table thead {
background-color: #ecf0f1;
text-align: left;
}

.styled-table th { font-size:18px}
.styled-table th,
.styled-table td {
padding: 12px 15px;
border-bottom: 1px solid #ddd; text-align:left;  white-space: nowrap;
}

.styled-table tbody tr:hover {
background-color: #f1f1f1; text-align:left
}

#myList ul { margin:0; padding:0;}
#myList li { margin:0; padding:0; display:inline-block; list-style:none}


/*table*/

.bootstrap-tagsinput .tag {    
	margin-right: 2px;
    	color: #2a2727;
}