@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Geist+Mono:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat+Alternates: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&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Geist+Mono:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat+Alternates: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&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Monument Extended";
  src:
    url("fonts/MonumentExtended-Regular.woff2") format("woff2"),
    url("fonts/MonumentExtended-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Monument Extended";
  src:
    url("fonts/MonumentExtended-Ultrabold.woff2") format("woff2"),
    url("fonts/MonumentExtended-Ultrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("fonts/Satoshi-Black.woff2") format("woff2"),
    url("fonts/Satoshi-Black.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("fonts/Satoshi-Bold.woff2") format("woff2"),
    url("fonts/Satoshi-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("fonts/Satoshi-BoldItalic.woff2") format("woff2"),
    url("fonts/Satoshi-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("fonts/Satoshi-BlackItalic.woff2") format("woff2"),
    url("fonts/Satoshi-BlackItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("fonts/Satoshi-Regular.woff2") format("woff2"),
    url("fonts/Satoshi-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("fonts/Satoshi-Light.woff2") format("woff2"),
    url("Satoshi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("fonts/Satoshi-LightItalic.woff2") format("woff2"),
    url("fonts/Satoshi-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("fonts/Satoshi-Italic.woff2") format("woff2"),
    url("fonts/Satoshi-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("fonts/Satoshi-Medium.woff2") format("woff2"),
    url("fonts/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("fonts/Satoshi-MediumItalic.woff2") format("woff2"),
    url("fonts/Satoshi-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* =====================================
   VARIABLES & GLOBAL STYLES
   ===================================== */

:root {
  --primary-blue: #1a1f71;
  --primary-dark: #0f172a;
  --secondary-blue: #3b82f6;
  --accent-yellow: #fbbf24;
  --accent-gold: #f59e0b;
  --text-light: #f3f4f6;
  --text-muted: #d1d5db;
  --border-light: #e5e7eb;
  --white: #ffffff;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "satoshi", sans-serif;
  color: #333;
  background-color: #ffffff;
  overflow-x: hidden;
}

h2 {
  font-family: Montserrat Alternates;
  font-size: 24px;
  font-weight: 700;
}
p {
  font-size: 16px !important;
}

body.menu-open {
  overflow: hidden;
}

/* =====================================
   NAVBAR STYLING
   ===================================== */

/* .navbar {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-blue) 100%) !important;
    padding: 1rem 0;
    box-shadow: var(--shadow-lg);
    z-index: 1000;
} */

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar {
  left: 0;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(
    to bottom,
    #1a1e719c 0%,
    /* rgb(26 31 113 / 0%) 35%, */ rgba(26, 30, 113, 0.174) 35%,
    rgba(26, 31, 113, 0) 100%
  );
  padding: 1rem 0;
  box-shadow: none !important;
  border: none !important;
}

.navbar.scrolled {
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-decoration: none;
}

.logo-img {
  height: 45px;
  width: auto;
}

.brand-text {
  color: var(--accent-yellow) !important;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.navbar-nav .nav-link {
  color: var(--text-light) !important;
  font-weight: 500;
  margin: 0 10px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--accent-yellow) !important;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 0;
  height: 2px;
  background-color: var(--accent-yellow);
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 30%;
}
/* Navbar Buttons */
.navbar-buttons {
  display: flex;
  gap: 12px;
  flex-direction: row;
  align-items: center;
}

.navbar-buttons img {
  height: 80px;
}

.navbar-buttons .btn {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 6px;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.logo-dark {
  display: none;
}

.navbar.scrolled .nav-link {
  color: rgba(0, 0, 0, 0.7) !important;
}

/* .navbar.scrolled .nav-link:hover, .navbar-nav .nav-link.active {
    color: #1A1F71 !important;
} */

.navbar.scrolled .logo-dark {
  display: block;
}

.navbar.scrolled .logo-light {
  display: none;
}

.btn-login {
  background-color: #f7b600;
  color: black;
  border: 2px solid var(--text-light);
}

.btn-login:hover {
  background-color: var(--text-light);
  color: var(--primary-dark);
}

.btn-register {
  background-color: #000445;
  color: var(--text-light);
  border: 2px solid var(--primary-dark);
}

.btn-register:hover {
  background-color: #f7b600;
  border-color: var(--text-light);
}

/* =====================================
   OFF-CANVAS MENU
   ===================================== */

.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

.offcanvas-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  max-width: 85vw;
  height: 100vh;
  background: linear-gradient(
    135deg,
    var(--primary-dark) 0%,
    var(--primary-blue) 100%
  );
  /* box-shadow: 2px 0 15px rgba(0, 0, 0, 0.3); */
  z-index: 1001;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
}

.offcanvas-menu.active {
  transform: translateX(0);
}

.offcanvas-header {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offcanvas-header h5 {
  color: var(--accent-yellow);
  font-weight: 700;
  margin: 0;
}

.offcanvas-close {
  background: none;
  border: none;
  color: var(--text-light);
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offcanvas-close:hover {
  color: var(--accent-yellow);
  transform: rotate(90deg);
}

.offcanvas-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 70px);
  overflow-y: auto;
  /* -webkit-overflow-scrolling: touch; */
}

.offcanvas-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.offcanvas-link {
  color: var(--text-light);
  text-decoration: none;
  padding: 15px 15px;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.offcanvas-link:hover {
  color: var(--accent-yellow);
  border-left-color: var(--accent-yellow);
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.05);
}

.offcanvas-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

/* =====================================
   HERO SECTION
   ===================================== */

.hero-section {
  min-height: 100vh;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(
    135deg,
    var(--primary-dark) 0%,
    var(--primary-blue) 50%,
    var(--secondary-blue) 100%
  );
}

.hero-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  z-index: 1;
}

.hero-bg-img-properties {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  z-index: 1;
}

/* .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, var(--primary-dark) 0%, var(--primary-blue) 40%, transparent 100%);
    z-index: 2;
} */

.hero-building {
  position: absolute;
  right: 27%;
  top: 43%;
  transform: translateY(-50%);
  /* font-size: 273px; */
  color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.hero-building img {
  height: 70px;
}

.hero-content {
  position: relative;
  z-index: 3;
  margin-top: -66px;
  padding: 0px 0;
}
.hero-title {
  font-size: 41px;
  font-weight: 800;
  color: var(--white);
  /* line-height: 128%; */
  font-family: Monument Extended;
  margin-bottom: 20px;
  /* letter-spacing: 3%; */
}

.hero-title .highlight {
  color: var(--accent-yellow);
}

.hero-subtitle {
  font-size: 1.1rem;
  color: var(--text-muted);
  font-weight: 400;
}

/* Hero Stats */
.hero-stats {
  /* position: relative; */
  z-index: 3;
  display: flex;
  flex-direction: column;
  margin-left: -130px;
  gap: 14px;
  margin-top: -115px;
  /* padding-right: 40px; */
  align-content: flex-end;
  /* align-items: baseline; */
  flex-wrap: wrap;
}

.stat-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 15px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  width: fit-content;
  transition: all 0.3s ease;
}

.stat-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.stat-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0px !important;
}

.stat-label {
  font-size: 0.95rem;
  color: var(--text-light);
  font-weight: 500;
}

.hero-stats .stat-card:nth-child(1) {
  margin-left: -100px;
}

.hero-stats .stat-card:nth-child(2) {
  margin-left: 0;
}

.hero-stats .stat-card:nth-child(3) {
  margin-left: 100px;
}

/* =====================================
   SEARCH SECTION
   ===================================== */

.search-section {
  /* background: var(--white);
    padding: 40px 0; */
  position: relative;
  top: -100px;
  margin-bottom: -40px;
  z-index: 3;
  /* box-shadow: var(--shadow-lg); */
  border-radius: 12px 12px 0 0;
}

.search-wrapper {
  background: var(--white);
  padding: 30px 40px 30px 40px;
  border-radius: 0 12px 12px 12px;
  box-shadow: var(--shadow-md);
}

/* Search Tabs */
.search-tabs {
  display: flex;
  gap: 0px;
  /* margin-bottom: 30px;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 20px; */
  flex-wrap: wrap;
}

.tab-btn {
  background: #e6e8ff;
  border: none;
  color: #3b3c51;
  font-weight: 500;
  padding: 10px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  font-size: 16px;
}

.tab-btn i {
  margin-right: 8px;
}

.tab-btn.active,
.tab-btn:hover {
  /* color: var(--primary-blue); */
  background-color: #e5e5e5;
  /* border-bottom-color: var(--primary-blue); */
}

.search-tabs .tab-btn:first-child {
  border-top-left-radius: 10px;
}

.search-tabs .tab-btn:last-child {
  border-top-right-radius: 10px;
}

/* Search Form */
.search-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
  align-items: end;
}

.form-group {
  display: flex;
  flex-direction: row;
}

.form-group.search-input {
  grid-column: span 2;
}

.form-control {
  padding: 12px 15px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  font-size: 0.95rem;

  transition: all 0.3s ease;
  background-color: #f9fafb;
}

.form-control:focus {
  border-color: var(--secondary-blue);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background-color: var(--white);
}

.form-control::placeholder {
  color: #999;
}

/* Search Buttons */
.btn-near-me,
.btn-search-now {
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;

  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-near-me {
  background-color: var(--white);
  color: var(--primary-blue);
  width: fit-content;
  /* border: 2px solid var(--primary-blue); */
}

.btn-near-me:hover {
  background-color: var(--primary-blue);
  color: var(--white);
}

.btn-search-now {
  background-color: var(--accent-yellow);
  color: black;
  border: 2px solid var(--accent-yellow);
  grid-column: span 1;
}

.btn-search-now:hover {
  background-color: var(--accent-gold);
  border-color: var(--accent-gold);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* =====================================
   RESPONSIVE & ANIMATIONS
   ===================================== */

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-stats {
    padding-right: 0;
    margin-top: 40px;
  }

  .search-form {
    grid-template-columns: 1fr;
  }

  .form-group.search-input {
    grid-column: span 1;
  }

  .navbar-buttons {
    margin-top: 20px;
    width: 100%;
    justify-content: flex-start;
  }

  .navbar-buttons .btn {
    flex: 1;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-section {
    min-height: 80vh;
  }

  .search-tabs {
    flex-direction: column;
  }

  .tab-btn {
    width: 100%;
    text-align: left;
  }
}

/* Mobile First Responsive Improvements */
/* @media (max-width: 1920px) {
  .container-lg {
    max-width: 1200px;
  }
  
  .container {
    max-width: 1140px;
  }
} */

@media (max-width: 1400px) {
  body {
    font-size: 15px;
  }

  .container-lg {
    max-width: 1100px;
  }

  h1,
  .h1 {
    font-size: 2rem;
  }

  h2,
  .h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 1199px) {
  .container-lg {
    max-width: 960px;
  }

  h1,
  .h1 {
    font-size: 1.75rem;
  }

  h2,
  .h2 {
    font-size: 1.5rem;
  }

  h3,
  .h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .container-lg {
    max-width: 720px;
    margin: 0 auto;
  }

  h1,
  .h1 {
    font-size: 1.5rem;
  }

  h2,
  .h2 {
    font-size: 1.3rem;
  }

  h3,
  .h3 {
    font-size: 1.1rem;
  }

  p {
    font-size: 14px !important;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
  }

  .container-lg {
    max-width: 540px;
  }

  .container-md {
    max-width: 540px;
  }

  h1,
  .h1 {
    font-size: 1.3rem;
  }

  h2,
  .h2 {
    font-size: 1.1rem;
  }

  h3,
  .h3 {
    font-size: 1rem;
  }

  p {
    font-size: 13px !important;
  }

  .section-padding {
    padding: 30px 0 !important;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 12px;
  }

  .container-lg,
  .container-md,
  .container,
  .container-sm {
    max-width: 100%;
    padding: 0 12px;
  }

  h1,
  .h1 {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  h2,
  .h2 {
    font-size: 1rem;
    line-height: 1.3;
  }

  h3,
  .h3 {
    font-size: 0.95rem;
  }

  h4,
  .h4 {
    font-size: 0.9rem;
  }

  h5,
  .h5 {
    font-size: 0.85rem;
  }

  h6,
  .h6 {
    font-size: 0.8rem;
  }

  p {
    font-size: 12px !important;
    line-height: 1.5;
  }

  /* Utility Spacing Classes */
  .section-padding {
    padding: 20px 0 !important;
  }

  .section-margin {
    margin-bottom: 20px !important;
  }

  .row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
  }

  .mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-3 {
    margin-bottom: 1rem !important;
  }
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-5 {
    margin-bottom: 3rem !important;
  }

  .mt-1 {
    margin-top: 0.25rem !important;
  }
  .mt-2 {
    margin-top: 0.5rem !important;
  }
  .mt-3 {
    margin-top: 1rem !important;
  }
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  .mt-5 {
    margin-top: 3rem !important;
  }

  .px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* Hide elements on mobile if needed */
  .hide-mobile {
    display: none !important;
  }

  /* Show mobile elements */
  .show-mobile {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .container-lg,
  .container-md,
  .container,
  .container-sm {
    padding: 0 10px;
  }

  h1,
  .h1 {
    font-size: 1rem;
  }

  h2,
  .h2 {
    font-size: 0.95rem;
  }

  p {
    font-size: 11px !important;
  }
}

.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: space-between;
}

/* =====================================
   UTILITY CLASSES
   ===================================== */

/* .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
} */

.highlight {
  background: linear-gradient(135deg, var(--accent-yellow), var(--accent-gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Smooth transitions */
* {
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
}

/* Focus styles for accessibility */
button:focus,
input:focus,
select:focus {
  outline: none;
}

/* =====================================
   FOOTER SECTION
   ===================================== */

.footer-section {
  background: #000114;
  color: var(--text-light);
  padding: 60px 0 20px 0;
  /* margin-top: 30px; */
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
  width: 100%;
}

/* Footer Logo */
.footer-logo-container {
  text-align: center;
  margin-bottom: 50px;
}

.footer-logo {
  height: 60px;
  width: auto;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.footer-logo:hover {
  opacity: 1;
}

/* Footer Grid */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-title {
  font-size: 20px;
  font-weight: 400;
  font-family: Montserrat Alternates;
  color: rgba(255, 255, 255, 0.34);

  margin-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.footer-subtitle {
  font-size: 20px;
  font-weight: 400;
  font-family: Montserrat Alternates;
  color: rgba(255, 255, 255, 0.34);

  margin-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.footer-text {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 0;
}

.footer-email {
  font-size: 0.95rem;
  color: var(--text-light);
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 20px;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links li {
  margin: 0;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 16px;
  /* line-height: 43px; */
  font-family: Satoshi;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: var(--accent-yellow);
  transform: translateX(5px);
}

/* Properties Grid in Footer */
.properties-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.property-column .footer-links {
  gap: 10px;
}

/* Social Links */
.social-links {
  display: flex;
  gap: 5px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.social-icon:hover {
  border-color: var(--accent-yellow);
  color: var(--accent-yellow);
  background-color: rgba(251, 191, 36, 0.1);
  transform: translateY(-3px);
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
  font-size: 0.9rem;
}

.footer-bottom p {
  margin: 0;
  line-height: 1.6;
}

.sm-w {
  width: 200px;
}

.hero-row {
  margin-top: -100px;
}

.select-wrap {
  position: relative;
}

.select-wrap select {
  padding-right: 45px;
  appearance: none;
}

.select-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
  font-size: 14px;
}

.search-form .form-group {
  position: relative;
}
.search-form select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 45px; /* space for icon */
}

.location-select {
  position: relative;
  width: 100%;
}

/* select base */
.location-select select.form-control {
  height: 52px;
  border-radius: 10px;
  padding-left: 44px; /* icon space */
  padding-right: 42px; /* arrow space */
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* left location icon */
.location-select .location-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #555;
  pointer-events: none;
}

/* right dropdown arrow */
.location-select .select-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #666;
  pointer-events: none;
}

/* ===============================
   SEARCH WRAPPER
================================ */
.search-wrapper {
  background: #ffffff;
  padding: 30px 40px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 8px 8px 8px;
}

/* ===============================
   SEARCH FORM LAYOUT
================================ */
.search-form {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

/* ===============================
   FORM GROUP
================================ */
.search-form .form-group {
  position: relative;
}

/* ===============================
   INPUTS & SELECTS (COMMON)
================================ */
.search-form .form-control {
  height: 54px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  font-size: 16px;
  padding: 0 44px 0 16px;
  background-color: #ffffff;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.search-form .form-control::placeholder {
  color: #9ca3af;
}

/* ===============================
   DROPDOWN ARROW ICON
================================ */
.search-form .select-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #6b7280;
  pointer-events: none;
}

/* ===============================
   LOCATION SELECT (LEFT ICON)
================================ */
.location-select .location-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #6b7280;
  pointer-events: none;
}

.location-select select {
  padding-left: 44px;
  padding-right: 44px;
}

/* ===============================
   WIDTH CONTROL (MATCH IMAGE)
================================ */
.search-form .sm-w {
  width: 200px;
}

.search-form .search-input {
  width: 280px;
}

.search-form .location-select {
  width: 220px;
}

/* ===============================
   NEAR ME BUTTON
================================ */
.btn-near-me {
  height: 54px;
  padding: 0 22px;
  border-radius: 12px;
  /* border: 1px solid #e5e7eb; */
  background: #ffffff;
  color: #1f2937;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

/* ===============================
   SEARCH NOW BUTTON (CTA)
================================ */
.btn-search-now {
  height: 54px;
  padding: 0 28px;
  border-radius: 12px;
  background: #fbbf24;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.btn-search-now i {
  font-size: 16px;
}

/* ===============================
   FOCUS STATES (POLISHED)
================================ */
.search-form .form-control:focus {
  /* border-color: #2563eb; */
  /* box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.15); */
  outline: none;
}

/* ==============================
   HOME FEATURE LISTINGS
============================== */
.home-feature-listings {
  padding: 0 0px 30px;
  /* background: #ffffff; */
}

/* Header */
.home-feature-listings .hfl-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.home-feature-listings .hfl-subtitle {
  color: #6b7280;
  font-size: 16px;
}

.home-feature-listings .hfl-view-all {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 30px;
  background: #eef2ff;
  color: #4f46e5;
  font-weight: 500;
  font-family: satoshi;
  text-decoration: none;
}

/* Card */
.home-feature-listings .hfl-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease;

  /* box-shadow: 2px 2px 57.7px 10px #0000001A; */
}

/* .home-feature-listings .hfl-card:hover {
  transform: translateY(-6px);
} */

/* Image */
.home-feature-listings .hfl-img-wrap {
  position: relative;
  height: 220px;
}

.home-feature-listings .hfl-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Featured badge */
.home-feature-listings .hfl-featured {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #fff7ed;
  color: #f97316;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 20px;
}

/* Like icon */
.home-feature-listings .hfl-like {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* Content */
.home-feature-listings .hfl-content {
  padding: 20px;
}

.home-feature-listings .hfl-price {
  font-size: 24px;
  font-weight: 700;
  font-family: Satoshi;
  margin-bottom: 4px;
}

.home-feature-listings .hfl-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Tags */
.home-feature-listings .hfl-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.home-feature-listings .tag {
  font-size: 12px;
  /* font-weight: 700; */
  padding: 4px 10px;
  text-transform: uppercase;
  border-radius: 6px;
}

.home-feature-listings .tag.yellow {
  background: #fff2cd;
  color: #f7b600;
}
.home-feature-listings .tag.pink {
  background: #f5cdff;
  color: #f700f7;
}

.home-feature-listings .tag.blue {
  background: #d2d5ff;
  color: #4a55ff;
}

.home-feature-listings .tag.navy {
  background: #ded8ff;
  color: #2308aa;
}

.home-feature-listings .tag.sky {
  background: #cdebff;
  color: #0080f7;
}

.home-feature-listings .tag.green {
  background: #d6ffe4;
  color: #08aa3f;
}

.home-feature-listings .tag.orange {
  background: #ffe9db;
  color: #ff6600;
}

/* .home-feature-listings .tag.gray {
  background: #f3f4f6;
  color: #6b7280;
} */

/* Location */
.home-feature-listings .hfl-location {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
}

/* ==============================
   FEATURED BADGE (ICON)
============================== */
.home-feature-listings .hfl-featured {
  position: absolute;
  top: -1px;
  left: 20px;
  background: #fff7ed;
  color: #f97316;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 0 0 7px 7px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.home-feature-listings .hfl-featured i {
  font-size: 12px;
}

/* ==============================
   FAVOURITE BUTTON - Feature Listings
============================== */
.home-feature-listings .hfl-fav-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.home-feature-listings .hfl-fav-btn i {
  font-size: 18px;
  color: #111827;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

/* Hover state */
.home-feature-listings .hfl-fav-btn:hover {
  transform: scale(1.05);
}

/* Active (liked) state */
.home-feature-listings .hfl-fav-btn.active {
  background: #ffffff;
}

.home-feature-listings .hfl-fav-btn.active i {
  color: #f7b600;
}

/* ==============================
   FAVOURITE BUTTON - Products/Services
============================== */
.home-products-fav {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.home-products-fav i {
  font-size: 18px;
  color: #111827;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

/* Hover state */
.home-products-fav:hover {
  transform: scale(1.05);
}

/* Active (liked) state */
.home-products-fav.active {
  background: #fee2e2;
}

.home-products-fav.active i {
  color: #ef4444;
}

.home-project-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Background */
.home-project-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.home-project-bg-img {
  width: 100%;
  height: 50%;
  object-fit: cover;
}

.home-project-bg-white {
  width: 100%;
  height: 50%;
  background: #ffffff;
}

/* Content */
.home-project-container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 40px 60px;
}

/* Header */
.home-project-header {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.home-project-header img {
  height: 45px;
}

/* Swiper */
.home-project-swiper {
  height: 100%;
}

/* Slide content */
.home-project-info {
  position: absolute;
  right: 80px;
  bottom: 120px;
  background: #fff;
  padding: 24px 28px;
  border-radius: 18px;
  width: 340px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Badge */
.home-project-badge {
  display: inline-flex;
  gap: 6px;
  background: #eef2ff;
  color: #4f46e5;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 13px;
}

/* Text */
.home-project-price {
  font-size: 26px;
  font-weight: 800;
  margin: 12px 0 4px;
}

.home-project-title {
  font-size: 18px;
  font-weight: 700;
}

.home-project-tags {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.home-project-tags span {
  font-size: 12px;
  background: #f3f4f6;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 700;
}

.home-project-location {
  font-size: 14px;
  color: #6b7280;
}

/* Index */
.home-project-index {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-project-index span {
  cursor: pointer;
  color: #9ca3af;
  font-size: 16px;
}

.home-project-index span.active {
  color: #ffffff;
  font-weight: 800;
}

/* ===============================
       HOME PROJECT SECTION
    ================================ */
.home-project-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* BOTTOM WHITE AREA */
.home-project-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45%;
  /* background: #ffffff; */
  z-index: 1;
}

/* CONTENT CONTAINER */
.home-project-container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 80px 0px;
}

/* HEADER */
.home-project-header {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.home-project-header h3 {
  margin: 0;
  font-size: 22px;
}

.home-project-header p {
  margin: 0;
  font-size: 14px;
  opacity: 0.8;
}

/* SWIPER */
.home-project-swiper {
  height: 100%;
}

.home-project-slide {
  position: relative;
  height: 100%;
}

/* IMAGE CARD (FOREGROUND) */
.home-project-image-card {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  min-height: 475px;
  border-radius: 12px;
  height: 90%;
  border-radius: 26px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.35);
  /* background: #000; */
}

.home-project-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* INFO CARD */
.home-project-info {
  position: absolute;
  right: 100px;
  bottom: 40px;
  width: 340px;
  background: #ffffff;
  padding: 24px 28px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.home-project-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e9e5ff;
  color: #2f00ff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}

.home-project-badge img {
  height: 16px;
  object-fit: contain;
}
.home-project-info h4 {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  font-family: satoshi;
  margin: 12px 0 4px;
}

.home-project-info h3 {
  font-size: 20px;
  color: #3a3a3a;
  font-weight: 500;
  margin: 0 0 10px;
}

.home-project-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.home-project-tags span {
  background: #fff2cd;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  color: #f7b600;
}

.home-project-info p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

/* RIGHT INDEX */
.home-project-index {
  position: absolute;
  right: 10px;
  top: 30%;
  /* transform: translateY(-50%); */
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.home-project-index span {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.home-project-index span.active {
  color: #ffffff;
  font-weight: 800;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .home-project-image-card {
    width: 90%;
    height: 45%;
  }

  .home-project-info {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 20px auto 0;
  }

  .home-project-index {
    display: none;
  }
}

.home-project-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 55%;
  overflow: hidden;
  z-index: 1;
}

.home-project-top-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Optional dark overlay for readability */
/* .home-project-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 31, 63, 0.75);
} */

.home-products-section,
.home-services-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

/* Background split */
.home-products-bg,
.home-services-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.home-products-bg-img,
.home-services-bg-img {
  width: 100%;
  height: 60%;
  background-color: #cd9700;
  object-fit: cover;
}

.home-products-bg-img {
  width: 100%;
  height: 60%;
  background: #cd9700;
  object-fit: cover;
}

.home-products-bg-white {
  width: 100%;
  height: 40%;
  /* background: #ffffff; */
}

/* Container */
.home-products-container {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  padding-right: 0;
}

/* Header */
.home-products-header h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 8px;
}

.home-products-header p {
  color: #f1f1f1;
}

/* Tabs */
.home-products-tabs {
  display: flex;
  gap: 22px;
  margin: 40px 0;
}

.home-products-tabs button {
  background: transparent;
  border: none;
  text-align: center;
  cursor: pointer;
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
}

.home-products-tabs button.active {
  background: transparent;
  border: none;
  text-align: center;
  cursor: pointer;
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
}

.home-products-tabs button.active img {
  border: 3px solid #5d4500;
}

.home-products-tabs img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #ffda76;
}

.home-products-tabs button.active span {
  font-weight: 700;
}

.home-products-tabs.active {
  border: 3px solid #5d4500;
}

/* Slider */
.home-products-swiper {
  padding-bottom: 50px;
  /* overflow: visible !important; */
}

.home-products-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.home-products-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.home-products-card-body {
  padding: 20px;
}

.home-products-card-body h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: satoshi;
  margin-bottom: 6px;
}

.home-products-card-body .rating {
  color: #16a34a;
  font-weight: 600;
}

.home-products-card-body a {
  display: inline-block;
  margin-top: 12px;
  color: #4f46e5;
  font-size: 12px;
  text-transform: uppercase;
  /* font-weight: 600; */
  background-color: #e6e8ff;
  border-radius: 33px;
  padding: 7px 15px;
  text-decoration: none;
}

.home-products-card p {
  margin-bottom: 0;
}

/* Pagination dots */
.home-products-section .swiper-pagination-bullet {
  background: #d1d5db;
  opacity: 1;
}

.home-products-section .swiper-pagination-bullet-active {
  background: #f59e0b;
}

.home-products-card {
  position: relative;
}

.home-products-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.home-products-fav i {
  color: #333;
  font-size: 18px;
  transition: 0.2s ease;
}

/* ACTIVE STATE */
.home-products-fav.active i {
  color: #e11d48; /* red heart */
  font-weight: 900;
}

.home-products-pagination {
  margin-top: 30px;
  text-align: center;
}

.home-products-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffe59a;
  opacity: 1;
}

.home-products-pagination .swiper-pagination-bullet-active {
  background: #cd9700; /* golden */
}

.home-cta-section {
  padding: 0px 0 80px;
  /* background: #ffffff; */
}

/* LEFT CONTENT */
.home-cta-content h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #000;
}

.home-cta-section img {
  max-width: 100%;
}

.home-cta-content p {
  font-size: 20px;
  color: #3a3a3a;
  margin-bottom: 30px;
  max-width: 500px;
}

/* LIST */
.home-cta-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-cta-list li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 16px;
  color: #2a2b36;
}

.home-cta-list strong {
  color: #2f39c5;
}

.home-cta-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-cta-list li {
  position: relative;
  padding-left: 40px; /* space for icon */
  margin-bottom: 14px;
}

/* IMAGE ICON */
.home-cta-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 25px;
  height: 25px;
  background: url("/final/DMK Bazar/images/cta-1icon.png") no-repeat center /
    contain;
}

/* highlight numbers */
.home-cta-list li strong {
  font-weight: 700;
  margin-right: 6px;
}

/* IMAGE */

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 991px) {
  .home-cta-section {
    padding: 60px 20px;
  }

  .home-cta-content h2 {
    font-size: 32px;
  }

  .home-cta-image-wrapper {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .home-cta-content h2 {
    font-size: 26px;
  }

  .home-cta-list li {
    font-size: 16px;
  }
}

.home-cta-circle-wrap {
  position: relative;
  width: 560px;
  height: 560px;
}

.product-bg {
  position: relative;
  height: 700px;
}
.product-bg::before {
  content: "";
  background: #cd9700;
  opacity: 94%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
}

.services-bg {
  position: relative;
  height: 700px;
}

.services-bg::before {
  content: "";
  background: #1a1f71;
  opacity: 94%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
}

.home-services-section .home-products-tabs button.active img {
  border: 3px solid #ffffff;
}

.home-services-section .home-products-tabs img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #a1a6ff;
}
/* ===============================
   HOME CTA SECTION 2
================================ */

.home-cta-section2 {
  padding: 10px 111px;
  /* background: #ffffff; */
}

/* MAIN CARD */
.home-cta-section2__container {
  background: url("/images/cta2-bg.png") center / cover no-repeat;
  position: relative;
  border-radius: 40px;
}

.home-cta-section2__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 17, 31, 0.95);
  border-radius: 40px;
  z-index: 1;
}

.home-cta-section2__container > * {
  position: relative;
  z-index: 2;
}

/* subtle inner glow like original */
.home-cta-section2__container::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  box-shadow: inset 0 0 120px rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

/* ROW */
.home-cta-section2__row {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 60px;
  min-height: 20px;
}

/* ===============================
   LEFT IMAGE
================================ */

.home-cta-section2__image-col {
  flex: 1;
  position: relative;
}

.home-cta-section2__person-wrap {
  position: relative;
  max-width: 420px;
  transform: translateY(-40px); /* key for premium overlap */
}

.home-cta-section2__person {
  width: 100%;
  display: block;
}

/* OPTIONAL MOBILE SCREEN (if enabled later) */
.home-cta-section2__mobile {
  position: absolute;
  left: -220px;
  bottom: 20px;
  width: 180px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

/* ===============================
   RIGHT CONTENT
================================ */

.home-cta-section2__content-col {
  flex: 1;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-cta-section2__title {
  font-size: 30px;
  font-weight: 500;
  font-family: Monument Extended;
  margin-bottom: 5px;
  line-height: 1.2;
}

/* LIST */
.home-cta-section2__list {
  list-style: none;
  padding: 0;
  margin: 15px 0 15px;
}

.home-cta-section2__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.home-cta-section2__list li {
  position: relative;
  padding-left: 26px; /* space for icon */
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #fff;
}

/* IMAGE CHECK ICON */
.home-cta-section2__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url("../images/cta2-icon.png") no-repeat center / contain;
}

/* images\cta2-icon.png
D:\xampp\htdocs\final\dmk-bazar\images\cta2-icon.png */

.home-cta-section2__list i {
  color: #ffcc00;
  font-size: 18px;
  margin-top: 4px;
}

/* ===============================
   STORE BUTTONS
================================ */

.home-cta-section2__store-buttons {
  display: flex;
  gap: 18px;
}

.home-cta-section2__store-buttons img {
  height: 52px;
  transition: transform 0.3s ease;
}

.home-cta-section2__store-buttons img:hover {
  transform: translateY(-4px);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .home-cta-section2__row {
    flex-direction: column;
    text-align: center;
    padding: 40px 25px;
  }

  .home-cta-section2__person-wrap {
    transform: translateY(0);
    margin: auto;
  }

  .home-cta-section2__content-col {
    align-items: center;
  }

  .home-cta-section2__store-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .home-cta-section2__title {
    font-size: 30px;
  }

  .home-cta-section2__store-buttons img {
    height: 46px;
  }
}

.home-cta-section2__image-col {
  flex: 1;
  position: relative;
  height: 100%;
}

/* wrapper becomes positioning context */
.home-cta-section2__person-wrap {
  position: relative;
  height: 100%;
}

/* PERSON IMAGE – ABSOLUTE (CRITICAL) */
.home-cta-section2__person {
  position: absolute;
  bottom: -203px;
  left: 0;
  width: 400px;
  max-width: 100%;
  height: auto;
}

/* .home-articlas-section {
  padding: 40px 20px;
 
} */

.home-articlas-section__container {
  max-width: 1300px;
  margin: auto;
}

/* HEADER */
.home-articlas-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.home-articlas-section__header h2 {
  font-size: 32px;
  font-weight: 700;
}

.home-articlas-section__view-all {
  background: #e6e8ff;
  color: #4a55ff;
  padding: 10px 18px;
  border-radius: 33px;
  font-size: 16px;
  font-family: satoshi;
  text-decoration: none;
  font-weight: 500;
}

/* SLIDER */
.home-articlas-section__slider {
  padding-bottom: 50px;
}

/* CARD */
.home-articlas-section__card {
  background: #ffffff;
  border-radius: 10px !important;
  /* overflow: visible !important; */
  /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); */
  transition: transform 0.3s ease;
  box-shadow: 2px 2px 57.7px 10px rgba(0, 0, 0, 0.1);
}

.home-articlas-section__card:hover {
  transform: translateY(-6px);
}

.home-articlas-section__card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.home-articlas-section__card-body {
  padding: 20px;
}

.home-articlas-section__card-body h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: satoshi;
  margin-bottom: 12px;
  line-height: 1.4;
  color: #000000;
}

.home-articlas-section__card-body span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: satoshi;
  font-size: 14px;
  font-weight: 600;
  color: #1a1f71;
}

/* PAGINATION */
.home-articlas-section__pagination {
  /* margin-top: 30px !important; */
  display: flex !important;
  justify-content: center !important;
  bottom: auto !important;
  position: static !important;
  transform: none !important;
}

.home-services-section .swiper-pagination-bullet {
  background: #c7ccff;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 6px;
}

.home-services-section .swiper-pagination-bullet-active {
  background: #1a1f71;
}

.home-articlas-section__pagination .swiper-pagination-bullet {
  background: #c7ccff;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 6px;
}

.home-articlas-section__pagination .swiper-pagination-bullet-active {
  background: #1a1f71;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .home-articlas-section__header {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
.home-articlas-section__slider {
  position: relative;
  padding-bottom: 0px; /* no space needed since pagination is below */
}

/* ===============================
   HOME CTA SECTION 3
================================ */

.home-cta-section3 {
  padding: 40px 0px;
  /* background: #ffffff; */
}

.home-cta-section3__container {
  max-width: 1300px;
  margin: auto;
  position: relative;
  border-radius: 40px;
  overflow: hidden;

  /* main gradient */
  background: linear-gradient(135deg, #1a1f71 0%, #2a2fd8 60%, #3b44f6 100%);
}

/* soft color overlay */
.home-cta-section3__container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.15)
  );
  z-index: 1;
}

/* BACKGROUND LOGO */
.home-cta-section3__bg-logo {
  position: absolute;
  bottom: -73px;
  right: -33px;
  width: auto;
  width: 300px;
  height: 350px;
  background: url("/images/logo.png") no-repeat center / contain;
  opacity: 0.3;
  transform: rotate(-43deg);
  z-index: 0;
}

/* CONTENT */
.home-cta-section3__content {
  position: relative;
  z-index: 2;
  min-height: 280px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  padding: 60px 20px;
}

.home-cta-section3__title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  font-family: Monument Extended;
  line-height: 1.25;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

/* ACTIONS */
.home-cta-section3__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* BUTTON */
.home-cta-section3__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 14px 28px;
  background: #4d52ae;
  color: #ffffff;
  text-decoration: none;
  border-radius: 16px;
  font-weight: 500;
  backdrop-filter: blur(6px);
  font-family: satoshi;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.home-cta-section3__btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

/* PHONE */
.home-cta-section3__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: underline;
  font-family: "Satoshi";
  /* text-decoration: none; */
  font-weight: 500;
}
.home-cta-section3__phone i {
  font-size: 16px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .home-cta-section3__title {
    font-size: 34px;
  }

  .home-cta-section3__actions {
    flex-direction: column;
    gap: 16px;
  }

  .home-cta-section3__bg-logo {
    width: 380px;
    height: 380px;
    bottom: -140px;
    right: -140px;
  }
}

@media (max-width: 576px) {
  .home-cta-section3__title {
    font-size: 26px;
  }

  .home-cta-section3__content {
    padding: 50px 15px;
  }
}

p,
li,
span {
  font-family: satoshi !important;
}

/* =================
   BACK TO TOP BUTTON
   ================= */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(
    135deg,
    var(--primary-dark) 0%,
    var(--primary-blue) 100%
  );
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

/* =================
   PRELOADER STYLES
   ================= */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--primary-dark) 0%,
    var(--primary-blue) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loader {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* =================
   HIDDEN SLIDES
   ================= */
.hidden-slide {
  display: none !important;
}

/* =================
   RESPONSIVE BACK TO TOP
   ================= */
@media (max-width: 768px) {
  .back-to-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
  }
}

.search-form .search-input-properties {
  width: 560px;
}

.hfl-swiper {
  width: 100%;
  overflow: hidden;
}

.hfl-swiper .swiper-slide {
  height: auto;
}

.Properties-categories-section {
  padding: 0px 0 60px;
  background: #fff;
}

.Properties-categories-title {
  font-size: 24px;
  font-weight: 700;
}

.Properties-categories-subtitle {
  color: #777;
  margin-top: 6px;
}

.Properties-categories-viewall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #eef0ff;
  border-radius: 30px;
  color: #4a5cff;
  font-weight: 500;
  font-family: satoshi;
  text-decoration: none;
}

/* Swiper */
.Properties-categories-swiper {
  overflow: hidden;
}

/* Card */
.Properties-categories-card {
  position: relative;
  display: block;
  height: 420px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
}

.Properties-categories-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Dark overlay */
.Properties-categories-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.1));
}

/* Hover zoom */
.Properties-categories-card:hover img {
  transform: scale(1.08);
}

/* Category name */
.Properties-categories-name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  font-family: satoshi;
  color: #fffcf5;
  font-size: 24px;
  font-weight: 700;
}

/* Tag */
.Properties-categories-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
}

.Properties-nearby-cities-section {
  padding: 0px 0 60px;
  background: #fff;
}

.Properties-nearby-cities-title {
  font-size: 24px;
  font-weight: 700;
}

.Properties-nearby-cities-subtitle {
  color: #777;
  margin-top: 6px;
}

.Properties-nearby-cities-viewall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #eef0ff;
  border-radius: 30px;
  color: #4a5cff;
  font-weight: 500;
  text-decoration: none;
}

/* Swiper */
.Properties-nearby-cities-swiper {
  overflow: hidden;
}

/* Card */
.Properties-nearby-cities-card {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #111;
}

.Properties-nearby-cities-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.6s ease;
}

/* .Properties-nearby-cities-card:hover img {
  transform: scale(1.06);
} */

/* City name */
.Properties-nearby-cities-name {
  margin: 14px 0 4px;
  font-size: 22px;
  color: #1c1c1c;
}

/* Property count */
.Properties-nearby-cities-count {
  font-size: 15px;
  font-weight: 600;
  color: #1a1f71;
}

.Properties-rent-section {
  padding: 0px 0 60px;
  background: #fff;
}

.Properties-rent-title {
  font-size: 24px;
  font-weight: 700;
}

.Properties-rent-subtitle {
  color: #777;
  margin-top: 6px;
}

.Properties-rent-viewall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #eef0ff;
  border-radius: 30px;
  color: #4a5cff;
  font-weight: 500;
  font-family: satoshi;
  text-decoration: none;
}

/* Swiper */
.Properties-rent-swiper {
  overflow: hidden;
}

/* Card */
.Properties-rent-card {
  display: block;
  text-decoration: none;
  color: #111;
}

/* Image */
.Properties-rent-img {
  position: relative;
}

.Properties-rent-img img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 15px;
}

/* Favourite icon */
.Properties-rent-fav {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}

/* Content */
.Properties-rent-content {
  padding-top: 14px;
}

.Properties-rent-price {
  font-size: 24px;
  font-weight: 700;
  font-family: satoshi;
  margin-bottom: 4px;
}

.Properties-rent-name {
  font-size: 20px;
  font-family: satoshi;
  color: #3a3a3a;
  margin-bottom: 4px;
}

.Properties-rent-location {
  font-size: 15px;
  color: #3e3e3e;
}

.Properties-sale-section {
  padding: 0 0 60px 0;
  background: #fff;
}

.Properties-sale-title {
  font-size: 24px;
  font-weight: 700;
}

.Properties-sale-subtitle {
  color: #777;
  margin-top: 6px;
}

.Properties-sale-viewall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #eef0ff;
  border-radius: 30px;
  color: #4a5cff;
  font-weight: 500;
  text-decoration: none;
}

/* Swiper */
.Properties-sale-swiper {
  overflow: hidden;
}

/* Card */
.Properties-sale-card {
  display: block;
  text-decoration: none;
  color: #111;
}

/* Image */
.Properties-sale-img {
  position: relative;
}

.Properties-sale-img img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 15px;
}

/* SALE badge */
.Properties-sale-badge {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: #111;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px 10px 45px;
  border-radius: 20px;
  font-weight: 700;
}

/* .Properties-sale-badge img{
  height: 20px;
} */

/* Favourite */
.Properties-sale-fav {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Content */
.Properties-sale-content {
  padding-top: 14px;
}

.Properties-sale-price {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}

.Properties-sale-name {
  font-size: 18px;
  margin-bottom: 4px;
}

.Properties-sale-location {
  font-size: 14px;
  color: #666;
}
.Properties-mostviewed-section {
  padding: 0 0 60px 0;
  background: #fff;
}

.Properties-mostviewed-title {
  font-size: 24px;
  font-weight: 700;
}

.Properties-mostviewed-subtitle {
  color: #777;
  margin-top: 6px;
}

.Properties-mostviewed-viewall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #eef0ff;
  border-radius: 30px;
  color: #4a5cff;
  font-weight: 500;
  text-decoration: none;
}

/* Swiper */
.Properties-mostviewed-swiper {
  overflow: hidden;
}

/* Card */
.Properties-mostviewed-card {
  display: block;
  background: #fff;
  border-radius: 18px;
  text-decoration: none;
  color: #111;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Image */
.Properties-mostviewed-img {
  position: relative;
}

.Properties-mostviewed-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
}

/* Heart */
.Properties-mostviewed-fav {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Content */
.Properties-mostviewed-content {
  padding: 18px;
}

.Properties-mostviewed-price {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}

.Properties-mostviewed-name {
  font-size: 18px;
  margin-bottom: 10px;
}

.Properties-mostviewed-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.Properties-mostviewed-tag {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
}

.Properties-mostviewed-tag.yellow {
  background: #fff2dc;
  color: #ff8a00;
}

.Properties-mostviewed-tag.blue {
  background: #e6f2ff;
  color: #007bff;
}

.Properties-mostviewed-tag.gray {
  background: #f1f1f1;
  color: #555;
}

.Properties-mostviewed-location {
  font-size: 14px;
  color: #666;
}

.properties-inn {
  padding-bottom: 60px;
}

.properties-inn-search {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 12px;
  margin-top: 60px;
  border: 2px solid #80808070;
  align-items: center;
}

.properties-inn-search select,
.properties-inn-search input {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
  /* width: 100%; */
}

.properties-inn-search input {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
  width: 100%;
}

.properties-inn-search button {
  background: #ffb703;
  border: none;
  border-radius: 10px;
  padding: 10px 18px;
  font-weight: 600;
  white-space: nowrap;
}

.properties-inn-filters {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 20px;
}

.properties-inn-filters-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.properties-inn-filters-header a {
  font-size: 13px;
  color: #4a5cff;
  text-decoration: none;
}

.properties-inn-filters h6 {
  font-weight: 600;
  margin: 18px 0 10px;
}

.properties-inn-filters label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: satoshi;
  font-size: 14px;
  margin-bottom: 8px;
}

.properties-inn-filters input[type="checkbox"] {
  accent-color: #4a5cff;
}

.properties-inn-card {
  display: flex;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e6e9ff;
  margin-bottom: 22px;
}

/* SOLD */
.properties-inn-card.sold {
  opacity: 0.55;
  pointer-events: none;
}

/* IMAGE */
.properties-inn-img {
  width: 42%;
  position: relative;
}

.properties-inn-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Swiper pagination dots */
.properties-inn-img .swiper-pagination-bullets {
  bottom: 10px;
}

/* SOLD OVERLAY */
.properties-inn-sold {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  z-index: 5;
}

/* CONTENT */
.properties-inn-content {
  width: 58%;
  padding: 10px 15px 0 20px;
  position: relative;
}

.properties-inn-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}

.properties-inn-featured {
  background: #fff3e6;
  color: #ff7a00;
  padding: 6px 12px;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  /* position: absolute;
  top: 0; */
  font-weight: 500;
  font-family: satoshi;
  margin-top: -30px;
}

.properties-inn-wishlist {
  width: 38px;
  height: 38px;
  background: #f2f3ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.properties-inn-price {
  font-size: 22px;
  font-weight: 700;
}

.properties-inn-title {
  font-size: 18px;
  margin: 6px 0 10px;
}

.properties-inn-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.properties-inn-tag {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
}

.tag-villa {
  background: #fff2dc;
  color: #ff8a00;
}

.tag-house {
  background: #e6f0ff;
  color: #007bff;
}

.tag-apartment {
  background: #ffe4ff;
  color: #b400c9;
}

.properties-inn-location {
  font-size: 14px;
  color: #666;
}

.properties-inn-btn {
  display: inline-block;
  margin-top: 14px;
  background: #eef0ff;
  color: #4a5cff;
  padding: 10px 20px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 992px) {
  .properties-inn-card {
    flex-direction: column;
  }

  .properties-inn-img,
  .properties-inn-content {
    width: 100%;
  }

  .properties-inn-search {
    flex-direction: column;
  }
}

.properties-inn-filters {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 20px;
  /* border: 2px solid lightgrey; */
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

/* Section headings */
.properties-inn-filters h6 {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin: 12px 0 12px;
}

/* First heading spacing fix */
.properties-inn-filters h6:first-child {
  margin-top: 0;
}

/* Dropdowns & inputs */
.properties-inn-filters select,
.properties-inn-filters input[type="text"] {
  width: 48%;
  height: 44px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  color: #333;
  background: #fff;
  margin-bottom: 14px;
}

.properties-inn-filters input[type="text"] {
  width: 100%;
  height: 44px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  color: #333;
  background: #fff;
  margin-bottom: 14px;
}
/* Min / Max in same row */
.properties-inn-filters .filter-row {
  display: flex;
  gap: 10px;
}

.properties-inn-filters .filter-row select {
  margin-bottom: 0;
}

/* Checkbox list */
.properties-inn-filters .filter-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
  cursor: pointer;
}

/* Checkbox styling */
.properties-inn-filters input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  accent-color: #4a5cff;
  cursor: pointer;
}

/* Bedroom list spacing */
.properties-inn-filters .bedroom-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

/* Clear All */
.properties-inn-filters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.properties-inn-filters-header span {
  font-size: 16px;
  font-weight: 500;
  font-family: satoshi;
  color: #222222;
}

.properties-inn-filters-header a {
  font-size: 13px;
  color: #4a5cff;
  text-decoration: none;
}

/* Mobile spacing */
@media (max-width: 768px) {
  .properties-inn-filters {
    margin-bottom: 24px;
  }
}

.properties-inn-breadcrumb {
  position: relative;
  background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1600");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #fff;
}

.properties-inn-breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.properties-inn-breadcrumb .container {
  position: relative;
  z-index: 2;
}

.properties-inn-breadcrumb-content {
  max-width: 700px;
}

.properties-inn-breadcrumb-nav {
  font-size: 14px;
  margin-bottom: 10px;
}

.properties-inn-breadcrumb-nav a {
  color: #ffffffcc;
  text-decoration: none;
}

.properties-inn-breadcrumb-nav span {
  margin: 0 6px;
  color: #ffffffaa;
}

.properties-inn-breadcrumb h1 {
  font-size: 36px;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  .properties-inn-breadcrumb {
    padding: 60px 0;
  }

  .properties-inn-breadcrumb h1 {
    font-size: 28px;
  }
}

.properties-inn .bedroom-columns {
  display: flex;
  gap: 30px;
}

.bedroom-col {
  width: 48%;
}

.properties-inn .bedroom-col label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 8px;
}

.properties-inn-search {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  padding: 14px;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

/* ALL inputs & selects same height */
.properties-inn-search .search-select,
.properties-inn-search .search-input {
  height: 50px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  background: #fff;
}

/* Search text grows */
.properties-inn-search .search-input {
  flex: 1;
}

/* LOCATION WRAPPER */
.properties-inn-search .search-location {
  position: relative;
}

/* Space for icon */
.properties-inn-search .search-location select {
  padding-left: 42px;
  min-width: 180px;
}

/* Location icon */
.properties-inn-search .search-location i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 14px;
  pointer-events: none;
}

/* BUTTON */
.properties-inn-search .search-btn {
  height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  border: none;
  background: #fbbf24;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .properties-inn-search {
    flex-wrap: wrap;
  }

  .properties-inn-search > * {
    width: 100%;
  }
}

/* .property-details-view {
  padding: 40px 0;
  
} */

/* ===== HEADER ===== */
.property-details-view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.property-details-view-header h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}

.property-details-view-header .location {
  font-size: 18px;
  font-family: satoshi;
  color: #6f6f6f;
  margin-bottom: 0;
}

.property-details-view-header .updated {
  font-size: 14px;
  color: #636363;
  margin-top: 4px;
  font-family: satoshi;
}

.property-details-view-header .wishlist-btn {
  width: 42px;
  height: 42px;
  position: relative;
  border-radius: 50%;
  background: #f2f2f2;
  border: none;
  top: 0;
  right: 0;
  box-shadow: none;
  font-size: 18px;
  cursor: pointer;
}

/* ===== MAIN IMAGE ===== */
/* .property-details-view-gallery .main-image {
  height: 460px;
  border-radius: 18px;
  overflow: hidden;
}

.property-details-view-gallery .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-details-view-gallery .thumbs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.property-details-view-gallery .thumb {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
}

.property-details-view-gallery .thumb img {
  width: 100%;
  height: 145px;
  object-fit: cover;
}


.property-details-view-gallery .thumb.active {
  border-color: #4a5cff;
}


.property-details-view-gallery .thumb.more span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}


.property-details-view-gallery .thumb::before {
  display: none;
} */

.property-details-view-gallery {
  margin-top: 20px;
}

/* MAIN IMAGE */
.property-details-view .main-image {
  display: block;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
}

.property-details-view .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT GRID */
.property-details-view-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
  height: 420px;
}

/* THUMB */
.property-details-view-thumbs .thumb {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}

.property-details-view-thumbs .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* +PHOTOS OVERLAY */
.property-details-view-thumbs .thumb.more span {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .property-details-view-thumbs {
    grid-template-columns: repeat(3, 1fr);
    height: auto;
  }

  .property-details-view .main-image {
    height: 300px;
    margin-bottom: 15px;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .property-details-view-header {
    flex-direction: column;
    gap: 10px;
  }
}

/* .property-details-view {
  padding: 40px 0;
 
} */

/* PRICE BOX */
.property-details-view-price-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 18px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

/* TABS */
.property-details-view-tabs {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 20px;
}

.property-details-view-tabs button {
  background: none;
  border: none;
  padding: 14px 0;
  font-weight: 600;
  color: #555;
  cursor: pointer;
}

.property-details-view-tabs button.active {
  color: #2b2f9b;
  border-bottom: 3px solid #2b2f9b;
}

/* TAB CONTENT */
.property-details-view-tab-content {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
}

.property-details-view-tab-content h4 {
  margin-bottom: 12px;
}

.property-details-view-tab-content ul {
  padding-left: 18px;
  margin-bottom: 16px;
}

.property-details-view-tab-content li {
  margin-bottom: 6px;
}

/* DETAILS GRID */
.details-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.details-grid span {
  font-size: 13px;
  color: #777;
}

/* DOCUMENTS */
.documents {
  display: flex;
  gap: 20px;
  margin-top: 12px;
}

/* AMENITIES */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

/* LOCATION */
.location-list div {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}

/* AGENT */
.agent-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.agent-info {
  display: flex;
  gap: 14px;
  align-items: center;
}

.agent-info img {
  border-radius: 50%;
}

.agent-actions button {
  margin-left: 10px;
}

/* ENQUIRY */
.property-details-view-enquiry {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  position: sticky;
  top: 100px;
  /* border: 2px solid lightgray; */

  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

.property-details-view-enquiry input,
.property-details-view-enquiry textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 14px;
  border-radius: 10px;

  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.property-details-view-enquiry button {
  width: 100%;
  padding: 14px;
  background: #ffb703;
  border: none;
  border-radius: 12px;
  font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .details-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .property-details-view-tabs {
    overflow-x: auto;
  }
}

/* Tabs styling */
.property-tabs {
  display: flex;
  flex-wrap: wrap;

  padding: 0 15px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

.property-details-view .tab {
  padding: 15px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  font-family: satoshi;
  color: #3d3d3d;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  position: relative;
  display: flex;
  align-items: center;
}

.tab:hover {
  background-color: #f1f1f1;
  color: #3498db;
}

.property-details-view .tab.active {
  color: #1a1f71;
  font-weight: 700;
  border-radius: 0px;

  border-bottom: 4px solid #1a1f71;
  /* background-color: white; */
}

/* Tab content styling */
.property-details-view .tab-content {
  display: none;
  padding: 30px;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tab-content.active {
  display: block;
  border-radius: 12px;

  margin-top: 20px;

  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

/* Property Highlights */
.property-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.highlight-item {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #3498db;
}

.highlight-item h3 {
  font-size: 14px;
  color: #7f8c8d;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.highlight-item p {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
}

.highlight-item .price {
  color: #e74c3c;
}

/* Content sections */
/* .content-section {
  margin-bottom: 30px;
} */

.content-section h2 {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.content-section p {
  color: #555;
  font-size: 16px;
  margin-bottom: 15px;
}

/* Amenities grid */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.amenity-item {
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: #f8f9fa;
  border-radius: 6px;
}

.amenity-item i {
  color: #3498db;
  margin-right: 12px;
  font-size: 18px;
}

/* Agent details */
.agent-card {
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  margin-top: 20px;
}

.agent-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ddd;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7f8c8d;
  font-size: 40px;
}

.agent-info h3 {
  font-size: 22px;
  color: #2c3e50;
  margin-bottom: 8px;
}

.agent-info p {
  color: #555;
  margin-bottom: 8px;
}

.agent-contact {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.contact-btn {
  padding: 10px 20px;
  background-color: #3498db;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s;
}

.contact-btn:hover {
  background-color: #2980b9;
}

.contact-btn.call {
  background-color: #2ecc71;
}

.contact-btn.call:hover {
  background-color: #27ae60;
}

/* Location map */
.location-map {
  width: 100%;
  height: 300px;
  background-color: #e0e0e0;
  border-radius: 8px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7f8c8d;
  font-size: 18px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .property-tabs {
    flex-direction: column;
  }

  .tab {
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    border-left: 3px solid transparent;
  }

  .tab.active {
    border-left: 3px solid #3498db;
    border-bottom: 1px solid #e0e0e0;
  }

  .property-highlights {
    grid-template-columns: repeat(2, 1fr);
  }

  .agent-card {
    flex-direction: column;
    text-align: center;
  }

  .agent-photo {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .agent-contact {
    justify-content: center;
    flex-wrap: wrap;
  }

  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .property-highlights {
    grid-template-columns: 1fr;
  }

  .amenities-grid {
    grid-template-columns: 1fr;
  }

  .property-header h1 {
    font-size: 24px;
  }

  .content-section h2 {
    font-size: 20px;
  }

  .tab {
    padding: 15px 20px;
  }
}

.my-property-details {
  /* padding: 20px 0; */
}

.my-property-details .mpd-title {
  font-size: 16px;
  font-weight: 700;
  font-family: satoshi;
  margin-bottom: 24px;
}

.my-property-details .mpd-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 40px;
}

.my-property-details .mpd-item {
  display: flex;
  flex-direction: column;
}

.my-property-details .mpd-label {
  font-size: 14px;
  color: #777;
  margin-bottom: 6px;
}

.my-property-details .mpd-value {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.my-property-details .mpd-doc-title {
  font-size: 18px;
  font-weight: 600;
  margin: 40px 0 16px;
}

.my-property-details .mpd-docs {
  display: flex;
  gap: 40px;
}

.my-property-details .mpd-doc {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.my-property-details .mpd-doc:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
  .my-property-details .mpd-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .my-property-details .mpd-grid {
    grid-template-columns: 1fr;
  }

  .my-property-details .mpd-docs {
    flex-direction: column;
    gap: 16px;
  }
}

/* .my-property-amenities {
  padding: 20px 0;
  font-family: Arial, sans-serif;
} */

.my-property-amenities .mpa-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}

.my-property-amenities .mpa-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  row-gap: 18px;
}

.my-property-amenities .mpa-list li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  color: #000;
  line-height: 1.4;
}

/* ICON BEFORE TEXT */
.my-property-amenities .mpa-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url("/final/DMK Bazar/images/ra.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Responsive */
@media (max-width: 992px) {
  .my-property-amenities .mpa-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .my-property-amenities .mpa-list {
    grid-template-columns: 1fr;
  }
}

/* .my-property-location {
  padding: 20px 0;
  font-family: Arial, sans-serif;
} */

.my-property-location .mpl-card {
  /* border: 1px solid #eee; */
  border-radius: 14px;
  /* padding: 20px; */
  background: #fff;
}

.my-property-location .mpl-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.my-property-location .mpl-address {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}

.my-property-location .mpl-map {
  width: 100%;
  height: 260px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.my-property-location .mpl-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.my-property-location .mpl-distance-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.my-property-location .mpl-distance-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 14px 34px;
  border-top: 1px dashed #ddd;
  position: relative;
  font-size: 14px;
}

.my-property-location .mpl-distance-list li:first-child {
  border-top: none;
}

/* ICON BEFORE TEXT */
.my-property-location .mpl-distance-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("images/location-icon.png"); /* your icon */
  background-size: contain;
  background-repeat: no-repeat;
}

.my-property-location .mpl-label {
  color: #000;
  font-weight: 500;
}

.my-property-location .mpl-value {
  color: #000;
  font-weight: 500;
}

.mpd-docs {
  display: flex;
  /* flex-direction: column; */
  gap: 12px;
}

.mpd-doc {
  position: relative;
  padding-left: 25px; /* space for image */
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #222;
}

.mpd-doc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url("/final/DMK Bazar/images/po.png"); /* your image */
  background-size: contain;
  background-repeat: no-repeat;
}

.my-property-location .mpl-distance-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.my-property-location .mpl-distance-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px dashed #ddd;
  font-size: 14px;
}

.my-property-location .mpl-distance-list li:first-child {
  border-top: none;
}

.my-property-location .mpl-distance-list li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.my-property-location .mpl-label {
  flex: 1;
  font-weight: 500;
  color: #000;
}

.my-property-location .mpl-value {
  font-weight: 500;
  color: #000;
}

.my-agent-details .mad-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.my-agent-details .mad-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.my-agent-details .mad-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.my-agent-details .mad-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  background: #ccc;
}

.my-agent-details .mad-info {
  display: flex;
  flex-direction: column;
}

.my-agent-details .mad-name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.my-agent-details .mad-role {
  font-size: 14px;
  color: #666;
}

.my-agent-details .mad-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.my-agent-details .mad-call-btn {
  background: #fbbc05;
  color: #000;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.my-agent-details .mad-whatsapp-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #08aa3f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}

.property-details-view h3 {
  font-family: satoshi;
  font-size: 24px;
}

.property-details-view-price-box h3 {
  font-family: satoshi;
  margin-bottom: 0;
  color: #000000;
}

.property-details-view h4 {
  font-size: 16px;
  font-family: satoshi;
  font-weight: 700;
}

.property-details-view h5 {
  font-size: 16px;
  font-family: satoshi;
  font-weight: 700;
  text-decoration: underline;
}

.property-details-view p {
  font-size: 16px;
  font-family: satoshi;
  color: #232323;
}

/* icon before text */
.Properties-sale-badge::before {
  content: "";
  position: absolute;
  left: 15px;

  width: 20px;
  height: 20px;
  background: url("/final/DMK Bazar/images/sale.png") no-repeat center;
  background-size: contain;
}

a {
  font-family: satoshi !important;
}

.my-common .tag {
  font-size: 12px;

  padding: 4px 10px;
  text-transform: uppercase;
  border-radius: 4px;
}

.my-common .tag.yellow {
  background: #fff2cd;
  color: #f7b600;
}
.my-common .tag.pink {
  background: #f5cdff;
  color: #f700f7;
}

.my-common .tag.blue {
  background: #d2d5ff;
  color: #4a55ff;
}

.my-common .tag.navy {
  background: #ded8ff;
  color: #2308aa;
}

.my-common .tag.sky {
  background: #cdebff;
  color: #0080f7;
}

.my-common .tag.green {
  background: #d6ffe4;
  color: #08aa3f;
}

.my-common .tag.orange {
  background: #ffe9db;
  color: #ff6600;
}

.hero-projects {
  max-height: 85vh;
}

.hero-projects {
  min-height: 85vh !important;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(
    135deg,
    var(--primary-dark) 0%,
    var(--primary-blue) 50%,
    var(--secondary-blue) 100%
  );
}

.projects-search-section .search-wrapper {
  border-radius: 14px !important;
}

.projects-search-section {
  position: relative;
  top: -57px;
  margin-bottom: 0px;
  z-index: 3;
  /* box-shadow: var(--shadow-lg); */
  border-radius: 12px !important;
}

/* ================================
   LATEST PROJECTS – IMAGE CARD STYLE
   ================================ */

.latest-projects .Properties-mostviewed-card {
  position: relative;
  display: block;
  height: 420px;
  border-radius: 22px;
  overflow: hidden;
  background: #000;
}

/* Image fills entire card */
.latest-projects .Properties-mostviewed-img {
  position: absolute;
  inset: 0;
}

.latest-projects .Properties-mostviewed-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bottom black gradient overlay */
.latest-projects .Properties-mostviewed-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 35%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}

/* Heart icon */
.latest-projects .Properties-mostviewed-fav {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
}

/* Content positioned at bottom */
.latest-projects .Properties-mostviewed-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 2;
  color: #fff;
}

/* Price */
.latest-projects .Properties-mostviewed-price {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
}

/* Property name */
.latest-projects .Properties-mostviewed-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

/* Tags */
.latest-projects .Properties-mostviewed-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

/* .latest-projects .Properties-mostviewed-tag {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  backdrop-filter: blur(6px);
}

.latest-projects .Properties-mostviewed-tag.yellow {
  background: rgba(255, 180, 0, 0.85);
  color: #000;
}

.latest-projects .Properties-mostviewed-tag.blue {
  background: rgba(70, 130, 255, 0.85);
  color: #fff;
} */

/* Location */
.latest-projects .Properties-mostviewed-location {
  font-size: 13px;
  opacity: 0.9;
  margin: 0;
  color: white;
}

/* Hover polish (optional but recommended) */
.latest-projects .Properties-mostviewed-card:hover img {
  transform: scale(1.05);
  transition: transform 0.6s ease;
}

/* Move wishlist icon to bottom-right over overlay */
.latest-projects .Properties-mostviewed-fav {
  top: auto;
  bottom: 100px;
  right: 18px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.95);
}

/* Make sure content doesn’t overlap icon */
.latest-projects .Properties-mostviewed-content {
  padding-right: 70px;
}

.projects-view .my-property-details .mpd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ==============================
   FEATURED PRODUCTS – META STYLE
   ============================== */

.featured-products .hfl-content {
  padding: 16px;
}

.featured-products .hfl-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* Rating */
.featured-products .hfl-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #16a34a;
  font-weight: 600;
  margin-bottom: 6px;
}

.featured-products .hfl-rating i {
  font-size: 14px;
}

/* Meta rows */
.featured-products .hfl-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
  margin-bottom: 4px;
}

.featured-products .hfl-meta-row i {
  color: #111;
}

/* Clock highlight */
.featured-products .fa-clock {
  color: #00b0d8;
}

/* ============================
   LATEST PRODUCTS – PRODUCT UI
   ============================ */

.latest-products .product-card {
  border-radius: 18px;
  overflow: hidden;
  font-family: satoshi !important;
  background: #fff;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* .latest-products .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
} */

/* Image */
.latest-products .Properties-rent-img img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  /* background: #f7f7f7;
  padding: 20px; */
}

.offer-products .Properties-rent-img img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  /* background: #f7f7f7;
  padding: 20px; */
}

/* Content */
.latest-products .Properties-rent-content {
  padding: 14px 6px;
}

.latest-products .product-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}

.latest-products .product-price {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.latest-products .product-price span {
  font-weight: 500;
  color: #666;
}

/* Vendor */
.latest-products .product-vendor {
  font-size: 18px;
  color: #1a1f71;
  display: flex;
  align-items: center;
  gap: 6px;
}

.latest-products .product-vendor img {
  height: 20px;
}

/* =========================
   OFFER BADGE – TOP LEFT
   ========================= */

.offer-products .Properties-rent-img {
  position: relative;
}

.offer-products .offer-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff3e8;
  color: #ff6a00;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 8px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.timi span {
  color: #00b0d8;
  font-size: 16px;
  font-weight: 700;
}

.timi img {
  height: 16px !important;
  object-fit: contain !important;
}

.products-view-search {
  position: relative !important;
  padding: 50px 0 !important;
  top: 0;
  bottom: 0;
  box-shadow: none !important;
  margin-top: 100px;
}

.products-view-search .search-wrapper {
  border-radius: 12px !important;
  box-shadow: none !important;
  padding: 15px;
  border: 1px solid lightgray;
}

.products-view-search .search-form {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.flhd {
  display: flex;
  font-size: 16px;
  font-family: 500;
  color: #222222;
  justify-content: space-between;
}

.flhd a {
  text-decoration: none;
  color: rgba(45, 57, 255, 0.62);
}
.products-view-inn {
  /* padding: 0px 0; */
  font-family: satoshi !important;
}

/* FILTERS */
.products-view-inn-filters {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  position: sticky;
  top: 150px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.products-view-inn-filters h6 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
}

.products-view-inn-filters label {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}

/* TABS */
.products-view-inn-tabs {
  display: inline-flex;
  background: #ebedff;
  padding: 6px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.products-view-inn-tabs .tab {
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 10px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border: none;
  background: transparent;
}

.products-view-inn-tabs .tab.active {
  background: #1a1f71;
  color: #fff;
}

/* CARD */
.products-view-inn-card {
  display: flex;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06); */
  margin-bottom: 20px;
  border: 1px solid #e5e7ff;
}

.card-left {
  width: 40%;
}

.card-left img {
  width: 100%;
  height: 100%;
  min-height: 275px;
  max-height: 276px;
  object-fit: cover;
}

.card-right {
  width: 60%;
  padding: 40px 20px;
  position: relative;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featured {
  background: #ffedd5;
  color: #ff7a00;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 6px;
}

.wishlist {
  font-size: 18px;
  color: #aaa;
}

.card-right h4 {
  margin: 10px 0;
  font-size: 22px;
  font-family: satoshi;
}

.rating {
  color: #16a34a;
  font-weight: 600;
  margin-bottom: 6px;
}

.location,
.timing {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}

.view-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #d6d8ff;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #1a1f71;

  background: rgba(221, 223, 255, 0.66);
  border: 1px solid #d6d8ff;
  border-radius: 10px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .products-view-inn-card {
    flex-direction: column;
  }

  .card-left,
  .card-right {
    width: 100%;
  }

  .view-btn {
    position: static;
    margin-top: 15px;
    display: inline-block;
  }
}

.products-view-inn .wishlist-btn {
  background: #f2f2f2;
  border: none;
  cursor: pointer;
  box-shadow: none;
  font-size: 18px;
  color: #9ca3af;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

.products-view-inn .wishlist-btn:hover {
  transform: scale(1.15);
  color: #ef4444;
}

.products-view-inn .wishlist-btn.active {
  color: #ef4444;
}

.products-view-inn .wishlist-btn.active i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid heart */
}

.products-view-inn .swiper-pagination {
  bottom: 10px !important;
}

.products-view-inn .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  transition: all 0.3s ease;
}

.products-view-inn .swiper-pagination-bullet-active {
  /* width: 18px; */
  /* border-radius: 6px; */
  background: #ffffff;
}

.products-view-inn-tab-content {
  display: none;
}

.products-view-inn-tab-content.active {
  display: block;
}

.featured {
  display: flex;
  align-content: center;
  align-items: center;
}

.featured img {
  height: 14px !important;
  margin-right: 5px;
}

.featured span {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 0;
}

.featured {
  position: absolute;
  top: -1px;
  left: 20px;
  background: #fff3e8;
  color: #ff7a00;
  padding: 6px 12px;
  border-radius: 0 0 8px 8px;
  font-size: 13px;
  font-weight: 600;
  z-index: 10;
}

.featured-discount {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #fff3e8;
  color: #ff7a00;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  z-index: 10;
}

.wishlist-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.products-view-inn-card {
  position: relative;
}

.featured img {
  height: 14px !important;
  min-height: 15px;
  width: 14px !important;
  max-height: 15px;
  margin-right: 5px;
}

.multi-products-image img {
  object-fit: contain;
}

/* PRODUCT */
.my-mult-products .product-title {
  font-size: 22px;
  margin: 10px 0;
  font-weight: 600;
  font-family: satoshi;
}

/* PRICE */
.my-mult-products .product-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.my-mult-products .price-current {
  font-size: 20px;
  font-weight: 700;
}

.my-mult-products .price-old {
  text-decoration: line-through;
  color: #af0000;
  font-size: 13px;
}

.my-mult-products .price-unit {
  color: #666;
  font-size: 14px;
}

/* STORE */
.my-mult-products .store-info {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1a1f71;
  font-size: 18px;
  margin-bottom: 10px;
}

.my-mult-products .store-info img {
  width: 20px;
  height: 20px;
}

/* META */
.my-mult-products .product-meta p {
  margin: 2px 0;
  color: #3d3d3d;
  font-size: 20px;
}

.my-mult-products .view-btn {
  background-color: #f7b600;
  color: #000000;
  font-weight: 500;
}

.product-view-detailed-section-one {
  background: #fff;
  padding: 20px 0;
  border-radius: 16px;
  /* margin-top: 100px; */
}

/* LEFT */
.product-view-detailed-section-one .pvd-left img {
  width: 100%;
  /* max-width: 180px; */
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
}

/* MIDDLE */
.product-view-detailed-section-one .pvd-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff3d6;
  color: #f5a300;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
}

.product-view-detailed-section-one h2 {
  font-size: 22px;
  margin: 8px 0;
}

.product-view-detailed-section-one .pvd-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #16a34a;
  font-weight: 600;
  margin-bottom: 6px;
}

.product-view-detailed-section-one .pvd-location {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #3e3e3e;
  margin-top: 4px;
}

.product-view-detailed-section-one .pvd-time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #00b0d8;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
}

/* RIGHT */
.product-view-detailed-section-one .pvd-right {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: -120px;
}

.product-view-detailed-section-one .pvd-right a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
}

/* ICON COLORS */
.product-view-detailed-section-one .pvd-call {
  background: #16a34a;
  color: #fff;
}

.product-view-detailed-section-one .pvd-whatsapp {
  background: #22c55e;
  color: #fff;
}

.product-view-detailed-section-one .pvd-wishlist {
  background: #f2f2f2;
  color: #555;
}

.simple-breadcum-section {
  padding: 14px 0;
  background: #fff;
  margin-top: 100px;
}

.simple-breadcum-section .sbs-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #444;
}

.simple-breadcum-section .sbs-breadcrumb li a {
  text-decoration: none;
  color: #444;
}

.simple-breadcum-section .sbs-breadcrumb li a:hover {
  text-decoration: underline;
}

.simple-breadcum-section .sbs-breadcrumb li i {
  font-size: 12px;
  color: #999;
}

.simple-breadcum-section .sbs-breadcrumb li.active {
  color: #000;
  font-weight: 500;
}

.product-detailed-view-section-two {
  background: #fff;
  padding: 30px 0;
}

/* Tabs */
.product-detailed-view-section-two .pdv-tabs {
  display: flex;
  gap: 7px;
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
  /* border-bottom: 1px solid #e5e5e5; */
}

.product-detailed-view-section-two .pdv-tabs li {
  padding: 8px 18px;
  cursor: pointer;
  font-weight: 500;
  color: #555;
  border-radius: 10px;
}

.product-detailed-view-section-two .pdv-tabs li.active {
  background: #f5b400;
  color: #000;
}

/* Content */
.product-detailed-view-section-two .pdv-tab-content {
  display: none;
}

.product-detailed-view-section-two .pdv-tab-content.active {
  display: block;
}

.product-detailed-view-section-two .pdv-heading {
  font-size: 18px;
  margin-bottom: 10px;
}

.product-detailed-view-section-two .pdv-text {
  color: #555;
  line-height: 1.7;
}

.product-detailed-view-section-two hr {
  margin: 24px 0;
}

/* Info blocks */
.product-detailed-view-section-two .pdv-info-row span {
  display: block;
  color: #777;
  font-size: 14px;
}

.product-detailed-view-section-two .pdv-info-row strong {
  display: block;
  margin-top: 4px;
  font-weight: 600;
}

/* Gallery */
.product-detailed-view-section-two .pdv-gallery img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
}

.product-search-wrapper input,
.product-search-wrapper select {
  width: 100%;
  height: 52px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 0 16px 0 44px;
  font-size: 15px;
  outline: none;
  background: #fff;
}

.product-search-wrapper .psw-input,
.product-search-wrapper .psw-select {
  position: relative;
}

.product-search-wrapper .psw-input i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
}

.product-search-wrapper .psw-select i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #777;
}

.product-search-wrapper select {
  appearance: none;
}

.product-search-wrapper i[class^="fa-"],
.product-search-wrapper i[class*=" fa-"] {
  line-height: 1;
  font-size: 16px;
}

.product-search-wrapper input,
.product-search-wrapper select {
  height: 52px;
  line-height: 52px;
}

a {
  text-decoration: none;
  color: inherit;
}

.single-product-view {
  padding: 40px 0;
}

/* IMAGE */
.single-product-view .spv-image-card {
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 16px;
  /* padding: 20px; */
}

.spv-image-card img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 375px;
  object-fit: contain;
}

.single-product-view .spv-offer {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #ffe6d6;
  color: #ff6b00;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 13px;
}

/* DETAILS */
.single-product-view .spv-title {
  font-size: 26px;
  margin-bottom: 10px;
}

.single-product-view .spv-price strong {
  font-size: 24px;
}

.single-product-view .spv-price del {
  margin-left: 8px;
  color: #af0000;
}

.single-product-view .spv-price span {
  margin-left: 6px;
  color: #666;
}

.single-product-view .spv-meta {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.single-product-view .spv-meta li {
  margin-bottom: 6px;
  color: #3d3d3d;
  font-size: 20px;
}

/* INPUTS */
.single-product-view input,
.single-product-view select {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 0 14px;
}

/* BUTTON */
.single-product-view .spv-enquiry-btn {
  margin-top: 20px;
  background: #f5b400;
  border: none;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
}

/* POPUP */
.single-product-view .spv-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}

.single-product-view .spv-popup-card {
  background: #fff;
  padding: 20px 40px;
  border-radius: 20px;
  text-align: center;
  max-width: 450px;
  width: 100%;
}

.single-product-view .spv-login-btn {
  margin-top: 20px;
  background: #f5b400;
  border: none;
  padding: 12px 26px;
  border-radius: 12px;
  font-weight: 600;
}

.single-product-view .spv-success-icon {
  width: 70px;
  height: 70px;
  background: #22c55e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 16px;
}

.single-product-view .spv-success-icon i {
  font-weight: bold;
}

.en-img-pop img {
  height: 300px;
  object-fit: contain !important;
}

.en-img-pop {
  display: flex;
  flex-direction: column;
}

.spv-popup-card h3 {
  font-size: 24px;
  font-weight: 700;
}

.related-products-section {
  padding: 40px 0;
}

.related-products-section .rps-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
}

/* CARD */
.related-products-section .rps-card {
  position: relative;
  border: 1px solid #dfe3ff;
  border-radius: 18px;
  padding: 22px;
  padding-top: 0;
  margin-bottom: 30px;
  /* height: 100%; */
  background: #fff;
}

/* OFFER */
.related-products-section .rps-offer {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #ffe6d6;
  color: #ff6b00;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 600;
}

/* IMAGE */
.related-products-section .rps-image {
  text-align: center;
  margin: 0px 0 20px;
}

.related-products-section .rps-image img {
  max-width: 100%;
  height: 220px;
  object-fit: contain;
}

/* TEXT */
.related-products-section .rps-name {
  font-size: 18px;
  margin-bottom: 10px;
}

.related-products-section .rps-price strong {
  font-size: 20px;
}

.related-products-section .rps-price del {
  margin-left: 6px;
  color: #af0000;
}

.related-products-section .rps-price span {
  color: #666;
  margin-left: 4px;
}

.related-products-section p {
  margin: 6px 0;
  color: #3d3d3d;
  font-size: 20px;
}

/* BUTTON */
.related-products-section .rps-btn {
  width: 100%;
  margin-top: 16px;
  background: #f5b400;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-weight: 600;
}

.customer-review-section {
  padding: 40px 0;
}

/* SUMMARY */
.customer-review-section .crs-summary {
  background: #0ea933;
  color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  width: 160px;
  text-align: center;
}

.customer-review-section .crs-summary h2 {
  font-size: 36px;
  margin: 0;
}

.customer-review-section .crs-stars i {
  color: #ffc107 !important;
}

/* HEADER */
.customer-review-section .crs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.crs-header span {
  font-size: 20px;
  font-weight: 500;
}

.customer-review-section .crs-add-review {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.customer-review-section .crs-add-stars i {
  color: #ccc !important;
}

.customer-review-section .crs-add-review a {
  font-size: 13px;
  text-decoration: underline;
  color: #000;
}

/* REVIEWS */
.customer-review-section .crs-reviews {
  margin-top: 30px;
}

.customer-review-section .crs-review-item img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.customer-review-section .crs-review-content h5 {
  margin: 0;
}

.customer-review-section .crs-date {
  font-size: 12px;
  color: #666;
}

/* POPUP */
.customer-review-section .crs-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.customer-review-section .crs-popup {
  background: #fff !important;
  padding: 30px;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  text-align: center;
}

.customer-review-section .crs-popup-stars i {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
}

.customer-review-section .crs-popup textarea {
  width: 100%;
  height: 100px;
  margin-top: 15px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #ddd;
}

.customer-review-section .crs-popup button {
  margin-top: 15px;
  background: #f5b400 !important;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 10px;
  font-weight: 600;
}

.customer-review-section .crs-review-item {
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
}

/* ROW 1 */
.customer-review-section .crs-review-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.customer-review-section .crs-review-head img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.customer-review-section .crs-review-user h5 {
  margin: 0;
  font-size: 15px;
}

.customer-review-section .crs-date {
  font-size: 12px;
  color: #666;
}

/* ROW 2 */
.customer-review-section .crs-stars {
  margin: 8px 0;
  color: #ffc107;
}

/* ROW 3 */
.customer-review-section .crs-review-item p {
  margin: 0;
  color: #444;
  line-height: 1.6;
}

.product-faq-section {
  padding: 40px 0;
}

/* FAQ CARD */
.product-faq-section .faq-item {
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  margin-bottom: 16px;
  overflow: hidden;
  background: #fff;
}

/* HEADER */
.product-faq-section .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
}

.product-faq-section .faq-header span {
  font-size: 16px;
  font-weight: 500;
}

.product-faq-section .faq-header i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* BODY */
.product-faq-section .faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 22px;
}

.product-faq-section .faq-body p {
  margin: 14px 0 20px;
  color: #555;
  line-height: 1.6;
}

/* ACTIVE STATE */
.product-faq-section .faq-item.active .faq-body {
  max-height: 200px;
}

.product-faq-section .faq-item.active .faq-header i {
  transform: rotate(45deg); /* + becomes × */
}

/* MOBILE */
@media (max-width: 768px) {
  .product-faq-section .faq-header span {
    font-size: 15px;
  }
}

.extra-margin {
  margin-bottom: 5rem !important;
}

.cmmon-search {
  margin-top: 230px;
  border-radius: 12px !important;
}

.cmmon-search .search-wrapper {
  background: #ffffff;
  padding: 25px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.cmmon-search .search-input-properties {
  width: 475px;
}

.Properties-rent-img {
  position: relative; /* mandatory */
  overflow: hidden;
}

/* Wishlist Icon */
.Properties-rent-img .wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.Properties-rent-img .wishlist-icon i {
  font-size: 16px;
  color: #ff3b3b;
}

/* Hover effect */
.Properties-rent-img .wishlist-icon:hover {
  transform: scale(1.1);
  background: #ff3b3b;
}

.Properties-rent-img .wishlist-icon:hover i {
  color: #ffffff;
}

.latest-services .Properties-rent-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  /* background: #f7f7f7;
  padding: 20px; */
}

.my-multi-services img {
  object-fit: Cover;
}

.services-single .card-left {
  width: 30%;
}

.services-single .card-right {
  width: 70%;
}

.services-single img {
  object-fit: cover;
}

.single-service img {
  object-fit: cover;
  border-radius: 14px;
}

.services-single-view .rps-card {
  position: relative;
  border: 1px solid #dfe3ff;
  border-radius: 18px;

  padding: 0;
  margin-bottom: 30px;

  background: #fff;
}

.services-single-view .rps-image {
  text-align: center;
  object-fit: cover;
  margin: 0px;
}

.services-single-view .rps-card img {
  margin-bottom: 0 !important;
  object-fit: cover;
  height: 275px;
  max-width: 100%;
  border-radius: 15px 15px 0 0;
  aspect-ratio: 4;
}

.cus-ser-revi .crs-stars i {
  color: white !important;
}

.my-breadcum-section {
  position: relative;
  width: 100%;
  min-height: 380px;
  background-image: url("images/breadcrumb-bg.jpg"); /* change image */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

/* Black Overlay */
.my-breadcum-section .my-breadcum-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

/* Content Container */
.my-breadcum-section .my-breadcum-container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 15px;
  text-align: center;
}

/* Title */
.my-breadcum-section .my-breadcum-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  font-family: Monument Extended;
  margin-bottom: -40px;
}

/* Responsive */
@media (max-width: 768px) {
  .my-breadcum-section {
    min-height: 200px;
  }

  .my-breadcum-section .my-breadcum-title {
    font-size: 26px;
  }
}

.about-us-section-one {
  padding: 80px 0;
  background: #ffffff;
}

/* LEFT CONTENT */
.about-us-section-one__content {
  padding-right: 30px;
}

.about-us-section-one__tag {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #1a1f71;
  margin-bottom: 5px;
}

.about-us-section-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
  margin-bottom: 18px;
}

.about-us-section-one__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 28px;
}

/* LIST */
.about-us-section-one__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-us-section-one__item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.about-us-section-one__item img {
  width: 44px;
  height: 44px;
  padding: 7px;
  background-color: #f7b600;
  object-fit: contain;
  border-radius: 7px;
}

.about-us-section-one__item span {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
}

/* RIGHT IMAGE */
.about-us-section-one__image {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}

.about-us-section-one__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .about-us-section-one {
    padding: 60px 0;
  }

  .about-us-section-one__content {
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .about-us-section-one__title {
    font-size: 28px;
  }

  .about-us-section-one__item {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .about-us-section-one__title {
    font-size: 24px;
  }

  .about-us-section-one__desc {
    font-size: 14px;
  }
}

.about-us-section-one {
  position: relative;
  padding: 80px 0;
  background: #ffffff;
  overflow: hidden;
}

/* Ellipse 244 */

/* LEFT BACKGROUND CIRCLE (SOLID COLOR) */
.about-us-section-one::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -140px;
  width: 320px;
  height: 320px;
  background: radial-gradient(
    50% 54.09% at 50% 50%,
    #c3c6ff 0%,
    rgba(195, 198, 255, 0) 100%
  );
  opacity: 0.4;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

/* Keep content above circle */
.about-us-section-one .container {
  position: relative;
  z-index: 2;
}

.about-us-section-two {
  background-color: #edeeff;
}

.about-us-section-three {
  padding: 80px 0;
  background: #ffffff;
}

.about-us-section-three__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #232323;
  font-family: Montserrat Alternates;
}

.about-us-section-three__desc {
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 20px;
}

.about-us-section-three__image {
  border-radius: 18px;
  overflow: hidden;
  object-fit: cover;
  max-height: 430px;
}

.about-us-section-three__image img {
  width: 100%;
  display: block;
}

.about-us-section-three__point {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px dashed #b7b3b3;
}

.about-us-section-three__point:first-child {
  border-top: 1px dashed #b7b3b3;
}

/* .about-us-section-three__point:last-child {
  border-bottom: none;
} */

.about-us-section-three__point img {
  width: 40px;
  height: 40px;
}

.about-us-section-three__point h4 {
  font-size: 18px;
  color: #0b0b0b;
  font-family: Montserrat Alternates;
  font-weight: 600;
  margin-bottom: 4px;
}

.about-us-section-three__point p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}

.about-us-section-three__sub {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 20px;
}

.about-us-section-three__checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-us-section-three__checklist li {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

.about-us-section-three__checklist img {
  width: 24px;
  height: 24px;
}

/* Responsive */
@media (max-width: 991px) {
  .about-us-section-three__points {
    border-left: none;
    padding-left: 0;
  }
}

.about-us-section-three__checklist img {
  background-color: #f7b600;
  border-radius: 7px;
  padding: 5px;
}

.about-us-section-three__checklist h4 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 5px;
}

.my-team {
  padding: 80px 0;
  background: #ffffff;
}

/* Heading */
.my-team__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 30px;
}

/* Card */
.my-team__card {
  text-align: left;
  margin-bottom: 40px;
}

/* Image */
.my-team__image {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 16px;
}

.my-team__image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
  object-position: top;
}

/* Name */
.my-team__name {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}

/* Role */
.my-team__role {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .my-team__image img {
    height: 320px;
  }
}

@media (max-width: 575px) {
  .my-team__title {
    font-size: 24px;
  }

  .my-team__image img {
    height: 280px;
  }
}

.about-us-testimonials {
  padding: 0 0 100px 0;
  background: #ffffff;
  overflow: hidden;
}

.about-us-testimonials__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-us-testimonials__slider {
  margin-bottom: 35px;
}

.about-us-testimonials__card {
  background: #f4f4f7;
  border-radius: 18px;
  padding: 26px;
  height: 100%;
  border: 1px solid #e3e4e6;
}

.about-us-testimonials__card .quote {
  font-size: 100px;
  color: #969cff;
  height: 80px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.about-us-testimonials__card p {
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  font-weight: 500;
  margin-bottom: 18px;
}

.about-us-testimonials__card .user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-us-testimonials__card .user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.about-us-testimonials__card .user strong {
  display: block;
  font-size: 14px;
}

.about-us-testimonials__card .user span {
  font-size: 12px;
  color: #6b7280;
}

/* Responsive */
@media (max-width: 991px) {
  .about-us-testimonials__title {
    font-size: 24px;
  }
}

.about-us-testimonials .swiper {
  width: 100%;
}

.about-us-testimonials .swiper-wrapper {
  align-items: stretch;
}

.about-us-testimonials .swiper-slide {
  height: auto;
}

/* OUTER WHITE SPACE */
.cta-section-four {
  padding: 0px 0;
  background: #fff;
}

/* BLUE BAND */
.cta-section-four__bg {
  background: #e9f0ff;
  padding: 0px 0;
  padding-top: -200px;
  position: relative;
  /* overflow: hidden; */
}

/* FLEX LAYOUT */
.cta-section-four__container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  max-height: 330px;
  align-items: center;
  gap: 60px;
}

/* IMAGE WRAPPER */
.cta-section-four__image-wrap {
  position: relative;
  flex: 1;
  min-height: 420px; /* CRITICAL – defines band height */
}

/* ABSOLUTE IMAGE */
.cta-section-four__image-wrap img {
  position: absolute;
  bottom: 45px; /* image sits lower than band */
  left: 50%;
  transform: translateX(-50%);
  max-width: 420px;
  width: 100%;
}

/* CONTENT */
.cta-section-four__content {
  flex: 1;
}

.cta-section-four__content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #232323;
  font-family: Montserrat Alternates;
  line-height: 1.3;
  margin-bottom: 16px;
}

.cta-section-four__content p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 26px;
  max-width: 520px;
}

/* BUTTON */
.cta-section-four__btn {
  background: #fbbc05;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

/* RESPONSIVE FIX (VERY IMPORTANT) */
@media (max-width: 991px) {
  .cta-section-four__container {
    flex-direction: column;
    text-align: center;
  }

  .cta-section-four__image-wrap {
    min-height: 360px;
  }

  .cta-section-four__image-wrap img {
    position: relative; /* disable absolute on mobile */
    bottom: 0;
    transform: none;
    margin: 0 auto 30px;
  }
}

.service-feature-section {
  padding: 40px 0;
  background: #ffffff;
}

/* IMAGE WRAPPER */
.service-feature-section__images {
  position: relative;
  max-width: 520px;
}

/* MAIN IMAGE */
.service-feature-section__image-main {
  border-radius: 26px;
  overflow: hidden;
}

.service-feature-section__image-main img {
  width: 100%;
  max-height: 430px;
  display: block;
}

/* SMALL OVERLAY IMAGE */
.service-feature-section__image-small {
  position: absolute;
  right: -111px;
  bottom: 75px;
  width: 240px;
  height: 275px;
  background: #ffffff;
  border-radius: 22px;
  padding: 8px;
}

.service-feature-section__image-small img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

/* CONTENT */
.service-feature-section__content {
  padding-left: 0px;
}

.service-feature-section__title {
  font-size: 24px;
  font-weight: 700;
  color: #232323;
  font-family: Montserrat Alternates;
  margin-bottom: 14px;
}

.service-feature-section__intro {
  color: #000000;
  line-height: 1.7;
  margin-bottom: 24px;
}

/* LIST */
.service-feature-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-feature-section__list li {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.service-feature-section__icon {
  min-width: 28px;
  height: 28px;
  background: #fbbc05;
  color: #000;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-feature-section__icon img {
  padding: 7px;
  height: 14px;
}

.service-feature-section__list strong {
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
}

.service-feature-section__list p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .service-feature-section__content {
    padding-left: 0;
    margin-top: 40px;
  }

  .service-feature-section__images {
    margin: 0 auto;
  }

  .service-feature-section__image-small {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 20px auto 0;
  }
}

@media (max-width: 575px) {
  .service-feature-section {
    padding: 70px 0;
  }

  .service-feature-section__title {
    font-size: 24px;
  }
}

.wwd-even {
  background-color: lavender;
}

.wwd-even .service-feature-section__image-main img {
  width: 100%;
  text-align: right;
  max-height: 430px;
  display: flex;
}

.wwd-even .service-feature-section__image-small {
  position: absolute;
  /* right: 295px; */
  bottom: 75px;
  left: -111px;
  width: 240px;
  height: 275px;
  background: #ffffff;
  border-radius: 22px;
  padding: 8px;
}

.wwd-even .service-feature-section__images {
  position: relative;
  max-width: 520px;
  margin-left: auto;
}

.careers-section {
  padding: 80px 0 120px;
  background: #ffffff;
}

.careers-section__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

/* HEADER */
.careers-section__header {
  margin-bottom: 30px;
}

.careers-section__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.careers-section__subtitle {
  font-size: 14px;
  line-height: 1.7;
  color: #000000;
}

/* TABS */
.careers-section__tabs {
  display: flex;
  gap: 1px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.careers-section__tab {
  padding: 10px 18px;
  border-radius: 10px;
  border: none;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
}

.careers-section__tab.active {
  background: #fbbc05;
  color: #000;
  font-weight: 600;
}

/* JOB LIST */
/* .careers-section__jobs {
  border-top: 1px solid #eee;
} */

.careers-section__job {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px dashed #cfcfcf;
}

.careers-section__job-left h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #000000;
}

.careers-section__job-left p {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

/* TAGS */
.careers-section__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.careers-section__tags span {
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  color: #555;
}

/* APPLY */
.careers-section__apply {
  font-size: 18px;
  color: #f7b600;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.careers-section__apply span {
  font-size: 18px;
  margin-left: 2px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .careers-section__job {
    flex-direction: column;
  }

  .careers-section__job-right {
    margin-top: 8px;
  }
}

.careers-view-page {
  padding: 70px 0;
  background: #ffffff;
}

.careers-view-page__container {
  max-width: 1100px;
  margin: auto;
  padding: 0 16px;
}

/* HEADER */
.careers-view-page__job-head {
  margin-bottom: 30px;
}

.careers-view-page__job-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.careers-view-page__job-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.careers-view-page__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.careers-view-page__meta span {
  font-size: 12px;
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  color: #555;
}

/* FORM CARD */
.careers-view-page__form-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  width: 95%;
  margin: 30px auto 120px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

/* GRID */
.careers-view-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.careers-view-page .field label {
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
  font-weight: 500;
  color: #000000;
}

.careers-view-page .field input,
.careers-view-page .field select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}

/* UPLOAD */
.careers-view-page__upload {
  margin-top: 0px;
}

.careers-view-page__upload label {
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
  font-weight: 500;
  color: #000000;
}

.careers-view-page__upload .upload-box {
  position: relative;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
}

.careers-view-page__upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.careers-view-page__upload span {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
}

/* SUBMIT */
.careers-view-page__submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.careers-view-page__submit button {
  background: #fbbc05;
  border: none;
  padding: 12px 26px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .careers-view-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .careers-view-page__grid {
    grid-template-columns: 1fr;
  }

  .careers-view-page__submit {
    justify-content: center;
  }
}

.blog-page {
  padding: 70px 0;
  background: #ffffff;
}

/* TABS */
.blog-page__tabs {
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.blog-page__tab {
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  background: transparent;
  font-size: 16px;
  color: #3d3d3d;
  cursor: pointer;
}

.blog-page__tab.active {
  background: #fbbc05;
  font-weight: 600;
  color: #000000;
}

/* CARD */
.blog-page__card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}

/* IMAGE */
.blog-page__image {
  position: relative;
}

.blog-page__image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.blog-page__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 20px;
}

/* CONTENT */
.blog-page__content {
  padding: 16px;
}

.blog-page__date {
  font-size: 12px;
  color: #777;
  display: block;
  margin-bottom: 6px;
}

.blog-page__content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  font-family: satoshi;
  margin-bottom: 8px;
}

.blog-page__content p {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* GRID SPACING */
.blog-page__grid > div {
  margin-bottom: 24px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .blog-page__image img {
    height: 190px;
  }
}

.blog-page__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.blog-page__link:hover .blog-page__card {
  transform: translateY(0px);
  transition: 0.25s ease;
}

/* Blog View Styles */
.my-blog-view-inn {
  margin: 0 auto;
}

/* Main Blog Content */
.my-blog-view-inn .blog-main {
  background: var(--brand-white);
  border-radius: 10px;
  margin-bottom: 30px;
}

.my-blog-view-inn .blog-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
}

.my-blog-view-inn .blog-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
  line-height: 1.3;
}

.my-blog-view-inn .blog-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  color: #666;
  font-size: 0.9rem;
}

.my-blog-view-inn .blog-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.my-blog-view-inn .blog-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
}

.my-blog-view-inn .blog-content p {
  margin-bottom: 20px;
}

/* Image Grid */
.my-blog-view-inn .image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 30px 0;
}

.my-blog-view-inn .grid-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

/* Sidebar */
.my-blog-view-inn .blog-sidebar {
  position: sticky;
  top: 130px;
}

.my-blog-view-inn .sidebar-widget {
  background: var(--brand-white);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.my-blog-view-inn .widget-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary-blue);
}

/* Recent Posts */
.my-blog-view-inn .recent-post {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.my-blog-view-inn .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.my-blog-view-inn .recent-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.my-blog-view-inn .recent-content {
  flex: 1;
}

.my-blog-view-inn .recent-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 8px;
  line-height: 1.3;
}

.my-blog-view-inn .recent-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.my-blog-view-inn .recent-title a:hover {
  color: var(--secondary);
}

.my-blog-view-inn .recent-desc {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
}

/* Categories Widget */
.my-blog-view-inn .categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.my-blog-view-inn .category-item {
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}

.my-blog-view-inn .category-item:last-child {
  border-bottom: none;
}

.my-blog-view-inn .category-link {
  color: #333;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

.my-blog-view-inn .category-link:hover {
  color: var(--secondary);
}

.my-blog-view-inn .category-count {
  background: var(--secondary);
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
}

.recent-post p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-post h4 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-padding {
  padding: 100px 0;
}

.my-blog-view-inn .blog-content {
  padding: 0px;
}

.contact-us {
  padding: 80px 0;
  background: #ffffff;
}

.contact-us__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.contact-us__card:last-child {
  margin-bottom: 0px;
}

.contact-us__title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  font-family: Montserrat Alternates;
  margin-bottom: 20px;
}

.contact-us__sub-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #000000;
  font-family: Montserrat Alternates;
}

/* FORM */
.contact-us__form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-us__field label {
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
  font-weight: 500;
  color: #000000;
}

.contact-us__field input,
.contact-us__field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}

.contact-us__field textarea {
  min-height: 200px;
  resize: none;
}

.contact-us__field-full {
  grid-column: span 2;
}

.contact-us__submit {
  text-align: right;
  margin-top: 16px;
}

.contact-us__submit button {
  background: #fbbc05;
  border: none;
  padding: 12px 26px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

/* INFO LIST */
.contact-us__info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-us__info-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.contact-us__info-list img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.contact-us__info-list span {
  font-size: 16px;
  color: #4e4e4e;
}

.contact-us__info-list strong {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

/* BUSINESS HOURS */
.contact-us__hours span {
  font-size: 11px;
  color: #777;
}

.contact-us__hours strong {
  display: block;
  font-size: 18px;
  font-family: "Satoshi";
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-us__hours-row {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  justify-content: space-between;
}

/* MAP */
.contact-us__map {
  margin-top: 40px;
  border-radius: 16px;
  overflow: hidden;
}

.contact-us__map iframe {
  width: 100%;
  height: 360px;
  border: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .contact-us__form-grid {
    grid-template-columns: 1fr;
  }

  .contact-us__field-full {
    grid-column: span 1;
  }

  .contact-us__submit {
    text-align: center;
  }

  .contact-us__hours-row {
    flex-direction: column;
    gap: 10px;
  }
}

.login-page {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.login-page__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.login-page__modal {
  position: relative;
  max-width: 420px;
  width: 92%;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.login-page__card {
  display: none;
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  min-height: auto;
}

.login-page__card.active {
  display: block;
}

.login-page__logo {
  width: 70px;
  margin-bottom: 15px;
}

.login-page h2 {
  margin-bottom: 5px;
  color: #0c0d27;
  font-size: 22px;
}

.login-page p {
  font-size: 14px;
  color: #666;
}

.login-page label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
}

.login-page input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-top: 6px;
}

.login-page__password {
  position: relative;
}

.login-page__password i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 18px;
  transition: all 0.3s ease;
}

.login-page__password i:hover {
  color: #333;
}

.login-page__password input {
  padding-right: 40px;
}

.login-page__forgot {
  display: block;
  text-align: right;
  margin: 10px 0;
  font-size: 13px;
}

.login-page__btn {
  width: 100%;
  padding: 14px;
  background: #ffc107;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
}

.login-page__switch {
  text-align: center;
  margin-top: 15px;
}

.login-page__switch span {
  color: #1a1f71;
  cursor: pointer;
  font-weight: 600;
}

.login-page__otp-inputs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px 0;
}

.login-page__otp-inputs input {
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 18px;
}

.login-page__timer {
  text-align: center;
  margin-top: 10px;
}

/* Footer Section */
.login-page__footer {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px dashed #c5c5c5;
  text-align: center;
}

.login-page__footer p {
  font-size: 12px !important;
  color: #666;
  margin: 5px 0;
  line-height: 1.4;
}

.login-page__footer a {
  color: #0056b3;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease;
}

.login-page__footer a:hover {
  color: #003d99;
  text-decoration: underline;
}

/* Hide scrollbar but show on hover */
.login-page__modal {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.login-page__modal::-webkit-scrollbar {
  width: 0;
}

.login-page__modal:hover {
  scrollbar-width: auto;
}

.login-page__modal:hover::-webkit-scrollbar {
  width: 6px;
}

.login-page__modal::-webkit-scrollbar-track {
  background: transparent;
}

.login-page__modal::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.login-page__modal::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.login-page__modal {
  position: relative;
  max-width: 420px;
  width: 92%;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90vh;
  overflow-y: scroll;
  /* IMPORTANT */
}

.login-page {
  display: none;
}

.login-page.active {
  display: block;
}

/* Mobile responsive for login modal */
@media (max-width: 767px) {
  .login-page__modal {
    width: 95%;
    top: 0;
    transform: translateY(0);
    max-height: 100vh;
  }

  .login-page__card {
    padding: 20px;
    border-radius: 8px;
  }

  .login-page__logo {
    width: 100px;
    margin-bottom: 12px;
  }

  .login-page h2 {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }

  .login-page p {
    font-size: 12px;
  }

  .login-page label {
    font-size: 0.9rem;
    margin-top: 10px;
  }

  .login-page input {
    padding: 10px;
    font-size: 14px;
    margin-top: 5px;
  }

  .login-page__btn {
    padding: 12px !important;
    font-size: 0.95rem;
    margin-top: 12px;
  }
}

@media (max-width: 575px) {
  .login-page__modal {
    width: 98%;
    max-height: 100vh;
    top: 0;
  }

  .login-page__card {
    padding: 15px;
  }

  .login-page__logo {
    width: 80px;
    margin-bottom: 10px;
  }

  .login-page h2 {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }

  .login-page p {
    font-size: 11px;
  }

  .login-page label {
    font-size: 0.85rem;
    margin-top: 8px;
  }

  .login-page input {
    padding: 8px;
    font-size: 13px;
    margin-top: 4px;
  }

  .login-page__otp-inputs input {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .login-page__btn {
    padding: 10px !important;
    font-size: 0.9rem;
    margin-top: 10px;
  }

  .login-page__switch {
    font-size: 11px;
    margin-top: 10px;
  }

  .login-page__forgot {
    font-size: 12px;
    margin-top: 8px;
  }
}

.pro-head {
  display: flex;
  align-items: center;
}

.pro-head img {
  height: 50px;
  border-radius: 50%;
}

.dashboar-section {
  padding: 40px 0;
  background: #fff;
}

/* SIDEBAR */
.dashboar-section__sidebar {
  background: #fff;
  padding: 20px;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
  position: sticky;
  top: 100px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.dashboar-section__menu {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 6px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  cursor: pointer;
}

.dashboar-section__menu img {
  width: 20px;
  height: 20px;
}

.dashboar-section__menu.active {
  background: #e6e9ff;
  color: #2b2dd6;
  font-weight: 600;
}

/* .dashboar-section__menu.logout {
  color: #d9534f;
} */

/* STATS */
.dashboar-section__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 60px;
}

.dashboar-section__stat {
  padding: 20px;
  border-radius: 16px;
}

.dashboar-section__stat p {
  font-size: 14px !important;
  color: #4e4e4e;
  margin-bottom: 6px;
}

.dashboar-section__stat h3 {
  font-size: 24px;
  font-weight: 700;
}

.dashboar-section__stat.yellow {
  background: #fff7e0;
  display: flex;
  border: 1px solid #fff4d6;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  background: linear-gradient(90deg, #ffffff 0%, #fffaea 100%);
  border: 1px solid #fff4d6;
  border-radius: 16px;
}

.dashboar-section__stat.yellow img {
  background-color: #fff5d7;
  padding: 10px;
  height: 40px;
  border-radius: 7px;
}

.dashboar-section__stat.purple {
  background: #eef0ff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #ffffff 0%, #e8e9ff 100%);
  border: 1px solid #dddfff;
  border-radius: 16px;
}

.dashboar-section__stat.purple img {
  background-color: #dddfff;
  padding: 10px;
  height: 40px;
  border-radius: 7px;
}

.dashboar-section__cta-text {
  max-width: 60%;
}

.dashboar-section__cta h2 {
  font-size: 28px;
  margin-bottom: 12px;
}

.dashboar-section__cta p {
  font-size: 14px;
  opacity: 0.9;
}

.dashboar-section__cta-buttons {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.dashboar-section__cta-buttons .btn-primary {
  background: #ffc107;
  color: #000;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
}

.dashboar-section__cta-buttons .btn-outline {
  border: 1px solid #fff;
  padding: 12px 22px;
  border-radius: 10px;
  color: #fff;
}

.dashboar-section__cta-img img {
  max-width: 285px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .dashboar-section__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboar-section__cta {
    flex-direction: column;
    text-align: center;
  }

  .dashboar-section__cta-text {
    max-width: 100%;
  }

  .dashboar-section__cta-img {
    margin-top: 20px;
  }
}

/* ================================
   CTA BANNER – DMK BAZAAR (IMAGE 1)
   ================================ */

/* MAIN CONTAINER */
.dashboar-section__cta {
  position: relative;
  background: linear-gradient(90deg, #1a1f71 0%, #313bd7 100%);
  border-radius: 24px;
  padding: 30px;
  min-height: 200px;
  /* overflow: hidden; */
}

/* ================================
   TEXT CONTENT
   ================================ */
.dashboar-section__cta-text {
  max-width: 60%;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.dashboar-section__cta-text h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}

.dashboar-section__cta-text p {
  font-size: 14px !important;
  line-height: 1.6;
  opacity: 0.9;
}

/* ================================
   BUTTONS
   ================================ */
.dashboar-section__cta-buttons {
  margin-top: 24px;
  display: flex;
  gap: 16px;
}

.btn-primary {
  background: #ffc107;
  color: #000;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.btn-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
}

/* ================================
   WATERMARK IMAGE (DMK BAZAAR PNG)
   ================================ */
.dashboar-section__cta-watermark {
  position: absolute;
  right: 290px;
  bottom: 70px;
  z-index: 1;
  /* opacity: 0.38; */
  transform: rotate(-43deg);
  pointer-events: none;
}

.dashboar-section__cta-watermark img {
  width: 190px;
  opacity: 0.08;
}

/* ================================
   PERSON IMAGE (ABSOLUTE)
   ================================ */
.dashboar-section__cta-img {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 4;
}

/* .dashboar-section__cta-img img {
  height: 340px;
  max-height: 100%;
  object-fit: contain;
} */

/* ================================
   RESPONSIVE
   ================================ */
@media (max-width: 991px) {
  .dashboar-section__cta {
    padding: 40px 25px;
    min-height: auto;
  }

  .dashboar-section__cta-text {
    max-width: 100%;
  }

  .dashboar-section__cta-watermark {
    display: none;
  }

  .dashboar-section__cta-img {
    position: static;
    margin-top: 30px;
    text-align: center;
  }

  .dashboar-section__cta-img img {
    height: auto;
    max-width: 220px;
  }

  .dashboar-section__cta-buttons {
    flex-wrap: wrap;
  }
}

.home-cta-section3__bg-logo {
  position: absolute;
  bottom: -73px;
  right: -33px;
  width: auto;
  width: 300px;
  height: 350px;
  background: url("../images/logo.png") no-repeat center / contain;
  opacity: 0.3;
  transform: rotate(-43deg);
  z-index: 0;
}

.subscription-cads-section-one {
  /* padding: 60px 0; */
  background: #fff;
}

.subscription-cads-section-one .subscription-progress-wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.subscription-cads-section-one .progress {
  flex: 1;
  height: 8px;
  background: #d9f5dc;
  border-radius: 20px;
}

.subscription-cads-section-one .progress.active {
  background: #18b24c;
}

.subscription-cads-section-one .subscription-tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.subscription-cads-section-one .tab-btn {
  border: 1px solid #ddd;
  padding: 12px 20px;
  border-radius: 14px;
  background: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.subscription-cads-section-one .tab-btn.active {
  background: #1c1f8a;
  color: #fff;
}

.subscription-cads-section-one .subscription-plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.plan-card h4 {
  font-size: 16px;
}

.subscription-cads-section-one .plan-card {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  border: 1px solid rgba(226, 226, 226, 0.61);
  border-radius: 48px;
}

.subscription-cads-section-one .plan-head {
  padding: 20px;
  position: relative;
}

.subscription-cads-section-one .plan-head.gray {
  background: linear-gradient(
    96.06deg,
    rgba(153, 153, 153, 0.4) 1.87%,
    #ffffff 100%
  );
}
.subscription-cads-section-one .plan-head.blue {
  background: linear-gradient(96.06deg, #c7caff 1.87%, #ffffff 100%);
}
.subscription-cads-section-one .plan-head.gold {
  background: linear-gradient(96.06deg, #fff5d9 1.87%, #ffffff 100%);
}
.subscription-cads-section-one .plan-head.pink {
  background: linear-gradient(96.06deg, #ffa5d9 1.87%, #ffffff 100%);
}

.subscription-cads-section-one .plan-no {
  position: absolute;
  right: 15px;
  top: 15px;

  font-size: 36px;
  color: rgba(0, 0, 0, 0.15);
  font-size: 48px;
  font-weight: 900;
  color: #bbbbbb;
}

.subscription-cads-section-one .plan-body {
  padding: 20px 20px 0px 20px;
  font-family: satoshi;
}

.subscription-cads-section-one h3 del {
  color: #aaa;
  font-size: 16px;
}

.subscription-cads-section-one .choose-btn {
  width: 100%;
  background: #ffb400;
  border: none;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  border-radius: 50px;
  margin: 15px 0;
}

.subscription-cads-section-one .plan-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.subscription-cads-section-one .plan-list li {
  padding-left: 18px;
  margin-bottom: 10px;
  color: #242424;
  font-size: 12px;
  position: relative;
}

.subscription-cads-section-one .plan-list li::before {
  content: "";
  background: url("/final/DMK Bazar - 27-01-2026/images/ssi.png") no-repeat
    center;
  width: 12px;
  height: 12px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}

.plan-body .plan-for {
  font-size: 14px !important;
  font-weight: 600px !important;
  font-family: satoshi !important;
}

.subscription-cads-section-one .plan-list.collapsed li:nth-child(n + 8) {
  display: none;
}

.subscription-cads-section-one .view-more {
  background: none;
  border: none;
  color: #1c1f8a;
  margin-top: 15px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .subscription-cads-section-one .subscription-plans {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .subscription-cads-section-one .subscription-plans {
    grid-template-columns: 1fr;
  }
}

.subscription-cads-section-one .plan-footer {
  background: #f4f6ff; /* same light tone as Image-1 */
  padding: 0 0 10px 0;
  text-align: center;
  border-radius: 0 0 32px 32px;
  margin-top: 20px;
}

.subscription-cads-section-one .view-more {
  background: none;
  border: none;
  color: #1c1f8a;
  font-weight: 500;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.subscription-cads-section-one .view-more img {
  width: 14px;
  transition: transform 0.3s ease;
}

/* rotate icon on expand */
.subscription-cads-section-one
  .plan-list:not(.collapsed)
  ~ .plan-footer
  .view-more
  img {
  transform: rotate(180deg);
}

.subscription-cads-section-one .plan-footer {
  margin-top: auto;
}

.subscription-cads-section-one .plan-card {
  height: auto;
}

.subscription-cads-section-one .subscription-plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;

  /* 🔑 THIS IS THE FIX */
  align-items: start;
}

.subscription-cads-section-one .plan-card {
  display: flex;
  flex-direction: column;
  height: auto; /* important */
}

.subscription-cads-section-one .plan-list {
  overflow: hidden;
  max-height: 160px; /* height for 3 items */
  transition:
    max-height 0.45s ease,
    opacity 0.35s ease;
}

.subscription-cads-section-one .plan-list.collapsed {
  max-height: 160px;
  opacity: 1;
}

.subscription-cads-section-one .plan-list:not(.collapsed) {
  max-height: 1000px; /* big enough for full list */
  opacity: 1;
}

.subscription-cads-section-one .view-more i {
  transition: transform 0.3s ease;
}

.subscription-cads-section-one
  .plan-list:not(.collapsed)
  ~ .plan-footer
  .view-more
  i {
  transform: rotate(180deg);
}

.agent-form {
  /* padding: 40px; */
  background: #fff;
}

.agent-form__container {
  max-width: 1200px;
  margin: auto;
}

.agent-form__title {
  margin: 30px 0 15px;
  color: #0c0d27;
  font-weight: 700;
  font-size: 18px;
  font-family: Montserrat Alternates;
}

.agent-form__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.agent-form__field label {
  display: block;
  margin-bottom: 6px;
  font-family: satoshi;
  font-size: 15px;
  font-weight: 500;
}

.agent-form__field input,
.agent-form__field select,
.agent-form__field textarea {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}

.agent-form__field textarea {
  min-height: 120px;
  resize: none;
}

.agent-form__full {
  margin-top: 20px;
}

.agent-form__terms {
  margin: 20px 0;
  font-size: 14px;
}

.agent-form__submit {
  text-align: right;
}

.agent-form__submit button {
  background: #ffb400;
  border: none;
  padding: 14px 40px;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
}

/* POPUP */
.agent-form__popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.agent-form__popup-box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  text-align: center;
  max-width: 420px;
}

.agent-form__icon {
  width: 80px;
  height: 80px;
  background: #19c419;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 20px;
  font-size: 36px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .agent-form__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .agent-form__grid {
    grid-template-columns: 1fr;
  }

  .agent-form__submit {
    text-align: center;
  }
}

.dashboar-agent-dropdown {
  position: relative;
}

.dashboar-agent-dropdown .agent-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dashboar-agent-dropdown .agent-arrow {
  margin-left: auto;
  width: 14px;
  transition: transform 0.3s ease;
}

.dashboar-agent-dropdown.open .agent-arrow {
  transform: rotate(180deg);
}

/* DROPDOWN */
.dashboar-agent-dropdown .agent-dropdown-menu {
  display: none;
  margin-left: 35px;
  margin-top: 8px;
  flex-direction: column;
}

.dashboar-agent-dropdown.open .agent-dropdown-menu {
  display: flex;
}

.dashboar-agent-dropdown .agent-dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
  text-decoration: none;
  color: #333;
}

.dashboar-agent-dropdown .agent-dropdown-menu img {
  width: 18px;
  height: 18px;
}

/* MENU ROW */
.agent-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
}

/* SPACE BETWEEN TEXT & ARROW */
.agent-toggle .menu-text {
  flex: 1; /* pushes arrow to right */
}

/* ARROW */
.agent-toggle .agent-arrow {
  transition: transform 0.35s ease;
}

/* ACTIVE STATE (like your image) */
.dashboar-agent-dropdown.open .agent-toggle {
  background: #e7e9ff;
  color: #1c1f8a;
}

/* ROTATE ARROW UP */
.dashboar-agent-dropdown.open .agent-arrow {
  transform: rotate(180deg);
}

/* DROPDOWN SMOOTH SLIDE */
.agent-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-left: 36px;
}

/* OPEN STATE */
.dashboar-agent-dropdown.open .agent-dropdown-menu {
  max-height: 500px; /* enough for items */
}

.agent-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
}

.agent-toggle .menu-text {
  flex: 1;
}

/* make arrow clearly clickable */
.agent-arrow {
  padding: 6px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* rotate arrow when open */
.dashboar-agent-dropdown.open .agent-arrow {
  transform: rotate(180deg);
}

/* smooth dropdown */
.agent-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-left: 36px;
}

.dashboar-agent-dropdown.open .agent-dropdown-menu {
  max-height: 500px;
}

.real-estate-dash {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 16px;
  margin-bottom: 60px;
}

.real-estate-dash h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: satoshi;
}

.agent-adding-propery-steps {
  /* padding: 30px; */
  background: #fff;
}

/* HEADER */
.agent-adding-propery-steps__header h2 {
  margin-top: 6px;
}

/* PROGRESS BAR */
.agent-adding-propery-steps__progress {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 25px 0 35px;
}

.agent-adding-propery-steps__progress::before {
  content: "";
  position: absolute;
  left: 434px;
  right: 0px;
  width: 59%;
  overflow: hidden;
  height: 4px;
  background: #cfe3d6;
  z-index: 0;
}

.agent-adding-propery-steps .progress-step {
  width: 28px;
  height: 28px;
  background: #fff;
  border: 3px solid #cfe3d6;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.agent-adding-propery-steps .progress-step.active {
  border-color: #18b24c;
}

/* STEP */
.agent-adding-propery-steps__step {
  display: none;
}

.agent-adding-propery-steps__step.active-step {
  display: block;
}

/* CATEGORY GRID */
.agent-adding-propery-steps .category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.agent-adding-propery-steps .category-card {
  cursor: pointer;
  text-align: center;
}

.agent-adding-propery-steps .category-card input {
  display: none;
}

.agent-adding-propery-steps .category-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  border: 3px solid transparent;
  transition: all 0.3s ease;
}

.agent-adding-propery-steps .category-card span {
  display: block;
  margin-top: 10px;
  font-weight: 500;
}

/* SELECTED STATE */
.agent-adding-propery-steps .category-card input:checked + img {
  border-color: #18b24c;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .agent-adding-propery-steps .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .agent-adding-propery-steps .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .agent-adding-propery-steps .category-grid {
    grid-template-columns: 1fr;
  }
}

.agent-adding-propery-steps {
  background: #fff;
  /* padding: 30px; */
}

/* HEADER */
.agent-adding-propery-steps__breadcrumb {
  font-size: 14px;
  color: #777;
}

.agent-adding-propery-steps__header h2 {
  margin-top: 5px;
}

/* PROGRESS BAR */
.agent-adding-propery-steps__progress {
  display: flex;
  gap: 60px;
  margin: 25px 0 35px;
  align-items: center;
}

.agent-adding-propery-steps__progress .step {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 3px solid #cfe3d6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.agent-adding-propery-steps__progress .step.active {
  border-color: #18b24c;
}

.agent-adding-propery-steps__progress .step.completed {
  background: #18b24c;
  border-color: #18b24c;
  color: #fff;
  font-size: 14px;
}

/* SECTION */
.agent-adding-propery-steps__section-title {
  margin-bottom: 20px;
}

/* SELECTED CATEGORY */
.agent-adding-propery-steps__selected-category {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.agent-adding-propery-steps__selected-category img {
  width: 80px;
  height: 100px;
  border-radius: 12px;
  object-fit: cover;
}

/* PROPERTY TYPE */
.agent-adding-propery-steps__property-type {
  margin-bottom: 25px;
}

.agent-adding-propery-steps__property-type .type-options {
  display: flex;
  gap: 15px;
  margin-top: 8px;
}

.agent-adding-propery-steps__property-type label input {
  display: none;
}

.agent-adding-propery-steps__property-type label span {
  padding: 10px 28px;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  background-color: #f9f9f9;
  border: 1px solid #cfc5c1;
}

.agent-adding-propery-steps__property-type label input:checked + span {
  /* border-color: #18b24c; */
  /* background: #CFC5C1;  */
}

/* FORM GRID */
.agent-adding-propery-steps__form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.agent-adding-propery-steps__form-grid .form-group.full {
  grid-column: span 2;
}

.agent-adding-propery-steps__form-grid input,
.agent-adding-propery-steps__form-grid textarea {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
}

.agent-adding-propery-steps__form-grid textarea {
  min-height: 120px;
  resize: none;
}

/* ACTIONS */
.agent-adding-propery-steps__actions {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 30px;
}

.agent-adding-propery-steps__actions .btn-back {
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px 28px;
  border-radius: 10px;
}

.agent-adding-propery-steps__actions .btn-next {
  background: #ffb400;
  border: none;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .agent-adding-propery-steps__form-grid {
    grid-template-columns: 1fr;
  }

  .agent-adding-propery-steps__form-grid .form-group.full {
    grid-column: span 1;
  }

  .agent-adding-propery-steps__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* SECTION TITLE */
.agent-adding-propery-steps__section-title {
  margin-bottom: 20px;
}

/* SEO FIELD */
.agent-adding-propery-steps .seo-field {
  margin-bottom: 25px;
}

/* .agent-adding-propery-steps .seo-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
} */

.agent-adding-propery-steps .seo-field label {
  display: block;
  margin-bottom: 8px;
  display: flex;
  font-weight: 500;
  flex-direction: row;
}

.agent-adding-propery-steps .seo-field label img {
  height: 20px;
  object-fit: contain;
}

.agent-adding-propery-steps .seo-field input,
.agent-adding-propery-steps .seo-field textarea {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}

.agent-adding-propery-steps .seo-field textarea {
  min-height: 110px;
  resize: none;
}

/* WARNING TEXT */
.agent-adding-propery-steps .seo-warning {
  margin-top: 6px;
  font-size: 12px;
  color: #e53935;
}

/* OG IMAGE */
.agent-adding-propery-steps .og-upload-box {
  width: 180px;
  height: 100px;
  border: 1.5px dashed #dcdcdc;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #555;
}

.agent-adding-propery-steps .og-upload-box i {
  font-size: 22px;
}

/* ACTION BUTTONS */
.agent-adding-propery-steps__actions {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 35px;
}

.agent-adding-propery-steps__actions .btn-back {
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px 28px;
  border-radius: 10px;
}

.agent-adding-propery-steps__actions .btn-next {
  background: #ffb400;
  border: none;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .agent-adding-propery-steps__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .agent-adding-propery-steps .og-upload-box {
    width: 100%;
  }
}

/* FORM GRID */
.agent-adding-propery-steps__form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.single-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.agent-adding-propery-steps__form-grid .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.agent-adding-propery-steps__form-grid input,
.agent-adding-propery-steps__form-grid select {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  background: #fff;
}

/* ACTION BUTTONS */
.agent-adding-propery-steps__actions {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 40px;
}

.agent-adding-propery-steps__actions .btn-back {
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px 28px;
  border-radius: 10px;
}

.agent-adding-propery-steps__actions .btn-next {
  background: #ffb400;
  border: none;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .agent-adding-propery-steps__form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .agent-adding-propery-steps__form-grid {
    grid-template-columns: 1fr;
  }

  .agent-adding-propery-steps__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

.agent-adding-propery-steps__progress {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

/* BASE LINE (light green full width) */
.agent-adding-propery-steps__progress::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  background: #cfe6d6;
  transform: translateY(-50%);
  border-radius: 10px;
  z-index: 1;
}

/* PROGRESS LINE (dark green till completed) */
.agent-adding-propery-steps__progress::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc((1 / 6) * 90%); /* 👈 CHANGE THIS NUMBER */
  height: 6px;
  background: #1fa84f;
  transform: translateY(-50%);
  border-radius: 10px;
  z-index: 2;
}

/* STEP CIRCLES */
.agent-adding-propery-steps__progress .step {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #cfe6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

/* COMPLETED STEPS */
.agent-adding-propery-steps__progress .step.completed {
  background: #1fa84f;
  border-color: #1fa84f;
  color: #fff;
  font-size: 14px;
}

/* ACTIVE STEP */
.agent-adding-propery-steps__progress .step.active {
  border-color: #1fa84f;
  background: #fff;
}

.step.completed img {
  height: 28px;
  background: white;
}

.agent-adding-propery-steps__progress .step:first-child {
  opacity: 0;
  pointer-events: none;
}

.map-wrapper {
  width: 100%;
  height: 200px;
  margin: 30px 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
}

/* STEP 6 WRAPPER */
.agent-step-six {
  padding: 40px 0;
}

/* TITLE */
.agent-step-six .step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* LABEL */
.agent-step-six .step-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

/* UPLOAD BOX */
.agent-step-six .upload-box {
  border: 2px dashed #d9d9d9;
  border-radius: 12px;
  height: 140px;
  display: flex;

  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
}

.agent-step-six .upload-box:hover {
  border-color: #24c04a;
  background: #f7fdf9;
}

/* ICON IMAGE */
.agent-step-six .upload-box img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* TEXT */
.agent-step-six .upload-box span {
  font-size: 14px;
  color: #333;
}

/* VIDEO INPUT */
.agent-step-six .video-input {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  padding: 0 14px;
  font-size: 14px;
}

.agent-step-six .video-input:focus {
  outline: none;
  border-color: #24c04a;
}

/* STEP 7 WRAPPER */
.agent-step-seven {
  padding: 80px 0;
}

/* CARD */
.agent-step-seven .success-card {
  text-align: center;
  padding: 40px 20px;
}

/* ICON */
.agent-step-seven .success-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}

.agent-step-seven .success-icon svg {
  width: 100%;
  height: 100%;
}

.agent-step-seven .success-icon circle {
  fill: #14b82a;
}

.agent-step-seven .success-icon path {
  fill: none;
  stroke: #fff;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* TITLE */
.agent-step-seven h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* SUBTEXT */
.agent-step-seven p {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

/* BUTTON */
.agent-step-seven .success-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #f5b400;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.agent-step-seven .success-btn:hover {
  background: #e2a800;
}

.agent-adding-propery-steps__progress {
  position: relative;
}

.agent-adding-propery-steps__progress::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  background: #cfe6d6;
  transform: translateY(-50%);
  border-radius: 10px;
  z-index: 1;
}

.agent-adding-propery-steps__progress::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: var(--progress-width, 0%);
  height: 6px;
  background: #1fa84f;
  transform: translateY(-50%);
  border-radius: 10px;
  z-index: 2;
}

.my-properties-projects-section {
  padding: 40px 0;
  background: #fff;
}

/* Breadcrumb */
.my-properties-projects-section__breadcrumb {
  font-size: 13px;
  color: #777;
  margin-bottom: 8px;
}
.my-properties-projects-section__breadcrumb span {
  margin: 0 4px;
}

/* Title */
.my-properties-projects-section__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Tabs */
.my-properties-projects-section__tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.my-properties-projects-section__tabs button {
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}
.my-properties-projects-section__tabs button.active {
  background: #1f2a8c;
  color: #fff;
  border-color: #1f2a8c;
}

/* Card */
.my-properties-projects-section__card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px;
  border-radius: 14px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  background: #fff;
}

/* Image */
.my-properties-projects-section__image img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
}

/* Info */
.my-properties-projects-section__info {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  flex: 1;
}
.my-properties-projects-section__info .item span {
  font-size: 12px;
  color: #777;
}
.my-properties-projects-section__info .item strong,
.my-properties-projects-section__info .item .value {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.my-properties-projects-section__info .item {
  display: flex;
  flex-direction: column;
}

/* Toggle */
.my-properties-projects-section .switch {
  position: relative;
  width: 42px;
  height: 22px;
  display: inline-block;
}
.my-properties-projects-section .switch input {
  display: none;
}
.my-properties-projects-section .switch span {
  position: absolute;
  inset: 0;
  background: #ccc;
  border-radius: 20px;
}
.my-properties-projects-section .switch span::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  left: 2px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.my-properties-projects-section .switch input:checked + span {
  background: #16a34a;
}
.my-properties-projects-section .switch input:checked + span::before {
  transform: translateX(20px);
}

/* Status */
.my-properties-projects-section .status {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
}
.my-properties-projects-section .status.pending {
  background: #ffe9d6;
  color: #ff7a00;
  width: fit-content;
}

/* 3 dot menu */
/* .my-properties-projects-section__menu {
  font-size: 22px;
  color: #000;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 50%;
  background: #f3f3f3;
} */

.my-properties-projects-section__menu img {
  height: 30px;
  object-fit: contain;
}
.my-properties-projects-section__menu:hover {
  background: #f3f3f3;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .my-properties-projects-section__info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .my-properties-projects-section__card {
    flex-direction: column;
    align-items: flex-start;
  }
  .my-properties-projects-section__info {
    grid-template-columns: 1fr;
  }
}

.my-properties-projects-section .status.approved {
  background: #e6f9ee;
  color: #15803d;
  width: fit-content;
}

.my-properties-projects-section .status.rejected {
  background: #ffe4e4;
  color: #b91c1c;
  width: fit-content;
}

/* .my-properties-projects-section__info {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  gap: 20px;
  align-items: center;
}


.my-properties-projects-section__info {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 20px;
  align-items: center;
}


.my-properties-projects-section__info {
  display: grid;
  grid-template-columns: fit-content(280px) repeat(4, 160px);
  gap: 20px;
  align-items: center;
} */

/* .my-properties-projects-section__info {
  display: grid;
  grid-template-columns: auto repeat(4, 1fr);
  gap: 20px;
  align-items: center;
} */

.property-action-bar {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* STATUS */
.property-action-bar__status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

/* SWITCH */
.status-switch {
  position: relative;
  width: 42px;
  height: 22px;
}
.status-switch input {
  display: none;
}
.status-switch .slider {
  position: absolute;
  inset: 0;
  background: #d1d5db;
  border-radius: 20px;
}
.status-switch .slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 2px;
  top: 2px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.status-switch input:checked + .slider {
  background: #22c55e;
}
.status-switch input:checked + .slider::before {
  transform: translateX(20px);
}

/* BUTTON BASE */
.property-action-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

/* EDIT */
.property-action-bar__btn.edit {
  background: #1e2a8a;
}

/* DELETE */
.property-action-bar__btn.delete {
  background: #ff0000;
}

/* ICONS */
.property-action-bar__btn i {
  font-size: 15px;
}

/* WISHLIST */
.property-action-bar .wishlist-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f3f4f6;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.property-action-bar .wishlist-btn i {
  font-size: 18px;
  color: #000;
}

.dashboard-property-enquiry {
  /* padding: 40px; */
  background: #fff;
}

.dashboard-property-enquiry__container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.dashboard-property-enquiry__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.dashboard-property-enquiry__breadcrumb {
  font-size: 13px;
  color: #777;
  margin-bottom: 6px;
}

.dashboard-property-enquiry__breadcrumb span {
  margin: 0 4px;
}

.dashboard-property-enquiry__title {
  font-size: 22px;
  font-weight: 600;
}

/* Export */
.dashboard-property-enquiry__export {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #16a34a;
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
}

/* Table wrapper */
.dashboard-property-enquiry__table-wrap {
  /* background: #f0f8ff; */
  border-radius: 14px;
  /* padding: 14px; */
  overflow-x: auto;

  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

/* Table */
.dashboard-property-enquiry__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.dashboard-property-enquiry__table thead {
  background: #e7f5ff;
}

.dashboard-property-enquiry__table th,
.dashboard-property-enquiry__table td {
  padding: 14px 16px;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
}

.dashboard-property-enquiry__table th {
  font-weight: 500;
  color: #333;
}

.dashboard-property-enquiry__table tbody tr {
  border-bottom: 1px dashed #d1d5db;
}

.dashboard-property-enquiry__table tbody tr:last-child {
  border-bottom: none;
}

/* Status */
.dashboard-property-enquiry .status {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.dashboard-property-enquiry .status.completed {
  background: #dcfce7;
  color: #15803d;
}

.dashboard-property-enquiry .status.pending {
  background: #ffedd5;
  color: #ea580c;
}

/* Actions */
.dashboard-property-enquiry .actions {
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .dashboard-property-enquiry {
    padding: 20px;
  }

  .dashboard-property-enquiry__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.actions img {
  height: 30px;
  object-fit: contain;
}

.enquiry-propery-view {
  background: #fff;
}

.enquiry-propery-view__container {
  max-width: 1200px;
  margin: auto;
}

/* Breadcrumb */
.enquiry-propery-view__breadcrumb {
  font-size: 13px;
  color: #777;
  margin-bottom: 8px;
}

.enquiry-propery-view__breadcrumb span {
  margin: 0 4px;
}

/* Title */
.enquiry-propery-view__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Card */
.enquiry-propery-view__card {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 20px;
}

/* Top Section */
.enquiry-propery-view__top {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* Image */
.enquiry-propery-view__image img {
  width: 200px;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
}

/* Property Info */
.enquiry-propery-view__property {
  flex: 1;
}

.enquiry-propery-view__id {
  font-size: 13px;
  color: #4f46e5;
}

.enquiry-propery-view__property h3 {
  margin: 6px 0;
  font-size: 18px;
  font-weight: 600;
}

.enquiry-propery-view__price {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Call Button */
.enquiry-propery-view__call {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #22c55e;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

/* Status */
.enquiry-propery-view__status select {
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #f97316;
}

/* Divider */
.enquiry-propery-view__divider {
  border-top: 1px dashed #d1d5db;
  margin: 20px 0;
}

/* Details Grid */
.enquiry-propery-view__details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.enquiry-propery-view__details .item span {
  font-size: 12px;
  color: #777;
}

.enquiry-propery-view__details .item strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

/* Message */
.enquiry-propery-view__message span {
  font-size: 12px;
  color: #777;
}

.enquiry-propery-view__message p {
  margin-top: 6px;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .enquiry-propery-view {
    padding: 20px;
  }

  .enquiry-propery-view__top {
    flex-direction: column;
  }

  .enquiry-propery-view__image img {
    width: 100%;
    height: 200px;
  }

  .enquiry-propery-view__details {
    grid-template-columns: 1fr;
  }
}

/* ROOT SECTION */
.prooduct-service-vendor-form-section {
  background: #ffffff;
  /* padding: 30px 0; */
}

/* PROGRESS BAR */
.prooduct-service-vendor-form-section .form-progress {
  height: 4px;
  background: linear-gradient(to right, #1db954 50%, #e6e6e6 50%);
  border-radius: 10px;
  margin-bottom: 25px;
}

/* TITLES */
.prooduct-service-vendor-form-section .form-title {
  font-size: 14px;
  font-weight: 600;
  color: #1b3fd1;
  margin-bottom: 10px;
}

/* LABELS */
.prooduct-service-vendor-form-section label {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

/* INPUTS */
.prooduct-service-vendor-form-section .form-control {
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ddd;
  box-shadow: none;
  background-color: white;
}

/* TEXTAREA */
.prooduct-service-vendor-form-section textarea.form-control {
  resize: none;
}

/* UPLOAD BOX */
.prooduct-service-vendor-form-section .upload-box {
  border: 1px dashed #ccc;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #555;
  transition: background 0.2s ease;
}

.prooduct-service-vendor-form-section .upload-box:hover {
  background: #f7f7f7;
}

/* FAQ HEADER */
.prooduct-service-vendor-form-section .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

/* ADD FAQ BUTTON */
.prooduct-service-vendor-form-section .add-faq {
  border: none;
  background: none;
  color: #1b3fd1;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

/* FAQ ITEM */
.prooduct-service-vendor-form-section .faq-item {
  margin-top: 15px;
}

/* CHECKBOX */
.prooduct-service-vendor-form-section .form-check-label {
  font-size: 13px;
  color: #444;
}

/* SUBMIT BUTTON */
.prooduct-service-vendor-form-section .submit-btn {
  background: #ffb703;
  border: none;
  padding: 10px 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

/* 
.doc-upload-img img{
  height: 18px ;
  object-fit: contain;
  margin-right: 5px;
}
 */

.prooduct-service-vendor-form-section .doc-upload-img .upload-box {
  border: 1px dashed #ccc;
  border-radius: 8px;
  padding: 22px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  color: #555;
}

.prooduct-service-vendor-form-section .doc-upload-img .upload-box img {
  width: 18px;
  height: auto;
}

.products-dashboard-enquires {
  padding: 20px 0;
}

.products-dashboard-enquires .dashboard-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  padding: 0px 0px 22px;
  height: 100%;
  border: 1px solid #ededed;
}

.products-dashboard-enquires .card-title {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 16px 16px 0 0;
  margin-bottom: 18px;
}

.products-dashboard-enquires .stats-row {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.products-dashboard-enquires .stat-item {
  flex: 1;
  position: relative;
}

.products-dashboard-enquires .stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #e6e6e6;
}

.products-dashboard-enquires .stat-item span {
  display: block;
  font-size: 12px;
  color: #777;
  margin-bottom: 6px;
}

.products-dashboard-enquires .stat-item strong {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

/* MOBILE */
@media (max-width: 767px) {
  .products-dashboard-enquires .stats-row {
    flex-wrap: wrap;
    gap: 15px;
  }

  .products-dashboard-enquires .stat-item {
    width: 50%;
  }

  .products-dashboard-enquires .stat-item::after {
    display: none;
  }
}

.dashboard-add-product-form {
  padding: 25px 0 40px;
  background: #fff;
}

.dashboard-add-product-form .form-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

.dashboard-add-product-form label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

.dashboard-add-product-form .form-control {
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}

.dashboard-add-product-form .form-control:focus {
  box-shadow: none;
  border-color: #f5b400;
}

.dashboard-add-product-form .upload-box {
  border: 1px dashed #ccc;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #555;
}

.dashboard-add-product-form .upload-box i {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}

.dashboard-add-product-form .add-state-col {
  display: flex;
  align-items: flex-end;
}

.dashboard-add-product-form .add-state-btn {
  background: none;
  border: none;
  color: #1b3fd1;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}

.dashboard-add-product-form .submit-btn {
  background: #f5b400;
  border: none;
  padding: 14px 36px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
}

/* MOBILE FIX */
@media (max-width: 767px) {
  .dashboard-add-product-form .add-state-col {
    align-items: flex-start;
    margin-top: 10px;
  }
}

.dashboard-add-product-form {
  background: #fff;
  padding: 25px 0 40px;
}

.dashboard-add-product-form .form-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

.dashboard-add-product-form label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

.dashboard-add-product-form .form-control {
  height: 52px;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  background-color: white;
  border: 1px solid #e3e3e3;
}

.dashboard-add-product-form .form-control:focus {
  box-shadow: none;
  border-color: #f5b400;
}

.dashboard-add-product-form .add-state-btn {
  background: none;
  border: none;
  color: #1b3fd1;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dashboard-add-product-form .upload-box {
  border: 1px dashed #d5d5d5;
  border-radius: 14px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  color: #555;
}

.dashboard-add-product-form .upload-box i {
  font-size: 22px;
}

.dashboard-add-product-form .submit-btn {
  background: #f5b400;
  border: none;
  padding: 14px 38px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
}

.dashboard-add-product-form select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;

  padding-right: 40px; /* space for arrow */
}

.add-state-dist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.dash-prodcut-lisitng img {
  object-fit: contain;
}

.dash-services-lisitng img {
  object-fit: cover;
}

.item .price-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.item .final-price {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.item .old-price {
  font-size: 14px;
  color: #e11d48; /* red */
  font-weight: 500;
}

.dash-prodcut-lisitng .switch input[rejected] + span {
  background: #ef4444;
}

.dash-inn-pro {
  display: flex;
  justify-content: space-between;
}

.dash-inn-pro .pending {
  background: #ffe9d6;
  color: #ff7a00;
  padding: 5px 10px;
  width: fit-content;
  margin-bottom: 5px;
  border-radius: 30px;
}

.product-enquiry-igg img {
  object-fit: contain;
  height: 180px;
}

.subscription-tabs .tab-btn img {
  height: 20px;
}

.subscription-tabs .tab-btn img {
  height: 20px;
  filter: none;
  transition: filter 0.2s ease;
}

.subscription-tabs .tab-btn.active img {
  filter: brightness(0) invert(1);
}

.dashboar-section .home-feature-listings .hfl-price {
  font-size: 18px;
  font-weight: 700;
  font-family: Satoshi;
  margin-bottom: 4px;
}

.dashboar-section .home-feature-listings .hfl-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.dashboar-section .home-feature-listings .hfl-location {
  color: #6b7280;
  font-size: 13px !important;
  margin-bottom: 0;
}

.my-profile-update {
  background: #fff;
  padding: 20px;
}

.my-profile-update .profile-tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.my-profile-update .tab-btn {
  padding: 12px 25px;
  border-radius: 14px;
  border: 1px solid #eee;
  background: #fff;
  cursor: pointer;
  font-weight: 500;
}

.my-profile-update .tab-btn.active {
  background: #1e267a;
  color: #fff;
}

.my-profile-update .tab-content {
  display: none;
}

.my-profile-update .tab-content.active {
  display: block;
}

.my-profile-update label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.my-profile-update input,
.my-profile-update select {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.my-profile-update .upload-box {
  border: 2px dashed #ddd;
  height: 150px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-profile-update .btn-update {
  background: #ffc107;
  border: none;
  padding: 14px 30px;
  border-radius: 10px;
  font-weight: 600;
}

.profile-form .upload-box img {
  height: 20px;
}

.saved-address-section {
  position: relative;
}

/* ADDRESS GRID */
/* .saved-address-section .address-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
} */

.saved-address-section .address-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.saved-address-section .address-card {
  border: 1px solid #dcdcff;
  border-radius: 14px;
  padding: 20px;
  background: #fff;
}

.saved-address-section .address-card.add-new {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fafaff;
  font-weight: 600;
  color: #1e267a;
}

.saved-address-section .address-actions {
  margin-top: 15px;
}

.saved-address-section .address-actions a {
  margin-right: 10px;
  font-size: 14px;
}

.saved-address-section .address-actions .delete {
  color: red;
}

/* MODAL */
.saved-address-section .address-modal {
  display: none;
}

.saved-address-section .address-modal.active {
  display: block;
}

.saved-address-section .modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(3px);
  z-index: 1049;
}

.saved-address-section .modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
  width: 90%;
  max-width: 700px;
  padding: 30px;
  z-index: 1050;
}

.saved-address-section .modal-box h3 {
  margin-bottom: 20px;
}

/* FORM */
.saved-address-section .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.saved-address-section .form-group.full {
  grid-column: 1 / -1;
}

.saved-address-section input,
.saved-address-section select,
.saved-address-section textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.saved-address-section textarea {
  resize: none;
  height: 90px;
}

/* ADDRESS TYPE */
.saved-address-section .address-type {
  display: flex;
  gap: 15px;
  margin: 20px 0;
}

.saved-address-section .type-btn {
  padding: 10px 18px;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.saved-address-section .type-btn.active {
  border-color: #1e267a;
  color: #1e267a;
}

/* ACTIONS */
.saved-address-section .modal-actions {
  text-align: left;
}

.saved-address-section .save-btn {
  background: #ffc107;
  border: none;
  padding: 14px 30px;
  border-radius: 10px;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .saved-address-section .form-grid {
    grid-template-columns: 1fr;
  }
}

.customer-review-section .crs-stars i {
  color: #221f15 !important;
}

.notification-settings {
  background: #fff;
}

.notification-settings .ns-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.notification-settings .ns-card {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.notification-settings .ns-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.notification-settings .ns-icon {
  width: 46px;
  height: 46px;
  background: #fff3cd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5a000;
  font-size: 18px;
}

.notification-settings .ns-text {
  font-size: 15px;
  font-weight: 500;
}

/* SWITCH */
.notification-settings .ns-switch {
  position: relative;
  width: 44px;
  height: 24px;
}

.notification-settings .ns-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.notification-settings .ns-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #ccc;
  border-radius: 20px;
  transition: 0.3s;
}

.notification-settings .ns-slider::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.notification-settings .ns-switch input:checked + .ns-slider {
  background: #16a34a;
}

.notification-settings .ns-switch input:checked + .ns-slider::before {
  transform: translateX(20px);
}

.my-sub-cription {
  display: flex !important;
  flex-direction: column !important;
  align-items: none !important;
}
.my-sub-cription .plan-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my-sub-cription li {
  font-size: 15px !important;
}

.my-sub-cription h3 {
  font-size: 18px;
  font-family: satoshi;
}

/* hide all plan blocks by default */
.my-sub-cription .plan-item {
  display: none;
}

/* show ONLY the default (all) plan on load */
.my-sub-cription .plan-item[data-plan="all"] {
  display: block;
}

.choose-btn.active {
  background-color: green;
  color: white;
}
.plan-body p {
}

.green {
  color: #16a34a;
  font-weight: 500;
}

.red {
  color: #dc2626;
  font-weight: 500;
}

.transcation-history {
  background: #fff;
}

/* wrapper for responsive scroll */
.transcation-history .th-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid #eee;
}

/* table */
.transcation-history .th-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

/* header */
.transcation-history .th-table thead {
  background: #eaf6ff;
}

.transcation-history .th-table th {
  text-align: left;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

/* body cells */
.transcation-history .th-table td {
  padding: 18px;
  font-size: 14px;
  white-space: nowrap;
}

/* dotted row separators */
.transcation-history .th-table tbody tr:not(:last-child) td {
  border-bottom: 1px dashed #cfcfcf;
}

/* status pills */
.transcation-history .status {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.transcation-history .status.success {
  background: #dcfce7;
  color: #15803d;
  border: 1px solid #86efac;
}

.transcation-history .status.failed {
  background: #fee2e2;
  color: #b91c1c;
  border: 1px solid #fca5a5;
}

.chnage-password {
  background: #fff;
  padding: 20px;
}

.chnage-password .cp-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.chnage-password .cp-input-wrap {
  position: relative;
}

.chnage-password .cp-input-wrap input {
  width: 100%;
  padding: 14px 44px 14px 14px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}

.chnage-password .cp-toggle {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}

.chnage-password .cp-btn {
  background: #fbbc04;
  border: none;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
}

.mrext {
  margin-top: 400px;
}

.logout-modal {
  display: none;
}

.logout-modal.active {
  display: block;
}

/* Overlay */
.logout-modal .logout-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 1049;
}

/* Box */
.logout-modal .logout-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 92%;
  max-width: 420px;
  padding: 70px 26px 20px;
  border-radius: 18px;
  text-align: center;
  z-index: 1050;
}

/* Top icon */
.logout-modal .logout-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #fff3cd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f59e0b;
  font-size: 26px;
}

.logout-modal h3 {
  font-size: 18px;
  margin-bottom: 22px;
}

/* Buttons */
.logout-modal .logout-actions {
  display: flex;
  gap: 15px;
}

.logout-modal button {
  flex: 1;
  padding: 14px;
  border-radius: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 0.2s;
}

.logout-modal .logout-yes {
  background: #16a34a;
  color: #fff;
}

.logout-modal .logout-yes:hover {
  background: #15803d;
}

.logout-modal .logout-no {
  background: #fee2e2;
  color: #b91c1c;
}

.logout-modal .logout-no:hover {
  background: #fecaca;
}

/* Success state */
.logout-modal .logout-success {
  display: none;
  margin-top: 20px;
}

.logout-modal .logout-success i {
  font-size: 42px;
  color: #16a34a;
  margin-bottom: 10px;
}

.logout-modal .logout-success span {
  font-size: 13px;
  color: #666;
}

.logout-modal.success .logout-actions {
  display: none;
}

.logout-modal.success .logout-success {
  display: block;
}

.logout-icon img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 40px;
}

.login-verfy {
  display: flex;
  margin: 20px auto;
}

.login-verfy {
  width: fit-content;
}

.padding-left {
  padding-left: 111px !important;
  padding-right: 0 !important;
}

.slider3x .swiper-wrapper {
  padding-bottom: 60px;
}

.properties-inn-filters select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;

  padding-right: 40px; /* space for arrow */
}

.products-view-inn-card .hfl-price {
  font-size: 24px;
  font-weight: 700;
  font-family: Satoshi;
  margin-bottom: 4px;
  color: #000000;
}

.products-view-inn-card .my-common {
  margin-bottom: 10px;
}

.products-view-inn-card .hfl-name {
  font-size: 20px;
  font-weight: 500;
  font-family: Satoshi;
  margin-bottom: 10px;
  color: #3a3a3a;
}

/* HARD RESET FOR SOLD CARD */
.products-view-inn-card.my-sold {
  position: relative;
  isolation: isolate; /* 🔥 THIS IS THE KEY */
  overflow: hidden;
}

/* FORCE CHILDREN BELOW */
.products-view-inn-card.my-sold .card-left,
.products-view-inn-card.my-sold .card-right {
  position: relative;
  z-index: 1;
}

/* DARK OVERLAY */
.products-view-inn-card.my-sold::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.51);
  z-index: 5;
  pointer-events: none;
}

/* SOLD IMAGE */
.products-view-inn-card.my-sold::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 80px;
  background-image: url("../images/sold.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 6;
  pointer-events: none;
}

/* LOCK INTERACTION */
.products-view-inn-card.my-sold {
  pointer-events: none;
}

.property-details-view-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
  height: 420px;
  overflow: hidden; /* 🔴 THIS KILLS SCROLL */
}

/* Thumb */
.property-details-view-thumbs .thumb {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.property-details-view-thumbs .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hide extra thumbs visually */
.property-details-view-thumbs .thumb.extra {
  display: none;
}

.count-thumb .count-overlay {
  position: absolute;

  bottom: 10px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  padding: 15px 20px;
  right: 10px;

  height: 40px;
  width: fit-content;
  align-items: center;

  background: rgba(0, 0, 0, 0.7);
  border-radius: 69px;
}

.hm-projects h3 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 24px;

  color: #3a3a3a !important;
}

.home-lps h3 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 24px !important;

  color: #eaeaea !important;
}

.only-img img {
  height: 20px;
  object-fit: contain;
}
