:root {
	--bs-link-color-rgb: #1c50c3;
	--bs-link-color: #1c50c3;
  --bs-link-hover-color: #1644ac;
}
body {
	background-color: #eeeeee;
}
[data-bs-theme="dark"] body, [data-bs-theme="dark"] .step-card, [data-bs-theme="dark"] .property-type-card, [data-bs-theme="dark"] .detail-card{
	background-color: var(--bs-body-bg);
}
/* .prop_item:hover {
    transform: translateY(-3px);
    transition: 0.2s;
} */
.offcanvas-body a.active{
	color: #1c50c3;
}
.offcanvas-start {
    width: 85% !important; /* 80–90% arası istədiyin dəyəri yaza bilərsən */
    max-width: 400px;       /* İstəsən limit də qoya bilərsən */
}
.share_btn, .like_btn{
	position: absolute;
	top: 0px;
	right: 0px;
}
.like_btn{
	right: 48px;
}
/*--------LOGİN--------*/
.confirm_form{
	position: relative;
}
.loader{
	position: absolute;
	background-color: rgba(255, 255, 255, 0.80);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.loader img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -70px;
	margin-top: -20px;
}
.modal_close{
	position: absolute;
	top: 10px;
	right: 10px;
}
.login_input{
	border-top: 0;
	border-right: 0;
	border-left: 0;
	box-shadow: none !important;
	border-radius: 0;

}
.form-control.login_input:focus, .form-select.login_input:focus
{
	box-shadow: none !important;
	border-color: rgba(249, 115, 22, 0.55);
}
.icon-box {
    width: 48px;
    height: 48px;
    background: #f5dece;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F97316;
    font-size: 22px;
}
.label {
    font-size: 14px;
    color: #777;
}
.value {
    font-size: 17px;
    font-weight: 600;
}
.evzo-color{
	color: #f97316;
}
.top_menus a.active{
	border-bottom: 1px solid #F97316;
  color: #F97316;
  font-weight: 500;
}
.card-prop{
	transition: 0.2s;
}
.card-prop:hover {
    border-color: #F97316;
		border-width: 1px;
    outline: 0;
		box-shadow: 0 0 .7rem .19rem rgba(249, 115, 22, 0.25) !important;
}
.form-control:focus, .form-select:focus {
    border-color: #F97316;
    outline: 0;
		box-shadow: 0 0 0 .25rem rgba(249, 115, 22, 0.25) !important;
}
.circle-red{
	display: flex;
  justify-content: center;   /* horizontal mərkəz */
  align-items: center;       /* vertical mərkəz */
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #F97316;
  border-radius: 50%;
  font-size: 9px;
  color: #FFF;
	text-align: center;
}
.search_more{
	display: none;
}
.card-search{
	border: 0;
}
.card-prop{
	border: 1px solid rgba(0, 0, 0, 0.075);
}
[data-bs-theme="dark"] .card-prop, [data-bs-theme="dark"] .card-search{
	border: 1px solid var(--bs-border-color);
}
.prop_item {
	border: 1px solid rgba(249, 115, 22, 0.23);
}
.prop_item i{
	font-size: 28px;
	color: #1c50c3;
}
.prop_small_title{
	font-size: 13px;
	color: gray;
}
.prop_title_main{
	font-size: 18px;
	font-weight: 700;
}
.prop_title{
	font-size: 17px;
	font-weight: 500;
}
.pagination .page-link {
    color: #F97316;                /* default rəng */
}

.pagination .page-link:hover {
    color: #fff;
    background-color: #F97316;     /* hover rəngi */
    border-color: #F97316;
}

.pagination .page-item.active .page-link {
    background-color: #F97316 !important;  /* aktiv səhifə */
    border-color: #F97316 !important;
    color: #fff !important;
}
.color-evzo {
	color: #F97316;
}
.btn-evzo {
  background-color: #F97316;
  color: #FFF;
  border: 1px solid #df6714;
}

/* Hover */
.btn-evzo:hover {
  background-color: #df6714;
  border-color: #c85c12;
  color: #fff;
}

/* Focus (klaviatura fokusunda) */
.btn-evzo:focus,
.btn-evzo.focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 115, 22, 0.4);
}

/* Active (basılı halda) */
.btn-evzo:active,
.btn-evzo.active {
  background-color: #c85c12;
  border-color: #b55310;
}

/* Disabled */
.btn-evzo:disabled,
.btn-evzo.disabled {
  background-color: #f4a26e;
  border-color: #e08c57;
  color: #fff;
}
.btn-evzo-light {
  background-color: #ffffff;
  color: #212121;
  border: 1px solid #dadada;
}
.btn-evzo-light:hover,
.btn-evzo-light:focus {
  color: #F97316;
  background-color: #ffffff;
  border-color: #F97316;
}
.btn-evzo-light-bordered
{
	border-color: #F97316;
}
/* Dark mode */
[data-bs-theme="dark"] .btn-evzo-light {
  background-color: #212121;
  color: #ffffff;
  border: 1px solid #3a3a3a;
}

[data-bs-theme="dark"] .btn-evzo-light:hover,
[data-bs-theme="dark"] .btn-evzo-light:focus {
  color: #F97316;
  background-color: #212121;
  border-color: #F97316;
}
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.resend_sms.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: none;
}
/*****Add PROPERTY********/
.step-card {
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0,0,0,.04), 0 8px 20px rgba(0,0,0,.04);
}
.step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #1c50c3; /* qırmızı dairə */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}
.vscomp-ele {
    max-width: 100%;
}
.vscomp-ele .vscomp-toggle-button{
		border-radius: var(--bs-border-radius);
}
.property-type-card, .detail-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 18px 10px;
  text-align: center;
  cursor: pointer;
  transition: .2s;
  background-color: #fff;
}
.detail-card {
	cursor: default;
	/* background-color: #eee; */
}
[data-bs-theme="dark"] .property-type-card, [data-bs-theme="dark"] .detail-card, [data-bs-theme="dark"] .step-card
{
	border: 1px solid var(--bs-border-color);
}

.property-type-card:hover {
  border-color: #1c50c3;
  background-color: #f7fbff;
}
[data-bs-theme="dark"] .property-type-card:hover, [data-bs-theme="dark"] .property-type-card.active
{
	border-color: #F97316;
	background-color: #202020;

}

.property-type-card.active {
  border-color: #1c50c3;
  background-color: #e8f1ff;
}

.property-type-card span, .detail-card span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
}

.property-type-card .emoji {
  font-size: 26px;
}
.detail-card .detail {
	font-size: 22px;
}
/****USER AGREEMENT*****/
.page-wrapper {
      background-color: var(--bs-body-bg);
      border-radius: 10px;
      box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
      padding: 24px 24px 32px;
    }

    .sidebar {
      border-right: 1px solid #e5e7eb;
    }

    .sidebar-title {
      font-size: 0.85rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #9ca3af;
      margin-bottom: 0.75rem;
    }

    .nav-pill {
      border-radius: 999px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 8px 12px;
      font-size: 0.95rem;
      color: #4b5563;
      text-decoration: none;
      margin-bottom: 4px;
      transition: background-color 0.15s ease, color 0.15s ease;
    }

    .nav-pill i {
      font-size: 1rem;
      width: 18px;
      text-align: center;
    }

    .nav-pill:hover {
      background-color: #f3f4ff;
      color: #1f2937;
    }

    .nav-pill.active {
      background-color: #eef2ff;
      color: #4338ca;
      font-weight: 600;
    }

    .nav-pill.active i {
      color: #4f46e5;
    }

    .section-heading {
      font-weight: 600;
      font-size: 1.05rem;
      margin-top: 1.25rem;
      margin-bottom: 0.5rem;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .section-heading::before {
      content: "";
      display: inline-block;
      width: 3px;
      height: 24px;
      border-radius: 999px;
      background: linear-gradient(180deg, #f97316, #ea580c);
    }

    .legal-card {
      border-radius: 14px;
      border: 1px solid #e5e7eb;
      background: linear-gradient(135deg, #f9fafb, #f3f4ff);
    }

    .legal-card-title {
      font-weight: 600;
      font-size: 1rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .legal-card-title i {
      color: #f97316;
    }

    .updated-badge {
      font-size: 0.85rem;
      color: #6b7280;
    }
		.social-icons li a{
			color: #f97316;
		}
		@keyframes shakeX {
		  0%, 100% { transform: translateX(0); }
		  10% { transform: translateX(-6px); }
		  20% { transform: translateX(6px); }
		  30% { transform: translateX(-5px); }
		  40% { transform: translateX(5px); }
		  50% { transform: translateX(-4px); }
		  60% { transform: translateX(4px); }
		  70% { transform: translateX(-3px); }
		  80% { transform: translateX(3px); }
		  90% { transform: translateX(-2px); }
		}

		.shake {
			animation: shakeX 620ms ease-in-out;
		}

		/* Accessibility: reduced motion */
		@media (prefers-reduced-motion: reduce) {
		  .shake { animation: none; }
		}
    @media (max-width: 768px) {
      .sidebar {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        margin-bottom: 1rem;
      }
			.logo{
				width: 120px;
			}
    }
/****END USER AGREEMENT*****/
@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem
	}
}

.b-example-divider {
	width: 100%;
	height: 3rem;
	background-color: #0000001a;
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em #0000001a, inset 0 .125em .5em #00000026
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh
}

.bi {
	vertical-align: -.125em;
	fill: currentColor
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch
}

.btn-bd-primary {
	--bd-violet-bg: #712cf9;
	--bd-violet-rgb: 112.520718, 44.062154, 249.437846;
	--bs-btn-font-weight: 600;
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bd-violet-bg);
	--bs-btn-border-color: var(--bd-violet-bg);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: #6528e0;
	--bs-btn-hover-border-color: #6528e0;
	--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
	--bs-btn-active-color: var(--bs-btn-hover-color);
	--bs-btn-active-bg: #5a23c8;
	--bs-btn-active-border-color: #5a23c8
}

.bd-mode-toggle {
	z-index: 1500
}

.bd-mode-toggle .bi {
	width: 1em;
	height: 1em
}

.bd-mode-toggle .dropdown-menu .active .bi {
	display: block !important
}
