body {
	font-family: "Roboto", sans-serif !important;
	/* background: #fff!important; */
	background: #f4f5f6 !important;
	padding-top: 50px;
    padding-bottom: 50px;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
  background: transparent !important;
}
[theme-color=dark] body {
	background: #0C153B !important;
}
[theme-color=dark] .bg-white {
	background-color: #0C153B !important;
}

.bg-grey {
	background: #eff3f6;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.full_page { 
	height:100vh !important;
	overflow:hidden;
  }
@media (max-width: 480px) {
  .full_page { 
	height:100vh !important;
	overflow:hidden;
  }
}

.sidenav-nav li a {
    color: #000;
}
.sidenav-nav li a i {
    color: #000;
}
li.suha-dropdown-menu .dropdown-trigger-btn {
    color: #000;
}
hr.dashed {
  border: 0;
  height: 0;
  border-top: 1px dashed #6c757d;
  margin: 1rem 0;
  box-sizing: border-box;
}
hr.dashed.short {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
hr.dashed.thin {
  border-top-width: 1px;
  opacity: 0.7;
}
hr.dashed.thick {
  border-top-width: 4px;
}
hr.dashed.primary  { border-top-color: #0d6efd; }
hr.dashed.success  { border-top-color: #198754; }
hr.dashed.warning  { border-top-color: #ffc107; }
hr.dashed.danger   { border-top-color: #dc3545; }
@keyframes dash-move {
  to { background-position: 40px 0; }
}
hr.dashed.animated {
  border-top: none;
  height: 6px;
  background-image: linear-gradient(90deg,
    rgba(0,0,0,0) 0 50%,
    rgba(0,0,0,0.25) 50% 100%);
  background-size: 40px 6px;
  background-repeat: repeat-x;
  background-position: 0 0;
  animation: dash-move 1.2s linear infinite;
}

@media (max-width: 576px) {
  hr.dashed.short { width: 80%; }
}
.login_card {
	position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.fw-bold {
  font-weight: 900 !important;
}
.otp_group {
  display: flex;
  gap: 0.6rem; 
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
}
.otp_input {
	width: 3.6rem !important;
    height: 3.6rem !important;
    border-radius: 0.5rem !important;
    border: 1px solid #d6d6d6;
    text-align: center !important;
    font-size: 1.25rem !important;
    font-weight: 600;
    outline: none;
    background: #fff;
    transition: border-color 140ms ease, box-shadow 140ms ease, transform 120ms ease;
    line-height: 1;
    padding: 0;
    user-select: none;
}
@media (max-width: 480px) {
  .otp_input { 
	width: 3rem !important;
        height: 3rem !important;
        font-size: 1.1rem !important;
  }
}
.otp_input:focus-visible {
  border-color: #000; 
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: translateY(-2px);
}
.otp_input:focus {
  border-color: #6d4af6;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.otp_input:hover {
  border-color: #bdbdbd;
  border-color: #6d4af6;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.otp_input.filled {
  background: #f8f9fa;
  border-color: #c0e0ff;
}
.otp_input.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 4px rgba(220,53,69,0.08);
}
.otp_input:disabled,
.otp_input[disabled] {
  opacity: 0.6;
  pointer-events: none;
  background: #f4f4f4;
}
.otp_input::placeholder {
  color: #bfc3c6;
  opacity: 1;
}
.otp_input::-webkit-outer-spin-button,
.otp_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



/* Start Index Layout */
.location-box small {
  font-size: 12px;
  color: #888;
}
.search-box {
  border-radius: 15px;
  box-shadow: none !important;
  border: none;
}
.search-box:focus {
  box-shadow: none !important;
}
.category-btn {
  border-radius: 10px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.category-btn i {
  margin-right: 5px;
}
.property-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.property-card:hover {
  border: 0px solid #dddddd78;
}

.badge-house {
  background: #e9f9ef;
  color: #2e7d32;
  font-size: 12px;
  border-radius: 8px;
  padding: 3px 8px;
}
.fav-icon {
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  padding: 5px;
}
.property-meta small {
  font-size: 13px;
  color: #666;
}
.price {
  font-weight: 600;
  color: #27ae60;
}
/* End Index Layout */
.suha-footer-nav {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 3.8rem !important;
}
.suha-footer-nav ul li a {
	color: #969696 !important;
	font-weight: 500;
}
.suha-footer-nav ul li a i {
    margin-bottom:5px;
}
.suha-footer-nav ul li a span {
    text-transform: capitalize !important;
	font-size:11px;
}
.footer-nav-area ul li a.active {
	color: #0078db !important;
	font-weight: 600 !important;
	padding: 12px 0px !important;
	background: #f0f9ff !important;
}
[theme-color=dark] .footer-nav-area ul li a.active {
	color: #fff !important;
	font-weight: 600 !important;
	padding: 12px 0px !important;
	background: #0C153B !important;
}
.footer-nav-area ul li a:hover {
	padding: 12px 0px !important;
	background: #f1f1f1 !important;
	color: #0078db !important;
}
[theme-color=dark] .footer-nav-area ul li a:hover {
	padding: 12px 0px !important;
	background: #333 !important;
	color: #fff !important;
}
[theme-color=dark] .card {
    border-color: #dddddd3b !important;
}
[theme-color=dark] .text-dark {
    color: #fff !important;
}
[theme-color=dark] .text-body-secondary {
    color: #fff !important;
}

.flex-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.flex-scroll::-webkit-scrollbar {
  display: none;
}

.bottom_setting {
    bottom: 10px;
    border-radius: 14px;
    margin-left: 10px;
    margin-right: 10px;
    height: auto !important;
}
.settings-list {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  overflow: hidden;
  padding: 0;
}
[theme-color=dark] .settings-list {
    background: #0C153B !important;
}
.settings-list li {
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
}
[theme-color=dark] .settings-list li {
  list-style: none;
  border-bottom: 1px solid #dddddd3b;
}

.settings-list li:last-child {
  border-bottom: none;
}
.settings-list a {
  display: flex;
  align-items: center;
  padding: 12px 8px 15px 16px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s;
}
[theme-color=dark]  .settings-list a {
  color: #fff !important;
}
.settings-list a:hover {
  background: #f9f9f9;
}
[theme-color=dark] .settings-list a:hover {
  background: #07091d !important;
}

[theme-color=dark] .offcanvas {
  background: #0C153B !important;
}
[theme-color=dark] .text-muted {
  color: #fff !important;
}
.settings-list i {
  font-size: 15px;
  margin-right: 10px;
  color: #000;
}
.settings-list .arrow {
  margin-left: auto;
  color: #aaa;
  font-size: 12px;
}
.page-topbar {
	background: #fff;
    padding: 15px;
    border-bottom: 1px solid #dddddd82;
    align-items: center;
	position: sticky;
    top: 0;
    width: 100%;
    z-index: 99;
}
.page-content-wrapper {
    height: 100% !important;
}
.text-justify {
	text-align: justify;
}
@media (max-width: 480px) {
	.customsidebar {
		width: 80% !important;
	}
}
.property-image {
    height: 100px;
    background-size: cover;
    background-position: center;
    position: relative;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@200..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Heebo:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Tiro+Devanagari+Hindi:ital@0;1&display=swap');
.sidebar {
    padding: 20px 10px 10px 10px;
    border-right: 1px solid #ddd;
    width: 270px;
    position: fixed;
    height: 100vh;
	overflow: auto;
	z-index: 999;
	background: #fff;

}
/* Font size utilities: fs-1 (1px) ... fs-50 (50px) */
.fs-1  { font-size: 1px; }
.fs-2  { font-size: 2px; }
.fs-3  { font-size: 3px; }
.fs-4  { font-size: 4px; }
.fs-5  { font-size: 5px; }
.fs-6  { font-size: 6px; }
.fs-7  { font-size: 7px; }
.fs-8  { font-size: 8px; }
.fs-9  { font-size: 9px; }
.fs-10 { font-size: 10px; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-17 { font-size: 17px; }
.fs-18 { font-size: 18px; }
.fs-19 { font-size: 19px; }
.fs-20 { font-size: 20px; }
.fs-21 { font-size: 21px; }
.fs-22 { font-size: 22px; }
.fs-23 { font-size: 23px; }
.fs-24 { font-size: 24px; }
.fs-25 { font-size: 25px; }
.fs-26 { font-size: 26px; }
.fs-27 { font-size: 27px; }
.fs-28 { font-size: 28px; }
.fs-29 { font-size: 29px; }
.fs-30 { font-size: 30px; }
.fs-31 { font-size: 31px; }
.fs-32 { font-size: 32px; }
.fs-33 { font-size: 33px; }
.fs-34 { font-size: 34px; }
.fs-35 { font-size: 35px; }
.fs-36 { font-size: 36px; }
.fs-37 { font-size: 37px; }
.fs-38 { font-size: 38px; }
.fs-39 { font-size: 39px; }
.fs-40 { font-size: 40px; }
.fs-41 { font-size: 41px; }
.fs-42 { font-size: 42px; }
.fs-43 { font-size: 43px; }
.fs-44 { font-size: 44px; }
.fs-45 { font-size: 45px; }
.fs-46 { font-size: 46px; }
.fs-47 { font-size: 47px; }
.fs-48 { font-size: 48px; }
.fs-49 { font-size: 49px; }
.fs-50 { font-size: 50px; }


@media (max-width: 769px) {
	.sidebar {
		padding: 0;
		border-right: 0px solid #dddddd87;
		width: auto;
	}
	.main-dashboard {
		padding: 0 !important;
		padding-left: 00px !important;
		padding-top: 35px !important;
		width: 100%;
		height: 100%;
		padding-bottom: 75px !important;
	}
}
.main-dashboard {
    padding: 20px;
    padding-left: 280px;
    padding-top: 20px !important;
    width: 100%;
    height: 100%;
    padding-bottom: 75px !important;
}
.sidebar-menu .nav-item {
	width: 100%;
}
.sidebar-menu:hover {
	cursor:pointer;
}
.dropdown-toggle::after {
  content: "â–¼";
  float: right;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.collapse-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.collapse-content.show {
  max-height: 500px;
}
.collapse-content ul {
  padding-left: 1rem;
  margin: 0;
  list-style: none;
}

#scrollable::-webkit-scrollbar {
	height: 6px;
	width: 6px;
}

#scrollable::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 0px;c
}

#scrollable::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar thumb */
  border-radius: 5px; /* Rounded corners for the thumb */
}
.free {
    background-color: #219653;
    padding: 5px 5px 4px 5px;
    font-size: 9px;
    font-weight: 500;
    line-height: 6px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-left: 8px;
    margin-right: 1px;
    overflow: hidden;
}
.company-logos img {
	padding: 10px;
    border: 1px solid #ddddddb3;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 6px;
	height: 70px;
    width: 180px;
}
.banner_form_input .input2 {
    border-radius: 12.834px;
    background: rgba(255, 255, 255, 0.10);
    height: 44px;
    padding: 0;
    border: none;
    transition: all 0.2s;
    color: #F2F2F2;
    font-size: 14.973px;
    font-style: normal;
    line-height: normal;
    padding-left: 13px;
    border: 1px solid transparent;
    width: 100%;
    border: 1.069px solid rgba(232, 232, 232, 0.24);
}
.banner_form_input .input2:focus {
    background: rgba(255, 255, 255, 0.10) !important;
}
.banner_form_input .form-select {
    background: rgba(255, 255, 255, 0.10) !important;
	border: 1px solid transparent;
	color: #F2F2F2;
}
.step_up_wrapper {
    border-radius: 20px;
    border: 1px solid #FFF;
    box-shadow: none;
    padding: 30px 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.30) 17.97%, rgba(236, 236, 236, 0.30) 89.08%);
    box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(3px);
}
.top_offers {
    background: url(../img/health_insurance.png);
    background-size: cover;
	padding: 100px 0;
}
.text-sm {
    font-size: 12px;
}
.text-dark {
	color:#000 !important; 
}
.nav-link {
    font-size: 14px;
    font-weight: 500;
}
/* Style the select dropdown */
.form-select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #333;
    appearance: none;  /* Remove default dropdown arrow */
    background-image: url('data:image/svg+xml;utf8,<svg fill="%234CAF50" height="24" viewBox="0 0 24 24" width="24"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
}

/* Style options */
.form-select option {
    padding: 10px;
    background-color: #fff;
    color: #333;
}

/* Focus effect */
.form-select:focus {
    outline: none;
}
.breadcrumbarea {
    background: url(../img/breadrcumb.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 55px;
    padding-top: 100px;
}@media (max-width: 769px) {
	.mob-login {
		padding-top: 35% !important;
	}
}
.footer-payment {
	border: 1px solid #dddddd3b;
    border-radius: 6px;
}
.navbar-nav>.nav-item>.nav-link {
    border-radius: var(--fn-border-radius);
    padding: var(--fn-nav-link-padding-y) var(--fn-navbar-nav-link-padding-x);
    color: #000;
}
.table-container {
	overflow-x: auto;
	margin: 20px 0;
}

table {
	border-collapse: collapse;
	width: 100%;
	font-size: 13px;
}
.table>thead {
    vertical-align: bottom;
    background: #ddd;
}
.table>thead>tr>th {
    color: #000 !important;
}
.badge {
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 12px;
}

.no-data {
	text-align: center;
	font-size: 1.2rem;
	padding: 20px;
}
tr:hover {
    background-color: #f1f1f13d;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.table>:not(caption)>*>* {
    background-color: #ffffff00;
	border: 1px solid #dddddd61;
}
#TablePagination button {
	margin: 0 3px;
	padding: 5px 12px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	border-radius: 3px;
}
#TablePagination button.active {
	background-color: #4a5aa3;
	color: white;
}
#TablePagination button:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
#TablePagination .ellipsis {
	margin: 0 5px;
	font-weight: bold;
	color: #666;
}
/* Mobile Menu */
.mobile-nav {
	background: #fff;
    position: fixed;
    bottom: 10px;
    height: auto;
    display: flex;
    justify-content: space-around;
    border-radius: 90px;
    z-index: 99;
    border: 1px solid #f1f1f1;
    left: 10px;
    right: 10px;
}
.mobile-nav .active i {
    color: #3166cc !important;
    border-radius: 16px;
    padding: 3px 15px;
}
.mobile-nav .active span {
    color: #3166cc !important;
}
.bloc-icon {
    text-align: center;
    font-weight: 400;
    line-height: 10px;
    padding: 10px 0;
    text-decoration: none;
}
.bloc-icon i {
	color: #333;
	font-size: 22px;
	margin-bottom: 7px;
	padding: 3px 15px;
}
.bloc-icon span {
	color: #333;
    font-size: 11px;
    font-weight: 500;
}
.bloc-icon img {
	width: 30px;
}
@media screen and (min-width: 600px) {
  .mobile-nav {
	display: none !important;
  }
  .loginform {
		width: 70%;
		padding: 25px !important;
	}
}
a {
    text-decoration: none;
	color: #0031d1;
}
@media screen and (max-width: 600px) {
	.loginform {
		width: 100%;
		padding: 25px !important;
	}
}
.inquirybtn {
	position: fixed;
    bottom: 5px;
    left: 10px;
    border-radius: 4px;
	z-index: 99;
}
.list-group-item-action:focus-visible, .list-group-item-action:hover {
    background-color: rgb(0 0 0 / 5%);
    color:#000;
}
.menu-link i {
    font-size: 18px;
    margin-top: -5px;
}
.sidebar-menu .menu-link::after {
    position: absolute;
    right: 12px;
}
.login-footer {
    position: absolute;
    bottom: 20px;
}
.mini-stat {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #000;
}
.bx-shadow {
    -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
}
@media (min-width: 1200px) {
    .modal-xl {
        --fn-modal-width: 900px;
    }
}
.fill-form-details {
	font-size: 20px;
    color: red;
    font-weight: 600;
}
.uppercase {
	text-transform: uppercase;
}
.booking-details {
	font-size: 18px;
	 color: #000;
}
.booking-details td {
    border: 1px solid #000;
	padding: 10px;
}
.text-underline {
    text-decoration: underline;
}
.form-control {
    border-radius: 4px;
}
.card-header-bg {
    background-image: url(../img/blue-bg.svg);
    background-size: cover;
    background-position: center;
}
.co-applicant-fileds {
    border: 1px solid rgb(255 119 17 / 21%);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    background: rgb(255 119 17 / 7%);
}
.table td, .table th {
	white-space: nowrap; /* Prevent text wrapping */
	overflow: hidden;    /* Hide overflow text */
	text-overflow: clip; /* Ensures text doesn't get truncated with ellipsis */
}
.form-design-header {
	position: sticky;
    top: 79px;
    background: #f1f1f1;
    padding-top: 20px;
}
.input42 {
	height:45px;
}
.table_bx {
    border: 1px solid #ddd;
}
table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
    box-shadow: none !important;
    background: #fff0 !important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    padding: 10px;
    border-bottom:  1px solid #ddd !important;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 8px;
}
.datepicker td, .datepicker th {
    padding: 10px;
}
.fileno {
	color: red;
    font-weight: 700;
    position: absolute;
    margin-top: 12px;
}
.modal {
	background: #ffffff;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
	font-size: 15px;
}
table.table td {
    padding: 5px 10px;
    line-height: 2;
}
@media (min-width: 576px){
.modal {
    --pk-modal-margin: 1.75rem;
    --pk-modal-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    background: rgb(0 0 0 / 10%);
    --Modal-backdrop: rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
}}
.modal-backdrop.show {
    opacity: 0 !important;
}
.modal-backdrop {
    z-index: auto !important;
}
.card-animate .card-body {
	padding: 20px;
}
/* General table styling */
.receipt-table {
    width: 100%;
    border-collapse: collapse;
    margin: -1px 0;
    font-family: Arial, sans-serif;
	color: #000;
}

.receipt-table th, .receipt-table td {
    padding: 12px 15px;
    border: 1px solid #000;
    text-align: left;
}

.receipt-table th {
    background-color: #fff;
    font-weight: bold;
    color: #333;
}

.receipt-table td {
    background-color: #fff;
}

.receipt-table tr:nth-child(even) td {
    background-color: #fff;
}

/* Styling for the borders */
.receipt-table th, .receipt-table td {
    border: 1px solid #000;
}

/* Styling for rows on hover */
.receipt-table tr:hover {
    background-color: #fff;
}

/* Styling for the table header */
.receipt-table thead {
    background-color: #fff;
    color: #fff;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .receipt-table th, .receipt-table td {
        padding: 8px;
    }
    .receipt-table {
        font-size: 14px;
    }
}
.receipt-header {
        border: 1px solid #000;
}
.receipt-header th, .receipt-header td {
    padding: 12px 15px;
}

.topbar {
	padding: 6px;
	box-shadow: none;
    background: #ffffff;
    border-bottom: 1px solid #dddddd8f;
}
.notice {
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #000;
	font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 600px) {
    .notice {
    	font-weight: 600;
    	font-style: normal;
    	font-size: 15px;
    	color: #000;
    }

}
.card-body {
    overflow: auto;
}
@media (max-width: 769px) { 
    .mob-w-50 {
        width: 50% !important;
        padding-left: 5px;
        padding-right: 5px;
    }
    .card-animate {
    	margin-bottom: 10px;
        box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
        transition: all 0.5s ease;
        border: 1px solid #ffffff;
        border-radius: 10px;
    }
    .card-animate p {
    	font-size: 11px;
        color: #000 !important;
    }
    .card-animate a {
    	font-size: 10px;
    }
    .card-animate:hover a {
    	font-size: 10px;
    }
    .card-animate img {
        width:32px;
    }
}
@media only screen and (max-width: 600px) {
    .PP_MENU {
        background: #fff;
        padding: 10px;
        position: absolute;
        bottom:0px !important;
        width: 100%;
        left: 0px;
    }
    .card-animate {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
    	background: #fff !important;
    	cursor:pointer !important;
    	border:1px solid #fff !important;
    	
    }
}
.PP_MENU {
    background: #fff;
    padding: 10px;
    position: absolute;
    bottom: 83px;
    width: 100%;
    left: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.dropup .dropdown-toggle:after {
    margin-left: auto !important;
}
.capitalize {
    text-transform: capitalize;
}
.text-left {
    text-align: left;
}
.sidebar .scrollable {
   padding-bottom: 160px;
}
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dropup .dropdown-menu {
  bottom: 100%; /* Positions the dropdown above the button */
  top: auto;
  transform: translateY(-5px); /* Adds slight spacing */
}
.profile-container {
    background: white;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.header {
    background: linear-gradient(135deg, #84c5fe, #628bd8);
    height: 120px;
    position: relative;
}
.profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    position: absolute;
    bottom: -50px;
    left: 20px;
}
.profile-info {
    padding: 60px 20px 20px;
}
.profile-info h2 {
    margin-bottom: 5px;
    font-size: 22px;
}
.profile-info p {
    font-size: 14px;
    color: gray;
}
.details {
    padding: 15px 20px;
    background: #fff;
}
.details p {
    margin: 8px 0;
}
.activities {
    padding: 15px 20px;
    background: #f9f9f9;
    margin-top: 10px;
}
.activities h3 {
    margin-bottom: 10px;
}
.activity {
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.edit-button {
    position: absolute;
    top: 130px;
    right: 10px;
    background: #007BFF;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}
.card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 0;
}
.no_of_flat_label {
    display:none;
}
.work_label {
    position: absolute;
    top: 45%;
    left: 25%;
    rotate: -30deg;
    font-size: 125px;
    color: #8bc34a57;
}
::selection {
    background: #2196F3;
    color: #fff;
}
@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length {
        display: none;
    }
    .dataTables_wrapper .dataTables_info {
        display: none;
    }
    .dataTables_paginate .previous {
        display: none !important;
    }
    .dataTables_paginate .next {
        display: none !important;
    }
}

.underline {
	text-decoration: underline;
}
.specimen_table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 16px;
	text-align: left;
}
.specimen_table th {
	background-color: #fff;
	color: #000;
	padding: 12px;
	font-size: 18px;
}
.specimen_table td {
	border: 0px solid #fff;
	padding: 10px;
}
.specimen_table tr:nth-child(even) {
	background-color: #fff;
}
.specimen_table tr:hover {
	background-color: #fff;
	transition: 0.3s;
}
.specimen_table img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border: 2px solid #000;
}
.specimen_table .empty-photo {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border: 2px solid #000;
}
.specimen_sign_whth_photo span {
	font-size: 25px !important;
	line-height: 80px !important;
}
.fs-16 {
	font-size:16px;
	color:#000;
}
.text-right {
	text-align: right;
}
ul {
	list-style:none;
	font-size:18px;
	color:#000;
}
ul li {
	list-style:none;
	text-align:justify;
}
.blur-text {
	filter: blur(5px);
	transition: filter 0.5s ease;
	cursor: pointer;
	border:1px solid #ddd;
	padding:5px 10px;
	color:#000;
	border-radius:90px;
}

.blur-text:hover {
	filter: none;
}

.userlogin {
    background: url(https://eservices.dda.org.in/public/admin/images/loginuser.jpg) no-repeat;
    background-size: cover;
}
.btn-blue {
	background: #504aa0;
}
.btn-blue {
  position: relative;
  overflow: hidden;
  background: #504aa0;
  color: #fff;
  border: none;
  z-index: 1;
  transition: color 0.3s ease;
}

.btn-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #3f3a85; /* sliding background color */
  z-index: -1;
  transition: left 0.4s ease;
}

.btn-blue:hover::before {
  left: 0;
}

.btn-blue:hover {
  color: #fff; /* keep text white on hover */
}

/* Ensure text/content stays above sliding background */
.btn-blue > * {
  position: relative;
  z-index: 1;
}
table.customtable thead {
    background: linear-gradient(to left, #9e1c32, #991141, #900f50, #83155d, #721e68, #68226f, #5d2675, #4f2a7a, #492b80, #422c85, #392e8b, #2c3091);
}
table.customtable thead tr td {
    color: #fff !important;
}
.nav-link {
    color: #000;
}
.list-group-item-action {
    color: #000;
    font-weight: var(--fn-list-group-action-font-weight);
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}
.bg-color {
		background: linear-gradient(30deg, #9e1c32, #991141, #900f50, #83155d, #721e68, #68226f, #5d2675, #4f2a7a, #492b80, #422c85, #392e8b, #2c3091);
	}
@media screen and (min-width: 640px) {
	.bg-color-large {
		background: none;
	}
}
@media screen and (max-width: 640px) {
	.bg-color {
		background: linear-gradient(30deg, #9e1c32, #991141, #900f50, #83155d, #721e68, #68226f, #5d2675, #4f2a7a, #492b80, #422c85, #392e8b, #2c3091);
	}
}
.navbar-toggler-icon, .navbar-toggler-icon:after, .navbar-toggler-icon:before {
    background-color: #000;
    height: .125rem;
    position: absolute;
    transition-property: transform;
    width: 1.375rem;
}
.disclaimer {
	position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 5px;
    z-index: 999;
}
.custom-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 80vh;
  }

  .custom-carousel-inner {
    display: flex;
    transition: transform 0.6s ease;
    width: 100%;
  }

  .custom-carousel-item {
    flex: 0 0 100%;
  }

  .custom-carousel-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  /* Controls */
  .carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px 16px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
  }

  .carousel-control:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .carousel-control.prev {
    left: 10px;
  }

  .carousel-control.next {
    right: 10px;
  }

  /* Indicators */
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
  }

  .carousel-indicators button {
    width: 20px;
    height: 5px;
    background: #ccc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .carousel-indicators button.active {
    background: #fff;
    width: 50px;
    border-radius: 15px;
    height: 5px;
  }

  /* Responsive image height */
  @media (max-width: 768px) {
    .custom-carousel-item img {
      height: 250px;
    }
  }

  @media (min-width: 769px) and (max-width: 1200px) {
    .custom-carousel-item img {
      height: 100%;
    }
  }

  @media (min-width: 1201px) {
    .custom-carousel-item img {
      height: 100%;
    }
  }
.floating-buttons {
	transform: translateX(50%) rotate(-90deg);
	bottom: 0;
	right: -160px !important;
	margin-right: 0 !important;
}

.favorite-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.rounded-lg {
    border-radius: 16px;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 0;
}
.contact_bg {
  position: relative;
  overflow: hidden;
}

.contact_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/contact-bg.jpg') no-repeat center center;
  background-size: cover;
  filter: blur(8px) brightness(0.4); /* Blur and darken */
  z-index: 0;
}

.contact_bg .z-1 {
  position: relative;
  z-index: 1;
}
.bg-grey {
  background-color: #f1f1f1;
}
.process-step {
	transition: all 0.3s ease;
}
.process-step:hover {
	transform: translateY(-10px);
}
.benefit-card {
	transition: all 0.3s ease;
}
.benefit-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}
.testimonial-card {
	transition: all 0.3s ease;
}
.testimonial-card:hover {
	transform: scale(1.02);
}
.loan-type-card {
	transition: all 0.3s ease;
}
.loan-type-card:hover {
	transform: translateY(-5px);
}
.bank-logo {
	transition: all 0.3s ease;
}
.bank-logo:hover {
	transform: scale(1.1);
}
input[type="range"] {
	-webkit-appearance: none;
	height: 8px;
	background: #e5e7eb;
	border-radius: 4px;
	outline: none;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	background: #3b82f6;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid white;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.custom-checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 2px solid #e5e7eb;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-checkbox input:checked ~ .checkmark {
	background-color: #3b82f6;
	border-color: #3b82f6;
}
.checkmark:after {
	content: "";
	display: none;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}
.custom-switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}
.custom-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e5e7eb;
	transition: .4s;
	border-radius: 34px;
}
.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: .4s;
	border-radius: 50%;
}
input:checked + .slider {
	background-color: #3b82f6;
}
input:checked + .slider:before {
	transform: translateX(26px);
}
.document-icon {
	transition: all 0.3s ease;
}
.document-icon:hover {
	transform: translateY(-5px) rotate(5deg);
}
.collapse {
	visibility: visible;
}
.animated-select {
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-style: preserve-3d;
  perspective: 800px;
}

.animated-select:focus {
  transform: rotateY(10deg) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.animated-select:hover {
  transform: rotateX(5deg);
}

/* From Uiverse.io by FColombati */ 
.button {
  all: unset;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  border-radius: 100em;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow:
	-0.15em -0.15em 0.15em -0.075em rgba(5, 5, 5, 0.25),
	0.0375em 0.0375em 0.0675em 0 rgba(5, 5, 5, 0.1);
}

.button::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: calc(100% + 0.3em);
  height: calc(100% + 0.3em);
  top: -0.15em;
  left: -0.15em;
  border-radius: inherit;
  background: linear-gradient(
	-135deg,
	rgba(5, 5, 5, 0.5),
	transparent 20%,
	transparent 100%
  );
  filter: blur(0.0125em);
  opacity: 0.25;
  mix-blend-mode: multiply;
}

.button .button-outer {
  position: relative;
  z-index: 1;
  border-radius: inherit;
  transition: box-shadow 300ms ease;
  will-change: box-shadow;
  box-shadow:
	0 0.05em 0.05em -0.01em rgba(5, 5, 5, 1),
	0 0.01em 0.01em -0.01em rgba(5, 5, 5, 0.5),
	0.15em 0.3em 0.1em -0.01em rgba(5, 5, 5, 0.25);
}

.button:hover .button-outer {
  box-shadow:
	0 0 0 0 rgba(5, 5, 5, 1),
	0 0 0 0 rgba(5, 5, 5, 0.5),
	0 0 0 0 rgba(5, 5, 5, 0.25);
}

.button-inner {
  --inset: 0.035em;
  position: relative;
  z-index: 1;
  border-radius: inherit;
  padding: 1em 1.5em;
  background-image: linear-gradient(
	135deg,
	rgba(230, 230, 230, 1),
	rgba(180, 180, 180, 1)
  );
  transition:
	box-shadow 300ms ease,
	clip-path 250ms ease,
	background-image 250ms ease,
	transform 250ms ease;
  will-change: box-shadow, clip-path, background-image, transform;
  overflow: clip;
  clip-path: inset(0 0 0 0 round 100em);
  box-shadow:
		/* 1 */
	0 0 0 0 inset rgba(5, 5, 5, 0.1),
	/* 2 */ -0.05em -0.05em 0.05em 0 inset rgba(5, 5, 5, 0.25),
	/* 3 */ 0 0 0 0 inset rgba(5, 5, 5, 0.1),
	/* 4 */ 0 0 0.05em 0.2em inset rgba(255, 255, 255, 0.25),
	/* 5 */ 0.025em 0.05em 0.1em 0 inset rgba(255, 255, 255, 1),
	/* 6 */ 0.12em 0.12em 0.12em inset rgba(255, 255, 255, 0.25),
	/* 7 */ -0.075em -0.25em 0.25em 0.1em inset rgba(5, 5, 5, 0.25);
}

.button:hover .button-inner {
  clip-path: inset(
	clamp(1px, 0.0625em, 2px) clamp(1px, 0.0625em, 2px)
	  clamp(1px, 0.0625em, 2px) clamp(1px, 0.0625em, 2px) round 100em
  );
  box-shadow:
		/* 1 */
	0.1em 0.15em 0.05em 0 inset rgba(5, 5, 5, 0.75),
	/* 2 */ -0.025em -0.03em 0.05em 0.025em inset rgba(5, 5, 5, 0.5),
	/* 3 */ 0.25em 0.25em 0.2em 0 inset rgba(5, 5, 5, 0.5),
	/* 4 */ 0 0 0.05em 0.5em inset rgba(255, 255, 255, 0.15),
	/* 5 */ 0 0 0 0 inset rgba(255, 255, 255, 1),
	/* 6 */ 0.12em 0.12em 0.12em inset rgba(255, 255, 255, 0.25),
	/* 7 */ -0.075em -0.12em 0.2em 0.1em inset rgba(5, 5, 5, 0.25);
}

.button .button-inner span {
  position: relative;
  z-index: 4;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
	135deg,
	rgba(25, 25, 25, 1),
	rgba(75, 75, 75, 1)
  );
  -webkit-background-clip: text;
  background-clip: text;
  transition: transform 250ms ease;
  display: block;
  will-change: transform;
  text-shadow: rgba(0, 0, 0, 0.1) 0 0 0.1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:hover .button-inner span {
  transform: scale(0.975);
}

.button:active .button-inner {
  transform: scale(0.975);
}

.card-animate {
	margin-bottom: 20px;
    box-shadow: none !important;
    transition: all 0.5s ease;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
}
.card-animate:hover {
    background: #fff;
    cursor: pointer;
    border: 1px solid #fff !important;
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.card-animate p {
	font-size: 13px;
    color: #000 !important;
}
.card-animate a {
	font-size: 13px;
    color: #000 !important;
}
.card-animate:hover a {
	font-size: 13px;
    color: #000 !important;
	font-weight:600;
}
.home_section {
	background-image: url(../img/blue_bg_house.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.own_tag {
	border: 1px solid #0000005c;
    padding: 10px 20px;
    border-radius: 90px;
    background: #0000005c;
	font-size: 13px;
    font-weight: 500;
}
.card_dark_shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
.owntag {
	border: 1px solid #ffe01f;
	border-radius: 4px;
	background-color: #fffceb;
	font-size: 12.5px;
	padding: 11px 14px;
	color: #000;
}
.ownercard {
	border: 1px solid #ebebeb;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, .12);
	padding: 14px 16px;
	border-radius: 6px;
}
div:where(.swal2-container) .swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 1em 1.6em .3em;
    padding: 0;
    overflow: auto;
    color: inherit;
    font-size: 14PX;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}
.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #000;
    font-size: 18PX;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.scroll-btn.active {
  color: #6f42c1;
  border-bottom: 2px solid #6f42c1;
}
.rentnavsticky {
    position: sticky;
    top: 70px;
    z-index: 9999;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .11) !important;
}
.rentnavsticky .btn {
	border: none;
    border-radius: 0;
    background: transparent;
    color: #000;
	font-weight: 500 !important;
    position: relative;
    text-transform: uppercase;
	padding: 15px 15px;
}

.rentnavsticky .btn:focus,
.rentnavsticky .btn:active {
  outline: none !important;  /* Focus outline remove */
  box-shadow: none !important;
}

.rentnavsticky .btn.active {
  color: #6f42c1; /* Active text color (purple) */
}

.rentnavsticky .btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #6f42c1; /* Active underline */
}

.property-table th {
  width: 35%;
  font-weight: 500;
}
.property-table td {
  font-weight: 600;
}
@media (max-width: 576px) {
  .property-table th, .property-table td {
	display: block;
	width: 100%;
  }
  .property-table th {
	margin-top: 10px;
  }
}
.icon-box {
	border: 1px solid #ebebeb;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	padding: 14px 16px;
	border-radius: 6px;
}
.rating-box {
	width: 120px;
	background: #6f42c1;
	color: #fff;
	padding: 15px;
	border-radius: 10px;
	cursor: pointer;
	text-align: center;
	position: relative;
}
.button-wrapper {
    position: relative; /* popup ka reference point */
    display: inline-block;
}

.rating-detail {
    display: none;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    position: absolute; /* button ke relative */
    top: 50px; /* button ke niche 50px gap, adjust kar sakte ho */
    left: 50%; /* button ke center ke liye */
    transform: translateX(-50%); /* exact center align */
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.star-bar {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.star-bar span {
	margin-left: 10px;
	color: #6f42c1;
}
.progress {
	height: 8px;
	border-radius: 5px;
	flex: 1;
	margin-left: 5px;
}
.viewlocatiobtn {
	position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: #6200EE;
   color: #fff;
   padding: 12px 25px;
   border-radius: 8px;
   text-decoration: none;
   font-weight: bold;
   font-family: sans-serif;
   box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.sidebarformsticky {
    position: sticky;
    top: 145px;
}
.navbar-sticky.is-stuck .navbar, .navbar-sticky.is-stuck.navbar {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .11) !important;
}
.rentnavsticky {
  position: fixed;
  top: 50px;
  z-index: 1000;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;

  /* Hide scrollbar for Chrome, Safari and Opera */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

.rentnavsticky::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}


.rentnavsticky .scroll-btn {
  flex: 0 0 auto;
  margin-right: 10px;
  white-space: nowrap;
}
.swiper-wrapper {
    height: auto !important;
}
.settings-list li.suha-dropdown-menu .dropdown-trigger-btn i {
    display: none !important;
}
.card-header {
    background:#ffffff00;
    border-bottom-color: #00000021;
}
.steps_button {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 15px 15px 25px 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.searchdesign {
	display: flex;
    align-items: center;
    border: 1px solid #b0d8f1;
    padding: 10px 20px;
    border-radius: 90px;
    background-color: var(--bs-body-bg);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
[theme-color=dark] .searchdesign {
    box-shadow: none;
	border: 1px solid #dddddd3b;
	background-color: #0C153B;
}
.searchtopset {
	position: relative;
    left: 0;
    right: 0;
    top: -44px;
    z-index: 1;
	height: 30px;
}
.changetext {
  display: block;
  font-weight: 400;
  height: 30px !important;
  overflow: hidden !important;
  position: relative !important;
}

/* Animation for sliding up text */
@keyframes sliderUp {
  0% {
    transform: translateY(100%); /* Start from below */
  }
  25% {
    transform: translateY(0); /* Move to its normal position */
  }
  75% {
    transform: translateY(0); /* Keep at its position */
  }
  100% {
    transform: translateY(-100%); /* Move up to hide the text */
  }
}
.changetext span {
	 display: block;
  animation: sliderUp 3s ease-in-out;  /* Slide up every 3 seconds */
  animation-timing-function: ease-in-out;
}
.img_count {
	background: #0000006b;
    color: #fff;
    border-radius: 5px 0px 0px 4px;
    margin-bottom: 0 !important;
}
#pullLoader {
  position: fixed;
  top: -70px;          /* hidden above screen */
  left: 50%;
  transform: translateX(-50%);
  transition: top 0.3s ease;
  z-index: 2000;
  background:#fff;
  padding:10px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

#pullLoader.active {
  top: 20px;           /* slide down when active */
}

.spinner {
  width: 30px;
  height: 30px;
  border: 3px solid #ccc;
  border-top: 3px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.viewcontactsection {
	position: fixed;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 15px;
}
.footer-nav-area {
    z-index: 999;
}
.filtersearchsection {
	display:flex;
	width:100%;
	height:100%;
}
.filtersearchsection .contentoptionbar {
	width: 100%;
}
.filtersearchsection .typesidebar {
	border-right: 1px solid #f1f1f2 !important;
}
.filtersearchsection .typesidebar .nav-link {
	font-size:14px;
	border-radius: 0;
}
.filtersearchsection .typesidebar .nav-link.active {
	border-radius: 0;
    background: aliceblue;
    border-left: 4px solid #1e71d8;
    color: #1e71d8;
}
.filtersearchsection .contentoptionbar .tab-content {
	width: 100%;
    padding: 15px 15px;
}
.toplinetag {
	height: 3px;
    width: 65px;
    border-radius: 90px;
    background: #ddd;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
	cursor:pointer;
}
.custom-tabs .nav-link {
	border-radius: 30px;
	margin: 0 5px;
	border: 1px solid #dee2e6;
	background: #f8f9fa;
	color: #495057;
	font-weight: 500;
	transition: all 0.3s ease;
}

.custom-tabs .nav-link.active {
	background: #0d6efd;
	color: #fff !important;
	border-color: #0d6efd;
}

.custom-tabs .nav-link:hover {
	background: #fff;
    color: #0d6efd !important;
}
.border-primary {
	border:1px solid #0d6efd;
}
.border-primary:hover {
    border: 1px solid #0d6efd;
}
.card_ribbon .ribbon {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 6px 15px 6px 20px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 00px 4px 4px 90px;
}
.whis_slider .owl-dots {
	display:none !important;
}
.highlight {
  color: #ffcc00;
  font-weight: bold;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.top-bar button {
  background-color: #28a745;
  color: white;
  padding: 8px 14px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

.checklist {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.checklist li::before {
  content: "✔";
  color: #ffcc00;
  margin-right: 8px;
}

/* Half-page purple background + form box */
.main-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.form-container {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  color: #000;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.tab-buttons {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.tab-button {
  flex: 1;
  text-align: center;
  padding: 12px 10px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  border-radius: 10px 10px 0 0;
  margin-right: 5px;
}

.tab-button.active {
  background-color: #eae6fb;
  color: #6f42c1;
  font-weight: bold;
}
.form-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
}

.form-control {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.input-group {
  display: flex;
  align-items: center;
}

.input-group input {
  flex: 1;
  border-radius: 0 8px 8px 0;
  border-left: none;
}

.input-group span {
  padding: 10px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
}

@media (max-width: 576px) {
  .top-bar {
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
  }

  .tab-button {
	font-size: 13px;
	padding: 10px;
  }
}
.register_bg {
	background-image: url('../img/register_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.Typeheader {
  background: linear-gradient(45deg, #9d0bff, #5700b9);
  color: #fff;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
.doc-card {
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  margin-bottom: 15px;
}
.doc-card label {
  font-weight: 600;
  font-size: 14px;
}
.offcanvas-backdrop.show {
    margin: 0;
}
.toastify {
	font-size:12px !important;
	padding: 10px !important;
}
.loader {
  width: 120px;
  height: 60px;
  border-radius: 200px 200px 0 0;
  -webkit-mask: repeating-radial-gradient(farthest-side at bottom ,#0000 0,#000 1px 12%,#0000 calc(12% + 1px) 20%);
  background:
   radial-gradient(farthest-side at bottom,#F70 0 95%,#0000 0) bottom/0% 0% no-repeat
   #ddd;
  animation: l10 2s infinite steps(6);
}
@keyframes l10 {
	100% {background-size:120% 120%}
}