*{
    margin: 0;
    border: 0;
    box-sizing: border-box;

    /* font-family: "Nunito Sans", serif; */
}
.hovers{
    transition: all 0.2s;
    cursor: pointer;
}
body{
  background-color: #F8F9FF !important;
  text-transform:capitalize;

}
.hovers:hover{
    opacity: 0.8;
}
.text-black{
  color: #000 !important;
}
.main-title{
  color: #FFF;
  font-size: 56px;
  font-weight: 600;
}
.title-span{
  color: #4A6ED9;
}
.main-desc{
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.navbar-nav{
  z-index: 1;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}
.navbar-nav .nav-link{
  background-color: #fff;
  padding:  5px  ;
  border-radius: 8px;
  color: #0F1D46;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width:1200px) {
  .navbar-nav .nav-link{
    font-size: 12px;
  }
}
.navbar-nav .nav-link.active{
  background-color:#0F1D46 !important;
  color: #fff !important;
}
.navbar-nav .nav-item{
  padding:  5px;
}
header{
  background: url(../img/bg.jpg);
  width: 100%;
  min-height: 120vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.main-color{
  color: #0F1D46 !important;
}
.main-bg{
  background-color: #0F1D46 !important;
}
.main-btn{
  background-color: #0F1D46;
  color: #fff;
  cursor: pointer;
  transition: all 0.6s;
  border: 1px solid #0F1D46 !important;
}
.main-btn-outline, .main-btn-outlineW{
  border: 1px solid #0F1D46 !important;
  color: #0F1D46;
  cursor: pointer;
  transition: all 0.6s;
}
.main-btn-outline:hover{
  background-color: #0F1D46;
  color: #fff;
}
.main-badge-outline{
  border: 1px solid #0F1D46 !important;
  color: #0F1D46;
  background-color: #fff;
}
.w-50-100{
  width: 50%;
}
@media (max-width:992px) {
  .w-50-100{
    width: 100%;
  }
}
.search-container {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 0px 20px;
  width: 100%;
}
.my-trans-filter .filter-section{
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Navigation buttons */
.nav-buttons {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-flex;
  gap: 8px;
}

.nav-btn {
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  background-color: white;
  color: #333;
  white-space: nowrap;
}

.nav-btn.active {
  background-color: #0f2a4d;
  color: white;
  border-color: #6484ad;
}

/* Search bar */
.search-row {
  margin-bottom: 15px;
}

.location-input {
  position: relative;
  width: 100%;
}

.location-input input {
  width: 100%;
  padding: 12px 12px 12px 35px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}

.location-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.search-btn {
  background-color: #0f2a4d;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
}

/* Filter section with cut effect */
.filter-section {
  border-radius: 10px 10px 0 0;
  /* padding: 10px; */
  padding-bottom: 0 !important;
  margin-bottom: 0;
  position: relative;
}

.filter-section::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  right: 20px;
  height: 10px;
  z-index: 1;
}

/* Filter rows */
.filter-row {
  display: flex;
  margin-bottom: 10px;
  position: relative;
}

/* Toggle buttons */
.toggle-group {
  display: flex;
  background-color: #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}

.toggle-btn {
  padding: 8px 12px;
  font-size: 13px;
  border: none;
  background-color: transparent;
  flex: 1;
  text-align: center;
}

.toggle-btn.active {
  background-color: #0f2a4d;
  color: white;
}

/* Dropdowns */
.dropdown-select {
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background-color: white;
  font-size: 13px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.dropdown-select.main-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}


/* Input fields */
.payment-input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  font-size: 13px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .filter-row {
      flex-wrap: wrap;
  }
  
  .filter-row > div {
      flex: 0 0 100%;
      margin-bottom: 8px;
  }
  
  .nav-buttons {
      overflow-x: auto;
      width: auto;
      max-width: 100%;
      padding-bottom: 5px;
  }
}
.dropdown-menu-1 {
  width: 100%;
  padding: 15px;
  border-radius: 20px;
  margin-top: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border: 1px solid #dee2e6;
  background-color: #fff;
}

/* Category tabs */
.category-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.category-tab {
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
}

.category-tab.active {
  background-color: #0f1e45;
  color: white;
}

.category-tab:not(.active) {
  background-color: #f1f3f5;
  color: #343a40;
}

/* Property options */
.property-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 15px;
}

.property-option {
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 14px;
  text-align: center;
  background-color: white;
  border: 1px solid #dee2e6;
  cursor: pointer;
  transition: all 0.2s;
}

.property-option:hover {
  border-color: #0f1e45;
  color: #0f1e45;
}

.property-option.selected {
  border-color: #0f1e45;
  color: #0f1e45;
}

/* Action buttons */
.action-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #dee2e6;
}

.reset-btn {
  background: none;
  border: none;
  color: #6c757d;
  font-weight: 500;
  cursor: pointer;
}

.confirm-btn {
  background-color: #0f1e45;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 8px 20px;
  font-weight: 500;
  cursor: pointer;
}


.custom-dropdown-toggle {
  background-color: white;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border: 1px solid #dee2e6;
}



/* Counter rows */
.counter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 5px 0;
}

.counter-label {
  font-weight: 500;
  font-size: 16px;
}

.counter-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

.counter-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0f1e45;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  font-size: 16px;
}

.counter-btn:disabled {
  background-color: #cfd4da;
  cursor: not-allowed;
}

.counter-value {
  font-size: 16px;
  font-weight: 500;
  min-width: 20px;
  text-align: center;
}
.option-items {
  margin-bottom: 20px;
}

.option-item {
  padding: 12px 15px;
  cursor: pointer;
  font-size: 16px;
  color: #0f1e45;
  font-weight: 500;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.option-item:hover {
  background-color: #f1f3f5;
}

.option-item.selected {
  color: #0f1e45;
  font-weight: 600;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.month-nav {
  cursor: pointer;
  color: #0f1e45;
  font-size: 18px;
}

.current-month {
  font-size: 18px;
  font-weight: 500;
  color: #0f1e45;
}

/* Calendar grid */
.calendar-grid {
  width: 100%;
  border-collapse: collapse;
}

.calendar-grid th {
  padding: 8px;
  text-align: center;
  font-weight: 500;
  color: #0f1e45;
}

.calendar-grid td {
  padding: 8px;
  text-align: center;
  cursor: pointer;
  color: #495057;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.calendar-grid td:hover {
  background-color: #f1f3f5;
}

.calendar-grid td.selected {
  background-color: #0f1e45;
  color: white;
  font-weight: 500;
}

.calendar-grid td.disabled {
  color: #ced4da;
  cursor: default;
}

.calendar-grid td.disabled:hover {
  background-color: transparent;
}
.divider-or-3 {
  display: table;
  white-space: nowrap;
}

.divider-or-3:before,
.divider-or-3:after {
  content: "";
  display: table-cell;
  width: 47.5%;
  background-image: linear-gradient(to right, transparent, #adb5bd 50%, transparent 100%);
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-size: 100% 1px;
}

.divider-or-3:before {
  background-image: linear-gradient(to right, transparent, #adb5bd);
}

.divider-or-3:after {
  background-image: linear-gradient(to left, transparent, #adb5bd);
}

.divider-or-3-text {
  display: table-cell;
  text-align: center;
  color: #6c757d;
  padding: 0 5px ;
  font-size: 14px;
  white-space: nowrap;
}

.code-inputs {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}
@media (max-width:676px) {
  .code-inputs {
    gap: 10px;
  }
}

.code-input {
  width: 60px;
  height: 60px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  background-color: white;
}

.code-input:focus {
  border-color: #0f1e45;
  box-shadow: 0 0 0 0.2rem rgba(15, 30, 69, 0.25);
  outline: none;
}

.timer {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
}

.verify-btn {
  background-color: #0f1e45;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.verify-btn:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

.moreFiltersBtn{
  background-color: #fff !important;
  color: #212121 !important;
}
.moreFiltersBtn.active{
  background-color: #0F1D46 !important;
  color: #fff !important;
}

/* Header styling */
.header-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-dropdowns {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: flex-start;
}

/* Header dropdown styling */
.header-dropdown {
  position: relative;
}

.header-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;

  background: transparent;
  border: none;
  color: #0F1D46;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.header-dropdown:last-child .dropdown-toggle {
  border-right: none;
}

.header-dropdown .dropdown-toggle:hover {
  background-color: #e9ecef;
  color: #212529;
}

.header-dropdown .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}

/* Icon styling */
.header-dropdown .dropdown-toggle i:first-child {
  font-size: 1rem;
  color: #0F1D46;
}
.header-dropdown .dropdown-toggle::after{
  display: none !important;
}

.dropdown-text {
  font-weight: 500;
  color: #0F1D46;
}

.dropdown-arrow {
  font-size: 0.75rem;
  color: #0F1D46;
  transition: transform 0.2s ease;
}

.header-dropdown .dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(180deg);
}

/* Dropdown menu styling */
 .dropdown-menu {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 0.5rem 0;
  min-width: max-content !important;
  margin-top: 0.25rem;
}


.header-dropdown .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #495057;
  transition: all 0.2s ease;
  border: none;
  background: none ;
}

.header-dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #212529;
}

.header-dropdown .dropdown-item.active {
  background-color: #007bff;
  color: white;
}

.header-dropdown .dropdown-item.active:hover {
  background-color: #0056b3;
  color: white;
}

/* Demo content styling */
.demo-content {
  padding: 2rem 0;
  min-height: 100vh;
}

.current-selections {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #dee2e6;
}

.selection-display {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

.selection-item {
  padding: 0.5rem;
  background: white;
  border-radius: 0.25rem;
  border: 1px solid #e9ecef;
}

/* Responsive design */
@media (max-width: 768px) {
  .header-dropdowns {
      justify-content: start;
  }
  
  .header-dropdown .dropdown-toggle {
      padding: 0.4rem ;
      font-size: 0.8rem;
  }
  
  .dropdown-text {
      display: none;
  }
  
  .header-dropdown .dropdown-toggle i:first-child {
      font-size: 1.1rem;
  }
  .head-nav{
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .header-dropdown .dropdown-menu {
      min-width: 180px;
      right: 0;
      left: auto;
  }
  
  .selection-display {
      flex-direction: column;
  }
}

/* Animation for smooth transitions */
.header-dropdown .dropdown-menu {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  pointer-events: none;
}

.header-dropdown .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Custom scrollbar for long dropdown lists */
.header-dropdown .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.header-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.header-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.header-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.header-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Progress Steps */
.steps-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

.steps-container::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 30px;
  right: 40px;
  height: 2px;
  background: #e9ecef;
  z-index: 0;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items:center;
  position: relative;
  z-index: 1;

}

.step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e9ecef;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 8px;
}

.step-item.active .step-circle, .step-item.selected .step-circle {
  background-color: #0d1e40;
  color: white;
}

.step-title {
  font-size: 14px;
  color: #6c757d;
  text-align: center;
}

.step-item.active .step-title, .step-item.selected .step-title{
  color: #0d1e40;
  font-weight: bold;
}

.upload img {
  width: 150px;
  height: 150px;
  display: flex;
  border-radius: 50%;
  border: 1px solid rgba(61, 181, 136, 1);
}
.upload input {
  display: none;
}
.upload-image{
  max-width: 400px;
  border:dashed 2px #9D97B5;
  cursor:pointer;   
  border-radius: 10px;
}
.show-box{
  max-width: 400px;
  border:solid 1px #CED4DA;
  cursor:pointer;   
  border-radius: 20px;
}
.upload-image:hover{
  opacity: 0.6;
}
.btn-prev, .btn-next{
  width: 150px;
}
.btn-preview, .btn-publish{
  width: 320px;
}
.w-150px{
  width: 150px;
}
.w-300px{
  width: 300px;
}

.multi-collapse {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.multi-collapse.collapse.show {
  display: block !important;
  overflow: visible !important;
}

.side-filter{
  background-color: #fff;
}
.side-filter.active{
  background-color: #00000033;
}
.quarter-options {
  max-height: 160px; /* Shows exactly 4 items (40px each) */
  overflow-y: auto;
  margin-bottom: 0.5rem;

  /* Hide scrollbar but keep functionality */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.quarter-options::-webkit-scrollbar {
  display: none; /* WebKit browsers */
}

.quarter-item {
  padding: 10px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  border-radius: 0.25rem;
  margin-bottom: 2px;
  font-size: 0.875rem;
  color: #333;
  height: 40px;
  display: flex;
  align-items: center;
}

.quarter-item:hover {
  background-color: #f8f9fa;
}

.quarter-item.selected {
  background-color: #e3f2fd;
  color: #1976d2;
  font-weight: 500;
}

.quarter-item:last-child {
  margin-bottom: 0;
}
.quarter-item.selected {
  background-color: #0F1D46;
  color: white;
  font-weight: 500;
}

.my-filter-style{
  width: 70vw;
  left: 6vw;
}
@media (max-width:767px) {
  .my-filter-style{
    width:auto;
    left: auto;
  }
}

.market_place {
  font-size: 32px;
 font-family: "Open Sans";
 font-weight: 700;
 color: rgba(15, 29, 70, 1);
}
.all_the_lo {
  font-size: 14.65px;
 font-family: "Open Sans";
 font-weight: 400;
 color: rgba(10, 20, 74, 1);
}

.fs14{
  font-size: 14px;
}
.fs12{
  font-size: 12px;
}
.greenn{
  color: #57534D;
}
td{
  padding: 0 5px 5px 5px !important;
}
.table-responsive tbody tr{
  cursor: pointer;
}
.table-responsive tbody tr:hover , .row-selected {
  background-color: #f8f9fa;
}

.btn-all-leads{
  background-color: #EFF6FF;
  color: #193CB8;
  border: 1px solid #193CB8;
}
.btn-closed-deals{
  background-color: #B9F8CF;
  color: #00A63E;
  border: 1px solid #00A63E;
}
.btn-post-meeting{
  background-color: #FEF9C2;
  color: #D08700;
  border: 1px solid #D08700;
}
.btn-meeting{
  background-color: #FFEDD4;
  color: #F54A00;
  border: 1px solid #F54A00;
}
.btn-pre-meeting{
  background-color: #FFD6A8;
  color: #894B00;
  border: 1px solid #894B00;
}
.btn-follow-up{
  background-color: #CBFBF1;
  color: #005F5A;
  border: 1px solid #005F5A;
}
.btn-no-response{
  background-color: #FFE2E2;
  color: #E7000B;
  border: 1px solid #E7000B;
}
.btn-no-interested{
  background-color: #F1F5F9;
  color: #45556C;
  border: 1px solid #45556C;
}
.btn-already-bought{
  background-color: #D0FAE5;
  color: #005F5A;
  border: 1px solid #005F5A;
}
.btn-low-budget{
  background-color: #FAE8FF;
  color: #C800DE;
  border: 1px solid #C800DE;
}
.btn-wrong-registration{
  background-color: #E7E5E4;
  color: #57534D;
  border: 1px solid #57534D;
}
.status-btn.active{
  background-color: #0d1e40;
  border: 1px solid #0d1e40;
  color: #fff;
}
.search-form{
  width: 600px !important;
}

.Myform-select{
  border: none;
  outline: none;
  border: 1px solid #000;
  padding: 4px;
  margin-top: 5px;
}
.custom-table {
  width: 100%;
  border-collapse: collapse;
}

.custom-table thead {
  background-color: #5c5c5c;
  color: white;
}
.custom-table thead tr:hover{
  background-color: #5c5c5c;
}


.custom-table th,
.custom-table td {
  padding: 16px 8px;
  text-align: center;
  border-bottom: 1px solid #dee2e6;
  font-size: 14px;
}
.custom-table tr td{
  padding: 16px 0px !important;
}


.status-badge {
  background-color: #f44336; /* red */
  color: white;
  padding: 3px 7px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
}
.dropdown-select.form-control{
  border-radius: 12px;
}
