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

:root {
  --color-mainone: #6463a0;
  --color-maintwo: #ff6700;
  --color-white: #ffffff;
  --color-black: #000000;
  --font-fam: "Poppins", sans-serif;
  --navbar-h: 60px;
  --inside-header-h: 0px; 
}

body{
  font-family: var(--font-fam) !important;
}

.hero-header {
  height: 100vh;
  position: relative;
  overflow: hidden;
  font-family: var(--font-fam);
}

.hero-img {
  height: 100vh;
  object-fit: cover;
  filter: brightness(80%);
}

.hero-btn {
  /*background: var(--color-white);
  background-color: transparent !important;*/
  background-color: rgba(5, 5, 5, 0.3) !important; /* White with 0.3 opacity */
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  min-width: 200px;
}

.hero-btn:hover {
  background: var(--color-mainone) !important;
  border: 2px solid var(--color-mainone);
  color: var(--color-white);
}

/* Desktop: Transparent navbar */
.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease;
  z-index: 1030;
  position: fixed;
  width: 100%;
}

/* Add spacing to hero content under navbar on mobile */
@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 50px !important; /* adjust based on the navbar height */
  }

  .hero-content{
    margin-top: 50px !important;
  }

  .hero-content {
    color: var(--color-white);
    max-width: 800px;
    padding: 30px 20px;
  }

  /*Hero paragraph styles - Mobile Phones*/
  .hero-para {
    margin-left: 15px !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* subtle shadow */
  }

  .hero-para01 {
    font-size: clamp(1.0rem, 5vw, 1.9rem);
    text-transform: uppercase !important;
    line-height: 20px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /* stronger shadow for visibility */
  }

  .hero-para02 {
    font-size: 2.3rem !important;
    text-transform: uppercase !important;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5); /* bold shadow for impact */
  }
}

@media (min-width: 991.99px) {
  .hero-content {
    color: var(--color-white);
    max-width: 800px;
    padding: 30px 20px;
    margin-left: -21% !important;
    margin-top: 10% !important;
  }

  /*vh100 for all sections*/
  .mh-100{
    height: 100vh !important;
    display: flex;
    align-items: center;
  }

  /*Hero paragraph styles - Desktop*/
  .hero-para {
    margin-left: 15px !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* subtle shadow */
  }

  .hero-para01 {
    font-size: clamp(1.2rem, 5vw, 2.3rem);
    text-transform: uppercase !important;
    line-height: 20px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /* stronger shadow for visibility */
  }

  .hero-para02 {
    font-size: 3.3rem !important;
    text-transform: uppercase !important;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5); /* bold shadow for impact */
  }
}

/* Mobile: Solid background on collapsed menu */
@media (max-width: 991.98px) {
  .navbar {
    background-color: var(--color-mainone);
  }

  .navbar-nav .nav-link {
    color: var(--color-white);
  }

  .btn-outline-light {
    color: var(--color-white);
    border-color: var(--color-white);
  }

  .btn-outline-light:hover {
    background-color: var(--color-white);
    color: var(--color-mainone);
  }

  .navbar-collapse {
    padding: 1rem;
  }
}

.btn-signup:hover{
  background-color: var(--color-mainone);
}

.btn-signup2{
  background-color: var(--color-white);
  color: var(--color-mainone) !important;
  border: 2px solid var(--color-mainone) !important;
  font-family: var(--font-fam) !important;
}

.btn-signup2:hover{
  background-color: var(--color-mainone);
  color: var(--color-white) !important;
  border: 2px solid var(--color-mainone) !important;
}

.navbar .nav-link {
  color: var(--color-white);
  font-weight: 500;
  margin: 0 10px;
}

.navbar .nav-link.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  margin-top: 4px;
}

.navbar .nav-link {
  color: var(--color-white) !important;
  font-weight: 500;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--color-white);
  transition: width 0.3s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  width: 100%;
}


.navbar .btn-outline-light {
  border-color: var(--color-white);
  color: var(--color-white);
  font-weight: 500;
  font-size: 0.9rem;
}

.hero-overlay-box {
  /*background-color: rgba(0, 0, 0, 0.4);*/ /* translucent black */
  border-radius: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.hero-overlay-box h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 600 !important;
  letter-spacing: 1px;
}

.hero-overlay-box p {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  margin-top: 10px;
}

.text-purple {
  color: var(--color-mainone);  
}

.real-estate-h4{
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  width: 100%;
  text-align: center;
}

.filter-btn {
  border: 2px solid var(--color-mainone);
  color: var(--color-mainone);
  font-weight: 500;
  padding: 6px 20px;
  border-radius: 30px;
  background: #fff;
  transition: 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--color-mainone);
  color: #fff;
}


/*Property Card Styles*/
.property-card {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: 0.3s;
  border-radius: 20px;
}

.property-card:hover {
  transform: translateY(-5px);
}

.property-image img {
  height: 100%;
  object-fit: cover;
  filter: brightness(100%)
}

.badge{
  color: var(--color-mainone);
  font-size: 1.0rem !important;
  font-weight: 500 !important;
}

.badge-first{
  margin-left: -10px !important;
}

.badge-second{
  background-color: var(--color-mainone) !important;
  color: var(--color-white) !important;
  border-radius: 3px !important;
  padding: 5px 17px 5px 17px;
}

.badge-pill {
  padding: 4px 12px;
  font-size: 0.75rem;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
}

.badge-tag {
  font-size: 0.8rem;
  color: var(--color-black);
  font-weight: 500;
}

.bg-orange {
  background-color: var(--color-maintwo);
}

.bg-purple {
  background-color: var(--color-mainone);
}

.btn-action {
  border: 1px solid var(--color-mainone);
  background: transparent;
  color: var(--color-mainone);
  padding: 4px 8px;
  font-size: 0.85rem;
  border-radius: 50px;
  transition: 0.3s ease;
}

.btn-action:hover {
  background-color: var(--color-mainone);
  color: #fff;
}

.btn-outline-purple {
  border: 1px solid var(--color-mainone);
  color: var(--color-mainone);
}

.btn-outline-purple:hover {
  background-color: var(--color-mainone);
  color: #fff;
}

/* Animation for card entry */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-card {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
  animation-delay: var(--delay, 0s);
}

.property-btn {
  background-color: #d7c8ea;
  color: #4c3274;
  border: none;
  padding: 4px 12px;
  border-radius: 4px !important;
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: background 0.3s ease;
}

.property-btn:hover {
  background-color: #c0aedf;
}

.property-icon-btn {
  background-color: transparent;
  color: #4c3274;
  border: none;
  font-size: 1.1rem;
  padding: 4px 10px;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.property-icon-btn:hover {
  background-color: #e4d9f3;
}

/*Property Card Styles - End*/

/* Apply for Mortgage Section */
.apply-mortgage-section {
  /*background-color: #f6f1fa;*/
  background-color: var(--color-white);
}

.text-purple {
  color: var(--color-mainone);
}

.bg-purple {
  background-color: var(--color-mainone);
}

.mortgage-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.mortgage-card:hover {
  transform: translateY(-5px);
}

.mortgage-card-img {
  background-size: cover;
  background-position: center;
  height: 220px;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}

/* Responsive */
@media (max-width: 576px) {
  .mortgage-card-img {
    height: 180px;
  }

  .apply-mortgage-section h2 {
    font-size: 1.6rem;
  }

  .apply-mortgage-section p.lead {
    font-size: 1rem;
  }
}

/* Animation preload */
[data-animate] {
  opacity: 0;
}

.animate__animated {
  opacity: 1 !important;
  animation-duration: 1s;
}

.what-we-offer-section {
  background-color: #f7f6f4;
}

.text-mainone {
  color: var(--color-mainone);
}

.feature-card {
  background-color: var(--color-mainone);
  padding: 1.2rem;
  gap: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(96, 61, 131, 0.15);
}

.feature-icon {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.feature-icon i{
  font-size: 0.99rem !important;
}

.partners-parallax-section {
  background-image: url('assets/images/parallax.jpg'); /* Replace with your image */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  padding: 100px 20px;
  position: relative;
}

.partners-parallax-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 18, 66, 0.7); /* purple overlay */
  z-index: 0;
}

.partners-parallax-section .container {
  position: relative;
  z-index: 1;
}

.partners-parallax-section h2 {
  font-size: 2.5rem;
}

.partners-parallax-section .text-accent {
  color: #d1b5ff;
  font-weight: 500;
}

@media (max-width: 768px) {
  .partners-parallax-section h2 {
    font-size: 2rem;
  }

  .partners-parallax-section p {
    font-size: 1rem;
  }
}

.btn-partner {
  margin-top: 55px !important;
  background-color: #d1b5ff;
  color: #1e105b;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 50px;
  padding: 12px 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.btn-partner:hover {
  background-color: #fff;
  color: #4c2e8a;
  transform: translateY(-2px);
}


.contact-us-section {
  background-color: var(--color-mainone); /* Main purple background */
}

.btn-mainone {
  background-color: var(--color-mainone);
  border: none;
  transition: background-color 0.3s ease;
}

.btn-mainone:hover {
  background-color: #4f478a;
}

.contact-info-box{
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact-info-box p {
  font-size: 1.09rem;
}

.form-control,
.form-select {
  border-radius: 0.75rem;
  border: 1px solid #ccc;
  font-size: 0.95rem;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #63589e;
}

.footer-section {
  background-color: var(--color-mainone); /* Deep purple */
}

.footer-link {
  color: #ffffffcc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-icon {
  color: #ffffffcc;
  transition: color 0.3s ease;
}

.footer-icon:hover {
  color: #ffffff;
}

.footer-section hr {
  border-color: rgba(255, 255, 255, 0.2);
}

/* Responsive Property Image Fix */
@media (max-width: 1199px) {
  .property-card {
    flex-direction: column !important;
  }

  .property-image {
    width: 100% !important;
  }

  .property-details {
    padding-top: 1rem;
  }
}

.custom-form-controls{
  border-radius: 6px !important;
}

/* Optional: Match dropdown background to site theme */
.dropdown-menu {
  background-color: var(--color-mainone);
  border: none;
  min-width: auto;
}

.dropdown-item {
  color: var(--color-white);
  font-weight: 500;
}

.dropdown-item:hover {
  background-color: var(--color-white);
  color: var(--color-mainone);
}

.nav-link-custom{
  text-decoration: none !important;
}

#languageModal .modal-content {
  background-color: var(--color-white) !important;
}

#languageModal .modal-title{
  color: var(--color-black) !important;
}

#languageModal .btn-outline-light{
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}

#languageModal .btn-outline-light:hover {
  background-color: var(--color-mainone) !important;
  color: var(--color-mainone);
}

#countryFilters .filter-btn {
  white-space: nowrap;
}

.btn-custom2{
  background-color: var(--color-mainone) !important;
  color: var(--color-white) !important;
  border: 1px solid var(--color-mainone) !important;
}

.contact-h2{
  font-size: 2.5rem !important;
  margin-top: 0px;
  margin-bottom: 25px;
}

.contact-p{
  font-size: 1.25rem !important;
}

.contact-info-box h6{
}

.contact-info-box p{
  color: var(--color-mainone) !important;
}

/*Navigation menu update*/
.transition {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar-scrolled {
  background-color: #603d83 !important; /* Change to your desired color */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/*Navbar Slide*/
/* Hide navbar initially */
#navbar {
  top: -100px;
  transition: top 0.4s ease-in-out;
}

/* When scrolling down, show the navbar */
#navbar.show {
  top: 0;
}

/*scroll navigation*/
.navbar-scroll .navlink-scroll{
  font-family: var(--font-fam) !important;
  color: var(--color-mainone) !important;
  font-weight: 500 !important;
  margin: 0 10px !important;
}

.navbar-scroll .navlink-scroll.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  margin-top: 4px;
}

.navbar-scroll .navlink-scroll {
  color: var(--color-mainone) !important;
  font-weight: 500;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

.navbar-scroll .navlink-scroll::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--color-mainone);
  transition: width 0.3s ease;
}

.navbar-scroll .navlink-scroll:hover::after,
.navbar-scroll .navlink-scroll.active::after {
  width: 100%;
}

#scrollNavbar {
  transform: translateY(-100%);
  transition: transform 0.5s ease;
}

#scrollNavbar.show-on-scroll {
  transform: translateY(0);
}

/*about us page styles*/
.about-us-section {
  background: url('assets/images/about-main.jpg') no-repeat center center/cover;
  position: relative;
  color: white;
  margin-top: 50px !important;
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.about-us-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(120,0,255,0.6), rgba(0,122,255,0.6));
  z-index: 1;
}

.about-us-section .container {
  z-index: 2;
  position: relative;
}

.about-us-text {
  max-width: 900px;
  font-size: 1.1rem;
  line-height: 1.8;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

@media (max-width: 768px) {
  .about-us-text {
    font-size: 1rem;
    padding: 0 15px;
  }

  .about-us-section h2 {
    font-size: 1.8rem;
  }
}

.mission-vision-elegant {
  background: #f9f9f9;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.glass-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid rgba(200, 200, 200, 0.3);
}

.glass-card:hover {
  transform: translateY(-5px);
}

.icon-wrapper {
  font-size: 3rem;
  color: #6c63ff;
}

.btn-register{
  background-color: var(--color-mainone);
  color: var(--color-white);
  border: 2px solid var(--color-mainone);
}

.btn-register:hover{
  background-color: var(--color-black);
  border: 2px solid var(--color-black);
}

/*contact page styles*/
.contact-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
              url('assets/images/contact-bg.jpg') no-repeat center center;
  background-size: cover;
  height: 350px;
  padding: 60px 0;
}

@media (max-width: 767.98px) {
  .contact-hero {
    height: 500px; /* Adjust height for mobile devices */
    padding: 80px 20px !important;
  }
}

.contact-hero h1,
.contact-hero p {
  color: #fff;
}

.contact-wrapper {
  margin-top: -120px;
  padding-bottom: 60px;
}

.contact-card {
  border-radius: 6px !important;
  padding: 0;
}

/* Optional: Responsive tweaks */
@media (max-width: 768px) {
  .contact-hero {
    height: auto;
    padding: 40px 20px;
  }

  .contact-wrapper {
    margin-top: -80px;
    padding: 20px 10px;
  }
}



.contact-section .form-control,
.contact-section .form-select {
  border-radius: 6px !important;
  box-shadow: none;
}

.contact-section .form-control:focus,
.contact-section .form-select:focus {
  border-color: #603d83;
  box-shadow: 0 0 0 0.2rem rgba(96, 61, 131, 0.25);
}

.contact-section textarea.form-control {
  resize: none;
}

.contact-section .btn {
  font-family: var(--font-fam);
  border-radius: 6px !important;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .contact-section .row.g-0 {
    flex-direction: column;
  }
}

/*search section*/
/* Filter styling */
.filter-select, .filter-select-sm {
  background-color: #f3f1f9;
  border: none;
  border-radius: 2rem;
  padding: 0.5rem 1.2rem;
  font-size: 0.75rem;
  width: auto;
  min-width: 120px;
}

.filter-input input {
  background-color: #f3f1f9;
  border: none;
  border-radius: 2rem;
  padding-left: 2.2rem;
  padding-right: 1rem;
  height: 38px;
  font-size: 0.75rem;
}

.input-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #888;
  font-size: 1rem;
}

/*.text-purple {
  color: #603d83 !important;
}*/

@media (max-width: 767.98px) {
  .filter-select {
    min-width: 130px;
    font-size: 0.85rem;
  }

  .filter-select-sm {
    min-width: 100px;
    font-size: 0.8rem;
  }

  .filter-input input {
    font-size: 0.85rem;
  }
}

.search-filter-bar{
  margin-top: 60px !important;
  background-color: var(--color-mainone) !important;
}

.seach-filter-btn{
  border: 1px solid var(--color-maintwo) !important;
  background-color: var(--color-maintwo) !important;
}

.seach-filter-btn:hover{
  border: 1px solid var(--color-black) !important;
  background-color: var(--color-black) !important;
}

/*Sticky search filter*/
.search-filter-bar {
  position: sticky;
  top: 60px;
  z-index: 1030;
  background-color: #fff;
  padding: 10px !important;
  padding-bottom: 7px !important;
  padding-top: 7px !important;
}

@media (max-width: 768px) {
  .search-filter-bar {
    top: 60px; 
  }
}

/* Main filter box styling */
.filter-box {
  background: #ffffff;
  border-radius: 0.375rem !important;
  padding: 0.3rem 0.75rem;
  box-shadow: 0 0 0 2px #ddd;
  min-width: 10.9%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 0.55rem !important;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.filter-box:hover {
  /*box-shadow: 0 0 0 2px #603d83;*/
}

/* Top label */
.filter-label {
  font-weight: 600;
  font-size: 0.8rem;
  color: #000;
  margin-bottom: 0.15rem;
}

/* Value row */
.filter-value {
  font-size: 0.805rem;
  color: #444;
}

/* Responsive spacing */
@media (max-width: 767.98px) {
  .filter-box {
    min-width: 120px;
    font-size: 0.8rem;
  }
}


/*Mobile Filter menu*/
.bg-purple {
  background-color: var(--color-mainone) !important;
}
/*.text-purple {
  color: #603d83 !important;
}*/
.btn-warning {
  background-color: #ff6700;
  border: none;
}

.mobile-toggle-menu-btn{
  background-color: var(--color-mainone) !important;
  color: var(--color-white) !important;
}

.btn-mobile-toggle{
  background-color: var(--color-maintwo) !important;
  border: 1px solid var(--color-maintwo) !important;
  color: var(--color-white);
}

.btn-mobile-toggle:hover{
  background-color: var(--color-black) !important;
  border: 1px solid var(--color-black) !important;
  color: var(--color-white);
}

/* Purple and Orange Brand Colors */
.bg-purple {
  background-color: #7c5cbb;
}
.btn-orange {
  background-color: #ff6600;
  color: white;
  border: none;
}
.btn-orange:hover {
  background-color: #e65c00;
}

.careers-hero {
  position: relative;
  z-index: 1;
  color: white;
}
.careers-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

@media (max-width: 768px) {
  .job-card img {
    width: 100px !important;
    height: 100px !important;
  }
}

.input-group-custom{
  -webkit-border-radius: 0 6px 6px 0 !important;
  border-radius: 0 6px 6px 0 !important;
}

.job-card-custom{
  background-color: #fff;
}

.job-card-custom:hover{
  background-color: #efefef;
}

/*Mortgage Index Styles*/
.mortgage-index-section{
  background-color: #f6f3f8 !important;
}

/* Mortgage Apply Form Responsive Styles */
.mortgage-form-section {
  background-color: #f6f3fa;
}

.mortgage-form-section h2 {
  color: #212529;
  font-size: 2.25rem !important;
}

.mortgage-form-section .card {
  background-color: #fff;
  border-radius: 0.375rem !important;
}

.mortgage-form-section .form-label {
  font-weight: 500;
}

.mortgage-form-section .form-control,
.mortgage-form-section .form-select {
  border-radius: 0.5rem;
  font-size: 0.95rem;
}

.mortgage-form-section .btn-primary {
  background: linear-gradient(90deg, #6f42c1, #8e44ad);
  border: none;
}

.mortgage-form-section .btn-outline-primary {
  color: #6f42c1;
  border: 1px solid #6f42c1;
}

.mortgage-form-section .btn-outline-primary:hover {
  background-color: #6f42c1;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .mortgage-form-section h2 {
    font-size: 1.5rem;
  }
  .mortgage-form-section .btn {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
  }
}

.create-ad-section {
  background-color: #f7f4fc;
}

.card {
  background-color: #ffffff;
  border-radius: 1.25rem;
}

.btn-primary-purple {
  background-color: #5d2e8e;
  border: none;
  color: white;
  border-radius: 0.75rem;
  transition: background-color 0.3s ease;
}

.btn-primary-purple:hover {
  background-color: #4b2573;
}

/* Rocket icon responsive */
.rocket-icon img {
  max-width: 100px;
  height: auto;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .create-ad-section .card {
    padding: 2rem 1rem;
  }

  .btn-primary-purple {
    width: 100%;
  }
}

/* Section background */
.create-ad-section {
  background-color: #f6f3f8 !important;
}

.intro-card-create-ad{
  background-color: #fff !important;
  border-radius: 0.375rem !important;
}

/* Rocket icon image */
.rocket-icon img {
  max-width: 100px;
  height: auto;
}

/* Button styling */
.btn-primary-purple {
  background-color: var(--color-mainone);
  color: var(--color-white);
  border-radius: 0.375rem;
  border: none;
  transition: background-color 0.3s ease;
  width: 300px !important;
}

.btn-primary-purple:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

/* Progress bar styles */
.progress-steps h2 {
  font-size: 1.75rem;
}

.progress-steps .step-circle {
  background-color: #d5c8e8;
  color: #5d2e8e;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
}

.progress-steps .step-circle-active {
  background-color: var(--color-mainone) !important;
  color: #fff !important;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
}

.step-divider {
  width: 30px;
  height: 2px;
  background-color: #ccc;
}

/* Mobile responsiveness */
@media (max-width: 576px) {
  .progress-steps .d-flex {
    flex-direction: column;
    gap: 0.5rem !important;
  }

  .progress-steps h2 {
    font-size: 1.5rem;
  }

  .btn-primary-purple {
    width: 100%;
  }

  .step-divider {
    display: none;
  }
}

.navbar-login{
  background-color: var(--color-mainone) !important;
}

/*Login page styles*/
/* Sign In / Sign Up Section Styles */
.login-section {
  background-color: var(--color-mainone);
}

.navlink-scroll2{
  font-family: var(--font-fam) !important;
  color: var(--color-white) !important;
  font-weight: 500 !important;
  margin: 0 10px !important;
}

/* Container Card */
.signin-card {
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Image Section */
.signin-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Form Area */
.signin-form {
  padding: 3rem;
}

.signin-form .logo {
  width: 130px;
}

.signin-form .nav-tabs a {
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  border: none;
  border-bottom: 3px solid transparent;
  color: #333;
}

.signin-form .nav-tabs a.active {
  color: #5e2ebc;
  border-color: #5e2ebc;
}

.signin-form h4 {
  font-weight: 700;
  color: var(--color-mainone);
}

.signin-form p {
  color: #6c757d;
  margin-bottom: 2rem;
}

/* Inputs */
.signin-form .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.95rem;
}

.signin-form .form-control:focus {
  border-color: #5e2ebc;
  box-shadow: none;
}

/* Password Eye Icon */
.signin-form .input-group-text {
  background-color: #fff;
  border: none;
}

/* Forgot Password */
.signin-form .text-end a {
  font-size: 0.85rem;
  color: #333;
}

.signin-form .text-end a:hover {
  color: #5e2ebc;
}

/* Submit Button */
.signin-form .btn-primary {
  background-color: var(--color-mainone);
  border: none;
  font-weight: 600;
  border-radius: 50px;
  transition: background 0.3s ease;
}

.signin-form .btn-primary:hover {
  background-color: #4a249f !important;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .signin-image {
    display: none;
  }

  .signin-form {
    padding: 2rem 1.5rem;
  }
}

.signup-section{
  background-color: var(--color-mainone) !important;
}

/* Main Container */
.signup-card {
  background-color: #fff;
  border-radius: 0.375rem !important;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

/* Image */
.signup-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Form Section */
.signup-form {
  padding: 2rem 1.5rem;
}

/* Wrapper alignment */
.signup-header {
  padding: 0 0.5rem;
}

/* Logo style */
.signup-logo {
  width: 110px;
  height: auto;
}

/* Tabs style */
.signup-tabs .signup-tab {
  text-decoration: none;
  padding: 7px 10px;
  font-weight: 400;
  color: #000;
  background: transparent;
  border-radius: 0px;
  transition: all 0.3s ease;
  font-size: 16px;
  border-radius: 0.375rem !important;
}

.signup-tabs .signup-tab:hover {
  background: var(--color-mainone) !important;
  color: #fff;
}

.signup-tabs .signup-tab.active {
  background: var(--color-mainone) !important;
  color: #fff;
}

/* Welcome text */
.welcome-text {
  font-size: 1.5rem;
  color: var(--color-mainone) !important;
}

.welcome-text strong {
  font-weight: 700;
  color: var(--color-mainone) !important;
}


/* Inputs */
.signup-input {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 0.85rem;
}

.signup-input:focus {
  border-color: var(--color-mainone) !important;
}

/* Rules Box */
.signup-password-rules {
  background-color: #f8f9fa;
  font-size: 0.875rem;
}

/* Button */
.signup-form .btn-secondary {
  background-color: #aaa;
  border: none;
  font-weight: 600;
  border-radius: 50px;
  transition: background 0.3s ease;
}

.signup-form .btn-secondary:disabled {
  background-color: #aaa;
  opacity: 0.8;
}

.signup-form .btn-secondary:hover:not(:disabled) {
  background-color: #5e2ebc;
}

/* Responsive */
@media (max-width: 991.98px) {
  .signup-image {
    display: none;
  }

  .signup-form {
    padding: 2rem 1.5rem;
  }
}

/*Sign In form Inputs*/

/* Inputs */
.signin-form-custom .form-control {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 0.95rem !important;
}

.signin-form-custom .form-control:focus {
  border-color: #5e2ebc;
  box-shadow: none;
}

/* Password Eye Icon */
.signin-form2 .input-group-text {
  background-color: #fff;
  border: none;
}

/* Forgot Password */
.signin-form2 .text-end a {
  font-size: 0.85rem;
  color: #333;
}

.signin-form2 .text-end a:hover {
  color: #5e2ebc;
}

/* Submit Button */
.signin-form .btn-primary {
  background-color: var(--color-mainone);
  border: none;
  font-weight: 600;
  border-radius: 50px;
  transition: background 0.3s ease;
}

.signin-form .btn-primary:hover {
  background-color: #4a249f !important;
}

/*03-08-2025*/
.why-purple-roof-section {
  background-color: #f9f9f9;
}

.why-purple-roof-section img {
  height: 100%;
  object-fit: cover;
}

.why-purple-roof-section .btn-primary {
  background-color: #6c4eb6;
  border-color: #6c4eb6;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.why-purple-roof-section .btn-primary:hover {
  background-color: #593aa3;
  border-color: #593aa3;
}

@media (max-width: 991.98px) {
  .why-purple-roof-section .col-lg-6 {
    min-height: 300px;
  }
}

/*.text-purple {
  color: #6c4eb6;
}*/

.our-values-section {
  background-color: #695EAC; /* Purple background */
  color: #ffffff;
}

.our-values-content {
  max-width: 1200px;
  margin: 0 auto;
}

.our-values-title {
  font-weight: 700;
  font-size: 2.5rem;
}

.our-values-divider {
  border: 1px solid #ccc;
  max-width: 90%;
  margin: 0 auto;
}

.our-values-text {
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto;
}

.our-values-section img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* services-tabs-section.css */
.services-tabs-section {
  background-color: #fff;
}

.services-tab-nav .nav-link {
  font-weight: 600;
  font-size: 1rem;
  color: #6a5acd;
  border: none;
  position: relative;
  padding-bottom: 10px;
  margin: 0 15px;
  transition: all 0.3s ease;
}

.services-tab-nav .nav-link::after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background-color: #6a5acd;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s;
}

.services-tab-nav .nav-link.active::after {
  width: 100%;
}

.services-tab-nav .nav-link:hover {
  color: #4b3b9a;
}

.tab-img {
  max-width: 80%;
  height: auto;
}

@media (max-width: 767.98px) {
  .services-tab-nav .nav-link {
    margin: 5px 8px;
    font-size: 0.95rem;
  }

  .tab-img {
    max-width: 100%;
  }

  .tab-content {
    text-align: center;
  }

  .tab-content h3 {
    font-size: 1.5rem;
  }
}

/* Wizard Step Styles */
.registration-wizard{
  background-color: var(--color-mainone) !important;
}

.registration-wizard-panel{
  border-radius: 0.375rem !important;
}

/*.wizard-steps .step {
  flex: 1;
  min-width: 120px;
  margin-bottom: 15px;
}

.wizard-steps .circle {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #d4c6e3;
  color: white;
  font-weight: bold;
  margin: 0 auto;
}

.wizard-steps .step.active .circle {
  background-color: #7b4ca0; 
}

.wizard-steps .label {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #999;
}

.wizard-steps .step.active .label {
  color: #7b4ca0;
}*/

.wizard-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #c0b4d6;
  min-width: 120px;
}

.step .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c0b4d6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}

.step.active .circle {
  background-color: #5e328f;
}

.step.active .label {
  color: #5e328f;
  font-weight: 600;
}

.label {
  font-size: 16px;
}

.line {
  height: 2px;
  background-color: #c0b4d6;
  width: 50px;
  margin: 0 10px;
}

/*.text-purple {
  color: #7b4ca0;
}*/

.btn-purple {
  background-color: #7b4ca0;
  color: white;
  border: none;
}

.btn-purple:hover {
  background-color: #683c91;
}

.step-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.circle {
  background-color: #c0b4d6;
  color: var(--color-mainone);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.step-wrapper.active .circle{
  background-color: var(--color-mainone);
  color: var(--color-white);
}

.step-wrapper.last .label::after{
  width: 0px;
  display: none;
}

.label {
  margin-top: -10px !important;
  font-size: 1rem;
  font-weight: 400;
  color: #3f2b5a;
  display: flex;
  align-items: center;
}

.label::after {
  content: "";
  height: 1px;
  width: 45px;
  background-color: #c5b9d3; /* Light purple line */
  display: inline-block;
  margin-left: 3px;
}

.wizard-header{
  margin-top: -25px !important;
}

/* Responsive enhancement (optional) */
@media (max-width: 500px) {
  .label::after {
    width: 40px;
  }
}

.btn-wizard-btn1 {
  border-radius: 6px !important;
}

.wizard-form-container{
  margin-top: -20px !important;
}

/* Breadcrumb Section */
.breadcrumb-section {
  background-color: #fff;
  border-bottom: 1px solid #fff !important;
}

.breadcrumb-section .go-back i {
  font-size: 1rem;
}

.breadcrumb-section .text-purple {
  color: #6f42c1; /* Purple Roof theme */
}

.breadcrumb-section nav {
  white-space: nowrap;
}

.breadcrumb-section .breadcrumb-nav span,
.breadcrumb-section .breadcrumb-nav i {
  vertical-align: middle;
}

/* Mobile Adjustments */
@media (max-width: 576px) {
  .breadcrumb-section .container {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Property Gallery Section */
.property-gallery .gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}

.property-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.375rem;
}

.property-gallery .main-image {
  grid-row: span 2;
  padding-bottom: 10px !important;
}

.property-gallery .side-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  position: relative;
}

.property-gallery .side-images img {
  aspect-ratio: 1 / 1 !important;
}

.property-gallery .image-counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.9rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .property-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .property-gallery .side-images {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .property-gallery .side-images {
    grid-template-columns: 1fr;
  }
}


.property-details .price {
  color: var(--color-mainone);
  font-weight: 600;
  font-size: 1.875rem !important;
}

.property-details .price-small{
  font-weight: 600;
  font-size: 0.625rem !important;
}

.property-details .location {
  font-size: 0.95rem;
  color: #555;
}

.property-details .features span {
  font-size: 0.9rem;
  background: var(--color-white);
  padding: 4px 8px;
  border-radius: 6px;
}

.property-details .description h4 {
  color: #333;
  font-weight: 600;
}

.read-more{
  color: var(--color-mainone);
  text-decoration: none !important;
  font-weight: 600;
  font-size: 0.875rem;
}

.property-details .info-section h5 {
  color: var(--color-black);
  font-weight: 600;
  margin-bottom: 8px;
}

/*.property-details .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.property-details .info-list li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}*/
.property-details .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.property-details .info-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  font-size: 16px;
}

.property-details .info-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--color-mainone);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 16px;
  flex-shrink: 0;
}

.property-details   .info-list strong {
  margin-right: 6px;
}

.property-details .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.property-details .tag {
  background: #ede7f6;
  color: #6b3fa0;
  padding: 5px 12px;
  font-size: 0.85rem;
  border-radius: 20px;
}

/* Agent Card Base */
.agent-card {
  background: #fff;
  border: 1px solid var(--color-mainone) !important;
  border-radius: 0.375rem !important;
  padding: 16px;
  font-family: var(--font-fam) !important;
}

/* Header */
.agent-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.agent-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.agent-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #6b3fa0;
}

.property-ref {
  font-size: 0.85rem;
  color: #555;
}

/* Sections */
.section-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #6b3fa0;
  margin: 10px 0;
}

.form-control {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 0px;
  font-size: 0.9rem;
}

.checkbox-title {
  font-size: 0.9rem;
  margin: 5px 0;
}

.checkbox-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 10px;
}

.checkbox-group label {
  font-size: 0.85rem;
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
}

.optional-label {
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 5px;
  display: block;
}

textarea.form-control {
  min-height: 60px;
  resize: none;
}

/* Buttons */
.btn-orange {
  background: #ff6f00;
  color: #fff;
  border: none;
  padding: 8px;
  font-size: 0.9rem;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
}

.btn-orange:hover {
  background: #e65c00;
}

/* Contact Buttons */
.contact-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px;
  font-size: 0.9rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
}

.btn-contact.purple {
  background: #d1c4e9;
  color: #6b3fa0;
}

.btn-contact.gray {
  background: #e0e0e0;
  color: #444;
}

.btn-contact.dark-gray {
  background: #616161;
  color: #fff;
}

.btn-contact:hover {
  opacity: 0.9;
}

/* Divider */
.agent-card hr {
  border: none;
  border-top: 1px solid #e0d5f7;
  margin: 12px 0;
}

/* Responsive */
@media (max-width: 576px) {
  .checkbox-group {
    grid-template-columns: 1fr;
  }
}



.btn-orange {
  background: #ff6f00;
  color: #fff;
  border: none;
}

.btn-orange:hover {
  background: #e65c00;
}

.map-container {
  border-radius: 0.375rem !important;
  border: 1px solid var(--color-mainone) !important;
  padding: 16px;
  overflow: hidden;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .property-details .features {
    flex-wrap: wrap;
    gap: 5px;
  }
}

@media (max-width: 768px) {
  .property-details .row {
    flex-direction: column;
  }
}

/*10-08-2025*/
.call-btn:hover{
  background-color: #603d83 !important;
  color: var(--color-white) !important;
}

.email-btn:hover{
  background-color: #151a83 !important;
  color: var(--color-white) !important;
}

.whatsapp-btn:hover{
  background-color: #50cf99 !important;
  color: var(--color-white) !important;
}

.telegram-btn:hover{
  background-color: #4a9bca !important;
  color: var(--color-white) !important;
}

.location-p{
  font-size: 1.438rem !important;
  text-transform: uppercase;
  font-weight: 600;
}

/*11-08-2025*/

.features span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.feature-icon {
  width: 40px;
  height: 40px;
  border: 2px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #555;
}

/*14-08-2025*/
/*modified footer*/
/*.footer-section{
background-color: var(--color-mainone);
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
}*/

/*Modified search filter styles*/
/* New styles for input inside filter-box */

.search-filter-bar{
}

/*.filter-input-wrapper {
  background: #fff;
  border-radius: 0.0rem;
  padding: 0.0rem 0.0rem !important;
  font-size: 0.805rem !important;
}

.filter-input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.805rem;
  color: #444;
  width: 95px;
  cursor: pointer;
}

.filter-input span i{
  font-size: 0.805rem !important;
}

.filter-input:read-only {
  cursor: pointer;
}


.filter-input-wrapper:hover {
  box-shadow: 0 0 0 0px #ddd !important;
}


.filter-input-wrapper .clear-icon,
.filter-input-wrapper .dropdown-icon {
  font-size: 0.805rem !important;
  cursor: pointer;
  margin-left: 0.15rem;
}

.clear-icon {
  margin-right: 0.15rem;
}*/
/* Container for input and icons */
.filter-input-wrapper {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0;
  padding: 0.1rem 0.2rem;
  transition: border-color 0.2s ease-in-out;
}

.filter-input-wrapper:hover {
  border-color: #603d83;
}

/* Input styling */
.filter-input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.805rem;
  color: #444;
  padding-right: 0.05rem;
  cursor: pointer;
  width: 95px !important;

}

.filter-input:read-only {
  cursor: pointer;
}

/* Icon styling */
.filter-input-wrapper .clear-icon,
.filter-input-wrapper .dropdown-icon {
  font-size: 0.805rem;
  cursor: pointer;
  margin-left: 0.1rem;
}

.clear-icon {
  margin-right: 0.15rem;
}

/* Rotation effect for all chevrons */
.dropdown-icon {
  transition: transform 0.25s ease;
}

.filter-input-wrapper.open .dropdown-icon {
  transform: rotate(180deg);
}

/* Rotate ANY chevron-down inside a filter-input-wrapper */
.filter-input-wrapper .bi-chevron-down,
.filter-input-wrapper .dropdown-icon {
  transition: transform 0.25s ease;
}

.filter-input-wrapper.open .bi-chevron-down,
.filter-input-wrapper.open .dropdown-icon {
  transform: rotate(180deg);
}

.btn-login-signup{
  border-radius: 0.375rem !important;
}

.btn-login-signin{
  border-radius: 0.375rem !important;
}

.btn-login-back-step{
  border-radius: 0.375rem !important;
  color: var(--color-white);
}

.btn-wizard-btn1{
  color: var(--color-white);
  background-color: var(--color-mainone);
}

.btn-wizard-btn1:hover{
  color: var(--color-white) !important;
  background-color: #4a249f !important;
}

/*16-08-2025*/
.step-wrapper .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: inline-block;
  margin-bottom: 8px;
  transition: 0.3s;
}

.step-wrapper.active .circle {
  background: var(--color-mainone);
  color: #fff;
  border-color: var(--color-mainone);
}

.step-wrapper.active .label {
  font-weight: bold;
  color: var(--color-black);
}

/*.mh-100{
  height: 100vh;
  display: flex;
  align-items: center;
}*/
.mh-100 {
  display: flex;
  align-items: center;
}

/* Apply full height only on desktop screens */
@media (min-width: 992px) {
  .mh-100 {
    height: 100vh;
  }
}


/*19-08-2025*/
.vision-mission-img-img{
  border-radius: 0.375rem !important;
}

/* Pagination Styling */
.property-pagination .pagination .page-item .page-link {
  color: #5e2a84; /* Purple text */
  border: 1px solid #d1c4e9;
  background-color: #ede7f6;
  margin: 0 3px;
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.property-pagination .pagination .page-item.active .page-link {
  background-color: #5e2a84; /* Active purple */
  color: #fff;
  border-color: #5e2a84;
}

.property-pagination .pagination .page-item .page-link:hover {
  background-color: #7b3fa0;
  color: #fff;
  border-color: #7b3fa0;
}

.property-pagination .pagination {
  flex-wrap: wrap; /* ensures responsiveness */
}

@media (max-width: 576px) {
  .property-pagination .pagination .page-item .page-link {
    padding: 6px 10px;
    font-size: 14px;
    margin: 2px;
  }
}

/* === Filter dropdown (non-destructive) === */
.fd-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  display: none;
  background: #ffffff;
  border: 1px solid #e5dbfb;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(64, 22, 95, 0.12);
  padding: 6px 0;
  max-height: 320px;
  overflow-y: auto;
  z-index: 1050; /* above cards */
}

.filter-input-wrapper.open .fd-menu { display: block; }

.fd-item {
  width: 100%;
  display: block;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
}

.fd-item:hover,
.fd-item:focus {
  background: #f3ecff; /* light purple hover */
  outline: none;
}

.fd-item.active {
  background: #ede7f6; /* selected state like screenshot */
  font-weight: 600;
}

/* Optional: nice thin scrollbar */
.fd-menu::-webkit-scrollbar { width: 8px; }
.fd-menu::-webkit-scrollbar-thumb { background: #d7c8f3; border-radius: 8px; }

/* Small screens: keep it comfy */
@media (max-width: 576px) {
  .fd-item { padding: 10px 14px; font-size: 14px; }
}

/* (Non-breaking enhancement) rotate chevron when open */
.filter-input-wrapper.open .dropdown-icon { transform: rotate(180deg); transition: transform .2s ease; }

/*21-08-2025*/
#lottie-container {
  width: 200px;   /* desired width */
  height: 200px;  /* desired height */
  margin: auto;   /* center horizontally */
}

/*22, 23-08-2025*/
/*.btn-inline-input-custom{
  background-color: var(--color-white) !important;
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  font-size: 0.775rem !important;
  margin-top: -15px !important;
}

.wizard-form-control {
  border: 0 !important;
  margin-top: -8px !important;
  padding: 0 !important;

  border-bottom: 1px solid #ccc !important; 
}*/
/* Custom input group for underlined style */
.wizard-form-control {
  border: 0 !important;
  margin-top: -8px !important;
  padding: 0.375rem 0.75rem !important;
  box-shadow: none !important;
  flex: 1;

  border-bottom: 1px solid #ccc !important; 
}

.input-group-custom {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  width: 100%;
}

.btn-inline-input-custom {
  background: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 0.875rem !important;
  padding: 0 10px;
  display: flex;
  align-items: center;
  height: 38px; /* match input height */
  box-shadow: none !important;
}

.wizard-form-control2 {
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0.375rem 0.75rem !important;
  box-shadow: none !important;
  flex: 1;
}

.dropdown-menu.w-100 {
  max-height: 250px; /* scroll if too long */
  overflow-y: auto;
}

.country-dropdown-menu{
  background-color: #efefef !important;
  font-size: 0.875rem;
  font-size: 400 !important;
}

.country-dropdown-menu li a{
  color: var(--color-black) !important;
}

/*25-08-2025*/
/* ===== Option Tiles (Property Status / Offer Type) ===== */
.option-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.option-input + .option-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  padding: 20px;
  border-radius:0.375rem !important;
  border: 1px solid #e6e0ef;
  background: #f5f2fa;
  box-shadow: 0 3px 8px rgba(0,0,0,.06);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
  text-align: center;
}

.option-card__icon {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--pr);                
  opacity: .85;
}

.option-card__title {
  font-weight: 600;
  color: #172033;
}

/* Hover / focus */
.option-input + .option-card:hover,
.option-input:focus + .option-card {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
  background-color: var(--color-mainone) !important;
  border-color: var(--color-mainone) !important;
  color: var(--color-white) !important;
}

/* Selected state */
.option-input:checked + .option-card {
  background: var(--color-mainone);
  border-color: var(--color-mainone);
  box-shadow: 0 6px 16px rgba(93,46,142,.35);
}

.option-input:hover + .option-card .option-card__icon,
.option-input:hover + .option-card .option-card__title {
  color: #fff;
  opacity: 1;
}

.option-input:checked + .option-card .option-card__icon,
.option-input:checked + .option-card .option-card__title {
  color: #fff;
  opacity: 1;
}

/* ===== Select control styling (keeps Bootstrap structure) ===== */
.option-select {
  border-radius: 12px;
  padding: .7rem .9rem;
  border: 1px solid #e5def2;
  background-color: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.option-select:focus {
  border-color: var(--color-mainone);
  box-shadow: 0 0 0 .2rem rgba(93,46,142,.15);
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  .option-grid {
    grid-template-columns: 1fr;   /* stack on tablets/phones */
    gap: 14px;
  }

  .option-input + .option-card {
    min-height: 120px;
    padding: 18px;
  }
}

@media (max-width: 480px) {
  .option-card__icon { font-size: 34px; }
  .option-input + .option-card { min-height: 110px; }
}

/* Property Information – field look & responsiveness */
.pi-grid .form-label {
  color: #111827;
  font-size: 0.95rem;
}

.pi-control {
  border-radius: 0.375rem !important;
  border: 1px solid #e9e3f4;
  background-color: #fff;
  min-height: 42px;                 /* matches the screenshot height */
  box-shadow: 0 2px 0 rgba(0,0,0,0.02);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

/* Use your primary variable if available, fallback provided */
.pi-control:focus {
  border-color: var(--pr, #5d2e8e);
  box-shadow: 0 0 0 .2rem rgba(93, 46, 142, 0.15);
}

.pi-control::placeholder {
  color: #b5b1be;
}

/* Tighten paired fields on large screens; stack on mobile naturally via Bootstrap grid */
@media (min-width: 992px) {
  .pi-grid .col-md-6 .pi-control { width: 100%; }
}

/* Small screens – keep generous targets */
@media (max-width: 575.98px) {
  .pi-control { min-height: 42px; }
}

/* Info icon next to label */
.label-help i { font-size: 1rem; vertical-align: -1px; }

/* Checkbox styled with brand purple */
.form-check-input.addr-check {
  width: 22px; height: 22px;
  border-radius: 0.375rem !important;
  border: 2px solid var(--color-mainone, #5d2e8e);
  box-shadow: none;
}
.form-check-input.addr-check:focus {
  box-shadow: 0 0 0 .2rem rgba(93,46,142,.15);
}
.form-check-input.addr-check:checked {
  background-color: var(--pr, #5d2e8e);
  border-color: var(--pr, #5d2e8e);
}

/* Quill shell styled like your inputs */
.quill-shell {
  border: 1px solid #e9e3f4;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}

/* unify Quill’s borders with the shell */
.quill-shell .ql-toolbar.ql-snow { 
  border: 0;
  border-bottom: 1px solid #e9e3f4;
  padding: 10px 12px;
  background: #fff;
}
.quill-shell .ql-container.ql-snow { border: 0; }

/* editor body */
.quill-shell .ql-editor {
  min-height: 280px;                 /* matches your screenshot scale */
  padding: 14px 16px;
  font-size: 1rem;
}
.quill-shell .ql-editor.ql-blank::before { color: #b5b1be; } /* placeholder tint */

/* focus ring on whole control */
.quill-shell:focus-within {
  border-color: var(--pr, #5d2e8e);
  box-shadow: 0 0 0 .2rem rgba(93,46,142,.15);
}

/* Mobile tweaks */
@media (max-width: 575.98px) {
  .quill-shell .ql-editor { min-height: 220px; }
}

/* Amenity chips */
.amenity-list{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.amenity-input{ /* hidden but accessible via label */
  position:absolute;
  opacity:0;
  width:1px;
  height:1px;
  pointer-events:none;
}

.amenity-chip{
  display:inline-flex;
  font-size: 0.75rem !important;
  align-items:center;
  padding:8px 16px;
  border-radius:9999px;                 /* pill */
  border:1px solid #cdbdea;             /* light purple stroke */
  color: var(--color-mainone, #5d2e8e);
  background:#fff;
  font-weight:500;
  line-height:1;
  cursor:pointer;
  user-select:none;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.amenity-chip:hover{
  border-color: var(--color-mainone, #5d2e8e);
  background:#f7f4fc;
}

.amenity-input:focus + .amenity-chip{
  box-shadow: 0 0 0 .2rem rgba(93,46,142,.12);
  border-color: var(--color-mainone, #5d2e8e);
}

/* Selected */
.amenity-input:checked + .amenity-chip{
  background: var(--color-mainone, #5d2e8e);
  color:#fff;
  border-color: var(--color-mainone, #5d2e8e);
  box-shadow: 0 4px 10px rgba(93,46,142,.18);
}

/* Mobile – larger touch targets */
@media (max-width: 575.98px){
  .amenity-chip{ padding:11px 16px; }
  .amenity-list{ gap:12px; }
}

/* --- Dropzone styling --- */
.img-drop{
  position: relative;
  border: 2px dashed #cdbdea;        /* light purple dashed */
  background: #f7f4fc;               /* very light purple */
  border-radius: 14px;
  min-height: 260px;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  color: #a7a0b6;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.img-drop:focus { outline: none; }
.img-drop:hover,
.img-drop:focus-within { border-color: var(--pr, #5d2e8e); box-shadow: 0 0 0 .2rem rgba(93,46,142,.10); }
.img-drop.dragover { background: #f1eafb; border-color: var(--pr, #5d2e8e); }

.img-drop input[type="file"]{
  position: absolute; inset: 0;
  opacity: 0; cursor: pointer;
}

.img-drop__inner{ pointer-events: none; }
.img-drop__icon{ width: 64px; height: 64px; margin-bottom: 10px; color: #9d95b4; }
.img-drop__text{ font-weight: 600; color: #b0a9be; }

/* Previews grid */
.img-previews{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
}
.img-preview{
  position: relative;
  border: 1px solid #e9e3f4;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 1 / 1;
}
.img-preview img{ width: 100%; height: 100%; object-fit: cover; }

/* Remove button */
.img-remove{
  position: absolute; top: 6px; right: 6px;
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid #e9e3f4;
  background: #fff; color: #333;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 16px; line-height: 1;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  cursor: pointer;
}
.img-remove:hover{ background: #f7f4fc; }

/* Disabled Next (same visual you used earlier) */
.next-disabled{
  background-color: #bdbdbd !important;
  border: none; color: #fff;
  border-radius: 12px; padding: .65rem 1.5rem;
  cursor: not-allowed;
}

/* Mobile tweaks */
@media (max-width: 575.98px){
  .img-drop{ min-height: 220px; }
  .img-drop__icon{ width: 54px; height: 54px; }
}

/* --- Document drop boxes (matches your images drop look) --- */
.doc-drop{
  position: relative;
  border: 2px dashed #cdbdea;
  background: #f7f4fc;
  border-radius: 14px;
  min-height: 170px;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  color: #a7a0b6;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.doc-drop--wide{ min-height: 170px; }

.doc-drop input[type="file"]{
  position: absolute; inset: 0;
  opacity: 0; cursor: pointer;
}

.doc-drop:focus-within,
.doc-drop:hover{
  border-color: var(--pr, #5d2e8e);
  box-shadow: 0 0 0 .2rem rgba(93,46,142,.10);
}
.doc-drop__inner{ pointer-events: none; }
.doc-drop__icon{ width: 52px; height: 52px; margin-bottom: 10px; color: #9d95b4; }
.doc-drop__text{ font-weight: 600; color: #b0a9be; }

/* Invalid state for phone (screenshot shows red border) */
.pi-control-invalid{
  border-color: #dc3545 !important;
}
.pi-control-invalid:focus{
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.15) !important;
}

/* Mobile tweaks */
@media (max-width: 575.98px){
  .doc-drop, .doc-drop--wide{ min-height: 150px; }
  .doc-drop__icon{ width: 46px; height: 46px; }
}

/*27-08-2025*/
.step01-2-card-create-ad-lable{
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  font-family: var(--font-fam) !important;
  color: var(--color-black) !important;
}

.card-create-ad-h4{
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: var(--color-black) !important;
}

/* close icon inside selected chip */
.amenity-chip .chip-close{
  display:inline-block;
  margin-left:10px;
  font-size:1rem;
  line-height:1;
  cursor:pointer;
  user-select:none;
}
.amenity-chip .chip-close:hover{ opacity:.85; }

/* Let the dropdown menu escape the group */
#step01-2-card-create-ad .input-group { overflow: visible; }

/* Keep the unified look exactly as before */
#step01-2-card-create-ad .input-group {
  --price-h: 42px;
  border: 1px solid #e9e3f4;
  border-radius: 0.375rem !important;
  background: #fff;
  align-items: stretch;
  transition: border-color .2s, box-shadow .2s;
}

#step01-2-card-create-ad .input-group:focus-within{
  border-color: var(--color-mainone, #5d2e8e);
  box-shadow: 0 0 0 .2rem rgba(93,46,142,.15);
}

/* Currency toggle */
#step01-2-card-create-ad .input-group .dropdown > .btn {
  height: var(--price-h);
  border: 0;
  border-right: 1px solid #e9e3f4;   /* thin divider */
  border-radius: 0;
  background: #fff;
  color: #111827;
  padding: 0 14px;
  display: flex; align-items: center;
  box-shadow: none !important;
}

/* Input */
#step01-2-card-create-ad .input-group .form-control{
  height: var(--price-h);
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  padding: .7rem .95rem;
}
#step01-2-card-create-ad .input-group .form-control::placeholder{ color:#b5b1be; }

/* Dropdown menu */
#step01-2-card-create-ad .input-group .dropdown-menu{
  border: 1px solid #e9e3f4;
  border-radius: 10px;
  min-width: 6rem;
  margin-top: 6px;                   /* small gap */
  z-index: 1080;                     /* above card */
}

/* Mobile height */
@media (max-width:575.98px){
  #step01-2-card-create-ad .input-group{ --price-h: 50px; }
}

.create-ad-back-btn{
  width: 125px !important;
  border-radius: 0.375rem !important;
}

.create-ad-next-btn{
  width: 125px !important;
  border-radius: 0.375rem !important;
}

.text-disclaimer{
  font-size: 0.875rem !important;
}

/* Map container height + soft border that matches .pi-control */
.addr-map-wrap{ width:100%; }
.addr-map{
  height:420px;
  border:1px solid #e9e3f4;
  border-radius:12px;
  overflow:hidden;
  background:#f8f8ff;
}
@media (max-width:575.98px){ .addr-map{ height:340px; } }

/*28-08-2025*/

/* Default muted look */
.progress-item { color: #6c757d; }

/* Active label */
.progress-item.is-active { color: var(--color-mainone, #6f42c1); font-weight: 600; }

/* Step circles */
.step-circle {
  display: inline-flex; width: 28px; height: 28px; border-radius: 50%;
  align-items: center; justify-content: center; font-weight: 700;
  border: 2px solid #ced4da;
}
.step-circle-active {
  background: var(--color-mainone, #6f42c1);
  color: #fff;
  border-color: var(--color-mainone, #6f42c1);
}

/*29-08-2025*/
.mortgage-form p{
  color: #777 !important;
}

.mortgage-index-section h2{
  font-weight: 500 !important;
  font-size: 2.25rem !important;
}

/* Signup section background image @ 40% transparent (i.e., 60% visible) */
.signup-section {
  position: relative;
  z-index: 0;
  background-color: var(--color-mainone) !important;
}

.signup-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/images/screens/login-bg.jpg") center / cover no-repeat;
  opacity: 0.4;              /* 40% transparent = 60% opacity */
  z-index: -1;               /* keep image behind the content */
  pointer-events: none;      /* don't block clicks inside the section */
}

.mortgage-start-btn{
  background-color: var(--color-mainone);
  border: 0px;
  border-radius: 0.375rem !important;
  font-size: 0.938rem !important;
  font-weight: 600 !important;
  min-width: 300px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.mortgage-start-btn:hover{
  background-color: #603d83 !important;
}

/*31-08-2025*/
.option-card.is-disabled{
  opacity:.5;
  cursor:not-allowed;
  pointer-events:none;
}

/*01-09-2025*/
/* ===== Documents step (scoped) ===== */
.docs-wrap .doc-block .doc-drop { /* reuses your dashed style via .doc-drop if present */
  border: 2px dashed #cdbdea;
  background: #f7f4fc;
  border-radius: 14px;
  min-height: 120px;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  position: relative;
  color: #7e7696;
}
.docs-wrap .doc-drop input[type="file"]{ position:absolute; inset:0; opacity:0; cursor:pointer; }
.docs-wrap .doc-file-pill {
  background: #efe9fb;
  border-radius: 9999px;
  padding: 6px 10px;
}
.docs-wrap .doc-file-pill .doc-file-link { color:#5d2e8e; }
.docs-wrap .doc-trash { line-height: 1; }
.docs-wrap .doc-grid-2 { display:grid; grid-template-columns: 1fr 1fr; gap:14px; }
@media (max-width: 576px){ .docs-wrap .doc-grid-2 { grid-template-columns: 1fr; } }

/* Column headers for STEP 4 */
.docs-wrap .docs-title {
  background: #ede7f6;                 /* light purple used in your theme */
  border: 1px solid #d1c4e9;
  color: var(--color-mainone);
  font-weight: 600;
  text-align: center;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 16px;
}

/* === Trade License block (screenshot match) === */
.docs-wrap .tl-block .tl-drop {
  border: 2px dashed #bfb2d6;           /* dashed, purple-gray */
  background: #ffffff;                   /* white interior like screenshot */
  border-radius: 16px;
  min-height: 140px;
  padding: 22px 16px;
  display: flex; align-items: center; justify-content: center;
}

.docs-wrap .tl-block .tl-drop .tl-drop-icon {
  font-size: 2.6rem;                     /* doc icon above text */
  color: #bfb2d6;
  display: block;
  margin-bottom: 6px;
}

.docs-wrap .tl-block .tl-drop .tl-drop-text {
  color: #6e5c86;                        /* caption purple */
  font-weight: 600;
  line-height: 1.2;
}

/* Inputs row spacing/labels closely match screenshot */
.docs-wrap .tl-block .row .form-label.small {
  color: #4a3b63;
}

/* Filename pill under inputs */
.docs-wrap .tl-block .tl-file-pill {
  background: #ded2ee;                   /* soft purple pill */
  color: #5d2e8e;
  border-radius: 12px;
  padding: 10px 14px;
  display: flex; align-items: center; justify-content: space-between;
}

.docs-wrap .tl-block .tl-file-pill .doc-file-link {
  color: inherit;                         /* same purple as pill text */
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.docs-wrap .tl-block .tl-file-pill .tl-pill-trash {
  background: transparent;
  border: 0;
  color: #6b3fa0;                         /* trash icon purple */
  font-size: 1.05rem;
  line-height: 1;
  padding: 0;
  display: inline-flex; align-items: center; justify-content: center;
}

/*02-09-2025*/
.verify-btn{
  width: 100% !important;
  display: block;
  border-radius: 0.375rem !important;
  font-weight: 600;
  padding: 0.95rem 1rem;
}


/* Scoped to the submitted-state card only */
.verified-card .verified-title{
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  letter-spacing: .2px;
}
.verified-card .verified-text{
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: #5f5f5f;
  line-height: 1.6;
}
.verified-card .verified-link{
  color: #5e2ebc;
  text-decoration: none;
}
.verified-card .verified-link:hover{ text-decoration: underline; }

/* Button look/spacing like the screenshot */
.verified-card .verified-home-btn{
  min-width: 220px;
  border-radius: 12px;
  padding: .8rem 1.5rem;
  font-weight: 600;
}

/* Error card – scoped so it won’t affect other cards */
.verify-error-card .verify-alert-error{
  background: #fdecec;           /* light red */
  color: #b42318;                 /* dark red */
  border: 1px solid #f5c2c7;
}
.verify-error-card .verify-input.is-invalid{
  border-color: #dc3545;
}
/* Ensure the helper text is visible without Bootstrap's form validation JS */
.verify-error-card .invalid-feedback{
  display: block !important;
}

/* Careers filter: tall rounded search input (no overrides to your old CSS) */
.jobs-search-group{
  --jobs-h: 32px;          /* target height to match the mock */
  --jobs-radius: 0.375rem;     /* rounded corners like the screenshot */
  background: #fff;
  border: 0;
  border-radius: var(--jobs-radius);
  overflow: hidden;        /* keeps both ends perfectly rounded */
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.jobs-search-addon{
  height: var(--jobs-h);
  background: #fff;
  border: 0;
  padding: 0 16px;
  display: flex;
  align-items: center;
}

.jobs-search-addon i{
  font-size: 1.05rem;
  color: #b5b5b5;          /* soft grey icon like the mock */
}

.jobs-search-input{
  height: var(--jobs-h);
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 .95rem;
  font-size: 0.95rem;
}

.jobs-search-input::placeholder{
  color: #9b9b9b;
}

/* Optional: keep a nice feel on focus */
.jobs-search-input:focus{
  outline: none;
}

/* Careers filter: tall, centered search (scoped) */
.input-group.jobs-search-group{
  --jobs-h: 32px;              /* tweak here if you want taller (e.g., 40px) */
  --jobs-radius: 0.375rem;
  height: var(--jobs-h);
  background: #fff;
  border: 0;
  border-radius: var(--jobs-radius);
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  align-items: center;         /* vertical centering inside the group */
}

/* Addon (magnifier) */
.input-group.jobs-search-group > .jobs-search-addon{
  height: var(--jobs-h) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  background: #fff;
  border: 0 !important;
  padding: 0 16px !important;
}

.input-group.jobs-search-group > .jobs-search-addon i{
  font-size: 1.05rem;
  color: #b5b5b5;
  margin-top: -7px !important;
}

/* Input */
.input-group.jobs-search-group > .form-control.jobs-search-input{
  height: var(--jobs-h) !important;
  min-height: var(--jobs-h) !important;
  padding: 0 .95rem !important;        
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: var(--jobs-h) !important; 
  background: #fff;
}

.input-group.jobs-search-group > .form-control.jobs-search-input::placeholder{
  color: #9b9b9b;
}

.input-group.jobs-search-group > .form-control.jobs-search-input:focus{
  outline: none;
  box-shadow: none !important;
}

/* === Country dropdown (scoped) === */
.jobs-filter { position: relative; }

/* make the value row behave like a button without changing your old .filter-value */
.jobs-filter-btn{
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;             
  font: inherit;
  cursor: pointer;
}

/* caret rotate when open */
.jobs-filter.open .jobs-filter-caret { transform: rotate(180deg); transition: transform .2s ease; }

/* dropdown panel */
.jobs-fd-menu{
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;                 
  display: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.375rem !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  padding: 6px 0;
  z-index: 1060;
}

/* show when open */
.jobs-filter.open .jobs-fd-menu{ display:block; }

/* menu items */
.jobs-fd-item{
  width: 100%;
  display: block;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 12px 16px;
  font-size: 0.85rem;
  line-height: 1.2;
  color: #1f1f1f;
  cursor: pointer;
}

.jobs-fd-item + .jobs-fd-item{ border-top: 1px solid #f0f0f0; }

.jobs-fd-item:hover,
.jobs-fd-item:focus{
  background: #f7f6fb;           
  outline: none;
}

.jobs-fd-item.active{
  background: #ede7f6;          
  font-weight: 600;
}

/* optional: a slightly muted header look for the very first row */
.jobs-fd-item:first-child{ background:#efefef; }

/* clear “x” is hidden on All */
.jobs-filter-clear{ transition: opacity .15s ease; }

/* control knob */
.input-group.jobs-search-group{
  --jobs-ph: 1.05rem !important;
}

/* cross-browser placeholder sizing */
.jobs-search-input::placeholder{ font-size: var(--jobs-ph); }
.jobs-search-input::-webkit-input-placeholder{ font-size: var(--jobs-ph); }
.jobs-search-input::-moz-placeholder{ font-size: var(--jobs-ph); }
.jobs-search-input:-ms-input-placeholder{ font-size: var(--jobs-ph); }
.jobs-search-input:-moz-placeholder{ font-size: var(--jobs-ph); }

.jobs-filter-current{
  font-size: 0.85rem !important; 
  color: #757575 !important;
}

/* ===== Single Job Details (scoped) ===== */

.jd-section { background-color: #fafafa; }

/* Back link */
.jd-back { color: #222; text-decoration: none; font-weight: 500; }
.jd-back:hover { text-decoration: underline; }

/* Breadcrumb */
.jd-breadcrumb-list {
  list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .25rem .5rem;
}
.jd-breadcrumb-list li { color: #6b6b6b; }
.jd-breadcrumb-list li a { color: #6b6b6b; text-decoration: none; }
.jd-breadcrumb-list li a:hover { text-decoration: underline; }
.jd-breadcrumb-list li+li::before {
  content: "›"; color: #9d9d9d; margin: 0 .25rem;
}
.jd-breadcrumb-list li.active { color: #333; font-weight: 600; }

/* Card */
.jd-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: .5rem;
}

/* Title */
.jd-title { font-weight: 700; color: #101010; }

/* Meta chips */
.jd-meta { margin-top: .25rem; }
.jd-chip {
  background: #f3f1f9;
  color: #2b2b2b;
  border: 1px solid #e6e1f1;
  border-radius: 999px;
  padding: .45rem .8rem;
  font-size: .9rem;
  display: inline-flex; align-items: center;
}

/* Quick Apply */
.jd-apply-btn{
  background: var(--color-mainone, #6c4eb6);
  color: #fff;
  border-radius: .5rem;
  padding: .55rem 1rem;
  font-weight: 600;
  border: none;
}
.jd-apply-btn:hover{
  background: #593aa3; color: #fff;
}

/* Section titles */
.jd-section-title { font-weight: 700; color: #111; }

/* Sidebar sticky */
.jd-sticky { position: sticky; top: 90px; }

/* Auth card form */
.jd-input {
  border-radius: 0.375rem;
  border: 1px solid #dedede;
  font-size: .95rem;
}
.jd-input:focus{
  border-color: var(--color-mainone, #6c4eb6);
  box-shadow: 0 0 0 .2rem rgba(108, 78, 182, .15);
}
.jd-btn-primary{
  background: var(--color-mainone, #6c4eb6);
  color: #fff;
  border-radius: 0.375rem;
  font-weight: 600;
}
.jd-btn-primary:hover{ background: #593aa3; color: #fff; }
.jd-btn-secondary{
  background: #e9e5f5;
  color: #3b2c6f;
  border-radius: 0.375rem;
  font-weight: 600;
}
.jd-btn-secondary:hover{ background: #dcd5f1; color: #2d2356; }
.jd-link{ color: var(--color-mainone, #6c4eb6); text-decoration: none; }
.jd-link:hover{ text-decoration: underline; }

/* Responsive tweaks */
@media (max-width: 991.98px){
  .jd-sticky { position: static; }
  .jd-title { line-height: 1.3; }
  .jd-apply-btn { width: 100%; }
}

/* Banner */
.aj-hero{
  position: relative;
  min-height: 360px;
  background: url("assets/images/screens/login-bg.jpg") center/cover no-repeat;
  display:flex; align-items:center;
}
.aj-hero::before{
  content:""; position:absolute; inset:0;
  background: rgba(0,0,0,.35); /* soft dark overlay */
}
.aj-hero .container{ position: relative; z-index:1; }
.aj-hero-title{
  color:#fff; font-weight:500;
  font-size: clamp(1.6rem, 3.2vw, 2.813rem);
}

/* Register card */
.aj-register{ padding: 40px 0 60px; margin-top: -80px; }
@media (max-width: 767.98px){ .aj-register{ margin-top:-60px; padding-top: 24px; } }

.aj-card{
  background:#fff;
  border:1px solid #eee;
  border-radius: .75rem;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  max-width: 520px;
  padding: 22px 22px 24px;
}
@media (min-width: 576px){ .aj-card{ padding: 26px 28px; } }

.aj-card-title{
  color: var(--color-mainone, #6c4eb6);
  font-weight:600;
}
.aj-card-subtitle{
  color:#7a6f97; font-size:.95rem;
}

/* Inputs */
.aj-label{ font-size:.85rem; color:#4c4c4c; }
.aj-input{
  border:1px solid #e5e5e5; border-radius:.5rem;
  font-size:.95rem; padding:.6rem .75rem;
  box-shadow:none;
}
.aj-input:focus{
  border-color: var(--color-mainone, #6c4eb6);
  box-shadow: 0 0 0 .2rem rgba(108,78,182,.15);
}
.aj-input-group .aj-input{ border-right:0; border-radius:.5rem 0 0 .5rem; }
.aj-eye-btn{
  border:1px solid #e5e5e5; border-left:0;
  border-radius:0 .5rem .5rem 0; background:#fff;
  color:#7a7a7a;
}
.aj-eye-btn:hover{ background:#f7f7fb; }

/* Rules */
.aj-rules{
  background:#f4f1f8; border:1px solid #e2dcf0; border-radius:.5rem;
  color:#7a6f97; font-size:.9rem;
}
.aj-rules .bi{ font-size:1rem; }
.aj-rules .is-valid{ color:#1f9d55; }  /* green */
.aj-rules .is-valid .bi{ color:#1f9d55; }
.aj-rules .is-invalid{ color:#b42318; } /* red */
.aj-rules .is-invalid .bi{ color:#b42318; }

/* Button */
.aj-btn-primary{
  background: var(--color-mainone, #6c4eb6);
  color:#fff; border:none; border-radius:.5rem; padding:.75rem 1rem;
  font-weight:600;
}
.aj-btn-primary:hover{ background:#593aa3; color:#fff; }
.aj-btn-primary:disabled{ background:#cfc8e6; cursor:not-allowed; }

/* Small tweaks */
@media (max-width: 575.98px){
  .aj-card{ margin: 0 12px; }
}

/* Purple overlay for the Apply Job banner */
.aj-hero{
  /* tweak the strength here (0.0–1.0) */
  --aj-overlay: rgba(108, 78, 182, 0.6); /* uses your Purple Roof hue */
}
.aj-hero::before{
  background: var(--aj-overlay);
}

/*03-09-2025*/
/* ===== Job Portal – Multi-section form (jpr-*) ===== */
.jpr-section{ padding:40px 0 64px; margin-top:-70px; }
@media (max-width: 767.98px){ .jpr-section{ margin-top:-56px; padding-top:24px; } }

.jpr-form{ max-width: 560px; }

.jpr-card{
  background:#fff; border:1px solid #eee; border-radius:.375rem;
  box-shadow:0 8px 22px rgba(0,0,0,.06);
}
.jpr-card-head{
  padding:14px 18px; border-bottom:1px solid #f0f0f0;
  font-weight:600; color:#262626;
}
.jpr-card-body{ padding:18px; }
@media (min-width:576px){ .jpr-card-body{ padding:22px; } }

.jpr-label{ font-size:.86rem; color:#444; }
.jpr-req{ color:#dc3545; }

.jpr-control{
  border:1px solid #e6e6e6; border-radius:.375rem; font-size:.95rem;
  box-shadow:none; padding:.6rem .75rem;
}
.jpr-control:focus{
  border-color: var(--color-mainone, #6c4eb6);
  box-shadow:0 0 0 .2rem rgba(108,78,182,.15);
}

.jpr-input-group .jpr-control{ border-top-left-radius:0; border-bottom-left-radius:0; }
.jpr-flag{
  background:#fff; border:1px solid #e6e6e6; border-right:0;
  border-top-left-radius:.375rem; border-bottom-left-radius:.375rem;
  font-size:.95rem; color:#555;
}

/* small chip-like button */
.jpr-chip-btn{
  background: var(--color-mainone, #6c4eb6);
  color:#fff; border:none; border-radius:.5rem; padding:.35rem .6rem; font-weight:600;
}
.jpr-chip-btn:hover{ background:#593aa3; color:#fff; }

.jpr-link{ color: var(--color-mainone, #6c4eb6); text-decoration:none; }
.jpr-link:hover{ text-decoration:underline; }

.jpr-hr{ border:0; border-top:1px solid #efefef; margin: 10px 0 16px; }

/* Uploads */
.jpr-drop{
  position:relative; display:flex; align-items:center; justify-content:center;
  min-height:52px; padding:10px 14px; border:2px dashed #d9d3ea; border-radius:.6rem;
  background:#faf8ff; color:#7e739e; cursor:pointer; text-align:center;
}
/* === Phone (intl-tel-input) – scoped to avoid collisions === */
.jpr-phone .iti { width: 100%; }

/* unify flag box + input as a single rounded control */
.jpr-phone .iti--separate-dial-code .iti__selected-country {
  position: relative;
  height: 46px;
  display: flex; align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 12px 0 0 12px;
  padding: 0 12px;
}
.jpr-phone .iti__selected-dial-code { font-weight: 600; color: #111; }

.jpr-phone .iti__tel-input {
  height: 46px;
  border: 1px solid #ddd;
  border-left: 0;
  border-radius: 0 0.375rem 0.375rem 0;
  padding-left: 12px;
  font-size: 1rem;
  box-shadow: none;
}
.jpr-phone .iti__tel-input::placeholder { color:#b3b3b3; font-size: 1rem; }

/* focus + brand purple ring */
.jpr-phone .iti__tel-input:focus,
.jpr-phone .iti--separate-dial-code .iti__selected-country:focus {
  border-color: #603d83;
  box-shadow: 0 0 0 .2rem rgba(96,61,131,.12);
  outline: none;
}

/* invalid state (add .is-invalid on wrapper) */
.jpr-phone.is-invalid .iti__tel-input,
.jpr-phone.is-invalid .iti--separate-dial-code .iti__selected-country {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.12);
}

/* dropdown look (with search field) */
.jpr-phone .iti__country-list {
  border: 1px solid #e5dbfb;
  border-radius: 0.375rem;
  box-shadow: 0 12px 24px rgba(64,22,95,.12);
}
.jpr-phone .iti__search-input {
  border-radius: 0.375rem;
  border: 1px solid #e5e5e5;
  margin: 8px 10px;
  height: 36px;
  font-size: .95rem;
}


/* Submit */
.jpr-btn-submit{
  background: var(--color-mainone, #6c4eb6);
  color:#fff; border:none; border-radius:0.375rem; padding:.8rem 1rem; font-weight:600;
}
.jpr-btn-submit:hover{ background:#593aa3; color:#fff; }

/* === Recent Experience (dynamic) – new, scoped classes === */
.jpr-exp-box{
  position: relative;
  background:#f6f2ff;
  border:1px solid #eadff8;
  border-radius:.75rem;
  padding:16px;
}
.jpr-exp-remove{
  position:absolute;
  right:12px;
  top:12px;
  border:0;
  background:transparent;
  color:#6c4eb6;
  opacity:.85;
}
.jpr-exp-remove:hover{ opacity:1; color:#4e2aa1; }

/* ===== Upload fields polish (resume + photo) ===== */

/* Base box */
.jpr-drop {
  border: 2px dashed #d7c8f3;            /* soft purple */
  background: #fbf9ff;
  border-radius: 12px;
  min-height: 64px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;           /* resume: left aligned */
  color: #6c4eb6;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

/* Make the whole box feel interactive */
.jpr-drop:hover,
.jpr-drop:focus-within {
  border-color: #6c4eb6;
  background-color: #f7f4fc;
  box-shadow: 0 0 0 .2rem rgba(108, 78, 182, .12);
}

/* Little upload icon on the resume box only */
.jpr-drop::before {
  content: "\f1c6";                       /* bootstrap-icons: file-earmark-arrow-up */
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  left: 14px;
  font-size: 1.1rem;
  color: #b6a5e2;
}

/* Text line: clamp/ellipsis long file names nicely */
.jpr-drop .jpr-drop-inner{
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 24px;                      /* room after icon */
}

/* When a file is chosen */
.jpr-upload.jpr-has-file {
  border-color: #cdbdea !important;
  background: #f3effc !important;
  color: #3c2f73;
}

/* ---- Photo variant ---- */
.jpr-photo {
  min-height: 170px;                       /* square-ish card */
  justify-content: center;                 /* center caption */
  text-align: center;
  padding: 16px;
}

/* No file icon for photo */
.jpr-photo::before { display: none; }

/* Allow multi-line caption on photo */
.jpr-photo .jpr-drop-inner{
  white-space: normal;
  padding-left: 0;
  line-height: 1.3;
}

/* Preview sits under the invisible input (already present in your HTML) */
.jpr-photo-preview{
  border-radius: inherit;
  object-fit: cover;
}

/* Optional: invalid look if you add .is-invalid on the wrapper */
.jpr-upload.is-invalid{
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.12);
}

/* Small screens: keep targets comfy */
@media (max-width: 575.98px){
  .jpr-photo{ min-height: 150px; }
}

/* --- Hard-hide native file input UI (scoped) --- */
.jpr-upload { position: relative !important; overflow: hidden !important; }

/* Cover the whole drop area with an invisible input */
.jpr-upload input[type="file"].jpr-file{
  position: absolute !important;
  inset: 0 !important;             /* top/right/bottom/left = 0 */
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;           /* hide the native field completely */
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  z-index: 4 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* Hide the native upload button portion on all engines */
.jpr-upload input[type="file"].jpr-file::-webkit-file-upload-button{ 
  visibility: hidden !important; 
}
.jpr-upload input[type="file"].jpr-file::file-selector-button{ 
  visibility: hidden !important; 
}
/* Old IE/Edge legacy */
.jpr-upload input[type="file"].jpr-file::-ms-browse{ 
  visibility: hidden !important; 
}

/* Optional: ensure the helper text / preview stays clickable look */
.jpr-upload .jpr-drop-inner,
.jpr-upload .jpr-photo-preview{ 
  pointer-events: none;            /* clicks go to the hidden input */
}

/*06-09-2025*/
#countryFilter { position: relative; }
#countryFilter .fd-menu { z-index: 1065; }
#countryFilter.open .fd-menu { display: block !important; }
#countryFilterBox { overflow: visible; }

/* ---- Search input (scoped) ---- */
.input-group.propertynew25-search-group{
  --propertynew25-h: 32px;
  --propertynew25-radius: 0.375rem;
  --propertynew25-ph: 1.05rem;
  height: var(--propertynew25-h);
  background: #fff;
  border: 0;
  border-radius: var(--propertynew25-radius);
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  align-items: center;
}
.input-group.propertynew25-search-group > .propertynew25-search-addon{
  height: var(--propertynew25-h) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  background: #fff;
  border: 0 !important;
  padding: 0 16px !important;
}
.input-group.propertynew25-search-group > .form-control.propertynew25-search-input{
  height: var(--propertynew25-h) !important;
  min-height: var(--propertynew25-h) !important;
  padding: 0 .95rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: var(--propertynew25-h) !important;
  background: #fff;
}
.propertynew25-search-input::placeholder{ font-size: var(--propertynew25-ph); color: #9b9b9b; }
.propertynew25-search-input::-webkit-input-placeholder{ font-size: var(--propertynew25-ph); }
.propertynew25-search-input::-moz-placeholder{ font-size: var(--propertynew25-ph); }
.propertynew25-search-input:-ms-input-placeholder{ font-size: var(--propertynew25-ph); }
.propertynew25-search-input:-moz-placeholder{ font-size: var(--propertynew25-ph); }

/* ---- Dropdown filters (scoped) ---- */
.propertynew25-filter{ position: relative; }
.propertynew25-filter-btn{ width: 100%; background: transparent; border: 0; padding: 0; font: inherit; cursor: pointer; }
.propertynew25-filter.open .propertynew25-filter-caret{ transform: rotate(180deg); transition: transform .2s ease; }

.propertynew25-fd-menu{
  position: absolute; top: calc(100% + 8px); left: 0; right: 0;
  display: none; background: #fff; border: 1px solid #e6e6e6; border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.12); padding: 6px 0; z-index: 1060;
  list-style: none !important;
}
.propertynew25-filter.open .propertynew25-fd-menu{ display: block; border-radius:0.375rem !important; }

.propertynew25-fd-item{
  width: 100%; display: block; text-align: left; background: transparent; border: 0;
  padding: 12px 16px; font-size: 0.95rem; line-height: 1.2; color: #1f1f1f; cursor: pointer;
}
.propertynew25-fd-item + .propertynew25-fd-item{ border-top: 1px solid #f0f0f0; }
.propertynew25-fd-item:hover, .propertynew25-fd-item:focus{ background: #f7f6fb; outline: none; }
.propertynew25-fd-item.active{ background: #ede7f6; font-weight: 600; }
.propertynew25-filter-clear{ transition: opacity .15s ease; }
.propertynew25-fd-menu{ border-radius: 12px; }

/* === Compact filters (smaller pills) === */
.propertynew25-filters #propertynew25FiltersForm{ gap: 0px; }

/* shrink each column/pill width */
.propertynew25-filters #propertynew25FiltersForm > [class*="col-"]{
  flex: 0 0 auto;
  width: auto;
  min-width: 140px;
}

/* pill padding & text sizes */
.propertynew25-filters .filter-box{ padding: .25rem .5rem; }
.propertynew25-filters .filter-label{ font-size: .75rem; margin-bottom: .1rem; }
.propertynew25-filters .filter-value{ font-size: .8rem; }

/* icons/buttons inside the value row */
.propertynew25-filters .propertynew25-filter-btn{ padding: 0; }
.propertynew25-filters .propertynew25-filter-caret,
.propertynew25-filters .propertynew25-filter-clear{ font-size: .8rem; }

/* dropdown items slightly smaller */
.propertynew25-filters .propertynew25-fd-item{ font-size: .85rem; }

/* reset button stays aligned but smaller */
.propertynew25-filters #propertynew25FiltersForm .btn.btn-orange{
  height: 40px;
  padding: 0 6px;
  border-radius: 0.375rem;
}

/* responsive tweaks */
@media (min-width: 1200px){
  .propertynew25-filters #propertynew25FiltersForm > [class*="col-"]{ min-width: 165px; }
}
@media (max-width: 768px){
  .propertynew25-filters #propertynew25FiltersForm > [class*="col-"]{ min-width: 120px; }
}

/* Search box row at the top of dropdown */
.propertynew25-fd-searchrow{
  padding: 8px 10px;
  border-bottom: 1px solid #f0f0f0;
}
.propertynew25-filter-search{
  height: 30px;
  font-size: .85rem;
}

/* Optional: muted "no matches" label */
.propertynew25-fd-nomatch{
  padding: 10px 16px;
  font-size: .85rem;
  color: #888;
  cursor: default;
}

/* Search box row at the top of dropdown */
.propertynew25-fd-searchrow{
  padding: 8px 10px;
  border-bottom: 1px solid #f0f0f0;
}
.propertynew25-filter-search{
  height: 30px;
  font-size: .85rem;
}
/* Optional: "no matches" label */
.propertynew25-fd-nomatch{
  padding: 10px 16px;
  font-size: .85rem;
  color: #888;
  cursor: default;
}

/* search row already styled in your setup */
.propertynew25-fd-searchrow{ padding:8px 10px; border-bottom:1px solid #f0f0f0; }
.propertynew25-filter-search{ height:30px; font-size:.85rem; }

/* optional: subtle loading state on the Location input */
.propertynew25-filter-search.loading { background-image: linear-gradient(90deg, #f5f5f5, #eee, #f5f5f5);
  background-size:200% 100%; animation: pn25shimmer 1.2s infinite linear; }
@keyframes pn25shimmer { from{background-position:0 0} to{background-position:200% 0} }

/* optional: "no matches" line */
.propertynew25-fd-nomatch{ padding:10px 16px; font-size:.85rem; color:#888; cursor:default; }

.propertynew25-pt-menu{ padding:0; overflow:hidden; }
.propertynew25-pt-grid{
  display:grid; grid-template-columns: 220px 1fr;
  max-height: 340px; min-height: 220px;
}

/* LEFT column */
.propertynew25-pt-left{
  background:#faf8ff; border-right:1px solid #eee; overflow:auto;
  display:flex; flex-direction:column;
}
.propertynew25-pt-cat{
  text-align:left; border:0; background:transparent; padding:12px 16px;
  font-size:.95rem; cursor:pointer;
}
.propertynew25-pt-cat + .propertynew25-pt-cat{ border-top:1px solid #f0f0f0; }
.propertynew25-pt-cat.active,
.propertynew25-pt-cat:focus{ background:#eae3ff; outline:none; }
.propertynew25-pt-caret{ float:right; opacity:.6; }

/* RIGHT column */
.propertynew25-pt-right{ overflow:auto; background:#fff; }
.propertynew25-pt-list{ list-style:none; margin:0; padding:0; }
.propertynew25-pt-list li + li{ border-top:1px solid #f0f0f0; }
.propertynew25-pt-list .propertynew25-fd-item{
  width:100%; text-align:left; padding:12px 20px; border:0; background:transparent; cursor:pointer;
}

/* Small screens: stack */
@media (max-width: 576px){
  .propertynew25-pt-grid{ grid-template-columns: 1fr; }
  .propertynew25-pt-left{ border-right:0; border-bottom:1px solid #eee; }
}

/*10-09-2025*/
.input-group-custom { display:flex; align-items:stretch; }
.btn-inline-input-custom {
  border: 1px solid #dee2e6; border-right: 0; border-radius: .375rem 0 0 .375rem;
  background: #fff; height: 100%;
}
.btn-inline-input-custom:focus { box-shadow: none; }
.country-dropdown-menu { max-height: 280px; overflow-y: auto; }
.wizard-form-control2 {
  border-left: 0; border-radius: 0 .375rem .375rem 0;
}
@media (max-width: 575.98px) {
  .btn-inline-input-custom span#dialCode { display:inline-block; }
}

.country-dropdown-menu { max-height: 320px; overflow-y: auto; }
.country-dropdown-menu .dropdown-search { z-index: 1; border-bottom: 1px solid #eee; }
.country-dropdown-menu .dropdown-item { padding-top: .5rem; padding-bottom: .5rem; }

/* Make the button participate nicely in your input group height */
.btn-inline-input-custom {
  display: inline-flex;            /* ensure it's flex even if classes change */
  align-items: center;             /* default center; override with align-items-end if needed */
  height: 100%;                    /* match sibling input height */
  line-height: 1;                  /* avoid extra vertical space */
  padding-top: .375rem;            /* match Bootstrap btn/input padding */
  padding-bottom: .375rem;
}

/* Flags and icons sometimes sit off-baseline: normalize them */
#countryBtn .fi,
#countryBtn i {
  line-height: 1;
  display: inline-block;           /* or inline-flex if you like */
}

/* Optional micro-adjust if you need a tiny nudge */
#countryBtn .fi,
#countryBtn i {
  /* uncomment if you need to nudge down 1px */
  transform: translateY(1px);
}

/*11-09-2025*/
.doc-file-pill{
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.5rem .75rem; border:1px solid rgba(0,0,0,.08);
  border-radius:0.375rem; background:#fff;
  width: 100% !important;
}
.doc-file-pill .doc-file-link{ max-width: 60ch; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.doc-file-pill .tl-pill-trash{ border:0; background:transparent; line-height:1; }

.doc-file-pill{
  --pill-bg:   #E9D8FD;  
  --pill-fg:   #6D28D9; 

  background: var(--pill-bg);
  color: var(--pill-fg);
  border: none;                 
}

/* Text/link color */
.doc-file-pill .doc-file-link{
  color: var(--pill-fg);
  text-decoration: none;
}

/* Trash button & icon color */
.doc-file-pill .tl-pill-trash{
  color: var(--pill-fg);
}

/* Optional: subtle hover/focus feedback */
.doc-file-pill:hover{
  background: #E3D1FB;
}
.doc-file-pill:focus-within{
  box-shadow: 0 0 0 2px rgba(109,40,217,.15);
  outline: none;
}

/*14-09-2025*/
.search-filter-bar {
  position: sticky;
  top: calc(var(--navbar-h) + var(--inside-header-h));
  z-index: 1035; 
}

/* Mobile can have a taller navbar; keep it safe */
@media (max-width: 991.98px) {
  :root { --navbar-h: 64px; }
}

.propertynew25-pt-menu {
  min-width: 320px;
}

.propertynew25-pt-grid {
  display: flex;
}

.propertynew25-pt-left {
  flex: 1;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}

.propertynew25-pt-left .propertynew25-pt-cat {
  background: none;
  border: none;
  padding: 6px 12px;
  text-align: left;
  cursor: pointer;
  width: 100%;
}

.propertynew25-pt-left .active {
  background-color: #f0f0f0;
  font-weight: 600;
}

.propertynew25-pt-right {
  flex: 2;
  padding-left: 8px;
}

.propertynew25-pt-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.propertynew25-pt-caret {
  float: right;
}

/* === Fix mega menu widths + remove bottom scrollbar === */

/* === Fix mega menu widths: give right column more room === */
.propertynew25-pt-menu {
  padding: 0;
  overflow-x: hidden;   /* never show horizontal scroll */
}

.propertynew25-pt-grid {
  display: grid;
  grid-template-columns: 200px minmax(400px, 1fr); /* wider right column */
  max-height: 340px;
  overflow: hidden;
}

/* Left column (categories) */
.propertynew25-pt-left {
  min-width: 200px;
  max-width: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* Right column (sub-options) */
.propertynew25-pt-right {
  min-width: 400px;    /* increased from 320px */
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* Make sure text doesn’t overflow */
.propertynew25-pt-list .propertynew25-fd-item {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}

/* === Property Type (mega menu) – widen overall dropdown and right pane === */
#filterPropertyType .propertynew25-fd-menu.propertynew25-pt-menu{
  right: auto !important;          /* stop stretching to pill width */
  left: 0;                          /* anchor to the left of the pill */
  width: auto !important;
  min-width: 720px !important;      /* overall dropdown width */
  overflow-x: hidden;               /* no horizontal scroll */
}

/* Two-column grid: wider right column */
#filterPropertyType .propertynew25-pt-grid{
  display: grid;
  grid-template-columns: 220px minmax(480px, 1fr) !important;
  max-height: 340px;
  overflow: hidden;
}

/* Left list */
#filterPropertyType .propertynew25-pt-left{
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Right list (types) */
#filterPropertyType .propertynew25-pt-right{
  min-width: 480px !important;      /* give content room */
  overflow-y: auto;
  overflow-x: hidden;
}

/* Make items fill the column cleanly */
#filterPropertyType .propertynew25-pt-list .propertynew25-fd-item{
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;               /* or switch to normal if you prefer wrapping */
  text-overflow: ellipsis;
  overflow: hidden;
}

/*Price Range Styles*/
/* Price menu sizing & look */
/* ensure dropdown shows when parent has .open */
.propertynew25-filter.open .propertynew25-fd-menu{ display:block; }

#filterPrice{ position:relative; } /* anchor for absolute menu */
#filterPrice .propertynew25-fd-menu.price-menu{
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: auto;
  min-width: 380px;      /* widen like the mock */
  max-width: 460px;
  z-index: 1085;         /* above sticky bar/cards */
  overflow: visible;     /* no horizontal scroll */
}

#filterPrice .pr-panel{
  background:#fff; border-radius:0.375rem !important;
  box-shadow:0 10px 28px rgba(0,0,0,.12);
}

/* tidy inputs so the currency pill and input join cleanly */
#filterPrice .input-group-text{ background:#fff; border-right:0; }
#filterPrice .form-control.pr-input{ border-left:0; }

/* clear/apply buttons look */
#filterPrice #pr-clear, #filterPrice #pr-apply{ border-radius:0.375rem !important; font-weight:700; }

/* if any global .propertynew25-fd-menu adds padding/scrollbars, neutralize for price panel */
#filterPrice .price-menu{ padding:0; max-height:none; }

.price-dropdown-title1, .price-dropdown-title2{
  font-weight: 600 !important;
  font-size: 0.875rem !important;
}

#filterBedsBaths{ position:relative; }
#filterBedsBaths .propertynew25-fd-menu.beds-baths-menu{
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 360px;
  z-index: 1085;
  display: none;
}
#filterBedsBaths.open .propertynew25-fd-menu{ display:block; }

#filterBedsBaths .bb-panel{
  background:#fff; border-radius:12px;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}

.bb-chip{
  border:1px solid #ccc;
  border-radius:50px;
  padding:4px 12px;
  background:#fff;
  font-size:14px;
  cursor:pointer;
}
.bb-chip.active{
  background:#5b2c98;   /* purple accent */
  color:#fff;
  border-color:#5b2c98;
}

/*30-09-2025*/
/* ===== Applicant Details Card/Form ===== */
.applicant-form .form-label {
  color: #2b2b2b;
  margin-bottom: .35rem;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
}
.applicant-form .form-text {
  font-size: .8rem;
  color: #8a8a8a;
  margin-top: .25rem;
}

/* Inputs look like the screenshot: soft radius, subtle borders, comfy height */
.pr-input,
.pr-input-group .input-group-text {
  border: 1px solid #e6e6ea;
  background: #fff;
  color: #333;
  height: 52px;
  border-radius: 0.375rem !important;
  font-size: 0.975rem;
}
.pr-input::placeholder {
  color: #b8b8bf;
}

/* Input group pieces must look like a single pill */
.pr-input-group .input-group-text {
  border-right: 0;
  border-radius: 0.375rem 0 0 0.375rem;
}
.pr-input-group .form-control.pr-input {
  border-left: 0;
  border-radius: 0 12px 12px 0;
}

/* Currency and flag adornments */
.pr-currency {
  font-weight: 600;
  letter-spacing: .3px;
}
.pr-flag img { display: inline-block; transform: translateY(-1px); }

/* Focus state in Purple Roof brand color */
.pr-input:focus,
.form-select.pr-input:focus,
.pr-input-group .form-control:focus {
  border-color: #6463a0;
  box-shadow: 0 0 0 .2rem rgba(100, 99, 160, 0.125);
}

/* Selects should inherit the same radius/height */
.form-select.pr-input {
  padding-top: .6rem;
  padding-bottom: .6rem;
  background-position: right .85rem center;
}

/* Submit button style to match brand */
.pr-btn-next.btn-primary {
  background-color: #6463a0;
  border-color: #6463a0;
  padding: .7rem 1.25rem;
  border-radius: 12px;
  font-weight: 600;
}
.pr-btn-next.btn-primary:hover,
.pr-btn-next.btn-primary:focus {
  background-color: #554f97;
  border-color: #554f97;
}

/* Headline spacing inside the card */
.applicant-form .h4 {
  color: #1f1f1f;
}

/* Improve spacing between rows on tight screens */
@media (max-width: 991.98px) {
  .applicant-form .row.g-4 { row-gap: 1.25rem; }
}

/* Mobile: stack fields, comfortable gutters, readable labels */
@media (max-width: 767.98px) {
  .applicant-form { font-size: 0.98rem; }
  .pr-input,
  .pr-input-group .input-group-text { height: 50px; }
  .pr-btn-next { width: 100%; }
}

/* Very small devices */
@media (max-width: 420px) {
  .applicant-form .h4 { font-size: 1.15rem; }
  .pr-input,
  .pr-input-group .input-group-text { height: 48px; font-size: 0.95rem; }
}

/* Select2 — match Purple Roof input look */
.select2-container--default .select2-selection--single {
  height: 52px;
  border: 1px solid #e6e6ea;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 44px 0 14px; /* room for arrow */
  font-size: 0.975rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.2;
  padding-left: 0;
  color: #333;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #b8b8bf;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
  right: 12px;
}
.select2-dropdown {
  border: 1px solid #e6e6ea;
  border-radius: 12px;
  overflow: hidden;
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #6463a0;
  box-shadow: 0 0 0 .2rem rgba(100, 99, 160, 0.125);
}
.select2-results__option {
  padding: 8px 12px;
  font-size: 0.95rem;
}
@media (max-width: 767.98px) {
  .select2-container--default .select2-selection--single { height: 50px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow { height: 50px; }
}

/* Make Select2 look like other Purple Roof inputs */
.select2-container .select2-selection--single {
  height: 52px !important;
  border: 1px solid #e6e6ea !important;
  border-radius: 12px !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 14px !important;
  font-size: 0.975rem !important;
  font-family: inherit !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333 !important;
  line-height: normal !important;
  padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #b8b8bf !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px !important;
  right: 12px !important;
}

.select2-dropdown {
  border: 1px solid #e6e6ea !important;
  border-radius: 0.375rem !important;
  overflow: hidden !important;
}

/* Focus style — match your inputs */
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #6463a0 !important;
  box-shadow: 0 0 0 .2rem rgba(100, 99, 160, 0.125) !important;
}

@media (max-width: 767.98px) {
  .select2-container .select2-selection--single {
    height: 50px !important;
    font-size: 0.95rem !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
  }
}

.mortgage-section-h3{
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* Scope everything to this card so the radius change doesn't affect other sections */
.pld-card .pr-input,
.pld-card .form-select.pr-input,
.pld-card .pr-input-group .input-group-text,
.pld-card .btn,
.pld-card .select2-container .select2-selection--single {
  border-radius: 0.375rem !important; /* 6px everywhere inside this card */
}

/* Make the input group look like a single pill with 6px radius */
.pld-card .pr-input-group .input-group-text {
  border-right: 0;
  height: 52px;
}
.pld-card .pr-input-group .form-control.pr-input {
  border-left: 0;
  height: 52px;
}

/* Buttons to match brand and radius */
.pld-card .pr-btn-solid.btn-primary {
  background-color: #6463a0;
  border-color: #6463a0;
  padding: .7rem 1.25rem;
  font-weight: 600;
}
.pld-card .pr-btn-solid.btn-primary:hover,
.pld-card .pr-btn-solid.btn-primary:focus {
  background-color: #554f97;
  border-color: #554f97;
}

.pld-card .pr-btn-ghost.btn-outline-primary {
  color: #6463a0;
  border-color: #cecde6;
  background: #fff;
  padding: .7rem 1.25rem;
  font-weight: 700;
}
.pld-card .pr-btn-ghost.btn-outline-primary:hover,
.pld-card .pr-btn-ghost.btn-outline-primary:focus {
  color: #fff;
  background-color: #6463a0;
  border-color: #6463a0;
}

/* Headline divider */
.pld-card hr { opacity: .15; }

/* Responsive spacing & stacking stays Bootstrap-native, but tighten small screens */
@media (max-width: 767.98px) {
  .pld-card .row.g-4 { row-gap: 1.1rem; }
  .pld-card .btn { width: 100%; }
}

/*11-10-2025*/

.terms {
  --term-max-width: 75ch;
  --term-muted: rgba(0,0,0,.6);
}

/* Page title & intro */
.terms .display-6 {
  line-height: 1.2;
}
.terms p,
.terms li {
  color: var(--term-muted);
}

/* Headings */
.terms h1,
.terms h2,
.terms h3,
.terms h4,
.terms h5,
.terms h6 {
  color: var(--color-black);
  margin-bottom: .75rem;
}
.terms h2 {
  border-left: 4px solid var(--color-mainone);
  padding-left: .6rem;
}
.terms h3 {
  color: var(--color-mainone);
}

/* Anchors & section scroll offset (respect sticky navbar) */
.terms h2,
.terms h3 {
  scroll-margin-top: calc(var(--navbar-h) + 30px);
}

/* Body text rhythm */
.terms section + section {
  margin-top: 1.5rem;
}
.terms p + p {
  margin-top: .75rem;
}

/* Lists */
.terms ol,
.terms ul {
  padding-left: 1.25rem;
  margin-bottom: .75rem;
}
.terms li + li {
  margin-top: .35rem;
}
.terms ul ul,
.terms ol ol {
  margin-top: .35rem;
}

/* Inline emphasis */
.terms strong {
  color: var(--color-black);
}

/* Muted divider */
.terms .muted-divider {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,0,0,.12), rgba(0,0,0,.06));
}

/* Links */
.terms a {
  color: var(--color-mainone);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.terms a:hover {
  color: var(--color-maintwo);
  text-decoration-color: currentColor;
}

/* Back to top button */
.terms .btn-outline-secondary.btn-sm {
  border-color: rgba(0,0,0,.15);
  color: var(--color-black);
}
.terms .btn-outline-secondary.btn-sm:hover {
  border-color: var(--color-mainone);
  color: var(--color-mainone);
}

/* TOC card */
.toc-card {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
}
.toc-card .list-group-item {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.toc-card .list-group-item + .list-group-item {
  border-top: 1px dashed rgba(0,0,0,.08);
}
.toc-card .list-group-item:hover {
  color: var(--color-maintwo);
}

/* Sticky behavior for desktop */
@media (min-width: 992px) {
  .toc-card {
    position: sticky;
    top: calc(var(--navbar-h) + 30px);
  }
  /* Constrain content measure for readability */
  .terms > .row > section {
    max-width: var(--term-max-width);
  }
}

/* Mobile optimizations */
@media (max-width: 991.98px) {
  .terms .display-6 {
    font-size: 1.9rem;
  }
  .terms h2 {
    font-size: 1.15rem;
  }
  .terms h3 {
    font-size: 1rem;
  }
}

/* Section highlight on anchor jump */
.terms :target {
  animation: termFlash 1.6s ease 1;
}
@keyframes termFlash {
  0%   { background: rgba(255,103,0,.08); }
  100% { background: transparent; }
}

/* Optional: subtle cards around major numbered sections (toggle as needed) */
/*
.terms section[id^="1"],
.terms section[id^="2"],
.terms section[id^="3"] {  }
*/

/* Print styles (clean, single column) */
@media print {
  .navbar,
  .footer-section,
  .toc-card,
  .btn,
  .modal { display: none !important; }

  .terms {
    margin: 0 !important;
    padding: 0 !important;
  }
  .terms h1 { font-size: 22pt; }
  .terms h2 { font-size: 14pt; border-left: 0; }
  .terms h3 { font-size: 12pt; }
  .terms p, .terms li { color: #000; font-size: 11pt; }
}

/*17-10-2025*/
.forgot-password-form {
  margin-top: 33% !important;
}

.forget-pw-p{
  font-size: 0.75rem !important;
  margin-top: 7px !important;
  font-weight: 400 !important;
  text-align: right !important;
  color: #000 !important;
}

.forget-pw-p a{
  font-weight: 600 !important;
  color: #000 !important;
  text-decoration: none !important;
}

.forget-pw-p a:hover{
  text-decoration: underline !important;
}

/*Password Reset - 18-10-2025*/
/* Box look */
.reset-card {
  border-radius: 0.375rem !important;
}

.reset-illustration {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.reset-input,
.reset-btn {
  border-radius: 0.375rem !important;
}

.reset-input {
  height: 48px;
  border: 1px solid #e7e7e9;
  box-shadow: none;
}

/* Disabled button (gray) */
.reset-btn:disabled {
  background-color: #b9b9be !important;
  border-color: #b9b9be !important;
  color: #ffffff !important;
  cursor: not-allowed;
}

/* Active button color */
.reset-btn.active {
  background-color: #6463a0 !important;
  border-color: #6463a0 !important;
  color: #ffffff !important;
}


@media (max-width: 576px) {
  .reset-card { padding: 1.5rem; }
}

/*Single property page gallery image issue for Safari browser - 20-10-2025*/
/*.property-gallery .side-images {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.property-gallery .side-images::before {
  content: "";
  display: block;
  padding-top: 100%; 
}

.property-gallery .side-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: inherit;
}*/

/*22-10-2025*/
.signup-input-i{
  background-color: #fff !important;
  border: 0 !important;
}

/*Mobile view fixes - 30-10-2025*/

/* 01 - home navigation bar mobile view*/
@media (max-width: 991.98px) {
  #mainNavbar {
    background-color: #6463a0 !important; /* Purple Roof color */
  }
}

/*Login/Signup menu fixes - 31-10-2025*/
.signup-tabs {
  margin-top: 10px;
}

.signup-tab {
  background-color: #f8f9fa;
  border: 1px solid #fff !important;
  border-radius: 0.375rem !important;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 10px 16px;
  transition: all 0.2s ease-in-out;
}

.signup-tab:hover {
  background-color: #e9ecef;
}

.signup-tab.active {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

/* Mobile font adjustment */
@media (max-width: 576px) {
  .signup-tab {
    font-size: 13px;
    padding: 8px 10px;
  }
  .signup-tabs {
    gap: 0.5rem;
  }
}
.bookmark, .heart{
    visibility: unset;
    color: unset;
    border-radius: 4px;
    -moz-border-radius: 4px;
    opacity: 1;
    cursor: pointer;
    align-self: center;
    min-width: 25px;
    max-width: 25px;
    order: 2;
    min-height: 25px;
    max-height: 25px;
    flex-grow: 1;
    margin-left: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    z-index: 4;
    border: 0px;
    background-color: transparent;
}

.bookmark { --bookmark-top:#888; --bookmark-bottom:#444; --bookmark-lines:#fff; }
.bookmark:hover,.bookmark.selected { --bookmark-top:#51cf66; --bookmark-bottom:#37b24d; }


.heart {
	--stroke: #000;        /* black border */
	--fill:   transparent; /* no fill */
	transition: all .3s ease;
}
.heart:hover,.heart.selected {
	--fill: #e74c3c;       /* vibrant red */
	--stroke: #c0392b;     /* darker red edge */
}
.heart svg{
	margin-top: 4px;
}


/* 06-11-2025 - Skill/Languages inputs of Job Apply Form*/
/* --- Multiselect tagbox (scoped to jpr-ms-*) --- */
.jpr-ms-tagbox {
  min-height: 52px;                       /* matches your input height */
  display: flex; flex-wrap: wrap; gap: .5rem;
  align-items: center; padding-top: .5rem; padding-bottom: .5rem;
}
.jpr-ms-tagbox:focus-within {
  border-color: #b9b9ff !important; box-shadow: 0 0 0 .25rem rgba(104,97,200,.15);
}

/* chip */
.jpr-ms-chip {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .25rem .5rem; border-radius: 999px; font-size: .95rem;
  background: #e9ecef; color: #212529; border: 1px solid #dee2e6;
}
.jpr-ms-chip button {
  border: 0; background: transparent; line-height: 1; padding: 0 .1rem; cursor: pointer;
}

/* inline input */
.jpr-ms-input { border: 0; outline: 0; flex: 1 0 180px; min-width: 120px; }
.jpr-ms-input::placeholder { color: #adb5bd; }

/* dropdown for options */
.jpr-ms-menu {
  position: absolute; z-index: 1051; /* above content, below modal */
  display: none; max-height: 260px; overflow: auto;
}
.jpr-ms-menu.show { display: block; }
.jpr-ms-item { padding: .5rem .75rem; cursor: pointer; }
.jpr-ms-item:hover { background: #f1f3f5; }

/* Hide the original select so only the styled tagbox is visible */
/* Hide the real source selects used by the tagbox UI */
.jpr-ms-tagbox + select,
.jpr-ms-tagbox ~ select.form-select,
select#jprSkills,
select#jprLanguages,
select[data-ms-source] {
  display: none !important;
}

/* Tagbox dropdown palette */
.jpr-ms-menu.dropdown-menu {
  /* Bootstrap override variables */
  --bs-dropdown-bg: #efefef;
  --bs-dropdown-link-color: #000000;
  --bs-dropdown-link-hover-color: #000000;

  background: #efefef !important;
  color: #000000 !important;
  border-color: #dddddd;
}

.jpr-ms-item.dropdown-item {
  background: transparent;
  color: #000000;
}
.jpr-ms-item.dropdown-item:hover,
.jpr-ms-item.dropdown-item:focus {
  background: #e2e2e2;   /* subtle hover */
  color: #000000;
}

/*07-11-2025 - to fix signin/signup page tab adjustments for mobile divices */
    .signup-header {
      flex-wrap: wrap;
      text-align: center;
    }

    /* Logo Styling */
    .signup-logo {
      max-width: 140px;
      height: auto;
    }

    /* Navigation Tabs (Desktop Default) */
    .signup-tabs {
      display: flex;
      gap: 1.5rem;
    }

    .signup-tab {
      text-decoration: none;
      color: #000;
      font-weight: 500;
      transition: color 0.3s;
    }

    .signup-tab:hover {
      color: #6a4c9c; /* Purple accent */
    }

    .signup-tab.active {
      background-color: #6a4c9c;
      color: #fff !important;
      padding: 6px 14px;
      border-radius: 4px;
    }

    /* ===== MOBILE RESPONSIVE (below 768px) ===== */
    @media (max-width: 768px) {
      .signup-header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
      }

      /* Keep all 3 tabs in the same row */
      .signup-tabs {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.6rem;
        flex-wrap: nowrap;
      }

      .signup-tab {
        font-size: 13px;       /* Smaller text */
        padding: 6px 10px;     /* Compact padding */
        border-radius: 4px;
        white-space: nowrap;   /* Prevent wrapping */
      }

      .signup-tab.active {
        background: #6a4c9c;
        color: #fff !important;
      }
    }
















































