/****** Utils ******/
@import url("../../../css2");

header {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

:root {
  /**
  @color declaration
  */
  --white: #fff;
  --primary-100: #d2f3ed;
  --primary-200: #bbede5;
  --primary-300: #a4e7dc;
  --primary-400: #8ee2d3;
  --primary-500: #77dcca;
  --primary-600: #60d6c1;
  --primary-700: #49d0b9;
  --primary-800: #33cab0;
  --primary-900: #1cc4a7;
  --primary-950: #128f7c;
  --secondary-100: #e4ddfc;
  --secondary-200: #d6ccfb;
  --secondary-300: #c9bbf9;
  --secondary-400: #bbaaf8;
  --secondary-500: #ad99f7;
  --secondary-600: #a088f5;
  --secondary-700: #9277f4;
  --secondary-800: #8566f2;
  --secondary-900: #7755f1;
  --secondary-950: #6e3fe8;
  --gray-100: #e2e4e6;
  --gray-200: #c6cace;
  --gray-300: #aab0b6;
  --gray-400: #90979f;
  --gray-500: #5d6772;
  --gray-600: #45505c;
  --gray-700: #2e3b48;
  --gray-800: #182634;
  --gray-900: #051321;
  --light-100: #fefefe;
  --light-200: #fdfefe;
  --light-300: #fdfdfd;
  --light-400: #fcfcfd;
  --light-500: #fbfbfc;
  --light-600: #fafbfc;
  --light-700: #f9fafb;
  --light-800: #f9f9fb;
  --light-900: #f8f9fa;
  --light-950: #eceff2;
  --success-100: #dbf8ef;
  --success-200: #c9f5e8;
  --success-300: #b7f2e0;
  --success-400: #a6efd8;
  --success-500: #94ebd0;
  --success-600: #82e8c8;
  --success-700: #70e5c1;
  --success-800: #5ee1b9;
  --success-900: #0abf8d;
  --danger-100: #ffdbe0;
  --danger-200: #fec9d0;
  --danger-300: #feb7c1;
  --danger-400: #fea5b1;
  --danger-500: #fe93a1;
  --danger-600: #fe8192;
  --danger-700: #fd6f82;
  --danger-800: #fd5d73;
  --danger-900: #fd4b63;
  --danger-950: #ea143b;
  --warning-100: #fff3e0;
  --warning-200: #ffedd1;
  --warning-300: #ffe7c2;
  --warning-400: #ffe1b3;
  --warning-500: #ffdaa3;
  --warning-600: #ffd494;
  --warning-700: #ffce85;
  --warning-800: #ffc875;
  --warning-900: #ffc266;
  --warning-950: #fea439;
  --info-100: #d6e5ee;
  --info-200: #c2d8e5;
  --info-300: #aecbdc;
  --info-400: #9abfd4;
  --info-500: #85b2cb;
  --info-600: #71a5c2;
  --info-700: #5d98b9;
  --info-800: #488bb1;
  --info-900: #347ea8;
  --info-950: #366e93;
  --pink-100: #ffecf4;
  --pink-200: #fed9e8;
  --pink-300: #fdc6dd;
  --pink-400: #fab2d2;
  --pink-500: #f79fc6;
  --pink-600: #f38bbb;
  --pink-700: #ef76b0;
  --pink-800: #e960a5;
  --pink-900: #e4479b;
  --purple-100: #ecd2fc;
  --purple-200: #e3bcfb;
  --purple-300: #d9a6f9;
  --purple-400: #d090f8;
  --purple-500: #c679f6;
  --purple-600: #bd63f5;
  --purple-700: #b34df3;
  --purple-800: #aa36f2;
  --purple-900: #a020f0;
  --purple-950: #8f1bd5;
  --cyan-100: #d1ffff;
  --cyan-200: #baffff;
  --cyan-300: #a3ffff;
  --cyan-400: #8dffff;
  --cyan-500: #76ffff;
  --cyan-600: #5fffff;
  --cyan-700: #48ffff;
  --cyan-800: #31ffff;
  --cyan-900: #1affff;
  --cyan-950: #00e0e5;
  --indigo-100: #dfd1e9;
  --indigo-200: #cebadd;
  --indigo-300: #bea3d2;
  --indigo-400: #ae8dc7;
  --indigo-500: #9e76bc;
  --indigo-600: #8e5fb1;
  --indigo-700: #7d48a5;
  --indigo-800: #6d319a;
  --indigo-900: #5d1a8f;
  --indigo-950: #3c0467;
  --orange-100: #ffefd1;
  --orange-200: #ffe7ba;
  --orange-300: #ffdfa3;
  --orange-400: #ffd78d;
  --orange-500: #ffce76;
  --orange-600: #ffc65f;
  --orange-700: #ffbe48;
  --orange-800: #ffb631;
  --orange-900: #ffae1a;
  --orange-950: #f98d07;
  --teal-100: #d1e8e8;
  --teal-200: #badddd;
  --teal-300: #a3d1d1;
  --teal-400: #8dc6c6;
  --teal-500: #76bbbb;
  --teal-600: #5fafaf;
  --teal-700: #48a4a4;
  --teal-800: #319898;
  --teal-900: #1a8d8d;
  --teal-950: #186c6d;
  --primary-transparent: #e8f9f6;
  --secondary-transparent: #f1eefe;
  --danger-transparent: #ffedef;
  --success-transparent: #edfcf7;
  --warning-transparent: #fff9f0;
  --info-transparent: #ebf2f6;
  --gray-transparent: #e7e9ec;
  --light-transparent: #ebf2f6;
  --cyan-transparent: #e8ffff;
  --indigo-transparent: #efe8f4;
  --orange-transparent: #fff7e8;
  --pink-transparent: #fdf4f9;
  --purple-transparent: #f6e9fe;
  --teal-transparent: #e8f4f4;
  --form-bg: #f7f8fa;
  --input-border: #f7f8fa;
  --heading-color: #051321;
  --body-color: #5d6772;
  --border-color: #e2e4e6;
  --primary: #03bd9d;
  --primary-rgb: 3, 189, 157;
  --primary-dark: rgb(2.55, 160.65, 133.45);
  --secondary: #013440;
  --secondary-rgb: 104, 66, 239;
  --secondary-dark: rgb(88.4, 56.1, 203.15);
  --dark: #0d1520;
  --dark-rgb: 13, 21, 32;
  --dark-dark: rgb(11.05, 17.85, 27.2);
  --light: #f7f8fa;
  --light-rgb: 247, 248, 250;
  --light-dark: rgb(209.95, 210.8, 212.5);
  --info: #347ea8;
  --info-rgb: 52, 126, 168;
  --info-dark: rgb(44.2, 107.1, 142.8);
  --danger: #fd3752;
  --danger-rgb: 253, 55, 82;
  --danger-dark: rgb(215.05, 46.75, 69.7);
  --success: #38daa8;
  --success-rgb: 56, 218, 168;
  --success-dark: rgb(47.6, 185.3, 142.8);
  --warning: #ffbb55;
  --warning-rgb: 255, 187, 85;
  --warning-dark: rgb(216.75, 158.95, 72.25);
  --cyan: #00ffff;
  --cyan-rgb: 0, 255, 255;
  --cyan-dark: rgb(0, 216.75, 216.75);
  --indigo: #4b0082;
  --indigo-rgb: 75, 0, 130;
  --indigo-dark: rgb(63.75, 0, 110.5);
  --pink: #dd2590;
  --pink-rgb: 221, 37, 144;
  --pink-dark: rgb(187.85, 31.45, 122.4);
  --orange: #ffa500;
  --orange-rgb: 255, 165, 0;
  --orange-dark: rgb(216.75, 140.25, 0);
  --purple: #a020f0;
  --purple-rgb: 160, 32, 240;
  --purple-dark: rgb(136, 27.2, 204);
  --teal: #008080;
  --teal-rgb: 0, 128, 128;
  --teal-dark: rgb(0, 108.8, 108.8);
}

[data-theme="dark"] {
  /**
  @color declaration
  */
  --white: #000403;
  --dark: #feffff;
  --gray-100: #3a3a3a;
  --gray-200: #3e3f3e;
  --gray-300: #555656;
  --gray-400: #6d6d6d;
  --gray-500: #929292;
  --gray-600: #b4b4b4;
  --gray-700: #dadbdb;
  --gray-800: #edefef;
  --gray-900: #f6fafa;
  --light-100: #ededed;
  --light-200: #e8e8e8;
  --light-300: #e3e3e3;
  --light-400: #d3d4d4;
  --light-500: #b7b7b7;
  --light-600: #949494;
  --light-700: #616161;
  --light-800: #434343;
  --light-900: #363636;
  --light-950: #262828;
  --form-bg: #363636;
  --input-border: #363636;
  --heading-color: #f6fafa;
  --body-color: #929292;
  --border-color: #3a3a3a;
  --light: #222423;
  --light-rgb: 34, 36, 35;
  --light-dark: rgb(28.9, 30.6, 29.75);
}

/****** Utils ******/
body {
  /* font-family: "IBM Plex Sans", sans-serif; */
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--body-color);
  background: var(--white);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--gray-900);
}

a:hover {
  color: var(--primary);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-weight: 700;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

p:last-child {
  margin-bottom: 0;
}

::selection {
  background: var(--primary);
  color: var(--white);
  text-shadow: none;
}

/****** Utils ******/
header {
  background: var(--white);
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1050;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}

header .header-btn .theme-toggle {
  color: var(--white);
}

header.fixed {
  /*position: fixed !important;*/
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 4px 34px 0px rgba(229, 229, 229, 0.25);
}

header.fixed .header-btn .theme-toggle {
  color: var(--gray-900);
}

header.fixed .header-logo.logo-dark {
  display: block;
}

header.fixed .header-logo.logo-white {
  display: none;
}

header.fixed .header__hamburger .sidebar-menu {
  color: var(--gray-900);
}

header .header-logo .logo a {
  float: left;
}

header .header-logo .logo a img {
  float: left;
  max-height: 32px;
}

header .header-logo.logo-dark {
  display: none;
}

header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 80px;
}

@media (max-width: 991.98px) {
  header .header-nav {
    height: 75px;
  }
}

header .header-nav .main-menu-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper {
    order: 3;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1060;
    transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background-color: var(--white);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 0 10px 10px 0;
    justify-content: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    flex-direction: column;
    display: block;
  }
}

header .header-nav .main-menu-wrapper .main-nav > li {
  padding: 20px 0;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav > li {
    width: 100%;
    padding: 0;
  }
}

header .header-nav .main-menu-wrapper .main-nav > li > a {
  color: var(--gray-900);
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  header .header-nav .main-menu-wrapper .main-nav > li > a {
    font-size: 14px;
  }
}

header .header-nav .main-menu-wrapper .main-nav > li > a i {
  margin-top: 2px;
}

header .header-nav .main-menu-wrapper .main-nav > li > a:hover {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav > li > a {
    display: block;
    line-height: 20px;
    color: var(--gray-500);
  }

  header .header-nav .main-menu-wrapper .main-nav > li > a:hover {
    color: var(--primary);
  }

  header .header-nav .main-menu-wrapper .main-nav > li > a i {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav > li > a i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
  }
}

header .header-nav .main-menu-wrapper .main-nav > li.active.has-submenu > a::after {
  left: calc(50% - 6px);
}

header .header-nav .main-menu-wrapper .main-nav > li .submenu li {
  position: relative;
}

header .header-nav .main-menu-wrapper .main-nav > li .submenu li.active {
  color: var(--primary);
}

header .header-nav .main-menu-wrapper .main-nav > li .submenu li.active > a {
  color: var(--primary);
}

header .header-nav .main-menu-wrapper .main-nav > li .submenu li a {
  display: block;
  padding: 8px 16px;
  clear: both;
  white-space: nowrap;
  color: var(--gray-900);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav > li .submenu li a {
    padding: 10px;
    font-size: 12px;
  }
}

header .header-nav .main-menu-wrapper .main-nav > li .submenu li a:hover {
  color: var(--primary);
  padding-left: 20px;
}

header .header-nav .main-menu-wrapper .main-nav > li .login-link {
  display: none;
}

header .navbar-header .navbar-brand {
  display: inline-block;
  padding: 0;
  line-height: 0;
}

header .navbar-header .logo-small {
  display: none;
}

@media (max-width: 575.98px) {
  header .navbar-header .logo-small {
    display: block;
    width: 100%;
    text-align: center;
  }
}

header .navbar-header #mobile_btn {
  display: none;
  margin-left: 30px;
}

@media (max-width: 575.98px) {
  header .navbar-header {
    width: 100%;
  }
}

header .main-menu-wrapper {
  margin: 0;
}

header .main-menu-wrapper .menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    align-items: center;
    background: var(--white);
    width: 100%;
    margin-bottom: 24px;
  }
  header .main-menu-wrapper .menu-header .menu-logo img {
    width: 160px;
  }
}

header .main-menu-wrapper .menu-header .menu-close {
  font-size: 18px;
  color: var(--gray-500);
}

header .main-menu-wrapper .menu-header .menu-close:hover {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav > li .submenu li a:hover {
    padding-left: 0;
  }
  header .navbar-header .navbar-brand {
    margin-right: 0;
  }
  header .navbar-header #mobile_btn {
    display: inline-block;
    line-height: 0;
    color: var(--gray-500);
  }
  header .navbar-header #mobile_btn:hover {
    color: var(--primary);
  }
  header .navbar-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  header .main-menu-wrapper .main-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    padding: 0 20px;
  }
  header .main-menu-wrapper .main-nav > li {
    width: 100%;
    padding: 0;
  }
  header .main-menu-wrapper .main-nav > li .submenu > li .submenu {
    left: 0;
  }
}

header .main-menu-wrapper .main-nav > li .submenu > li ul li.has-submenu:hover .submenu {
  top: 0;
  position: relative;
}

header .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
  content: "\e315";
  font-family: "Material Icons";
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 14px;
}

header .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

header .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}

@media (max-width: 1399.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 13px !important;
  }

  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 10px !important;
  }

  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
    border: 0;
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
  }
  header .main-menu-wrapper .main-nav > li {
    margin-right: 0 !important;
  }

  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
    border: 0;
  }
}

header .main-menu-wrapper .main-nav > li.active > a,
header .main-menu-wrapper .main-nav > li:hover > a {
  color: var(--primary);
}

header .main-menu-wrapper .main-nav > li a i {
  font-size: 14px;
  margin-left: 4px;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li a {
    display: block;
    line-height: 20px;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
  }

  header .main-menu-wrapper .main-nav > li a i {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li a i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
  }
}

header .main-menu-wrapper .main-nav > li:last-child {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li {
    border-bottom: 1px solid var(--border-color);
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 20px;
  }
}

header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: bottom right;
  background-size: contain;
}

header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu h6 {
  margin-bottom: 24px;
}

header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li {
  margin-bottom: 16px;
}

header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li:last-child {
  margin-bottom: 0;
}

header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li a {
  padding: 0 0 0 14px;
  font-weight: 400;
  color: var(--gray-600);
}

header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li.active a {
  color: var(--primary);
}

header .main-menu-wrapper .main-nav li.login-link {
  display: none;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
  }
  header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}

header .header-items > a,
header .header-items > div {
  margin-right: 12px;
}

header .header-items > a:last-child,
header .header-items > div:last-child {
  margin-right: 0;
}

@media (max-width: 1399.98px) {
  header .header-items > a,
  header .header-items > div {
    margin-right: 10px;
  }
}

@media (max-width: 991.98px) {
  header .header-items > a, header .header-items > div {
    display: none !important;
  }
}

header .header-items .topbar-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  font-size: 16px;
}

header .header-items .topbar-link i {
  font-size: 16px;
}

header .header-items .btn.topbar-link i {
  font-size: 16px !important;
}

@media (max-width: 1199.98px) {
  header .header-items .topbar-lang, header .header-items .topbar-add {
    display: none !important;
  }
}

header .header-items .topbar-profile .dropdown-menu {
  min-width: 300px;
}

header .header-items .topbar-profile .dropdown-menu .user-profile {
  background: var(--light);
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 8px;
}

header .header-items .topbar-profile .dropdown-menu .user-profile img {
  border: 1px solid var(--white);
}

header .header-items .topbar-profile .dropdown-menu .user-profile h6 {
  font-size: 16px;
  font-weight: 500;
}

header .header-items .topbar-profile .dropdown-menu .user-profile span {
  font-size: 14px;
  color: var(--gray-500);
}

.menu-opened .main-menu-wrapper {
  transform: translateX(0) !important;
}

.menu-opened .main-menu-wrapper body {
  overflow: hidden;
}

.flag-dropdown img {
  height: 12px;
  border-radius: 50%;
}

.main-header {
  position: absolute;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .main-header {
    position: absolute;
  }
}

.header-dropdown {
  background: var(--light-200);
  border-radius: 10px;
  padding: 20px;
}

.header-dropdown .dropdown .dropdown-toggle {
  border-radius: 4px;
  padding: 7px 12px;
  color: var(--gray-600);
}

.header-dropdown .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.megamenu-wrapper {
  padding: 20px;
}

.megamenu-wrapper .single-demo {
  padding: 15px;
  box-shadow: 0px 0px 4px 0px rgba(201, 201, 201, 0.25);
  transition: 0.4s;
  border-radius: 10px;
  text-align: center;
}

.megamenu-wrapper .single-demo a {
  padding: 0 !important;
}

.megamenu-wrapper .single-demo .demo-img {
  margin-bottom: 10px;
}

.megamenu-wrapper .single-demo .demo-info a {
  font-size: 14px;
  font-weight: 500;
}

.megamenu-wrapper .single-demo:hover {
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .megamenu-wrapper {
    padding: 0;
  }
  .megamenu-wrapper h6 {
    display: none;
  }
  .megamenu-wrapper .single-demo a {
    padding: 10px !important;
  }
  .megamenu-wrapper .single-demo .demo-img {
    display: none;
  }
  .megamenu-wrapper .single-demo {
    box-shadow: none;
    padding: 0;
    border: 0;
    text-align: left;
  }
}

.megamenu-wrapper .btn:hover {
  padding-left: 15px !important;
}

.single-demo.active .demo-info a {
  color: var(--primary) !important;
}

.menu-img {
  border-radius: 10px;
  max-width: 205px;
  margin-left: auto;
  overflow: hidden;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}

.menu-img img {
  border-radius: 10px;
  border: 4px solid var(--white);
  box-shadow: 0px 0px 4px 0px rgba(201, 201, 201, 0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}

.menu-img:hover img {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}

.theme-toggle {
  display: none;
}

.theme-toggle.activate {
  display: block;
}

.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 1040;
  position: fixed;
  top: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .menu-img {
    display: none;
  }
  #mobile-menu {
    display: none;
  }
  .sidebar-overlay.opened {
    display: block;
  }
}

.mobile-search {
  width: 100%;
  margin-bottom: 8px;
}

.mobile-search .form-control {
  font-size: 14px;
}

.menu-account {
  width: 100%;
  background: var(--light);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-account h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.menu-account a {
  position: relative;
  font-size: 16px;
  display: flex;
}

.menu-account a .badge-icon {
  top: -4px;
  right: -2px;
}

.menu-dropdown {
  width: 100%;
  background: var(--light);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px;
}

.menu-dropdown .dropdown > a {
  border: 1px solid var(--light);
  border-radius: 4px;
  background: var(--white);
  padding: 6px 12px;
  display: flex;
  color: var(--gray-500);
}

.menu-dropdown .dropdown .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 12px;
}

.menu-dropdown .cart-item {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-dropdown .cart-item h6 {
  font-weight: 500;
}

.menu-dropdown .icon-btn > a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  background: var(--white);
  font-size: 16px;
}

.menu-dropdown .icon-btn > a:hover {
  background: var(--light);
}

.menu-login {
  width: 100%;
}

.modal-search .modal-backdrop {
  background: var(--white);
  backdrop-filter: blur(14px);
}

.badge-icon {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.notification-head {
  padding: 12px 20px;
  border-bottom: 1px solid var(--border-color);
}

.notification-body {
  min-height: 280px;
  max-height: 280px;
}

.notification-item {
  background-color: var(--white);
  position: relative;
  cursor: pointer;
  border-radius: 0 !important;
  padding: 16px 20px !important;
}

.notification-item .notification-item-close {
  position: absolute;
  right: 0;
  display: none;
  top: 0;
  bottom: 0;
  padding: 15px;
  background-color: var(--body-color);
}

.notification-item .avatar {
  margin-right: 12px;
}

.notification-item .notification-action {
  display: none !important;
}

.notification-item .notification-action .btn {
  color: var(--body-color);
  display: flex;
}

.notification-item .notification-action .btn i {
  font-size: 12px;
}

.notification-item .notification-read {
  display: block;
  width: 8px;
  height: 8px;
}

.notification-item .notification-badge {
  height: 22px;
  width: 22px;
  text-align: center;
  color: var(--white);
  top: -12px;
  right: -8px;
  border: 2px solid var(--body-color);
  line-height: 18px;
  font-size: 11px;
}

.notification-item:hover .notification-item-close {
  display: block;
}

.notification-item:hover .notification-action {
  display: flex !important;
}

.notification-footer {
  padding: 12px 20px;
  border-top: 1px solid var(--border-color);
}

.notification-footer a {
  color: var(--primary);
  font-size: 14px;
}

.animate-ring {
  animation: tada 1.5s ease infinite;
}

@keyframes tada {
  0% {
    transform: scaleZ(1);
  }

  10%, 20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }

  30%, 50%, 70%, 90% {
    transform: scaleZ(1) rotate3d(0, 0, 1, 10deg);
  }

  40%, 60%, 80% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  to {
    transform: scaleZ(1);
  }
}

html.menu-opened body {
  overflow: hidden;
}

.menu-logo-dark {
  display: none;
}

.main-header-two {
  position: absolute;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header.header-two {
  background: transparent;
  margin-top: 30px;
}

.header.header-two .navbar {
  background: var(--white);
  padding: 0 16px;
  border-radius: 10px;
}

@media (max-width: 1199.98px) {
  .header.header-two .navbar .navbar-brand {
    width: 180px;
  }
}

.header.header-two.fixed {
  margin-top: 0;
  background: var(--white);
}

.header.header-two.fixed .navbar {
  padding: 0;
  border-radius: 0;
}

.logo-dark {
  display: none !important;
}

.header-three.fixed {
  position: fixed !important;
  margin-top: 0;
  left: 0;
  right: 0;
  background: var(--white);
}

.header-three.fixed .logo-dark {
  display: block !important;
}

.header-three.fixed .logo {
  display: none;
}

.header-three.fixed .header-nav {
  padding: 0;
}

.header-three.fixed .main-menu-wrapper .main-nav > li > a {
  color: var(--gray-900);
  font-size: 14px;
  font-weight: 500;
}

.header-three.fixed .main-menu-wrapper .main-nav > li.active > a {
  color: var(--primary) !important;
}

.header-three.fixed.nav-fixed .main-menu-wrapper .main-nav > li > a {
  color: var(--gray-900);
}

.header-three.fixed .header-nav {
  position: unset;
}

.header-three.fixed .header-items .topbar-link {
  background: var(--light);
  border-color: transparent;
}

.header-three.fixed .header-items .topbar-link i {
  color: var(--gray-900);
}

.content {
  padding: 50px 0;
}

@media (max-width: 991.98px) {
  .header-three .navbar-header .logo {
    display: none !important;
  }

  .header-three .navbar-header .logo-dark {
    display: block !important;
  }
  .content {
    padding: 40px 0;
  }
}

footer {
  position: relative;
}

footer.footer {
  border-radius: 10px 10px 0 0;
}

footer.footer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../img/icons/footer-line.svg");
  width: 100%;
  height: 5px;
}

footer.footer .footer-about p {
  color: var(--light);
  margin-bottom: 8px;
}

footer.footer .download-app {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  footer.footer .download-app {
    margin-bottom: 20px;
  }
}

@media (max-width: 1399.98px) {
  footer.footer .download-app img {
    max-width: 150px;
  }
}

@media (max-width: 1199.98px) {
  footer.footer .download-app img {
    max-width: 135px;
  }
}

footer.footer-dark {
  background: var(--dark);
  z-index: 1;
}

footer.footer-dark .footer-widget h5 {
  color: var(--white);
}

footer.footer-dark .footer-widget .footer-title {
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}

footer.footer-dark .footer-widget .footer-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 19px;
  height: 4px;
  background: var(--primary);
}

footer.footer-dark .footer-widget .footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 19px;
  width: 19px;
  height: 4px;
  background: var(--secondary);
}

footer.footer-dark .footer-widget .footer-menu li {
  margin-bottom: 8px;
}

footer.footer-dark .footer-widget .footer-menu li a {
  position: relative;
  color: var(--white);
}

footer.footer-dark .footer-widget .footer-menu li a:hover {
  color: var(--primary);
}

footer.footer-dark .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

footer.footer-dark .footer-bottom {
  border-top: 1px solid var(--gray-800);
}

footer.footer-dark .footer-bottom p {
  color: var(--light);
  margin-bottom: 0;
}

footer.footer-three {
  border-radius: 10px 10px 0 0;
}

footer.footer-three .footer-top {
  padding: 40px 0;
}

footer.footer-three .footer-middle {
  padding: 20px 0;
}

footer.footer-three .footer-middle .contact-info {
  display: flex;
  align-items: center;
}

footer.footer-three .footer-middle .contact-info span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
}

footer.footer-three .footer-middle .contact-info span i {
  font-size: 24px;
}

footer.footer-three .footer-middle .contact-info h6 {
  color: var(--light);
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
}

footer.footer-three .footer-middle .contact-info p {
  margin-bottom: 4px;
  color: var(--white);
  font-size: 14px;
}

footer.footer-three .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid var(--gray-800);
}

footer.footer-three .footer-bottom .copy-right {
  color: var(--light);
}

footer.footer-two {
  background: var(--light);
  z-index: 1;
}

footer.footer-two::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  content: "";
  background: var(--white);
  z-index: -1;
}

footer.footer-two .footer-contacts .contact-info {
  margin-bottom: 12px;
}

footer.footer-two .footer-contacts .contact-info:last-child {
  margin-bottom: 0;
}

footer.footer-two .footer-contacts .contact-info h6 {
  font-size: 16px;
  margin-bottom: 4px;
}

footer.footer-two .footer-contacts .contact-info p {
  margin-bottom: 0;
}

footer.footer-two .footer-subscribe .email-info {
  margin-bottom: 16px;
}

footer.footer-two .footer-subscribe .email-info h6 {
  font-size: 16px;
  margin-bottom: 4px;
}

footer.footer-two .footer-subscribe .email-info p {
  margin-bottom: 0;
}

footer.footer-two .footer-title {
  margin-bottom: 16px;
}

footer.footer-two .subscribe-wrap {
  margin-bottom: 30px;
}

footer.footer-two .subscribe-wrap .form-control,
footer.footer-two .subscribe-wrap .input-group-text {
  background: var(--white);
  font-size: 14px;
}

footer.footer-two .subscribe-wrap .input-group-flat .input-group-text i {
  color: var(--gray-900);
}

footer.footer-two .subscribe-wrap .btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 8px;
  flex-shrink: 0;
}

footer.footer-two .footer-bottom {
  background: var(--white);
  border-top: 1px solid var(--border-color);
}

footer .footer-bg .bg-1 {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: -1;
}

footer .footer-bg .bg-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

footer .footer-bg .bg-3 {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: -1;
}

footer .footer-top {
  padding: 40px 0;
}

@media (max-width: 991.98px) {
  footer .footer-top {
    padding: 30px 0;
  }
}

footer .footer-top .footer-menu li {
  margin-bottom: 12px;
}

footer .footer-top .footer-menu li:last-child {
  margin-bottom: 0;
}

footer .footer-bottom {
  padding: 20px 0;
}

footer .footer-bottom .copy-right {
  color: var(--gray-900);
  margin-bottom: 0;
}

footer .footer-bottom .company-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

footer .footer-bottom .company-logo p {
  font-size: 14px;
  font-weight: 500;
}

footer .footer-bottom .policy-link {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

footer .footer-bottom .policy-link a {
  color: var(--gray-600);
  margin-right: 8px;
}

footer .footer-bottom .policy-link a:hover {
  color: var(--primary);
}

footer .footer-bottom .policy-link a:last-child {
  margin-right: 0;
}

footer .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

footer .social-icon a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--gray-900);
}

footer .social-icon a:hover {
  background: var(--primary);
  color: var(--white);
}

footer .join-sec {
  background: var(--dark);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  footer .join-sec {
    padding: 30px;
  }
}

footer .join-sec h2 {
  color: var(--white);
  margin-bottom: 8px;
}

footer .join-sec p {
  color: var(--light);
  margin-bottom: 0;
}

[data-theme="dark"] header .navbar-header .logo {
  display: none;
}

[data-theme="dark"] header .navbar-header .logo-dark {
  display: block !important;
}

[data-theme="dark"] header .menu-logo {
  display: none;
}

[data-theme="dark"] header .menu-logo-dark {
  display: block;
}

[data-theme="dark"] .home-banner-two {
  background: #0d1520;
}

[data-theme="dark"] .home-banner-two .banner-title h1 {
  color: var(--gray-900);
}

[data-theme="dark"] .home-banner-two .banner-title p {
  color: var(--gray-900);
}

[data-theme="dark"] .support-section {
  background: #0d1520;
}

[data-theme="dark"] .support-section .support-item h5 {
  color: var(--gray-900);
}

[data-theme="dark"] .btn-primary,
[data-theme="dark"] .btn-secondary,
[data-theme="dark"] .btn-white {
  color: var(--gray-900);
}

[data-theme="dark"] .btn-primary:hover,
[data-theme="dark"] .btn-secondary:hover,
[data-theme="dark"] .btn-white:hover {
  color: var(--gray-900);
}

[data-theme="dark"] .listing-nav-2 .nav-item .nav-link.active {
  color: var(--gray-900);
}

[data-theme="dark"] .listing-nav-2 .nav-item .nav-link:hover {
  color: var(--gray-900);
}

[data-theme="dark"] .exclusive-benifit-section {
  background: #0d1520;
}

[data-theme="dark"] .exclusive-benifit-section .section-title-2 h2 {
  color: var(--gray-900);
}

[data-theme="dark"] .exclusive-benifit-section .benifit-item:hover {
  background: #051321;
}

[data-theme="dark"] .exclusive-benifit-section .benifit-item h5 {
  color: var(--gray-900);
}

[data-theme="dark"] .exclusive-benifit-section .benifit-item p {
  color: var(--gray-900);
}

[data-theme="dark"] footer .join-sec {
  background: #0d1520;
}

[data-theme="dark"] footer .join-sec h2 {
  color: var(--gray-900);
}

[data-theme="dark"] footer .join-sec p {
  color: var(--gray-900);
}

[data-theme="dark"] .modal .modal-content {
  background: var(--white);
  border-color: var(--gray-100);
}

[data-theme="dark"] .work-section .section-title-2 h2,
[data-theme="dark"] .work-section .section-title-2 p {
  color: var(--gray-900);
}

[data-theme="dark"] .partner-slider-two .partner-logo img {
  filter: invert(1);
}

[data-theme="dark"] .blog-item-two .blog-content h5 a {
  color: var(--gray-900);
}

@media (min-width: 992px) {
  [data-theme="dark"] .header.header-three .main-menu-wrapper .main-nav > li > a {
    color: var(--gray-900);
  }

  [data-theme="dark"] .header.header-three.nav-fixed .main-menu-wrapper .main-nav > li > a {
    color: var(gray-900);
  }

  [data-theme="dark"] .header.header-three .header-items .topbar-link i {
    color: var(--gray-900);
  }

  [data-theme="dark"] .header.header-three .logo-dark {
    display: none !important;
  }

  [data-theme="dark"] .header.header-three .logo {
    display: block;
  }
}

@media (max-width: 991.98px) {
  [data-theme="dark"] .header-three .navbar-header .logo {
    display: block !important;
  }

  [data-theme="dark"] .header-three .navbar-header .logo-dark {
    display: none !important;
  }
}

[data-theme="dark"] .banner-section-three .banner-content .banner-badge p {
  color: var(--gray-900);
}

[data-theme="dark"] .banner-section-three .banner-content h1,
[data-theme="dark"] .banner-section-three .banner-content p {
  color: var(--gray-900);
}

[data-theme="dark"] .banner-section-three .banner-card .card-info p,
[data-theme="dark"] .banner-section-three .banner-card .rate-info {
  color: var(--gray-900);
}

[data-theme="dark"] .banner-section-three .banner-card .card-info p span {
  background: var(--gray-900);
}

[data-theme="dark"] .banner-section-three .banner-card .card-info p span i {
  color: var(--white);
}

[data-theme="dark"] .work-card .work-card-icon h5 {
  color: var(--white);
}

[data-theme="dark"] .location-item .bottom-text h5,
[data-theme="dark"] .location-item .bottom-text p {
  color: var(--gray-900);
}

[data-theme="dark"] .about-us-section {
  background-color: #0d1520;
}

[data-theme="dark"] .how-it-work-section {
  background: #0d1520;
}

[data-theme="dark"] .success-stories-section {
  background: #0d1520;
}

[data-theme="dark"] .partners-logos {
  background: var(--light);
}

[data-theme="dark"] .contact-field {
  background: #0d1520;
}

[data-theme="dark"] footer.footer-dark {
  background: #0d1520;
}

[data-theme="dark"] footer.footer-dark .footer-title {
  color: var(--gray-900);
}

[data-theme="dark"] footer.footer-dark .footer-middle .contact-info p,
[data-theme="dark"] footer.footer-dark .footer-middle .contact-info h6 {
  color: var(--gray-900);
}

[data-theme="dark"] footer.footer-dark .footer-bottom {
  border-color: var(--gray-100);
}

[data-theme="dark"] footer.footer-dark .footer-bottom .copy-right {
  color: var(--gray-900);
}

[data-theme="dark"] .breadcrumb-bar {
  background: #0d1520;
}

[data-theme="dark"] .breadcrumb-bar .breadcrumb-title {
  color: var(--gray-900);
}

[data-theme="dark"] .breadcrumb-bar .breadcrumb-item {
  color: var(--gray-900);
}

[data-theme="dark"] .breadcrumb-bar .breadcrumb-item a {
  color: var(--gray-900);
}

[data-theme="dark"] .breadcrumb-bar .breadcrumb-item.active {
  color: var(--gray-900);
}

[data-theme="dark"] .breadcrumb-bar .breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
  color: var(--gray-900);
}

[data-theme="dark"] .custom-breadcrumb-bar {
  background: transparent;
}

[data-theme="dark"] .buy-details-item .buy-social-icons-items a {
  color: var(--gray-900);
}

[data-theme="dark"] .buy-details-header-item header .logo-dark {
  display: block;
}

[data-theme="dark"] .buy-details-header-item header .main-menu-wrapper .main-nav li a {
  color: var(--gray-900);
}

[data-theme="dark"] .buy-details-header-item header .header-items .custom-btn-light {
  background-color: var(--white) FFF33;
  backdrop-filter: blur(14px);
  border: none;
  color: var(--gray-900) !important;
}

[data-theme="dark"] .buy-details-header-item header.fixed .main-menu-wrapper .main-nav li a {
  color: var(--gray-900);
}

[data-theme="dark"] .buy-details-header-item header.fixed .logo {
  display: none !important;
}

[data-theme="dark"] .buy-details-header-item header.fixed .logo-dark {
  display: block !important;
}

[data-theme="dark"] .about-us-item-03 h2,
[data-theme="dark"] .about-us-item-03 h5,
[data-theme="dark"] .about-us-item-03 p {
  color: var(--gray-900);
}

[data-theme="dark"] .about-us-item-04 .card img {
  filter: invert(1);
}

[data-theme="dark"] .table {
  background: var(--white);
  --bs-table-bg: var(--white);
}

[data-theme="dark"] .invoice-logo .logo-dark {
  display: inline-block !important;
}

[data-theme="dark"] .invoice-logo .logo {
  display: none;
}

[data-theme="dark"] .table td,
[data-theme="dark"] .table th {
  border-color: var(--gray-100);
  color: var(--gray-900);
}

[data-theme="dark"] .card p {
  color: var(--gray-500);
}

[data-theme="dark"] .blog-item-02 .blog-content-02 h5 a,
[data-theme="dark"] .blog-item-02 .blog-content-02 p {
  color: var(--gray-900);
}

[data-theme="dark"] .email-forms button {
  color: var(--gray-900);
}

[data-theme="dark"] footer.footer-three .footer-middle .contact-info span {
  color: var(--gray-900);
}

[data-theme="dark"] .property-type-item .property-img .overlay-arrow i {
  color: var(--gray-900);
}

[data-theme="dark"] .location-item .bottom-text .arrow-overlay a:hover {
  color: var(--gray-900);
}

[data-theme="dark"] .property-item .arrow-overlay a:hover {
  color: var(--gray-900);
}

[data-theme="dark"] .rent-property-item .property-img .token i {
  color: var(--gray-900) !important;
}

[data-theme="dark"] .badge-icon {
  color: var(--gray-900);
}

[data-theme="dark"] .buy-property-items p i,
[data-theme="dark"] .service-area p span {
  color: var(--gray-900);
}

[data-theme="dark"] .bookmark-sideright-ribbone-primary-right span {
  color: var(--gray-900);
}

[data-theme="dark"] .search-item .grid-list-view .active {
  color: var(--gray-900);
}

[data-theme="dark"] footer .social-icon a:hover {
  color: var(--gray-900);
}

[data-theme="dark"] .cart-item-wrap .cart-item-03 .btn.btn-success {
  color: var(--gray-900);
}

[data-theme="dark"] .cart-item-wrap .cart-item-01 .cart-item-02 .cart-content-01 .quantity-input {
  color: var(--gray-900);
}

[data-theme="dark"] .author-details span {
  color: var(--gray-500);
}

[data-theme="dark"] .blog-carousel-wrapper .slick-arrow {
  color: var(--gray-900);
}

[data-theme="dark"] .blog-carousel-wrapper .slick-arrow:hover {
  color: var(--gray-900) !important;
}

[data-theme="dark"] .mark-all-btn {
  color: var(--gray-900) !important;
}

[data-theme="dark"] .delete-all-btn {
  color: var(--gray-900) !important;
}

[data-theme="dark"] .delete-btn:hover {
  color: var(--gray-900) !important;
}

[data-theme="dark"] .bg-dark {
  background: #0d1520 !important;
}

[data-theme="dark"] .text-light {
  color: var(--gray-900) !important;
}

[data-theme="dark"] .btn-danger {
  color: var(--gray-900) !important;
}

[data-theme="dark"] .add-btn,
[data-theme="dark"] .minus-btn {
  color: var(--gray-900) !important;
}

[data-theme="dark"] .theiaStickySidebar .card-body ul li {
  color: var(--gray-900);
}

[data-theme="dark"] .review-items .reply-btn {
  color: var(--gray-900);
}

[data-theme="dark"] .Home-banner-section .home-search-1 .nav .nav-link.active {
  color: var(--gray-900);
}

[data-theme="dark"] .property-card-item img {
  filter: brightness(100);
}

[data-theme="dark"] .buy-property.bg-white {
  background: var(--white) !important;
}

[data-theme="dark"] .buy-property.bg-white .arrow {
  color: var(--gray-900) !important;
}

[data-theme="dark"] .cities-section .city-items-slide .city-item h5 {
  color: var(--gray-900);
}

[data-theme="dark"] .cities-section .city-items-slide .city-item p {
  color: var(--gray-900);
}

[data-theme="dark"] .partners-section .partners-items img {
  filter: invert(1);
}

[data-theme="dark"] .testimonials-section {
  background-color: #0d1520;
}

[data-theme="dark"] .pricing-plan-section .pricing-item-02:hover h4,
[data-theme="dark"] .pricing-plan-section .pricing-item-02:hover h6,
[data-theme="dark"] .pricing-plan-section .pricing-item-02:hover p,
[data-theme="dark"] .pricing-plan-section .pricing-item-02:hover h2,
[data-theme="dark"] .pricing-plan-section .pricing-item-02:hover hr {
  color: var(--gray-900);
}

[data-theme="dark"] .pricing-plan-section .pricing-item-02:hover h4 span,
[data-theme="dark"] .pricing-plan-section .pricing-item-02:hover h6 span,
[data-theme="dark"] .pricing-plan-section .pricing-item-02:hover p span,
[data-theme="dark"] .pricing-plan-section .pricing-item-02:hover h2 span,
[data-theme="dark"] .pricing-plan-section .pricing-item-02:hover hr span {
  color: var(--gray-900);
}

[data-theme="dark"] footer.footer-dark .footer-widget h5 {
  color: var(--gray-900);
}

[data-theme="dark"] footer.footer .footer-about p,
[data-theme="dark"] footer.footer-dark .footer-bottom p {
  color: var(--gray-900);
}

[data-theme="dark"] .dropdown-menu .dropdown-item.active {
  color: #fff;
}

[data-theme="dark"] .pricing-item-01 .nav.nav-tabs .nav-item .nav-link.active {
  color: var(--gray-900);
}

[data-theme="dark"] .form-control.bg-white {
  background: var(--form-bg) !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn.show:hover,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 13px;
  transition: all 0.5s;
  font-weight: 500;
}

.btn:focus {
  box-shadow: none !important;
}

.btn:hover {
  transition: all 0.5s;
}

.btn.btn-lg {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 600;
}

.btn.btn-lg i {
  font-size: 13px;
}

.btn.btn-xl {
  padding: 10px 14px;
  font-size: 1rem;
}

.btn i {
  font-size: 22px;
}

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

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}

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

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  color: var(--white);
}

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

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:active,
.btn-outline-dark.active {
  background-color: var(--dark);
  border: 1px solid var(--dark);
  color: var(--white);
}

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

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:active,
.btn-outline-light.active {
  background-color: var(--light);
  border: 1px solid var(--light);
  color: var(--white);
}

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

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info.active {
  background-color: var(--info);
  border: 1px solid var(--info);
  color: var(--white);
}

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

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
  background-color: var(--danger);
  border: 1px solid var(--danger);
  color: var(--white);
}

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

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success.active {
  background-color: var(--success);
  border: 1px solid var(--success);
  color: var(--white);
}

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

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning.active {
  background-color: var(--warning);
  border: 1px solid var(--warning);
  color: var(--white);
}

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

.btn-outline-cyan:hover,
.btn-outline-cyan:focus,
.btn-outline-cyan.focus,
.btn-outline-cyan:active,
.btn-outline-cyan.active {
  background-color: var(--cyan);
  border: 1px solid var(--cyan);
  color: var(--white);
}

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

.btn-outline-indigo:hover,
.btn-outline-indigo:focus,
.btn-outline-indigo.focus,
.btn-outline-indigo:active,
.btn-outline-indigo.active {
  background-color: var(--indigo);
  border: 1px solid var(--indigo);
  color: var(--white);
}

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

.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink.focus,
.btn-outline-pink:active,
.btn-outline-pink.active {
  background-color: var(--pink);
  border: 1px solid var(--pink);
  color: var(--white);
}

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

.btn-outline-orange:hover,
.btn-outline-orange:focus,
.btn-outline-orange.focus,
.btn-outline-orange:active,
.btn-outline-orange.active {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
}

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

.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple.focus,
.btn-outline-purple:active,
.btn-outline-purple.active {
  background-color: var(--purple);
  border: 1px solid var(--purple);
  color: var(--white);
}

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

.btn-outline-teal:hover,
.btn-outline-teal:focus,
.btn-outline-teal.focus,
.btn-outline-teal:active,
.btn-outline-teal.active {
  background-color: var(--teal);
  border: 1px solid var(--teal);
  color: var(--white);
}

.btn-primary {
  color: var(--white);
  border: 1px solid var(--primary);
  background-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  background-color: var(--primary-dark);
  border: 1px solid var(--primary-dark);
  color: var(--white);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: var(--secondary-dark);
  border: 1px solid var(--secondary-dark);
  color: var(--white);
}

.btn-dark {
  color: var(--white);
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active {
  background-color: var(--dark-dark);
  border: 1px solid var(--dark-dark);
  color: var(--white);
}

.btn-light {
  color: var(--white);
  border: 1px solid var(--light);
  background-color: var(--light);
}

.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.btn-light:active,
.btn-light.active {
  background-color: var(--light-dark);
  border: 1px solid var(--light-dark);
  color: var(--white);
}

.btn-info {
  color: var(--white);
  border: 1px solid var(--info);
  background-color: var(--info);
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  background-color: var(--info-dark);
  border: 1px solid var(--info-dark);
  color: var(--white);
}

.btn-danger {
  color: var(--white);
  border: 1px solid var(--danger);
  background-color: var(--danger);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  background-color: var(--danger-dark);
  border: 1px solid var(--danger-dark);
  color: var(--white);
}

.btn-success {
  color: var(--white);
  border: 1px solid var(--success);
  background-color: var(--success);
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  background-color: var(--success-dark);
  border: 1px solid var(--success-dark);
  color: var(--white);
}

.btn-warning {
  color: var(--white);
  border: 1px solid var(--warning);
  background-color: var(--warning);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  background-color: var(--warning-dark);
  border: 1px solid var(--warning-dark);
  color: var(--white);
}

.btn-cyan {
  color: var(--white);
  border: 1px solid var(--cyan);
  background-color: var(--cyan);
}

.btn-cyan:hover,
.btn-cyan:focus,
.btn-cyan.focus,
.btn-cyan:active,
.btn-cyan.active {
  background-color: var(--cyan-dark);
  border: 1px solid var(--cyan-dark);
  color: var(--white);
}

.btn-indigo {
  color: var(--white);
  border: 1px solid var(--indigo);
  background-color: var(--indigo);
}

.btn-indigo:hover,
.btn-indigo:focus,
.btn-indigo.focus,
.btn-indigo:active,
.btn-indigo.active {
  background-color: var(--indigo-dark);
  border: 1px solid var(--indigo-dark);
  color: var(--white);
}

.btn-pink {
  color: var(--white);
  border: 1px solid var(--pink);
  background-color: var(--pink);
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active {
  background-color: var(--pink-dark);
  border: 1px solid var(--pink-dark);
  color: var(--white);
}

.btn-orange {
  color: var(--white);
  border: 1px solid var(--orange);
  background-color: var(--orange);
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active {
  background-color: var(--orange-dark);
  border: 1px solid var(--orange-dark);
  color: var(--white);
}

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

.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active {
  background-color: var(--purple-dark);
  border: 1px solid var(--purple-dark);
  color: var(--white);
}

.btn-teal {
  color: var(--white);
  border: 1px solid var(--teal);
  background-color: var(--teal);
}

.btn-teal:hover,
.btn-teal:focus,
.btn-teal.focus,
.btn-teal:active,
.btn-teal.active {
  background-color: var(--teal-dark);
  border: 1px solid var(--teal-dark);
  color: var(--white);
}

.btn-white {
  color: var(--gray-900);
  border: 1px solid var(--border-color);
  background-color: var(--white);
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}

.btn-light {
  color: var(--gray-900) !important;
}

.btn-outline-light {
  color: var(--gray-500) !important;
}

.btn-dark {
  transition: 0.5s;
  cursor: pointer;
}

.btn-dark:hover {
  transition: 0.5s;
  background: var(--light);
  color: var(--gray-900);
}

.avatar-xxs {
  height: 1rem;
  width: 1rem;
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-sm {
  height: 2rem;
  width: 2rem;
}

.avatar-md {
  height: 2.25rem;
  width: 2.25rem;
}

.avatar-lg {
  height: 3rem;
  width: 3rem;
}

.avatar-xl {
  height: 5rem;
  width: 5rem;
}

.avatar-title {
  align-items: center;
  color: var(--white);
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}

.avatar-group .avatar {
  margin-left: -0.75rem;
  transition: all 0.2s;
  line-height: 1;
}

.avatar-group .avatar:hover {
  position: relative;
  transform: translateY(-3px);
  z-index: 1;
}

.avatar-group.avatar-group-sm .avatar {
  margin-left: -0.5rem;
}

.user-img {
  height: 1em;
  width: 1em;
}

.avatar {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: var(--white);
  font-weight: 500;
}

.avatar a.badge:hover {
  color: var(--white);
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.avatar.avatar-rounded {
  border-radius: 50%;
}

.avatar.avatar-rounded img {
  border-radius: 50%;
}

.avatar.avatar-radius-0 {
  border-radius: 0;
}

.avatar.avatar-radius-0 img {
  border-radius: 0;
}

.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid var(--white);
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar.online:before,
.avatar.offline:before,
.avatar.away:before {
  position: absolute;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 2px solid var(--white) !important;
  z-index: 1;
}

.avatar.online:before {
  background-color: var(--success);
}

.avatar.offline:before {
  background-color: var(--danger);
}

.avatar.away:before {
  background-color: var(--warning);
}

.avatar.avatar-xss {
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
  font-size: 0.65rem;
}

.avatar.avatar-xss .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}

.avatar.avatar-xss.online:before,
.avatar.avatar-xss.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}

.avatar.avatar-xs {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.65rem;
}

.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}

.avatar.avatar-xs.online:before,
.avatar.avatar-xs.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}

.avatar.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.65rem;
}

.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -28%;
  inset-inline-end: -0.45rem;
}

.avatar.avatar-sm.online:before,
.avatar.avatar-sm.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}

.avatar.avatar-md {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 0.8rem;
}

.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}

.avatar.avatar-md.online:before,
.avatar.avatar-md.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}

.avatar.avatar-md svg {
  width: 1.5rem;
  height: 1.5rem;
}

.avatar.avatar-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
}

.avatar.avatar-lg .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}

.avatar.avatar-lg.online:before,
.avatar.avatar-lg.offline:before {
  width: 0.8rem;
  height: 0.8rem;
}

.avatar.avatar-lg svg {
  width: 1.8rem;
  height: 1.8rem;
}

.avatar.avatar-xl {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.25rem;
}

.avatar.avatar-xl .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}

.avatar.avatar-xl.online:before,
.avatar.avatar-xl.offline:before {
  width: 0.95rem;
  height: 0.95rem;
}

.avatar.avatar-xxl {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.5rem;
}

.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}

.avatar.avatar-xxl.online:before,
.avatar.avatar-xxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}

.avatar.avatar-xxxl {
  width: 7.5rem;
  height: 7.5rem;
  line-height: 7.5rem;
  font-size: 1.75rem;
}

.avatar.avatar-xxxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}

.avatar.avatar-xxxl.online:before,
.avatar.avatar-xxxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}

.avatar-list-stacked {
  padding: 0;
}

.avatar-list-stacked.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}

.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}

.avatar-list-stacked.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}

.avatar-list-stacked.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}

.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}

.avatar-list-stacked.avatar-group-sm .avatar {
  width: 1.5rem;
  height: 1.5rem;
}

.avatar-list-stacked.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}

.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

.avatar-list-stacked.avatar-group-xs .avatar {
  width: 1rem;
  height: 1rem;
  margin-inline-end: -6px !important;
}

.avatar-list-stacked.avatar-group-xs .avatar > .initial-wrap {
  font-size: 0.6rem;
}

.avatar-list-stacked.avatar-group-xs.avatar-group-overlapped .avatar {
  margin-right: -6px;
}

.avatar-list-stacked .avatar {
  margin-inline-end: -0.875rem !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: transform ease 200ms;
}

.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}

.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: translateY(-0.188rem);
}

.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.avatar-group .avatar {
  width: 2.625rem;
  height: 2.625rem;
}

.avatar-group .avatar .avatar-img,
.avatar-group .avatar > .initial-wrap {
  border: 2px solid var(--white);
  font-size: 0.9rem;
}

.avatar-group.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}

.avatar-group.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}

.avatar-group.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}

.avatar-group.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}

.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}

.avatar-group.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}

.avatar-group.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}

.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

.avatar.avatar-xl.border.online::before {
  width: 10px;
  height: 10px;
  inset-inline-end: 5px;
}

.badge-soft-primary {
  color: var(--primary);
  background-color: var(--primary-dark);
}

.badge-soft-primary[href] {
  color: var(--primary);
  text-decoration: none;
}

.badge-soft-primary[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--primary-dark);
}

.badge-soft-secondary {
  color: var(--secondary);
  background-color: var(--secondary-dark);
}

.badge-soft-secondary[href] {
  color: var(--secondary);
  text-decoration: none;
}

.badge-soft-secondary[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--secondary-dark);
}

.badge-soft-dark {
  color: var(--dark);
  background-color: var(--dark-dark);
}

.badge-soft-dark[href] {
  color: var(--dark);
  text-decoration: none;
}

.badge-soft-dark[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--dark-dark);
}

.badge-soft-light {
  color: var(--light);
  background-color: var(--light-dark);
}

.badge-soft-light[href] {
  color: var(--light);
  text-decoration: none;
}

.badge-soft-light[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--light-dark);
}

.badge-soft-info {
  color: var(--info);
  background-color: var(--info-dark);
}

.badge-soft-info[href] {
  color: var(--info);
  text-decoration: none;
}

.badge-soft-info[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--info-dark);
}

.badge-soft-danger {
  color: var(--danger);
  background-color: var(--danger-dark);
}

.badge-soft-danger[href] {
  color: var(--danger);
  text-decoration: none;
}

.badge-soft-danger[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--danger-dark);
}

.badge-soft-success {
  color: var(--success);
  background-color: var(--success-dark);
}

.badge-soft-success[href] {
  color: var(--success);
  text-decoration: none;
}

.badge-soft-success[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--success-dark);
}

.badge-soft-warning {
  color: var(--warning);
  background-color: var(--warning-dark);
}

.badge-soft-warning[href] {
  color: var(--warning);
  text-decoration: none;
}

.badge-soft-warning[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--warning-dark);
}

.badge-soft-cyan {
  color: var(--cyan);
  background-color: var(--cyan-dark);
}

.badge-soft-cyan[href] {
  color: var(--cyan);
  text-decoration: none;
}

.badge-soft-cyan[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--cyan-dark);
}

.badge-soft-indigo {
  color: var(--indigo);
  background-color: var(--indigo-dark);
}

.badge-soft-indigo[href] {
  color: var(--indigo);
  text-decoration: none;
}

.badge-soft-indigo[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--indigo-dark);
}

.badge-soft-pink {
  color: var(--pink);
  background-color: var(--pink-dark);
}

.badge-soft-pink[href] {
  color: var(--pink);
  text-decoration: none;
}

.badge-soft-pink[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--pink-dark);
}

.badge-soft-orange {
  color: var(--orange);
  background-color: var(--orange-dark);
}

.badge-soft-orange[href] {
  color: var(--orange);
  text-decoration: none;
}

.badge-soft-orange[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--orange-dark);
}

.badge-soft-purple {
  color: var(--purple);
  background-color: var(--purple-dark);
}

.badge-soft-purple[href] {
  color: var(--purple);
  text-decoration: none;
}

.badge-soft-purple[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--purple-dark);
}

.badge-soft-teal {
  color: var(--teal);
  background-color: var(--teal-dark);
}

.badge-soft-teal[href] {
  color: var(--teal);
  text-decoration: none;
}

.badge-soft-teal[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--teal-dark);
}

.badge {
  vertical-align: middle;
  height: fit-content;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  user-select: none;
}

.badge-secondary {
  background-color: var(--secondary);
  color: var(--white);
}

.badge.badge-sm {
  vertical-align: middle;
  font-size: 12px;
}

.badge.badge-sm i {
  font-size: 14px;
  margin-right: 4px;
}
.feature-badge{
    padding: 5px 10px;
    font-size: 11px;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secondary {
  background-color: var(--primary) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-light {
  background-color: var(--light) !important;
}

.bg-info {
  background-color: var(--info) !important;
}

.bg-danger {
  background-color: var(--danger) !important;
}

.bg-success {
  background-color: var(--success) !important;
}

.bg-warning {
  background-color: var(--warning) !important;
}

.bg-cyan {
  background-color: var(--cyan) !important;
}

.bg-indigo {
  background-color: var(--indigo) !important;
}

.bg-pink {
  background-color: var(--pink) !important;
}

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

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

.bg-teal {
  background-color: var(--teal) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.text-light {
  color: var(--light) !important;
}

.text-info {
  color: var(--info) !important;
}

.text-danger {
  color: var(--danger) !important;
}

.text-success {
  color: var(--success) !important;
}

.text-warning {
  color: var(--warning) !important;
}

.text-cyan {
  color: var(--cyan) !important;
}

.text-indigo {
  color: var(--indigo) !important;
}

.text-pink {
  color: var(--pink) !important;
}

.text-orange {
  color: var(--orange) !important;
}

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

.text-teal {
  color: var(--teal) !important;
}

.link-primary {
  color: var(--primary) !important;
}

.link-primary:hover,
.link-primary:focus {
  color: var(--primary-dark) !important;
}

.link-secondary {
  color: var(--secondary) !important;
}

.link-secondary:hover,
.link-secondary:focus {
  color: var(--secondary-dark) !important;
}

.link-dark {
  color: var(--dark) !important;
}

.link-dark:hover,
.link-dark:focus {
  color: var(--dark-dark) !important;
}

.link-light {
  color: var(--light) !important;
}

.link-light:hover,
.link-light:focus {
  color: var(--light-dark) !important;
}

.link-info {
  color: var(--info) !important;
}

.link-info:hover,
.link-info:focus {
  color: var(--info-dark) !important;
}

.link-danger {
  color: var(--danger) !important;
}

.link-danger:hover,
.link-danger:focus {
  color: var(--danger-dark) !important;
}

.link-success {
  color: var(--success) !important;
}

.link-success:hover,
.link-success:focus {
  color: var(--success-dark) !important;
}

.link-warning {
  color: var(--warning) !important;
}

.link-warning:hover,
.link-warning:focus {
  color: var(--warning-dark) !important;
}

.link-cyan {
  color: var(--cyan) !important;
}

.link-cyan:hover,
.link-cyan:focus {
  color: var(--cyan-dark) !important;
}

.link-indigo {
  color: var(--indigo) !important;
}

.link-indigo:hover,
.link-indigo:focus {
  color: var(--indigo-dark) !important;
}

.link-pink {
  color: var(--pink) !important;
}

.link-pink:hover,
.link-pink:focus {
  color: var(--pink-dark) !important;
}

.link-orange {
  color: var(--orange) !important;
}

.link-orange:hover,
.link-orange:focus {
  color: var(--orange-dark) !important;
}

.link-purple {
  color: var(--purple) !important;
}

.link-purple:hover,
.link-purple:focus {
  color: var(--purple-dark) !important;
}

.link-teal {
  color: var(--teal) !important;
}

.link-teal:hover,
.link-teal:focus {
  color: var(--teal-dark) !important;
}

.text-body {
  color: var(--gray-500) !important;
}

.link-body {
  color: var(--gray-500) !important;
}

.link-body:hover {
  color: var(--primary) !important;
}

.form-control {
  /*  border-color: var(--input-border); */
  color: var(--gray-900);
  /*   background-color: var(--form-bg); */
  font-size: 14px;
  line-height: 2;
  border-radius: 4px;
  min-height: 35px;
  transition: all 0.5s;
  border: 1px solid #dbe1e7;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--input-border);
}

.form-control:focus {
  color: var(--gray-900);
  background-color: #fff;
}

.form-control:focus::-webkit-input-placeholder,
.form-control:focus::placeholder {
  color: var(--gray-300);
  padding-inline-start: 0;
}

.form-control::-webkit-input-placeholder {
  color: var(--gray-300);
  padding-inline-start: 0px;
  transition: padding-inline-start 0.1s ease-in;
}

.form-control:-moz-placeholder {
  color: var(--gray-300);
}

.form-control::-moz-placeholder {
  color: var(--gray-300);
}

.form-control:-ms-input-placeholder {
  color: var(--gray-300);
}

.form-control-sm {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  height: auto;
  min-height: 32px;
}

.form-control-lg {
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  min-height: 40px;
}

textarea {
  resize: none;
}

textarea.form-control {
  min-height: 38px;
  height: auto;
}

.form-control[type="file"] {
  padding: 0.3rem 0.5rem;
}

.form-control[type="file"].form-control-sm {
  padding: 0.25rem 0.5rem !important;
}

.form-control[type="file"].form-control-lg {
  padding: 0.5rem 1rem !important;
}

input.form-control[type="color"],
input.form-control[type="range"] {
  min-height: 38px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-check {
  min-height: inherit !important;
}

.col-form-label-lg,
.col-form-label-sm,
.col-form-label {
  font-weight: 500;
}

.col-form-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--heading-color);
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.custom-select:invalid:focus,
.form-control:invalid:focus,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.custom-select:valid:focus,
.form-control:valid:focus {
  box-shadow: none !important;
}

select.form-control:not([size]):not([multiple]) {
  height: 38px;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 32px;
}

.password-eye {
  cursor: pointer;
}

.password-eye:before {
  font-family: tabler-icons;
  content: "\ea9a";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 16px;
}

.show-password .password-eye:before {
  content: "\f06d1";
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent !important;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem - 4px);
}

.form-floating.floating-primary label {
  color: var(--primary);
  opacity: 1;
}

.form-floating.floating-primary input {
  border: 1px solid var(--primary);
}

.form-floating.floating-primary > .form-control:focus ~ label {
  color: var(--primary) !important;
}

.form-floating.floating-secondary label {
  color: var(--secondary);
  opacity: 1;
}

.form-floating.floating-secondary input {
  border: 1px solid var(--secondary);
}

.form-floating.floating-secondary > .form-control:focus ~ label {
  color: var(--secondary) !important;
}

.form-floating.floating-warning label {
  color: var(--warning);
  opacity: 1;
}

.form-floating.floating-warning input {
  border: 1px solid var(--warning);
}

.form-floating.floating-warning > .form-control:focus ~ label {
  color: var(--warning) !important;
}

.form-floating.floating-info label {
  color: var(--info);
  opacity: 1;
}

.form-floating.floating-info input {
  border: 1px solid var(--info);
}

.form-floating.floating-info > .form-control:focus ~ label {
  color: var(--info) !important;
}

.form-floating.floating-success label {
  color: var(--success);
  opacity: 1;
}

.form-floating.floating-success input {
  border: 1px solid var(--success);
}

.form-floating.floating-success > .form-control:focus ~ label {
  color: var(--success) !important;
}

.form-floating.floating-danger label {
  color: var(--danger);
  opacity: 1;
}

.form-floating.floating-danger input {
  border: 1px solid var(--danger);
}

.form-floating.floating-danger > .form-control:focus ~ label {
  color: var(--danger) !important;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: var(--white);
  border-radius: 2px;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--success);
  box-shadow: none;
}

.input-group-flat:focus-within {
  border-radius: 2px;
}

.input-group-flat:focus-within .form-control,
.input-group-flat:focus-within .input-group-text {
  border-color: var(--input-border) !important;
}

.input-group-flat .form-control:focus {
  border-color: var(--input-border);
  box-shadow: none;
}

.input-group-flat .form-control:not(:last-child) {
  border-right: 0;
}

.input-group-flat .form-control:not(:first-child) {
  border-left: 0;
}

.input-group-flat .input-group-text {
  background-color: var(--form-bg);
  border-color: var(--input-border);
}

.input-group-flat .input-group-text:first-child {
  padding-right: 0;
}

.input-group-flat .input-group-text:last-child {
  padding-left: 0;
}

.input-group-flat .input-group-text i {
  color: var(--gray-300);
}

.form-check-input:checked {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.form-check-input:checked ~ label {
  color: var(--gray-900);
}

.form-check-input:focus {
  box-shadow: none;
}

.form-check-input ~ label {
  color: var(--gray-500);
}

.file-uploader {
  position: relative;
}

.file-uploader input {
  font-size: 0;
  opacity: 0;
  position: absolute;
}

.file-uploader .input-file {
  width: 100%;
  background: var(--light);
  border-radius: 5px;
  display: flex;
  height: 38px;
  align-items: center;
}

.file-uploader .input-file .browse-btn {
  height: 38px;
  background: var(--dark);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
}

.file-uploader .input-file .browse-text {
  font-size: 14px;
  color: var(--gray-300);
  padding-left: 12px;
}

.input-icon-end .form-control {
  padding-right: 32px;
}

.form-cover {
  position: relative;
}

.form-cover .form-control {
  position: relative;
  padding-left: 36px;
}

.form-cover i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.form-cover.password .form-control {
  padding-right: 36px;
}

.form-cover.password span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 12px;
}

.dropdown-menu {
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.25);
  animation-name: DropDownSlideUp;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  will-change: transform;
  border-radius: 5px;
  border-color: var(--border-color);
  padding: 12px;
  background: var(--white);
}

.dropdown-menu[data-popper-placement="top-start"],
.dropdown-menu[data-popper-placement="top"] {
  animation-name: DropDownSlideDown;
}

.dropdown-menu .dropdown-item {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
  padding: 8px 16px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: var(--heading-color);
  background: var(--light);
}

.dropdown-menu .dropdown-item.active {
  background: var(--primary);
  color: var(--white);
}

@keyframes DropDownSlideUp {
  100% {
    margin-top: -1px;
  }

  0% {
    margin-top: 5px;
  }
}

@keyframes DropDownSlideDown {
  100% {
    margin-bottom: 0;
  }

  0% {
    margin-bottom: 5px;
  }
}

.dropdown-divider {
  border-color: var(--border-color);
}

.dropdown-menu-lg {
  width: 320px;
}

.dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0;
  content: "\e313";
  font-family: "Material Icons";
  border: 0;
  font-size: 14px;
  position: relative;
}

.dropdown-menu.dropdown-menu-primary {
  background-color: var(--primary);
}

.dropdown-menu.dropdown-menu-primary li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-primary .dropdown-item:hover,
.dropdown-menu.dropdown-menu-primary .dropdown-item:focus,
.dropdown-menu.dropdown-menu-primary .dropdown-item:active,
.dropdown-menu.dropdown-menu-primary .dropdown-item.active {
  color: var(--white);
}

.dropdown-menu.dropdown-menu-secondary {
  background-color: var(--secondary);
}

.dropdown-menu.dropdown-menu-secondary li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-secondary .dropdown-item:hover,
.dropdown-menu.dropdown-menu-secondary .dropdown-item:focus,
.dropdown-menu.dropdown-menu-secondary .dropdown-item:active,
.dropdown-menu.dropdown-menu-secondary .dropdown-item.active {
  color: var(--white);
}

.dropdown-menu.dropdown-menu-warning {
  background-color: var(--warning);
}

.dropdown-menu.dropdown-menu-warning li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-warning .dropdown-item:hover,
.dropdown-menu.dropdown-menu-warning .dropdown-item:focus,
.dropdown-menu.dropdown-menu-warning .dropdown-item:active,
.dropdown-menu.dropdown-menu-warning .dropdown-item.active {
  color: var(--white);
}

.dropdown-menu.dropdown-menu-info {
  background-color: var(--info);
}

.dropdown-menu.dropdown-menu-info li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-info .dropdown-item:hover,
.dropdown-menu.dropdown-menu-info .dropdown-item:focus,
.dropdown-menu.dropdown-menu-info .dropdown-item:active,
.dropdown-menu.dropdown-menu-info .dropdown-item.active {
  color: var(--white);
}

.dropdown-menu.dropdown-menu-success {
  background-color: var(--success);
}

.dropdown-menu.dropdown-menu-success li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-success .dropdown-item:hover,
.dropdown-menu.dropdown-menu-success .dropdown-item:focus,
.dropdown-menu.dropdown-menu-success .dropdown-item:active,
.dropdown-menu.dropdown-menu-success .dropdown-item.active {
  color: var(--white);
}

.dropdown-menu.dropdown-menu-danger {
  background-color: var(--danger);
}

.dropdown-menu.dropdown-menu-danger li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-danger .dropdown-item:hover,
.dropdown-menu.dropdown-menu-danger .dropdown-item:focus,
.dropdown-menu.dropdown-menu-danger .dropdown-item:active,
.dropdown-menu.dropdown-menu-danger .dropdown-item.active {
  color: var(--white);
}

.breadcrumb-bar {
  padding: 40px 0;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}

.breadcrumb-bar .breadcrumb-title {
  color: var(--white);
  margin-bottom: 8px;
}

.breadcrumb-bar .breadcrumb-bg-01 {
  position: absolute;
  bottom: -4px;
  left: 20px;
}

.breadcrumb-bar .breadcrumb-bg-02 {
  position: absolute;
  top: -4px;
  right: 200px;
}

.breadcrumb-bar .breadcrumb-bg-03 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.breadcrumb-bar .breadcrumb-icons a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: rgba(3, 189, 157, 0.3490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  backdrop-filter: blur(13px);
  transition: 0.6s;
}

.breadcrumb-bar .breadcrumb-icons a:hover {
  transition: 0.6s;
  background: var(--primary);
  transform: translateY(-5px);
}

.breadcrumb-bar .fa-circle {
  font-size: 4px;
  line-height: 0px;
}

.custom-breadcrumb-bar {
  padding: 80px 0px 77px;
  background: transparent;
}

@media (max-width: 991.98px) {
  .custom-breadcrumb-bar {
    padding: 50px 0px;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.breadcrumb .breadcrumb-item {
  color: var(--white);
  display: flex;
  align-items: center;
}

.breadcrumb .breadcrumb-item a {
  color: var(--white);
  display: flex;
  align-items: center;
}

.breadcrumb .breadcrumb-item a:hover {
  color: var(--primary);
}

.breadcrumb .breadcrumb-item.active {
  color: var(--white);
}

.breadcrumb-item span {
  line-height: 0;
}

.breadcrumb-item span i {
  color: var(--primary);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--gray-600);
  opacity: 0.4;
}

.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Material Icons Outlined";
  content: "\e5cc";
  color: var(--white);
  font-size: 16px;
  opacity: 1;
  line-height: 0;
  position: relative;
  top: 2px;
}

[data-theme-mode="dark"] .embedded-breadcrumb:before {
  filter: invert(1);
}

.select2-container {
  z-index: 98;
}

.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
  border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--gray-900) !important;
  line-height: 38px;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
}

.select2-container--default .select2-selection--single .select {
  width: 219px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: var(--gray-700);
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
  height: 0;
  margin-left: -6px;
  margin-top: -3px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: var(--black);
  border-width: 1px 0 0 1px;
  margin-top: 3px;
  padding: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--primary);
  color: var(--white);
}

.select2-container--focus .select2-selection--single {
  background: var(--white) !important;
  border-color: #03bd9d;
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple,
.select2-container--classic .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  /*  border-color: var(--input-border); */
  color: var(--gray-900);
  /*  background-color: var(--form-bg); */
}

.select2-dropdown {
  border-color: var(--gray-100);
  background: var(--white);
}

.select2-container--default .select2-selection--multiple {
  line-height: 24px;
  height: auto;
  min-height: 40px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: var(--info);
  border-color: var(--info);
  color: var(--white);
}

.select2-container--open .ti-filter {
  z-index: 9999 !important;
}

.select2-results__option {
  font-size: 14px;
}

.select2-results__option span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-results__option span img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: var(--primary);
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-900);
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.bootstrap-datetimepicker-widget table th.prev,
.bootstrap-datetimepicker-widget table th.next {
  padding-bottom: 16px;
}

.bootstrap-datetimepicker-widget table th.prev span,
.bootstrap-datetimepicker-widget table th.next span {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border: 1px solid var(--gray-100);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.bootstrap-datetimepicker-widget table th.prev span:hover,
.bootstrap-datetimepicker-widget table th.next span:hover {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

.bootstrap-datetimepicker-widget table td {
  font-size: 14px;
  color: var(--gray-500);
}

.bootstrap-datetimepicker-widget table td.day {
  width: 30px;
  height: 32px;
  line-height: 32px;
}

.bootstrap-datetimepicker-widget {
  z-index: 999 !important;
}

.bootstrap-datetimepicker-widget .picker-switch {
  padding-bottom: 16px;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: var(--primary);
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
}

.fs-4 {
  font-size: 0.25rem;
}

.fs-7 {
  font-size: 0.4375rem;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.5625rem;
}

.fs-10 {
  font-size: 0.75em !important;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-27 {
  font-size: 1.6875rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-29 {
  font-size: 1.8125rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-38 {
  font-size: 2.375rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-42 {
  font-size: 2.625rem;
}

.fs-44 {
  font-size: 2.75rem;
}

.fs-46 {
  font-size: 2.875rem;
}

.fs-48 {
  font-size: 3rem;
}

.card {
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.25);
  margin-bottom: 24px;
  background: var(--white);
}

.card .card-header {
  background: var(--white);
  padding: 1.25rem;
  border-color: var(--gray-100);
}

.card .card-body {
  padding: 1.25rem;
}

.border-container {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: var(--light);
}

.border {
  border: 1px solid var(--border-color) !important;
}

.border.border-dashed {
  border-style: dashed !important;
}

.border.border-dotted {
  border-style: dotted !important;
}

.border.border-primary {
  border: 1px solid var(--primary) !important;
  opacity: 1;
}

.border.border-primary.border-opacity-10 {
  border-color: rgba(var(--primary-rgb), 0.1) !important;
}

.border.border-primary.border-opacity-25 {
  border-color: rgba(var(--primary-rgb), 0.25) !important;
}

.border.border-primary.border-opacity-50 {
  border-color: rgba(var(--primary-rgb), 0.5) !important;
}

.border.border-primary.border-opacity-75 {
  border-color: rgba(var(--primary-rgb), 0.75) !important;
}

.border.border-primary.border-opacity-100 {
  border-color: rgba(var(--primary-rgb), 1) !important;
}

.border.border-secondary {
  border: 1px solid var(--secondary) !important;
  opacity: 1;
}

.border.border-secondary.border-opacity-10 {
  border-color: rgba(var(--secondary-rgb), 0.1) !important;
}

.border.border-secondary.border-opacity-25 {
  border-color: rgba(var(--secondary-rgb), 0.25) !important;
}

.border.border-secondary.border-opacity-50 {
  border-color: rgba(var(--secondary-rgb), 0.5) !important;
}

.border.border-secondary.border-opacity-75 {
  border-color: rgba(var(--secondary-rgb), 0.75) !important;
}

.border.border-secondary.border-opacity-100 {
  border-color: rgba(var(--secondary-rgb), 1) !important;
}

.border.border-info {
  border-color: var(--info) !important;
  opacity: 1;
}

.border.border-info.border-opacity-10 {
  border-color: rgba(var(--info-rgb), 0.1) !important;
}

.border.border-info.border-opacity-25 {
  border-color: rgba(var(--info-rgb), 0.25) !important;
}

.border.border-info.border-opacity-50 {
  border-color: rgba(var(--info-rgb), 0.5) !important;
}

.border.border-info.border-opacity-75 {
  border-color: rgba(var(--info-rgb), 0.75) !important;
}

.border.border-info.border-opacity-100 {
  border-color: rgba(var(--info-rgb), 1) !important;
}

.border.border-success {
  border-color: var(--success) !important;
  opacity: 1;
}

.border.border-success.border-opacity-10 {
  border-color: rgba(var(--success-rgb), 0.1) !important;
}

.border.border-success.border-opacity-25 {
  border-color: rgba(var(--success-rgb), 0.25) !important;
}

.border.border-success.border-opacity-50 {
  border-color: rgba(var(--success-rgb), 0.5) !important;
}

.border.border-success.border-opacity-75 {
  border-color: rgba(var(--success-rgb), 0.75) !important;
}

.border.border-success.border-opacity-100 {
  border-color: rgba(var(--success-rgb), 1) !important;
}

.border.border-warning {
  border: 1px solid var(--warning) !important;
  opacity: 1;
}

.border.border-warning.border-opacity-10 {
  border-color: rgba(var(--warning-rgb), 0.1) !important;
}

.border.border-warning.border-opacity-25 {
  border-color: rgba(var(--warning-rgb), 0.25) !important;
}

.border.border-warning.border-opacity-50 {
  border-color: rgba(var(--warning-rgb), 0.5) !important;
}

.border.border-warning.border-opacity-75 {
  border-color: rgba(var(--warning-rgb), 0.75) !important;
}

.border.border-warning.border-opacity-100 {
  border-color: rgba(var(--warning-rgb), 1) !important;
}

.border.border-danger {
  border: 1px solid var(--danger) !important;
  opacity: 1;
}

.border.border-danger.border-opacity-10 {
  border-color: rgba(var(--danger-rgb), 0.1) !important;
}

.border.border-danger.border-opacity-25 {
  border-color: rgba(var(--danger-rgb), 0.25) !important;
}

.border.border-danger.border-opacity-50 {
  border-color: rgba(var(--danger-rgb), 0.5) !important;
}

.border.border-danger.border-opacity-75 {
  border-color: rgba(var(--danger-rgb), 0.75) !important;
}

.border.border-danger.border-opacity-100 {
  border-color: rgba(var(--danger-rgb), 1) !important;
}

.border.border-white {
  border: 1px solid var(--white) !important;
  opacity: 1;
}

.border.border-light {
  border: 1px solid var(--light) !important;
  opacity: 1;
}

.border.border-light.border-opacity-10 {
  border-color: rgba(var(--light-rgb), 0.1) !important;
}

.border.border-light.border-opacity-25 {
  border-color: rgba(var(--light-rgb), 0.25) !important;
}

.border.border-light.border-opacity-50 {
  border-color: rgba(var(--light-rgb), 0.5) !important;
}

.border.border-light.border-opacity-75 {
  border-color: rgba(var(--light-rgb), 0.75) !important;
}

.border.border-light.border-opacity-100 {
  border-color: rgba(var(--light-rgb), 1) !important;
}

.border.border-dark {
  border: 1px solid var(--dark) !important;
  opacity: 1;
}

.border.border-dark.border-opacity-10 {
  border-color: rgba(var(--dark-rgb), 0.1) !important;
}

.border.border-dark.border-opacity-25 {
  border-color: rgba(var(--dark-rgb), 0.25) !important;
}

.border.border-dark.border-opacity-50 {
  border-color: rgba(var(--dark-rgb), 0.5) !important;
}

.border.border-dark.border-opacity-75 {
  border-color: rgba(var(--dark-rgb), 0.75) !important;
}

.border.border-dark.border-opacity-100 {
  border-color: rgba(var(--dark-rgb), 1) !important;
}

.border.border-opacity-10 {
  --bs-border-opacity: 0.1 !important;
}

.border.border-opacity-25 {
  --bs-border-opacity: 0.25 !important;
}

.border.border-opacity-50 {
  --bs-border-opacity: 0.5 !important;
}

.border.border-opacity-75 {
  --bs-border-opacity: 0.75 !important;
}

.border.border-opacity-100 {
  --bs-border-opacity: 1 !important;
}

.border.border-1 {
  border-width: 1px !important;
}

.border.border-2 {
  border-width: 2px !important;
}

.border.border-3 {
  border-width: 3px !important;
}

.border.border-4 {
  border-width: 4px !important;
}

.border.border-5 {
  border-width: 5px !important;
}

.border.border-block-start-dashed {
  border-top-style: dashed;
}

.border.border-block-start-dotted {
  border-top-style: dotted;
}

.border.border-inline-end-dashed {
  border-inline-end-style: dashed;
}

.border.border-inline-end-dotted {
  border-inline-end-style: dotted;
}

.border.border-block-end-dashed {
  border-bottom-style: dashed;
}

.border.border-block-end-dotted {
  border-bottom-style: dotted;
}

.border.border-inline-start-dashed {
  border-inline-start-style: dashed;
}

.border.border-inline-start-dotted {
  border-inline-start-style: dotted;
}

.border.border-0 {
  border: 0 !important;
}

.border.border-top-0 {
  border-block-start: 0 !important;
}

.border.border-end-0 {
  border-inline-end: 0 !important;
}

.border.border-bottom-0 {
  border-block-end: 0 !important;
}

.border.border-start-0 {
  border-inline-start: 0 !important;
}

.border-top {
  border-top: 1px solid var(--border-color) !important;
}

.border-top.border-block-start-dashed {
  border-top-style: dashed !important;
}

.border-top.border-block-start-dotted {
  border-top-style: dotted !important;
}

.border-top.border-primary {
  border-color: var(--primary) !important;
}

.border-top.border-secondary {
  border-color: var(--secondary) !important;
}

.border-top.border-warning {
  border-color: var(--warning) !important;
}

.border-top.border-info {
  border-color: var(--info) !important;
}

.border-top.border-success {
  border-color: var(--success) !important;
}

.border-top.border-danger {
  border-color: var(--danger) !important;
}

.border-top.border-light {
  border-color: var(--light) !important;
}

.border-top.border-dark {
  border-color: var(--dark) !important;
}

.border-end {
  border-inline-end: 1px solid var(--border-color) !important;
}

.border-end.border-inline-end-dashed {
  border-inline-end-style: dashed !important;
}

.border-end.border-inline-end-dotted {
  border-inline-end-style: dotted !important;
}

.border-end.border-primary {
  border-color: var(--primary) !important;
}

.border-end.border-secondary {
  border-color: var(--secondary) !important;
}

.border-end.border-warning {
  border-color: var(--warning) !important;
}

.border-end.border-info {
  border-color: var(--info) !important;
}

.border-end.border-success {
  border-color: var(--success) !important;
}

.border-end.border-danger {
  border-color: var(--danger) !important;
}

.border-end.border-light {
  border-color: var(--light) !important;
}

.border-end.border-dark {
  border-color: var(--dark) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.border-bottom.border-block-end-dashed {
  border-bottom-style: dashed !important;
}

.border-bottom.border-block-end-dotted {
  border-bottom-style: dotted !important;
}

.border-bottom.border-primary {
  border-color: var(--primary) !important;
}

.border-bottom.border-secondary {
  border-color: var(--secondary) !important;
}

.border-bottom.border-warning {
  border-color: var(--warning) !important;
}

.border-bottom.border-info {
  border-color: var(--info) !important;
}

.border-bottom.border-success {
  border-color: var(--success) !important;
}

.border-bottom.border-danger {
  border-color: var(--danger) !important;
}

.border-bottom.border-light {
  border-color: var(--light) !important;
}

.border-bottom.border-dark {
  border-color: var(--dark) !important;
}

.border-start {
  border-color: var(--border-color) !important;
}

.border-start.border-inline-start-dashed {
  border-inline-start-style: dashed !important;
}

.border-start.border-inline-start-dotted {
  border-inline-start-style: dotted !important;
}

.border-start.border-primary {
  border-color: var(--primary) !important;
}

.border-start.border-secondary {
  border-color: var(--secondary) !important;
}

.border-start.border-warning {
  border-color: var(--warning) !important;
}

.border-start.border-info {
  border-color: var(--info) !important;
}

.border-start.border-success {
  border-color: var(--success) !important;
}

.border-start.border-danger {
  border-color: var(--danger) !important;
}

.border-start.border-light {
  border-color: var(--light) !important;
}

.border-start.border-dark {
  border-color: var(--dark) !important;
}

.border-dashed.border-primary {
  border-style: dashed !important;
}

.modal-content .modal-header {
  border-color: var(--border-color);
  padding: 20px;
}

.modal-content .modal-header .btn-close.btn-close-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 100px;
  background: var(--light);
  color: var(--danger);
  opacity: 1;
  margin-right: 0;
}
.btn-close {
  opacity: 1 !important;
}
.modal-title {
  font-size: 18px;
  color: var(--dark);
}

.modal-body {
  padding: 20px;
}

.modal-footer {
  border-color: var(--border-color);
  padding: 20px 16px;
}

.search-wrap h5 {
  margin-bottom: 0;
}

.search-wrap .close {
  color: var(--gray-500);
}

.search-wrap .close:hover {
  color: var(--primary);
}

.search-wrap .input-group {
  margin-bottom: 16px;
}

.search-wrap .search-list h6 {
  margin-bottom: 10px;
}

.search-wrap .search-list p {
  margin-bottom: 10px;
}

.search-wrap .search-list p:last-child {
  margin-bottom: 0;
}

.search-wrap .search-list p a {
  color: var(--body-color);
}

.search-wrap .search-list p a:hover {
  color: var(--primary);
}

/* .Home-banner-section {
  padding: 142px 0px;
  background: url(../img/yogiraj-banner1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
 */
/* Slider */

.Home-banner-section {
  position: relative;
  overflow: hidden;
}

.Home-banner-section .swiper {
  width: 100%;
}

.banner-bg {
  padding: 140px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-content h1 {
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 22px;
  color: #fff;
  max-width: 550px;
  line-height: 1.7;
}

/* Navigation */

.Home-banner-section .swiper-button-next,
.Home-banner-section .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: #013440;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.Home-banner-section .swiper-button-next:after,
.Home-banner-section .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

/* Pagination */

.Home-banner-section .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
}

.Home-banner-section .swiper-pagination-bullet-active {
  background: #03bd9d;
  width: 35px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .banner-bg {
    padding: 90px 0;
  }

  .banner-content h1 {
    font-size: 40px;
  }

  .banner-content p {
    font-size: 18px;
  }

  .Home-banner-section .swiper-button-next,
  .Home-banner-section .swiper-button-prev {
    display: none;
  }
}

.Home-banner-section .banner-content {
}

@media (max-width: 991.98px) {
  .Home-banner-section .banner-content {
    text-align: center;
  }
}

.Home-banner-section .banner-content h1 {
  color: var(--white);
  font-size: 44px;
}

@media (max-width: 575.98px) {
  .Home-banner-section .banner-content h1 {
    font-size: 32px;
  }
}

.Home-banner-section .banner-content p {
  color: var(--white);
}

.Home-banner-section .home-search-1 {
  padding: 0px;
}

.Home-banner-section .home-search-1 .nav {
  margin-bottom: 15px;
  gap: 15px;
  border-bottom: none;
}

.Home-banner-section .home-search-1 .nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-900);
  padding: 8px 16px;
  border-radius: 5px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  border: none;
  outline: none;
}

.Home-banner-section .home-search-1 .nav .nav-link.active {
  background-color: var(--primary);
  color: var(--white);
}

.Home-banner-section .home-search-1 .search-item {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
  background: var(--white);
}

.Home-banner-section .home-search-1 .custom-search-item button {
  width: 42px;
  height: 42px;
}

@media (max-width: 991.98px) {
  .Home-banner-section .home-search-1 .custom-search-item {
    width: 100%;
  }

  .Home-banner-section .home-search-1 .custom-search-item button {
    width: 100%;
  }
}

.Home-banner-section .home-search-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}

.Home-banner-section .home-search-1 .form-control {
  min-height: 42px;
}

@media (max-width: 991.98px) {
  .Home-banner-section {
    padding: 45px 0px;
  }
}

.section-heading {
  margin-bottom: 0;
}

.section-heading .sec-line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.section-heading .sec-line .sec-line1 {
  width: 20px;
  height: 4px;
  background: var(--primary);
  display: inline-block;
}

.section-heading .sec-line .sec-line2 {
  width: 20px;
  height: 4px;
  background: var(--secondary);
  display: inline-block;
}

.section-padding {
  padding: 60px 0px;
}

@media (max-width: 991.98px) {
  .section-padding {
    padding: 40px 0px;
  }
}

.how-work-section .howit-work-item {
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.25);
  border-radius: 10px;
  padding: 24px;
  transition: all 0.5s;
}

.how-work-section .howit-work-item:hover {
  transform: translateY(-10px);
}

.home-property-section {
  padding: 60px 0px;
}

.home-property-section .property-slider {
  position: unset;
}

.home-property-section .property-slider .slick-slide {
  margin: 0px 0px 0px 23px;
}

.home-property-section .property-item {
  box-shadow: unset;
}

.home-property-section .property-item .property-card-item {
  padding: 20px;
  background: var(--white);
  border-radius: 10px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .home-property-section .property-item {
    margin: 0px 12px;
  }
}

.home-property-section .slider-nav-thumbnails .slick-slide {
  margin: 0px 12px;
  height: 126px;
}

@media (max-width: 767.98px) {
  .home-property-section .slider-nav-thumbnails .slick-slide {
    margin: auto;
  }
}

.home-property-section .slider-nav-thumbnails .slick-slide img {
  border-radius: 5px;
  height: 100%;
}

@media (max-width: 767.98px) {
  .home-property-section .slider-nav-thumbnails .slick-slide img {
    margin: auto;
  }
}

.home-property-section .slick-arrow {
  width: 36px;
  height: 36px;
  border: 1px solid var(--gray-100);
  font-size: 0;
  background: var(--white);
  border-radius: 50%;
  z-index: 9999;
  transition: 0.5s all;
}

@media (max-width: 575.98px) {
  .home-property-section .slick-arrow {
    width: 22px;
    height: 22px;
  }
}

.home-property-section .slick-next {
  position: absolute;
  left: 57px;
  right: unset;
  bottom: -65px;
  transform: unset;
  margin: auto;
  z-index: 0;
}

.home-property-section .slick-next::before {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  color: var(--dark);
}

.home-property-section .slick-next:hover {
  transform: translateY(-10px);
  transition: 0.4s all;
}

@media (max-width: 991.98px) {
  .home-property-section .slick-next {
    left: unset;
    right: 0px;
    bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .home-property-section .slick-next {
    bottom: 9px;
    right: 11px;
  }
}

.home-property-section .slick-prev {
  position: absolute;
  left: 11px;
  bottom: -65px;
  transform: unset;
  margin: auto;
  z-index: 0;
}

.home-property-section .slick-prev::before {
  content: "\f060";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  color: var(--dark);
}

.home-property-section .slick-prev:hover {
  transform: translateY(-10px);
  transition: 0.4s all;
}

@media (max-width: 991.98px) {
  .home-property-section .slick-prev {
    bottom: 30px;
    left: 0px;
    z-index: 1;
  }
}

@media (max-width: 575.98px) {
  .home-property-section .slick-prev {
    bottom: 9px;
    left: 11px;
  }
}

.home-property-section .custom-element-img-1 {
  position: absolute;
  left: 41px;
  top: -97px;
}

.home-property-section .custom-element-img-2 {
  position: absolute;
  left: -25px;
  bottom: -50px;
}

.features-section .feature-slider-item {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .features-section .feature-slider-item .property-card {
    min-height: 280px;
  }
}

.features-section .feature-slider-item .features-slide-card {
  margin: 0px 12px;
}

@media (max-width: 575.98px) {
  .features-section .feature-slider-item {
    margin-bottom: 0px;
  }
}

.features-section .slick-arrow {
  width: 36px;
  height: 36px;
  font-size: 0;
  background: var(--white);
  border-radius: 50%;
  z-index: 9999;
  transition: 0.5s all;
}

@media (max-width: 575.98px) {
  .features-section .slick-arrow {
    width: 25px;
    height: 25px;
  }
}

.features-section .slick-next {
  position: absolute;
  right: 15px;
  left: unset;
  top: -65px;
  transform: unset;
  z-index: 0;
}

.features-section .slick-next::before {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  color: var(--dark);
}

.features-section .slick-next:hover {
  transform: translateY(-10px);
  transition: 0.4s all;
  background-color: var(--light);
}

@media (max-width: 575.98px) {
  .features-section .slick-next {
    top: -32px;
  }
}

.features-section .slick-prev {
  position: absolute;
  right: 59px;
  left: unset;
  top: -65px;
  transform: unset;
  z-index: 0;
}

.features-section .slick-prev::before {
  content: "\f060";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  color: var(--dark);
}

.features-section .slick-prev:hover {
  transform: translateY(-10px);
  transition: 0.4s all;
  background-color: var(--light);
}

@media (max-width: 575.98px) {
  .features-section .slick-prev {
    top: -32px;
    right: 44px;
  }
}

.cities-section {
  padding: 60px 0px 56px;
}

/* .cities-section .city-items-slide .city-item {
  margin: 0px 12px;
  overflow: hidden;
  border-radius: 10px;
}

.cities-section .city-items-slide .city-item:hover .arrow-overlay a {
  transform: translateY(0px);
}

.cities-section .city-items-slide .city-item:hover .city-img::before {
  transition: all 0.5s;
  z-index: 0;
}

.cities-section .city-items-slide .city-item:hover .city-img img {
  transform: rotate(2deg) scale(1.1);
}

.cities-section .city-items-slide .city-item .city-img::before {
  content: "";
  position: absolute;
  background: linear-gradient(5.52deg, #000000 4.13%, rgba(0, 0, 0, 0) 49.67%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 0.5s;
}

.cities-section .city-items-slide .city-item .city-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

 .cities-section .city-items-slide .city-item .city-name {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
 
.cities-section .city-items-slide .city-item .arrow-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
}

.cities-section .city-items-slide .city-item .arrow-overlay a {
  width: 70px;
  height: 70px;
  background: var(--primary);
  border-radius: 50%;
  color: var(--white);
  transform: translateY(250px);
  transition: 0.5s all;
  position: relative;
  right: -13px;
  bottom: -11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cities-section .city-items-slide .city-item h5 {
  color: var(--white);
}

.cities-section .city-items-slide .city-item p {
  color: var(--light);
}

.cities-section .slick-dots {
  bottom: -40px;
}

.cities-section .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 1px;
}

.cities-section .slick-dots li button {
  width: 8px;
  height: 8px;
  background: var(--gray-100);
  border-radius: 30px;
}

.cities-section .slick-dots .slick-active button {
  background-color: var(--primary) !important;
  width: 22px !important;
  margin: 0px 2px;
} */
.cities-section .city-item {
  margin: 0px 12px;
  overflow: hidden;
  border-radius: 10px;
}

.cities-section .city-item:hover .arrow-overlay a {
  transform: translateY(0px);
}

.cities-section .city-item:hover .city-img::before {
  transition: all 0.5s;
  z-index: 0;
}

.cities-section .city-item:hover .city-img img {
  transform: rotate(2deg) scale(1.1);
}

.cities-section .city-item .city-img::before {
  content: "";
  position: absolute;
  background: linear-gradient(5.52deg, #000000 4.13%, rgba(0, 0, 0, 0) 49.67%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 0.5s;
}

.cities-section .city-item .city-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.cities-section .city-item .city-name {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.cities-section .city-item .arrow-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
}

.cities-section .city-item .arrow-overlay a {
  width: 70px;
  height: 70px;
  background: var(--primary);
  border-radius: 50%;
  color: var(--white);
  transform: translateY(250px);
  transition: 0.5s all;
  position: relative;
  right: -13px;
  bottom: -11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cities-section .city-item h5 {
  color: var(--white);
}

.cities-section .city-item p {
  color: var(--light);
}

.cities-section .slick-dots {
  bottom: -40px;
}

.cities-section .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 1px;
}

.cities-section .slick-dots li button {
  width: 8px;
  height: 8px;
  background: var(--gray-100);
  border-radius: 30px;
}

.cities-section .slick-dots .slick-active button {
  background-color: var(--primary) !important;
  width: 22px !important;
  margin: 0px 2px;
}

@media (max-width: 575.98px) {
  .cities-section {
    padding: 35px 0px 40px;
  }
}

.statistics-section .statistics-item {
  padding: 20px;
  border-radius: 10px;
  background-color: var(--white);
  transition: 0.5s all;
  width: 100%;
  max-width: 306px;
}

.statistics-section .statistics-item:hover {
  transform: translateY(-10px);
}

@media (max-width: 1399.98px) {
  .statistics-section .statistics-item {
    max-width: 266px;
  }
}

@media (max-width: 1199.98px) {
  .statistics-section .statistics-item {
    max-width: 228px;
  }
}

@media (max-width: 991.98px) {
  .statistics-section .statistics-item {
    max-width: 49%;
  }
}

@media (max-width: 575.98px) {
  .statistics-section .statistics-item {
    margin-bottom: 0px;
    max-width: 100% !important;
  }
}

.statistics-section .custom-element-img-1 {
  position: absolute;
  right: 45px;
  top: -90px;
  transform: rotateY(180deg);
}

.statistics-section .custom-element-img-2 {
  position: absolute;
  right: -23px;
  bottom: -50px;
  transform: rotateY(180deg);
}

.buy-property-section .buy-property-item {
  width: 100%;
  max-width: 416px;
  margin: auto;
}

.buy-property-section .buy-property-item:hover .img-card img {
  transform: scale(1.1);
  transition: 0.5s;
}

.buy-property-section .buy-property-item .buy-property {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
  margin: -45px auto 0px;
  position: relative;
  width: 100%;
  max-width: 370px;
}

.buy-property-section .buy-property-item .buy-property .arrow {
  width: 36px;
  height: 36px;
  color: var(--white);
  transition: all 0.6s;
}

.buy-property-section .buy-property-item .buy-property .arrow:hover {
  transition: all 0.6s;
  transform: translateX(5px);
}

.buy-property-section .buy-property-item .buy-property .bg-error {
  background-color: var(--danger);
}

@media (max-width: 1199.98px) {
  .buy-property-section .buy-property-item .buy-property {
    max-width: 268px;
  }
}

@media (max-width: 1399.98px) {
  .buy-property-section .buy-property-item .buy-property {
    max-width: 310px;
  }
}

@media (max-width: 575.98px) {
  .buy-property-section .buy-property-item .buy-property {
    max-width: 268px;
  }
}

.buy-property-section .buy-property-item .img-card {
  border-radius: 10px;
}

.buy-property-section .buy-property-item .img-card img {
  border-radius: 10px;
  transition: 0.5s;
  transform: scale(1);
}

.partners-section .partners-slide {
  margin: 0px 12px;
}

.partners-section .partners-items {
  width: 100%;
  max-width: 200px;
  background: var(--light);
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}

.partners-section .partners-items img {
  width: auto;
  margin: auto;
}

.testimonials-section {
  background-color: var(--dark);
  background-image: url(../img/home/bg/testimonial-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 100px;
}

.testimonials-section .testimonials-slider-item {
  padding-bottom: 50px;
}

.testimonials-section .testimonials-slider-item .testimonials-slide {
  margin: 0px 12px;
}

.testimonials-section .testimonials-slider-item .testimonials-slide .testimonials-item {
  background: var(--white);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.testimonials-section .testimonials-slider-item .testimonials-slide .testimonials-item h6 {
  font-size: 16px;
}

.testimonials-section .testimonials-slider-item .slick-arrow {
  width: 36px;
  height: 36px;
  font-size: 0;
  background: var(--white);
  border-radius: 50%;
  z-index: 9999;
  transition: 0.5s all;
}

@media (max-width: 575.98px) {
  .testimonials-section .testimonials-slider-item .slick-arrow {
    width: 25px;
    height: 25px;
  }
}

.testimonials-section .testimonials-slider-item .slick-next {
  position: absolute;
  right: -45px;
  left: 0px;
  bottom: -50px;
  top: unset;
  margin: auto;
  z-index: 0;
}

.testimonials-section .testimonials-slider-item .slick-next::before {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  color: var(--dark);
}

.testimonials-section .testimonials-slider-item .slick-next:hover {
  transform: translateY(-10px);
  transition: 0.4s all;
  background-color: var(--light);
}

@media (max-width: 991.98px) {
  .testimonials-section .testimonials-slider-item .slick-next {
    bottom: -30px;
  }
}

.testimonials-section .testimonials-slider-item .slick-prev {
  position: absolute;
  right: 0px;
  left: -45px;
  bottom: -50px;
  top: unset;
  margin: auto;
  z-index: 0;
}

.testimonials-section .testimonials-slider-item .slick-prev::before {
  content: "\f060";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  color: var(--dark);
}

.testimonials-section .testimonials-slider-item .slick-prev:hover {
  transform: translateY(-10px);
  transition: 0.4s all;
  background-color: var(--light);
}

@media (max-width: 991.98px) {
  .testimonials-section .testimonials-slider-item .slick-prev {
    bottom: -30px;
  }
}

@media (max-width: 575.98px) {
  .testimonials-section .testimonials-slider-item {
    padding-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .testimonials-section {
    padding-bottom: 60px;
  }
}

.pricing-plan-section .pricing-item-02:hover {
  transition: all 0.5s;
  background-color: var(--secondary);
  border-color: transparent;
}

.pricing-plan-section .pricing-item-02:hover h4,
.pricing-plan-section .pricing-item-02:hover h6,
.pricing-plan-section .pricing-item-02:hover p,
.pricing-plan-section .pricing-item-02:hover h2,
.pricing-plan-section .pricing-item-02:hover hr {
  color: var(--white);
}

.pricing-plan-section .pricing-item-02:hover h4 span,
.pricing-plan-section .pricing-item-02:hover h6 span,
.pricing-plan-section .pricing-item-02:hover p span,
.pricing-plan-section .pricing-item-02:hover h2 span,
.pricing-plan-section .pricing-item-02:hover hr span {
  color: var(--white);
}

.pricing-plan-section .pricing-item-02:hover .btn-dark {
  background: var(--white);
  color: var(--gray-900);
}

.pricing-plan-section .pricing-item-02:hover .btn-dark:hover {
  transition: 0.8s all;
  background: var(--dark);
  color: var(--white);
}

.pricing-plan-section .pricing-item-02 .btn-dark {
  font-size: 16px;
  font-weight: 500;
}

.pricing-plan-section .pricing-item-02.popular .bookmark-sideright-ribbone-primary-right span {
  right: -17px;
  font-weight: 600;
}

.pricing-plan-section .pricing-item-02.popular .bookmark-sideright-ribbone-primary-right span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 25px solid pink;
  border-right: 15px solid transparent;
  border-left: none;
  border-bottom: none;
  right: 0;
  top: 31px;
}

@media (max-width: 575.98px) {
  .pricing-plan-section .pricing-item-02.popular .bookmark-sideright-ribbone-primary-right span::before {
    content: unset;
  }
}

@media (max-width: 575.98px) {
  .pricing-plan-section .pricing-item-02.popular .bookmark-sideright-ribbone-primary-right span {
    right: 0px;
  }
}

.pricing-plan-section .pricing-item-nav {
  width: 219px;
  border: 1px solid var(--gray-100);
  border-radius: 37px;
  padding: 8px 13px;
  font-size: 16px;
  font-weight: 400;
  color: var(--dark);
  gap: 8px;
}

.pricing-plan-section .pricing-item-nav .nav-tabs {
  padding: 3px !important;
  border: 1px solid var(--gray-100);
  border-radius: 50px !important;
  background: var(--success);
}

.pricing-plan-section .pricing-item-nav .nav-tabs .nav-link {
  font-size: 16px !important;
  font-weight: 500;
  color: var(--gray-900);
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  padding: 0px !important;
  border: none;
}

.pricing-plan-section .pricing-item-nav .nav-tabs .nav-link.active {
  background: var(--white) !important;
}

.faq-section .custom-faq-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .faq-section .custom-faq-img {
    margin-bottom: 24px;
    height: auto;
  }
}

.agent-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0px;
}

@media (max-width: 991.98px) {
  .agent-section {
    padding: 40px 0px;
  }
}

.agent-section .custom-element-img-1 {
  position: absolute;
  left: 41px;
  top: -97px;
}

.agent-section .custom-element-img-2 {
  position: absolute;
  left: -25px;
  bottom: -50px;
}

.agent-section .custom-circle-line-1 {
  width: 20px;
  height: 20px;
  color: var(--primary);
  border-radius: 50%;
  position: absolute;
  left: 80px;
  bottom: 33px;
}

.agent-section .custom-circle-line-2 {
  width: 13px;
  height: 13px;
  color: var(--secondary);
  border-radius: 50%;
  position: absolute;
  right: 250px;
  top: 41px;
}

.home-blog-section .row-gap-4 {
  margin-bottom: 40px;
}

.home-support-section .input-group .form-control {
  height: 42px;
  padding: 0px 0px 0px 37px;
}

.home-support-section .input-group .form-control:focus {
  z-index: 1 !important;
}

.home-support-section .input-group .form-control:focus i {
  color: var(--dark);
}

.home-support-section .support-custom-icons {
  width: 100%;
}

.home-support-section .support-custom-icons i {
  position: absolute;
  left: 13px;
  top: 14px;
}

.home-banner-two {
  background: var(--dark);
  padding: 220px 0 150px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .home-banner-two {
    padding: 150px 0 60px;
  }
}

@media (max-width: 991.98px) {
  .home-banner-two {
    padding: 130px 0 50px;
  }
}

.home-banner-two .banner-title h1 {
  color: var(--white);
  font-size: 44px;
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .home-banner-two .banner-title h1 {
    font-size: 38px;
  }
}

@media (max-width: 991.98px) {
  .home-banner-two .banner-title h1 {
    font-size: 36px;
  }
}

.home-banner-two .banner-title h1 span {
  color: var(--primary);
}

.home-banner-two .banner-title p {
  color: var(--white);
  margin-bottom: 40px;
}

.home-banner-two .banner-img-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.home-banner-two .banner-img-right img {
  max-width: 850px;
}

@media (max-width: 1199.98px) {
  .home-banner-two .banner-img-right img {
    max-width: 750px;
  }
}

@media (max-width: 991.98px) {
  .home-banner-two .banner-img-right {
    display: none;
  }
}

.home-banner-two .banner-round {
  position: absolute;
  right: 23%;
  top: 20%;
  animation: rotate linear infinite 6s;
}

@media (max-width: 991.98px) {
  .home-banner-two .banner-round {
    display: none;
  }
}

.home-banner-two .banner-shape {
  position: absolute;
  left: 50px;
  top: 20%;
  animation: rotate linear infinite 6s;
}

.home-search-2 {
  box-shadow: 0px 0px 4px 0px rgba(201, 201, 201, 0.25);
  padding: 20px 0;
}

.home-search-2 .select-field {
  width: 20%;
}

@media (max-width: 767.98px) {
  .home-search-2 .select-field {
    width: auto;
  }
}

.home-search-2 button {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .home-search-2 .select-btn {
    width: 100%;
  }

  .home-search-2 .select-btn button {
    width: 100%;
  }
}

.about-us-section-2 {
  padding: 60px 0 36px;
}

.about-us-section-2 .title-head p {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .about-us-section-2 {
    padding: 40px 0 16px;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.counter-list {
  padding-top: 60px;
}

@media (max-width: 767.98px) {
  .counter-list {
    padding-top: 40px;
  }
}

.counting-item {
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.25);
  padding: 20px;
  background: var(--white);
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  transition: 0.5s all;
}

.counting-item:hover {
  transform: translateY(-10px);
}

.counting-item .count-icon {
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 2px;
  margin-right: 16px;
}

.section-title-2 {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .section-title-2 {
    margin-bottom: 30px;
  }
}

.section-title-2 h2 {
  padding: 0 8px;
  margin-bottom: 4px;
}

.section-title-2 h2 span {
  color: var(--primary);
}

.section-title-2 .title-square {
  width: 7px;
  height: 4px;
  display: inline-block;
  transform: rotate(20.67deg);
}

.section-title-2 .title-square.bg-primary {
  margin-right: 1px;
}

.section-title-2 p {
  margin-bottom: 0;
}

.property-type-section {
  background: var(--light);
  padding: 60px 0;
}

@media (max-width: 767.98px) {
  .property-type-section {
    padding: 40px 0;
  }
}

.popular-listing-section {
  padding: 60px 0;
}

@media (max-width: 767.98px) {
  .popular-listing-section {
    padding: 40px 0;
  }
}

.property-type-item {
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.25);
  padding: 20px;
  border-radius: 5px;
  background: var(--white);
  margin-bottom: 24px;
}

.property-type-item .property-img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  max-height: 200px; /* by parth 31-07-26 */
  width: 100%; /* by parth 31-07-26 */
}

.property-type-item .property-img img {
  border-radius: 5px;
  height: auto; /* by parth 31-07-26 */
  width: 100%; /* by parth 31-07-26 */
  object-fit: contain; /* by parth 31-07-26 */
}

.property-type-item .property-img .overlay-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s all;
  z-index: 1;
}

.property-type-item .property-img .overlay-arrow:hover {
  background: var(--secondary);
}

.property-type-item .property-img .overlay-arrow i {
  color: var(--white);
}

.property-type-item .property-img:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s all;
}

.property-type-item .property-img:hover::after {
  opacity: 1;
}

.property-type-item .property-img:hover .overlay-arrow {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}

.property-type-item h5 a {
  transition: 0.5s all;
}

.horizontal-slide {
  overflow: hidden;
}

.horizontal-slide[data-direction="right"] {
  --_animation-direction: reverse;
}

.horizontal-slide[data-direction="left"] {
  --_animation-direction: forwards;
}

.horizontal-slide[data-speed="fast"] {
  --_animation-duration: 30s;
}

.horizontal-slide[data-speed="slow"] {
  --_animation-duration: 120s;
}

.horizontal-slide .slide-list {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}

.horizontal-slide .slide-list:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.support-section {
  padding: 20px;
  transform: rotate(0.82deg);
  background: var(--dark);
}

.support-item {
  position: relative;
  margin-right: 20px;
  padding-right: 25px;
}

.support-item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  background: url("../img/icons/star-icon.svg");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}

.support-item h5 {
  white-space: nowrap;
  color: var(--white);
  margin-bottom: 0;
}

.listing-nav-2 {
  margin-bottom: 40px;
  row-gap: 10px;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .listing-nav-2 {
    margin-bottom: 25px;
  }
}

.listing-nav-2 .nav-item {
  margin-right: 12px;
}

.listing-nav-2 .nav-item:last-child {
  margin-right: 0;
}

.listing-nav-2 .nav-item .nav-link {
  border: 1px solid var(--light);
  background: var(--light);
  color: var(--gray-900);
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
}

.listing-nav-2 .nav-item .nav-link.active {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}

.listing-nav-2 .nav-item .nav-link:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}

.exclusive-benifit-section {
  background: var(--dark);
  padding: 60px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .exclusive-benifit-section {
    padding: 40px 0;
  }
}

.exclusive-benifit-section .section-title-2 h2 {
  color: var(--white);
}

.exclusive-benifit-section .sec-bottom-imgs {
  min-height: 250px;
}

@media (max-width: 1399.98px) {
  .exclusive-benifit-section .sec-bottom-imgs {
    min-height: 200px;
  }
}

@media (max-width: 1199.98px) {
  .exclusive-benifit-section .sec-bottom-imgs {
    min-height: 150px;
  }
}

@media (max-width: 767.98px) {
  .exclusive-benifit-section .sec-bottom-imgs {
    display: none;
  }
}

.exclusive-benifit-section .sec-bottom-imgs div {
  transition: 0.5s all;
}

.exclusive-benifit-section .sec-bottom-imgs div:hover {
  z-index: 5;
  transform: rotate(0deg);
  bottom: 0;
}

.exclusive-benifit-section .sec-bottom-imgs img {
  max-width: 300px;
  border-radius: 5px;
  transition: 0.5s all;
}

@media (max-width: 1399.98px) {
  .exclusive-benifit-section .sec-bottom-imgs img {
    max-width: 270px;
  }
}

@media (max-width: 1199.98px) {
  .exclusive-benifit-section .sec-bottom-imgs img {
    max-width: 230px;
  }
}

.exclusive-benifit-section .sec-bottom-imgs .bottom-img-1 {
  position: absolute;
  left: -40px;
  bottom: -90px;
  transform: rotate(-7.59deg);
}

.exclusive-benifit-section .sec-bottom-imgs .bottom-img-1:hover {
  left: 0;
}

.exclusive-benifit-section .sec-bottom-imgs .bottom-img-2 {
  position: absolute;
  left: 18%;
  bottom: -90px;
  transform: rotate(12.63deg);
}

.exclusive-benifit-section .sec-bottom-imgs .bottom-img-3 {
  position: absolute;
  left: 35%;
  bottom: -90px;
  transform: rotate(-6.03deg);
  z-index: 1;
}

.exclusive-benifit-section .sec-bottom-imgs .bottom-img-4 {
  position: absolute;
  right: 26%;
  bottom: -90px;
  transform: rotate(12.63deg);
}

.exclusive-benifit-section .sec-bottom-imgs .bottom-img-5 {
  position: absolute;
  right: 10%;
  bottom: -90px;
  transform: rotate(-1.51deg);
  z-index: -2;
}

.exclusive-benifit-section .sec-bottom-imgs .bottom-img-6 {
  position: absolute;
  right: -100px;
  bottom: -90px;
  transform: rotate(-6.03deg);
}

.exclusive-benifit-section .sec-bottom-imgs .bottom-img-6:hover {
  right: 0;
}

.benifit-item {
  padding: 20px;
  border-radius: 5px;
  transition: 0.5s all;
}

.benifit-item:hover {
  transform: translateY(-10px);
  background: var(--gray-900);
}

.benifit-item .benifit-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px 0px #132522 inset;
  margin-bottom: 16px;
}

.benifit-item .benifit-icon i {
  font-size: 24px;
}

.benifit-item h5 {
  color: var(--white);
}

.benifit-item p {
  color: var(--light);
}

.feature-location-section {
  padding: 60px 0;
}

@media (max-width: 767.98px) {
  .feature-location-section {
    padding: 40px 0;
  }
}

.location-item-two {
  margin-bottom: 24px;
}

.location-item-two .location-img {
  position: relative;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}

.location-item-two .location-img img {
  transition: 0.5s all;
  border-radius: 5px;
}

.location-item-two .location-img:hover img {
  transform: scale(1.14);
}

.location-item-two .location-img:after {
  content: "";
  background: linear-gradient(5.52deg, #000000 4.13%, rgba(0, 0, 0, 0) 49.67%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s all;
  border-radius: 5px;
}

.work-section {
  background-image: url(../img/section-bg/section-bg-03.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

@media (max-width: 767.98px) {
  .work-section {
    padding: 40px 0;
  }
}

.work-section:after {
  content: "";
  background: linear-gradient(93.96deg, rgba(0, 0, 0, 0.5) -2.74%, #000000 103.58%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s all;
}

.work-section .section-title-2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  text-align: left;
}

.work-section .section-title-2 p {
  color: var(--white);
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .work-section .section-title-2 p {
    margin-bottom: 20px;
  }
}

.work-section .section-title-2 h2 {
  color: var(--white);
  margin-bottom: 20px;
  padding: 0;
}

@media (max-width: 991.98px) {
  .work-section .section-title-2 {
    margin-bottom: 40px;
  }
}

.work-item {
  background: var(--white);
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin-left: auto;
}

.work-item .card-body {
  padding: 40px;
}

@media (max-width: 767.98px) {
  .work-item .card-body {
    padding: 20px;
  }
}

@media (max-width: 991.98px) {
  .work-item {
    margin: 0;
    max-width: 100%;
  }
}

.work-item .work-steps {
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.25);
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 16px;
}

.work-item .work-steps p {
  color: var(--gray-500);
}

.customer-review-section {
  background: var(--light);
  padding: 60px 0;
}

@media (max-width: 767.98px) {
  .customer-review-section {
    padding: 40px 0;
  }
}

.review-item-two {
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.25);
  border-radius: 5px;
  padding: 20px;
  background: var(--white);
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .review-item-two {
    margin-bottom: 24px;
  }
}

.review-item-two .review-content {
  border-bottom: 1px solid var(--gray-100);
  margin-bottom: 24px;
  padding-bottom: 24px;
  text-align: center;
}

.review-item-two .review-content p {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.review-slider .swiper-pagination {
  position: unset;
}

.review-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid var(--white);
  background: transparent;
  opacity: 1;
}

.review-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 30px;
  background: var(--primary);
}

.review-users {
  background: rgba(12, 12, 12, 0.3019607843);
  padding: 10px 20px;
  border-radius: 90px;
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .review-users {
    margin-top: 25px;
    justify-content: center;
  }
}

.property-sec-img {
  position: relative;
}

.property-sec-img img {
  border-radius: 5px;
  width: 100%;
}

.property-sec-img .rotate-div {
  position: absolute;
  left: 50%;
  top: 50%;
  animation: rotate linear infinite 6s;
}

.property-sec-img .img-center-text {
  width: 140px;
  height: 140px;
  background: var(--secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-section-two {
  padding: 60px 0 0;
}

@media (max-width: 767.98px) {
  .faq-section-two {
    padding: 40px 0 0;
  }
}

.faq-accordion.accordion {
  margin-left: 20px;
}

@media (max-width: 991.98px) {
  .faq-accordion.accordion {
    margin-left: 0;
  }
}

.faq-accordion.accordion.accordions-items-seperate .accordion-item {
  margin-bottom: 16px;
}

.faq-accordion.accordion.accordions-items-seperate .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  font-weight: 500;
}

.faq-accordion.accordion.accordions-items-seperate .accordion-item .accordion-header .accordion-button:after {
  content: "\e145";
  font-family: "Material Icons Outlined";
  background-image: none;
  line-height: 1;
}

.faq-accordion.accordion.accordions-items-seperate .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  content: "\e15b";
}

.faq-accordion.accordion.accordions-items-seperate .accordion-item:last-child {
  margin-bottom: 0;
}

.partner-slider-two {
  margin-top: 60px;
  border-bottom: 1px solid var(--gray-100);
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .partner-slider-two {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

.partner-slider-two .partner-logo {
  background: var(--light);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.partner-slider-two .partner-logo img {
  width: auto;
}

.blogs-section {
  padding: 60px 0 36px;
}

@media (max-width: 767.98px) {
  .blogs-section {
    padding: 40px 0 16px;
  }
}

.blog-item-two {
  margin-bottom: 24px;
}

.blog-item-two .blog-content {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.blog-item-two .blog-content .blog-img {
  border-radius: 5px;
}

.blog-item-two .blog-content .blog-img img {
  border-radius: 5px;
  transition: 0.5s all;
}

.blog-item-two .blog-content .blog-img a {
  display: flex;
}

.blog-item-two .blog-content .blog-img a:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s all;
}

.blog-item-two .blog-content .blog-img:hover img {
  transform: scale(1.14);
  z-index: 1;
  transition: 0.5s all;
}

.blog-item-two .blog-content h5 {
  text-align: center;
  max-width: 370px;
  margin: auto;
}

.blog-item-two .blog-content h5 a {
  color: var(--white);
  transition: 0.5s all;
}

.blog-item-two .blog-content h5 a:hover {
  color: var(--primary);
}

.blog-item-two .blog-content .blog-date {
  width: 60px;
  height: 60px;
  background: var(--white);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-section-three {
  background-image: url(../img/home-3/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding-top: 180px;
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .banner-section-three {
    padding-top: 130px;
  }
}

.banner-section-three::after {
  content: "";
  background: linear-gradient(88.58deg, rgba(0, 0, 0, 0.9) 0.53%, rgba(0, 0, 0, 0.5) 65.72%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 20px 20px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .banner-section-three .banner-content {
    margin-bottom: 24px;
  }
}

.banner-section-three .banner-content .banner-badge p {
  font-size: 14px;
  color: var(--white);
  font-weight: 400;
}

.banner-section-three .banner-content h1 {
  font-size: 52px;
  color: var(--white);
}

@media (max-width: 1399.98px) {
  .banner-section-three .banner-content h1 {
    font-size: 46px;
  }
}

@media (max-width: 1199.98px) {
  .banner-section-three .banner-content h1 {
    font-size: 38px;
  }
}

@media (max-width: 991.98px) {
  .banner-section-three .banner-content h1 {
    font-size: 32px;
  }
}

.banner-section-three .banner-content h1 span {
  color: var(--primary);
}

.banner-section-three .banner-content p {
  color: var(--white);
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .banner-section-three .banner-content p {
    margin: 0 auto 15px;
  }
}

.banner-section-three .banner-content .btn {
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
}

.banner-badge {
  backdrop-filter: blur(24px);
  padding: 8px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1490196078);
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .banner-right-content {
    text-align: center;
  }
}

.banner-right-content .banner-card {
  background: rgba(255, 255, 255, 0.1490196078);
  backdrop-filter: blur(24px);
  padding: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .banner-right-content .banner-card {
    display: inline-flex;
  }
}

@media (max-width: 575.98px) {
  .banner-right-content .banner-card {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
  }
}

.banner-right-content .banner-card .card-img {
  width: 120px;
  height: 120px;
}

.banner-right-content .banner-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-right-content .banner-card .rate-info {
  color: var(--white);
}

.banner-right-content .banner-card .rate-info span {
  color: var(--primary);
  font-weight: 700;
  font-size: 18px;
}

.banner-right-content .banner-card .card-info p {
  color: var(--white);
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.banner-right-content .banner-card .card-info p span {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-right-content .banner-card .card-info p span i {
  color: var(--dark);
  line-height: 0;
}

@media (max-width: 991.98px) {
  .banner-users {
    justify-content: center;
  }
}

.banner-users .avatar-list-stacked .avatar {
  width: 32px;
  height: 32px;
}

.avatar-list-stacked .avatar {
  margin-inline-end: -1.4rem !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: transform ease 200ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: translateY(-0.188rem);
}

.banner-search.banner-search-three {
  background: var(--white);
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
  margin: 120px 0 -80px;
}

@media (max-width: 991.98px) {
  .banner-search.banner-search-three {
    margin-top: 60px;
  }
}

.banner-search.banner-search-three .banner-tab {
  padding-bottom: 20px;
}

.banner-search.banner-search-three .banner-tab .nav-tabs {
  margin: 0;
  padding: 0;
  border: 0;
}

@media (max-width: 991.98px) {
  .banner-search.banner-search-three .banner-tab .nav-tabs {
    justify-content: start;
    margin-top: 20px;
    row-gap: 15px;
  }
}

@media (max-width: 575.98px) {
  .banner-search.banner-search-three .banner-tab .nav-tabs {
    flex-direction: column;
  }
}

.banner-search.banner-search-three .banner-tab .nav-tabs .nav-item {
  margin-right: 12px;
}

.banner-search.banner-search-three .banner-tab .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.banner-search.banner-search-three .banner-tab .nav-tabs .nav-item .nav-link {
  padding: 8px 16px;
  min-width: unset;
  border-radius: 5px;
  border-color: var(--gray-100);
  color: var(--gray-900);
  display: inline-flex;
  align-items: center;
}

.banner-search.banner-search-three .banner-tab .nav-tabs .nav-item .nav-link.active {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

.banner-search.banner-search-three .banner-tab .nav-tabs .nav-item .nav-link img {
  margin-right: 8px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.banner-search.banner-search-three .banner-tab .nav-tabs .nav-item .nav-link:focus {
  background: var(--dark);
  border: 1px solid var(--dark);
  color: var(--white);
}

.banner-search.banner-search-three .banner-tab .nav-tabs .nav-item .nav-link:hover {
  background: var(--dark);
  border: 1px solid var(--dark);
  color: var(--white);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.banner-search.banner-search-three .banner-tab .nav-tabs .nav-item .nav-link:hover img {
  filter: invert(1) brightness(100);
}

.banner-search.banner-search-three .banner-tab .nav-tabs .nav-item .nav-link.active img {
  filter: invert(1) brightness(100);
}

.banner-search.banner-search-three .banner-tab .nav-tabs .nav-item .nav-link.active:before {
  display: none;
}

.banner-search.banner-search-three button {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-search.banner-search-three button span {
  display: flex;
  align-items: center;
}

.banner-search.banner-search-three button span i {
  font-size: 16px;
}

.work-section-three {
  padding: 150px 0 60px;
}

@media (max-width: 991.98px) {
  .work-section-three {
    padding-bottom: 50px;
    padding-top: 140px;
  }
}

.work-card {
  padding: 20px;
  border-radius: 5px;
  transition: 0.5s all;
}

.work-card:hover {
  transform: translateY(-10px);
  transition: 0.5s all;
}

.work-card.bg-soft-warning {
  background: var(--warning-100);
}

.work-card.bg-soft-secondary {
  background: var(--secondary-100);
}

.work-card.bg-soft-pink {
  background: var(--pink-100);
}

.work-card.bg-soft-teal {
  background: var(--teal-100);
}

.work-card .work-card-icon {
  display: flex;
  align-items: center;
}

.work-card .work-card-icon h5 {
  margin-bottom: 0;
}

.work-card .work-card-icon span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.work-card p {
  color: var(--gray-500);
  margin-bottom: 0;
}

.property-section {
  padding-bottom: 60px;
}

@media (max-width: 991.98px) {
  .property-section {
    padding-bottom: 50px;
  }
}

.about-us-section {
  background-image: url(../img/home-3/bg/sec-bg-02.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  background-color: var(--dark);
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .about-us-section {
    padding: 50px 0;
  }
}

.about-us-section .section-bg .bg-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.about-us-section .section-bg .bg-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.about-us-section .about-left-content {
  margin-right: 50px;
}

@media (max-width: 991.98px) {
  .about-us-section .about-left-content {
    margin-right: 0;
  }
}

.about-us-section .about-left-content .section-headings {
  margin-bottom: 40px;
}

.about-us-section .about-left-content .section-headings h2 {
  margin-bottom: 20px;
}

.section-heading-three {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .section-heading-three h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .section-heading-three h2 {
    font-size: 24px;
  }
}

.sec-line-three {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.sec-line-three .sec-line1 {
  width: 20px;
  height: 4px;
  background: var(--primary);
  display: inline-block;
}

.sec-line-three .sec-line2 {
  width: 20px;
  height: 4px;
  background: var(--secondary);
  display: inline-block;
}

.location-item {
  position: relative;
}

.location-item .location-img {
  position: relative;
  border-radius: 5px;
  transition: 0.5s all;
  overflow: hidden;
}

.location-item .location-img:after {
  content: "";
  background: linear-gradient(5.52deg, #000000 4.13%, rgba(0, 0, 0, 0) 49.67%);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.location-item .location-img img {
  border-radius: 5px;
  transition: 0.5s all;
}

.location-item .location-img:hover img {
  transform: scale(1.14);
  transition: 0.5s all;
}

.location-item .bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}

.location-item .bottom-text h5 {
  color: var(--white);
}

.location-item .bottom-text p {
  color: var(--white);
  margin-bottom: 0;
}

.location-item .bottom-text .arrow-overlay a {
  width: 36px;
  height: 36px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  transition: 0.5s all;
}

.location-item .bottom-text .arrow-overlay a:hover {
  background: var(--primary);
  color: var(--white);
}

.property-sec-img {
  position: relative;
}

@media (max-width: 991.98px) {
  .property-sec-img {
    margin-top: 50px;
  }
}

.property-sec-img img {
  border-radius: 5px;
  width: 100%;
}

.property-sec-img .img-left-top {
  position: absolute;
  left: -40px;
  top: -20px;
  animation: rotate linear infinite 6s;
}

@media (max-width: 991.98px) {
  .property-sec-img .img-left-top {
    left: 0;
  }
}

.feature-property-section {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .feature-property-section {
    padding: 50px 0;
  }
}

.property-item {
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
  border-radius: 5px;
  border: 1px #dfdfdf solid;
}

.property-item .property-img {
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  transition: 0.5s all;
}

.property-item .property-img::before {
  content: "";
  /*  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); */
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}

.property-item .property-img img {
  border-radius: 5px 5px 0 0;
  transition: 0.5s all;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.property-item .property-img:hover img {
  transform: scale(1.14);
  transition: 0.5s all;
}

/* .property-item .property-img .building-icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: 10px;
  background: var(--white);
} */

.property-item .property-img .building-icon {
  display: none;
}

.property-item .property-img .building-icon img {
  width: auto;
}

.property-item .property-content {
  padding: 20px;
}

.property-item .propery-name h5 {
  font-weight: 600;
}

.property-item .propery-name h5 a {
  transition: 0.5s all;
}

.property-item .propery-name h5 a:hover {
  color: var(--primary);
}

.property-item .propery-name p {
  color: var(--gray-500);
  font-size: 14px;
  margin-bottom: 0;
}

.property-item .arrow-overlay a {
  width: 36px;
  height: 36px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  transition: 0.5s all;
}

.property-item .arrow-overlay a:hover {
  background: var(--primary);
  color: var(--white);
}

.post-propert-section {
  background-image: url(../img/home-3/bg/section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 60px 0;
  position: relative;
  z-index: 1;
  min-height: 460px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .post-propert-section {
    padding: 50px 0;
    min-height: auto;
  }
}

.post-propert-section .sec-img .bg-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .post-propert-section .sec-img .bg-1 {
    display: none;
  }
}

.post-propert-section .sec-img .bg-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.post-propert-section::before {
  content: "";
  background: linear-gradient(90deg, #000000 0%, #000000 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

.post-propert-section .section-headings h2 {
  margin-bottom: 40px;
}

.rent-propery-section {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .rent-propery-section {
    padding: 50px 0;
  }
}

.rent-property-item {
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
  border-radius: 5px;
}

.rent-property-item .property-img {
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  transition: 0.5s all;
}

.rent-property-item .property-img img {
  border-radius: 5px 5px 0 0;
  transition: 0.5s all;
}

.rent-property-item .property-img a img {
  width: 100%;
}

.rent-property-item .property-img:hover img {
  transform: scale(1.14);
  transition: 0.5s all;
}

.rent-property-item .property-img .favourite a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  top: 10px;
  right: 20px;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.rent-property-item .property-img .favourite.selected a {
  background: var(--primary);
  color: var(--white);
}

.rent-property-item .property-img .token-top {
  position: absolute;
  left: 20px;
  top: 0;
}

.rent-property-item .property-img .token {
  width: 22px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 5px 5px;
}

.rent-property-item .property-img .token i {
  color: var(--white) !important;
}

.rent-property-item .property-img .avatar-bottom {
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: 32px;
  height: 32px;
}

.rent-property-item .rental-content {
  padding: 20px;
}

@media (max-width: 575.98px) {
  .rent-property-item .rental-content {
    padding: 16px;
  }
}

.rent-property-item .rental-content h5 a {
  color: var(--gray-900);
  font-size: 18px;
}

.rent-property-item .rental-content h5 a:hover {
  color: var(--primary);
}

.rent-property-item .rental-content p {
  color: var(--gray-500);
  font-size: 14px;
}

.rent-property-item .rental-content span.date {
  color: var(--gray-500);
  font-size: 14px;
}

.rent-property-item .rental-content .rate-info {
  color: var(--gray-500);
}

.rent-property-item .rental-content .rate-info span {
  color: var(--primary);
  font-weight: 700;
  font-size: 18px;
}

.rent-property-item .rental-content .card-info {
  border-top: 1px solid var(--gray-100);
  margin-top: 16px;
  padding-top: 16px;
}

.rent-property-item .rental-content .card-info p {
  color: var(--gray-500);
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.rent-property-item .rental-content .card-info p span {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rent-property-item .rental-content .card-info p span i {
  color: var(--gray-900);
}

.how-it-work-section {
  background: var(--dark);
  padding: 60px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .how-it-work-section {
    padding: 50px 0;
  }
}

.how-it-work-section .section-bg .bg-1 {
  position: absolute;
  left: 20%;
  top: 0;
  z-index: -1;
}

.how-it-work-section .section-bg .bg-2 {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: -1;
  animation: rotate linear infinite 6s;
}

.how-it-work-section .section-bg .bg-3 {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: -1;
}

.work-sec-img {
  position: relative;
  margin-right: 50px;
}

@media (max-width: 991.98px) {
  .work-sec-img {
    display: none;
  }
}

.work-sec-img .shape-3 {
  position: absolute;
  bottom: 50px;
  left: 70px;
}

@media (max-width: 1399.98px) {
  .work-sec-img .shape-3 {
    bottom: 45px;
    left: 65px;
  }
}

@media (max-width: 1199.98px) {
  .work-sec-img .shape-3 {
    bottom: 10px;
    left: 20px;
  }
}

.section-users {
  background: rgba(255, 255, 255, 0.1490196078);
  backdrop-filter: blur(24px);
  border-radius: 50px;
  padding: 15px 30px;
  display: inline-flex !important;
  position: absolute;
  right: 0;
  top: 40px;
}

.success-customer {
  margin-top: 80px;
}

@media (max-width: 991.98px) {
  .success-customer {
    margin-top: 40px;
  }
}

.success-customer .rating {
  color: var(--dark);
  font-size: 14px;
}

.success-customer .rating span {
  color: var(--gray-500);
}

.review-item {
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
  border-radius: 10px;
  padding: 20px;
  background: var(--white);
}

@media (max-width: 575.98px) {
  .review-item {
    padding: 16px;
  }
}

.review-item .review-customer {
  display: flex;
  align-items: center;
}

.review-item .review-customer h6 {
  margin-bottom: 0;
}

.review-item .review-customer h6 a {
  color: var(--gray-900);
  font-size: 16px;
}

.review-item .review-customer h6 a:hover {
  color: var(--primary);
}

@media (max-width: 575.98px) {
  .review-item .review-customer h6 a {
    font-size: 15px;
  }
}

.review-item .review-customer span {
  font-size: 14px;
}

.review-item .review-customer span i {
  color: var(--gray-500);
  font-size: 6px;
}

.success-stories-section {
  background: var(--light);
  padding: 60px 0 36px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .success-stories-section {
    padding: 50px 0 26px;
  }
}

.success-stories-section .section-bg .bg-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
  height: 100%;
}

@media (max-width: 991.98px) {
  .success-stories-section .section-bg .bg-1 {
    display: none;
  }
}

.success-stories-section .section-bg .bg-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.section-left-content {
  position: relative;
  z-index: 1;
}

.section-left-content .arrow-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .section-left-content .arrow-bottom {
    display: none;
  }
}

.partners-logos {
  background: var(--dark);
  padding: 40px 0;
}

.partners-logos .partner-slider img {
  width: auto;
}

.latest-blog-section {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .latest-blog-section {
    padding: 50px 0;
  }
}

.blog-item {
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
}

.blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog-item .blog-img img {
  border-radius: 10px 10px 0 0;
  transition: 0.5s all;
}

.blog-item .blog-img:hover img {
  transform: scale(1.14);
  transition: 0.5s all;
}

.blog-item .blog-img .badge-top {
  position: absolute;
  left: 20px;
  top: 20px;
}

.blog-item .blog-content {
  padding: 20px;
}

.blog-item .blog-content h5 a {
  color: var(--gray-900);
}

.blog-item .blog-content h5 a:hover {
  color: var(--primary);
}

.blog-item .blog-content p {
  color: var(--gray-500);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.blog-item .blog-content span {
  color: var(--gray-600);
  font-size: 14px;
}

.blog-item.blog-item-2 .blog-img {
  border-radius: 10px;
}

.blog-item.blog-item-2 .blog-img img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-item.blog-item-2 .blog-content {
  padding-left: 0;
}

@media (max-width: 1199.98px) {
  .blog-item.blog-item-2 .row {
    align-items: center;
  }
}

.contact-field-section {
  padding-bottom: 60px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .contact-field-section {
    padding-bottom: 50px;
  }
}

.contact-field {
  background: var(--dark);
  border-radius: 10px;
  padding: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-field .bg-1 {
  position: absolute;
  top: 0;
  left: 40%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 575.98px) {
  .contact-field {
    padding: 20px;
  }
}

.email-forms .contact-box {
  position: relative;
}

.email-forms .contact-box .input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.email-forms .contact-box .form-control {
  background: var(--light);
  padding-left: 35px;
  min-height: 42px;
}

.email-forms button {
  width: 38px;
  height: 42px;
  background: var(--primary);
  border: 0;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-left: 10px;
}

.footer-middle .contact-info {
  display: flex;
  align-items: center;
}

.footer-middle .contact-info span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
}

.footer-middle .contact-info h6 {
  color: var(--light);
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
}

.footer-middle .contact-info p {
  margin-bottom: 4px;
  color: var(--white);
  font-size: 14px;
}

.about-us-item-01 {
  margin-bottom: 40px;
}

.about-us-item-01 h2 {
  margin-bottom: 20px;
}

.about-us-img-wrap {
  margin-bottom: 40px;
}

.about-us-item-02 {
  padding: 20px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
}

.about-us-item-03 {
  padding: 80px;
  background-image: url(../img/bg/about-us-bg-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991.98px) {
  .about-us-item-03 {
    padding: 40px;
  }
}

.about-us-item-03::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
  opacity: 0.7;
  z-index: 0;
}

.about-us-item-03 .about-us-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.about-us-item-03 .about-us-bg-02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.about-us-item-03 h2,
.about-us-item-03 h5,
.about-us-item-03 p {
  color: var(--white);
}

.about-us-item-04 {
  padding: 60px 0;
}

.about-us-item-04 h2 {
  position: relative;
}

.about-us-item-04 h2::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 38px;
  background: linear-gradient(90deg, #03bd9d 0%, #03bd9d 46%, #6842ef 46.03%, #6842ef 100%);
  bottom: -8px;
  right: 50%;
}

.about-us-item-05 {
  margin-bottom: 40px;
}

.about-us-item-06 {
  padding: 60px 0;
}

.search-item {
  background-color: var(--white);
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
}

.search-item p {
  color: var(--gray-500);
}

.search-item p .result-value {
  color: var(--gray-900);
}

.search-item .result-list h5 {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-900);
  margin: 0px;
}

.search-item .result-list .result-select .select {
  width: 150px;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-900);
  border: none;
  background-color: var(--light);
  border-radius: 5px;
  outline: none;
}

.search-item .result-list .result-select .select2-selection__rendered {
  width: 150px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  /*border: none;*/
  /*background: transparent;*/
  /*right: 25px;*/
  /*top: 4px;*/
}

.search-item .grid-list-view {
  gap: 12px;
}

.search-item .grid-list-view .list-icon {
  width: 32px;
  height: 32px;
  font-size: 16px;
  border: 1px solid var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.search-item .grid-list-view .active {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}

.property-card {
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.25);
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
}

.property-card .property-listing-item .buy-grid-img {
  margin-bottom: 0px;
  position: relative;
}

.property-card .property-listing-item .buy-grid-img a {
  position: relative;
  display: block;
}

.property-card .property-listing-item .buy-grid-img a::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

.property-card .property-listing-item .buy-grid-img .favourite {
  display: flex;
}

.property-card .property-listing-item .buy-grid-img .favourite::after {
  content: unset;
}

.property-card .property-listing-item .custom-badge {
  padding: 18px 5px 5px 5px;
  justify-content: center;
  text-align: center;
  position: relative;
  top: -16px;
}

.property-card .property-listing-item .buy-grid-content {
  padding: 15px;
}

.property-card .property-listing-item .buy-grid-content .user-avatar {
  width: 40px;
  height: 40px;
}

.property-card .property-listing-item .buy-list-img {
  height: 100%;
  width: 100%;
  max-width: 475px;
  border-radius: 5px 0 0 5px;
}

@media (max-width: 320px) {
  .featuredAdsSlider {
    padding: 0px 5px !important;
  }
}

@media (max-width: 1199.98px) {
  .property-card .property-listing-item .buy-list-img {
    height: 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .property-card .property-listing-item .buy-list-img {
    border-radius: 5px 5px 0 0;
  }
}

.property-card .property-listing-item .buy-list-img img {
  border-radius: 5px 0 0 5px;
}

@media (max-width: 1199.98px) {
  .property-card .property-listing-item .buy-list-img img {
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 991.98px) {
  .property-card .property-listing-item .buy-list-img img {
    border-radius: 5px 5px 0 0;
  }
}

.property-card .property-listing-item .rent-list-img {
  height: 272px;
}

@media (max-width: 1199.98px) {
  .property-card .property-listing-item .rent-list-img {
    max-width: 416px;
    height: 295px;
  }
}

@media (max-width: 991.98px) {
  .property-card .property-listing-item .rent-list-img {
    height: unset;
    width: 100%;
    max-width: 100%;
  }
}

.property-card .property-listing-item .rent-list-img img {
  height: 272px;
  object-fit: cover;
}

@media (max-width: 1199.98px) {
  .property-card .property-listing-item .rent-list-img img {
    height: 305px;
  }
}

@media (max-width: 991.98px) {
  .property-card .property-listing-item .rent-list-img img {
    height: unset;
  }
}

.buy-grid-map-item-04 {
  height: 100%;
  min-height: 100%;
  z-index: 1029;
  width: 100%;
}

.buy-grid-map-item-04 .map-listing {
  height: calc(100vh - 80px);
  width: 100%;
  position: sticky;
  top: 5px;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .buy-grid-map-item-04 .map-listing {
    height: 600px;
    margin-top: 35px;
  }
}

.buy-grid-map-item-04 .gm-style img {
  max-width: 100%;
  height: 207px;
  object-fit: cover;
}

.buy-details-item .nav-pills .nav-item .nav-link {
  font-weight: 500;
  border-radius: 5px;
  padding: 6px 10px;
  text-align: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .buy-details-item .nav-pills .nav-item .nav-link {
    padding: 6px 6px;
    font-size: 12px !important;
  }
}

.buy-details-item .nav-pills .nav-item .nav-link.active {
  background-color: var(--primary);
  border-color: var(--primary);
}

.buy-details-item .custom-btn {
  margin-bottom: 20px;
}

.buy-details-item .custom-btn a {
  display: flex;
  align-items: center;
  width: 48%;
}

.buy-details-item .custom-btn a i {
  line-height: 0px;
}

.buy-details-item .custom-btn .btn-outline-dark {
  border: 1px solid var(--gray-100);
}

.buy-details-item .buy-social-icons-items a {
  width: 40px;
  height: 40px;
  font-size: 15px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}

.buy-details-item .buy-social-icons-items a:hover {
  transform: translateY(-3px) scale(1.1);
  transition: 0.4s;
}

.buy-details-item .buy-social-icons-items .item-1 {
  background-color: #3080f8;
}

.buy-details-item .buy-social-icons-items .item-2 {
  background-color: #ff2d20;
}

.buy-details-item .buy-social-icons-items .item-3 {
  background-color: #0066ff;
}

.buy-details-item .buy-social-icons-items .item-4 {
  background-color: #35b6ff;
}

.buy-details-item .buy-social-icons-items .item-5 {
  background-color: #ff2d20;
}

.buy-details-item .buy-social-icons-items .item-6 {
  background-color: #0066ff;
}

.buy-details-item .select-date-item {
  margin-bottom: 20px;
}

.buy-details-item .select-date-item .flex-column {
  border: 1px solid var(--gray-100);
  padding: 12px 0;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  flex: 1;
}

.buy-details-item .select-date-item .flex-column:hover {
  background-color: var(--dark);
  transition: 0.3s;
  border-color: var(--dark);
}

.buy-details-item .select-date-item .flex-column:hover p {
  color: var(--white);
  transition: 0.3s;
}

.buy-details-item .select-date-item .flex-column:hover h5 {
  color: var(--white);
  transition: 0.3s;
}

.buy-details-item .select-date-item .flex-column p {
  color: var(--primary);
}

@media (max-width: 575.98px) {
  .custom-address-item {
    font-size: 12px !important;
  }
}

.buy-property-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.buy-property-items p {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.buy-property-items p i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
  color: var(--white);
  border-radius: 5px;
  margin-right: 8px;
}

.video-items .video-bg {
  width: 100%;
  max-width: 814px;
  height: 398px;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 1199.98px) {
  .video-items .video-bg {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .video-items .video-bg {
    height: 100%;
  }
}

.video-items .video-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.video-items .video-icon i {
  font-size: 60px;
}

@media (max-width: 991.98px) {
  .video-items .video-icon i {
    font-size: 40px;
  }
}

.review-items .fa-circle {
  font-size: 4px;
  line-height: 0px;
}

.review-items .reply-btn {
  height: 32px;
  border-radius: 5px;
  border: 1px solid var(--gray-100);
}

.custom-properties-items {
  margin-top: 40px;
}

.slider-card .slide-part {
  width: 100%;
  /* height: 499px; */
  overflow: hidden;
  border-radius: 5px;
}

@media (max-width: 1399.98px) {
  .slider-card .slide-part {
    height: 425px;
  }
}

@media (max-width: 991.98px) {
  .slider-card .slide-part {
    height: 100%;
  }
}

.slider-card .slide-part .service-img-wrap {
  width: 100%;
}

.slider-card .slide-part .service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.slider-card .slider-nav-thumbnails {
  margin: 0 -10px;
}

.slider-card .slider-nav-thumbnails .slick-slide {
  margin: 0px 12px;
  /*  height: 126px; */
}

.slider-card .slider-nav-thumbnails .slick-slide img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
}

.slider-card .slick-arrow {
  width: 32px;
  height: 32px;
  border: 1px solid var(--gray-100);
  font-size: 0;
  background: var(--white);
  border-radius: 50%;
  z-index: 9;
  transition: 0.5s all;
}

@media (max-width: 575.98px) {
  .slider-card .slick-arrow {
    width: 22px;
    height: 22px;
  }
}

.slider-card .slick-next {
  position: absolute;
  bottom: 0px;
  right: 16px;
  top: 0px;
  transform: unset;
  margin: auto;
}

.slider-card .slick-next::before {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  color: var(--gray-900);
}

.slider-card .slick-prev {
  position: absolute;
  bottom: 0px;
  left: 16px;
  top: 0px;
  transform: unset;
  margin: auto;
}

.slider-card .slick-prev::before {
  content: "\f053";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  color: var(--gray-900);
}

.gallery-body {
  padding: 4px 8px;
}

.gallery-slider .gallery-card {
  margin: 12px;
}

.custom-map iframe {
  width: 100%;
  height: 195px;
  border-radius: 5px;
}

.custom-map .btn-dark {
  position: absolute;
  left: 40%;
  top: 50%;
}

.review-progress .progress-lvl {
  display: grid;
  grid-template-columns: 4.8fr 9fr 1.7fr;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.review-progress .progress-lvl .progress {
  height: 6px;
}

.review-progress .progress-lvl p {
  margin-bottom: 0px;
  color: var(--gray-500);
  white-space: nowrap;
}

.floor-items {
  gap: 12px;
}

.floor-items a {
  width: 25px;
  height: 25px;
  background: transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}

.floor-items a:hover {
  width: 25px;
  height: 25px;
  background: var(--white);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}

.buy-details-header-item {
  background: url(../img/bg/breadcrumb-bg.jpg);
  background-size: 100%;
}

.buy-details-header-item header {
  background: transparent;
}

.buy-details-header-item header .logo-dark {
  display: block !important;
}

.buy-details-header-item header .logo {
  display: none;
}

.buy-details-header-item header .main-menu-wrapper .main-nav li a {
  color: var(--white);
}

.buy-details-header-item header .main-menu-wrapper .main-nav li a:hover {
  color: var(--primary);
}

.buy-details-header-item header .main-menu-wrapper .main-nav li.active a {
  color: var(--primary);
}

.buy-details-header-item header .header-items .custom-btn-light {
  background-color: var(--white) FFF33;
  backdrop-filter: blur(14px);
  border: none;
  color: var(--white) !important;
}

@media (max-width: 1199.98px) {
  .buy-details-header-item header .main-menu-wrapper .main-nav li {
    margin-right: 10px !important;
  }
}

@media (max-width: 1399.98px) {
  .buy-details-header-item header .main-menu-wrapper .main-nav li {
    margin-right: 13px !important;
  }
}

.buy-details-header-item header.fixed {
  background-color: var(--white);
}

.buy-details-header-item header.fixed .logo-dark {
  display: none !important;
}

.buy-details-header-item header.fixed .logo {
  display: block !important;
}

.buy-details-header-item header.fixed .main-menu-wrapper .main-nav li a {
  color: var(--gray-900);
}

@media (max-width: 1199.98px) {
  .buy-details-header-item header.fixed .main-menu-wrapper .main-nav li {
    margin-right: 10px !important;
  }
}

@media (max-width: 1399.98px) {
  .buy-details-header-item header.fixed .main-menu-wrapper .main-nav li {
    margin-right: 7px !important;
  }
}

.buy-details-header-item header.fixed .header-items .custom-btn-light {
  background-color: var(--light);
  border: none;
  color: var(--gray-900) !important;
}

.buy-details-header-item header.fixed .main-nav .has-submenu.active a {
  color: var(--primary);
}

.whishlist-item {
  margin-bottom: 30px;
}

.whishlist-item .nav-link {
  width: 145px;
  height: 37px;
  border: 1px solid var(--gray-100);
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-900);
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 30px;
}

.whishlist-item .nav-link.active {
  background-color: var(--primary);
}

.rating-selction {
  direction: rtl !important;
}

.rating-selction label {
  display: inline-block;
  color: var(--gray-100);
  cursor: pointer;
  font-size: 16px;
  transition: color 0.2s;
}

.rating-selction label:hover {
  color: var(--warning);
}

.rating-selction label:hover ~ label {
  color: var(--warning);
}

.rating-selction input {
  display: none;
}

.rating-selction input:checked ~ label {
  color: var(--warning);
}

.gm-ui-hover-effect {
  position: absolute !important;
  width: 20px !important;
  height: 20px !important;
  right: 0;
}

.gm-ui-hover-effect span {
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
}

.agent-item {
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.25);
  margin-bottom: 24px;
}

.agent-item .agent-img {
  position: relative;
  overflow: hidden;
  transition: 0.5s all;
  border-radius: 5px 5px 0 0;
}

.agent-item .agent-img img {
  border-radius: 5px 5px 0 0;
  transition: 0.5s all;
}

.agent-item .agent-img:hover img {
  transform: scale(1.14);
}

.agent-item .agent-content {
  text-align: center;
  padding: 20px;
}

.agent-item .agent-content h5 a {
  color: var(--gray-900);
  transition: 0.5s all;
}

.agent-item .agent-content h5 a:hover {
  color: var(--primary);
}

.agent-item .agent-content p {
  font-size: 14px;
}

.agent-list-item {
  display: flex;
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.25);
  margin-bottom: 24px;
}

.agent-list-item .agent-img {
  max-width: 270px;
  flex-shrink: 0;
  transition: 0.5s all;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}

.agent-list-item .agent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
  transition: 0.5s all;
}

.agent-list-item .agent-img:hover img {
  transform: scale(1.14);
}

.agent-list-item .agent-content {
  padding: 20px;
  flex: 1;
}

.agent-list-item .agent-content h5 a {
  color: var(--gray-900);
  transition: 0.5s all;
}

.agent-list-item .agent-content h5 a:hover {
  color: var(--primary);
}

.agent-list-item .agent-content p {
  font-size: 14px;
}

.agent-list-item .agent-content .border-bottom p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 16px;
}

.social-icons {
  display: flex;
  align-items: center;
}

.social-icons a {
  width: 34px;
  height: 30px;
  border-radius: 5px;
  background: var(--light);
  color: var(--gray-500);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  transition: 0.5s all;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons a:hover {
  background: var(--primary);
  color: var(--white);
  transition: 0.5s all;
}

.agent-profile-item {
  display: flex;
  align-items: center;
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.25);
  padding: 20px;
  margin-bottom: 24px;
}

.agent-profile-item .agent-img {
  max-width: 200px;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 24px;
}

.agent-profile-item .agent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.agent-profile-item .agent-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 16px;
}

.agent-profile-item .agent-info p {
  margin-bottom: 0;
  color: var(--gray-900);
  margin-right: 15px;
  font-size: 14px;
}

.agent-profile-item .agent-info p:last-child {
  margin-right: 0;
}

.agent-profile-item .agent-info p span {
  color: var(--gray-500);
}

.accordion.accordions-items-seperate .accordion-item {
  /*border: 1px solid var(--gray-100);*/
  border: 1px solid #edf2f7;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.25);
  margin-bottom: 24px;
}

.accordion.accordions-items-seperate .accordion-item .accordion-header .accordion-button {
  background: var(--white);
  box-shadow: none;
  font-size: 20px;
  color: var(--gray-900);
  font-weight: 700;
  border-radius: 5px;
  padding: 0 0 12px 0;
}

.accordion.accordions-items-seperate .accordion-item .accordion-header .accordion-button:after {
  content: "\e313";
  font-family: "Material Icons Outlined";
  background-image: none;
  line-height: 1;
}

.accordion.accordions-items-seperate .accordion-item .accordion-body {
  border-top: 1px solid var(--gray-100);
  color: var(--gray-500);
  padding: 20px 0 0 0 ;
}

.view-all .viewall-button {
  color: var(--primary);
  text-decoration: underline;
}

.view-all i {
  color: var(--primary);
}

.service-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 16px;
}

.service-area p {
  margin-right: 24px;
  margin-bottom: 0;
}

.service-area p:last-child {
  margin-right: 0;
}

.service-area p span {
  width: 24px;
  height: 24px;
  background: var(--secondary);
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 50%;
}

.contacts-list li {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--gray-100);
  color: var(--gray-500);
}

.contacts-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.contacts-list li span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 2px;
  flex-shrink: 0;
  margin-right: 8px;
}

.filter-sidebar {
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.25);
  margin-bottom: 24px;
}

.filter-sidebar .filter-head {
  padding: 10px 20px;
  border-bottom: 1px solid var(--gray-100);
}

.filter-sidebar .filter-body .filter-set {
  padding: 14px 20px;
  border-bottom: 1px solid var(--gray-100);
}

.filter-sidebar .filter-body .filter-set:last-child {
  border-bottom: 0;
}

.filter-sidebar .filter-body .filter-set .filter-search-head {
  cursor: pointer;
}

.filter-sidebar .filter-body .filter-set .filter-search-head .expand-arrow {
  transition: 0.5s all;
}

.filter-sidebar .filter-body .filter-set .filter-search-head.collapsed .expand-arrow {
  transform: rotate(180deg);
}

.filter-sidebar .filter-footer {
  padding: 10px 20px;
  border-top: 1px solid var(--gray-100);
}

.listing-nav {
  margin-bottom: 24px;
  row-gap: 10px;
}

.listing-nav .nav-item {
  margin-right: 16px;
}

.listing-nav .nav-item:last-child {
  margin-right: 0;
}

.listing-nav .nav-item .nav-link {
  border: 1px solid var(--gray-100);
  background: var(--white);
  color: var(--gray-900);
  display: inline-flex;
  align-items: center;
}

.listing-nav .nav-item .nav-link.active {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

.property-listing-item {
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.25);
  padding: 20px;
  margin-bottom: 24px;
  background: var(--white);
}

.property-listing-item .buy-grid-img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.property-listing-item .buy-grid-img::before {
  display: none;
}

.property-listing-item .buy-grid-img img {
  transition: 0.5s all;
}

.property-listing-item .buy-grid-img:hover img {
  transform: scale(1.14);
}

.property-listing-item .buy-grid-img .favourite {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 50%;
}

.property-listing-item .buy-grid-img .favourite i {
  font-size: 14px;
  line-height: 0;
}

.property-listing-item .buy-grid-content p {
  font-size: 14px;
}

.property-listing-item .buy-grid-details li {
  font-size: 14px;
}

.property-listing-item .buy-grid-details li i {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 2px;
}

.listing-slider {
  position: unset;
  padding: 10px;
  margin: -10px;
}

.listing-slider .property-listing-item {
  margin-bottom: 0;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  width: 34px;
  height: 34px;
  background: var(--light);
  border-radius: 30px;
  position: absolute;
  transition: 0.5s all;
  color: var(--dark);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--primary);
  color: var(--white);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0.75rem;
  font-weight: 800;
}

.listing-slider .swiper-button-next {
  position: absolute;
  right: 0;
  top: 90px;
}

@media (max-width: 1199.98px) {
  .listing-slider .swiper-button-next {
    top: 50%;
  }
}

.listing-slider .swiper-button-prev {
  position: absolute;
  top: 90px;
  right: 45px;
  left: unset;
}

@media (max-width: 1199.98px) {
  .listing-slider .swiper-button-prev {
    top: 50%;
    right: unset;
    left: 0;
  }
}

.listing-slider .swiper-pagination-bullets {
  display: none;
}

.accordion-item {
  background: var(--white);
}

.blog-item-01 {
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
}

.blog-item-01 .blog-img {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog-item-01 .blog-img img {
  width: 100%;
  max-height: 358px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: 1s;
}

.blog-item-01 .blog-img img:hover {
  transform: scale(1.1);
}

.blog-item-01 .blog-content {
  padding: 20px;
}

.blog-item-01 .blog-content h5 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.blog-item-01 .blog-content p {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.blog-item-01 .blog-content .author-details a {
  font-size: 14px;
}

.blog-item-01 .blog-content .author-details span {
  font-size: 14px;
}

.blog-item-01 .blog-content .author-details span i {
  width: 16px;
}

.load-more-btn {
  margin-top: 40px;
}

.blog-item-02 {
  position: relative;
}

.blog-item-02 .blog-img-img {
  position: relative;
}

.blog-item-02 .blog-img-img img {
  width: 100%;
  border-radius: 10px;
}

.blog-item-02 .blog-img-img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.blog-item-02 .blog-content-02 {
  position: absolute;
  padding: 20px;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.blog-item-02 .blog-content-02 h5,
.blog-item-02 .blog-content-02 p {
  color: var(--white);
}

.blog-item-02 .blog-content-02 h5 a,
.blog-item-02 .blog-content-02 p a {
  color: var(--white);
}

.blog-item-02 .blog-content-02 h5 a:hover,
.blog-item-02 .blog-content-02 p a:hover {
  color: var(--primary);
}

.blog-details-cover {
  margin-bottom: 60px;
}

.blog-details-cover .blog-details-item-01 {
  position: relative;
  margin-bottom: 100px;
}

.blog-details-cover .blog-details-item-01 .blog-details-img-01 {
  position: relative;
  border-radius: 5px;
}

.blog-details-cover .blog-details-item-01 .blog-details-img-01 img {
  border-radius: 5px;
}

.blog-details-cover .blog-details-item-01 .blog-details-content-01 {
  position: absolute;
  bottom: -75px;
  left: 60px;
  right: 60px;
  padding: 20px;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
  border: 1px solid var(--gray-100);
  text-align: center;
}

.blog-details-cover .blog-details-item-01 .blog-details-content-01 .badge {
  margin-bottom: 20px;
}

.blog-details-cover .blog-details-item-01 .blog-details-content-01 h5 {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .blog-details-cover .blog-details-item-01 .blog-details-content-01 {
    padding: 10px;
    left: 20px;
    right: 20px;
  }

  .blog-details-cover .blog-details-item-01 .blog-details-content-01 .badge {
    margin-bottom: 10px;
  }

  .blog-details-cover .blog-details-item-01 .blog-details-content-01 h5 {
    margin-bottom: 10px;
  }
}

.blog-details-cover .blog-details-item-01 .blog-details-content-01 .author-details a {
  font-size: 14px;
}

.blog-details-cover .blog-details-item-01 .blog-details-content-01 .author-details span {
  font-size: 14px;
}

.blog-details-item-02 {
  position: relative;
}

.blog-details-item-02 h5 {
  margin-bottom: 40px;
}

.blog-details-item-02 .blog-carousel-wrapper .blog-carousel-prev {
  position: absolute;
  top: 0;
  left: unset;
  right: 52px;
  height: 44px;
  width: 44px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: none;
  background: var(--light);
}

.blog-details-item-02 .blog-carousel-wrapper .blog-carousel-prev:hover {
  background: var(--primary);
  color: var(--white);
}

.blog-details-item-02 .blog-carousel-wrapper .blog-carousel-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: none;
  background: var(--light);
}

.blog-details-item-02 .blog-carousel-wrapper .blog-carousel-next:hover {
  background: var(--primary);
  color: var(--white);
}

.blog-details-item-02 .blog-carousel-wrapper .blog-carousel .slick-slide {
  margin: 0 10px;
}

.invoice-item-wrap {
  padding: 20px;
  border: 1px solid var(--gray-100);
  border-radius: 5px;
}

.invoice-item-wrap .invoice-item-01 h6 {
  color: var(--gray-500);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.invoice-item-wrap .invoice-item-01 p {
  color: var(--gray-900);
  margin-bottom: 4px;
}

.invoice-item-wrap .invoice-item-01 p:last-child {
  margin-bottom: 0;
}

.invoice-item-wrap .invoice-item-02 h6 {
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.invoice-item-wrap .invoice-item-02 p {
  margin-bottom: 4px;
}

.invoice-item-wrap .invoice-item-02 p:last-child {
  margin-bottom: 0;
}

.invoice-item-wrap .invoice-item-02 p span {
  color: var(--gray-900);
}

.notication-item {
  padding: 20px;
  margin-bottom: 16px;
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.3607843137);
  position: relative;
}

.notication-item .notication-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.notication-item .notication-content p {
  margin-bottom: 2px;
}

.notication-item .notication-content p i {
  color: var(--danger);
  font-size: 8px;
}

.notication-item .notication-content .notify-time {
  margin-bottom: 0;
  color: var(--gray-500);
}

@media (max-width: 575.98px) {
  .notication-item .m-0 {
    padding-top: 10px;
    text-align: center;
  }
}

.notication-item span {
  flex-shrink: 0;
}

.notication-item span img {
  margin-right: 16px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.notication-item:last-child {
  margin-bottom: 0;
}

.notication-item:hover {
  background: var(--light);
  transition: all 0.6s;
}

.notication-item:hover .notification-btn .delete-btn {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline--flexbox;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .notication-item:hover .notification-btn .delete-btn {
    margin-top: 15px;
  }
}

.notication-item:hover .notification-btn .delete-btn span {
  font-size: 13px;
  margin-right: 4px;
}

.notication-item:hover .delete-btn {
  opacity: 1;
  transition: 0.5s all;
}

.notication-item:hover .delete-btn:hover {
  background: var(--danger);
  color: var(--white);
}

.notication-item .notification-btn .btn {
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 600;
}

.notication-item .btn-danger {
  top: 16%;
  right: 12%;
  opacity: 0;
}

.notication-item .btn-danger:hover {
  background-color: var(--primary);
  transition: 0.5s all;
  border-color: var(--primary);
}

@media (max-width: 991.98px) {
  .notication-item .btn-danger {
    position: absolute;
    top: 53%;
    right: 4%;
  }
}

@media (max-width: 575.98px) {
  .notication-item .btn-danger {
    top: unset;
    bottom: 4%;
  }
}

.notification-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.notification-header .notication-title {
  margin-bottom: 16px;
}

.notification-header ul {
  display: flex;
  align-items: center;
}

.notification-header ul li {
  display: inline-block;
  margin: 0 10px 24px 0;
}

.notification-header ul li:last-child {
  margin-right: 0;
}

.notification-header ul li .mark-all-btn {
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 14px;
  background: var(--light);
}

.notification-header ul li .mark-all-btn span {
  font-size: 13px;
  margin-right: 4px;
}

.notification-header ul li .mark-all-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.notification-header ul li .delete-all-btn {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  background: var(--danger);
  color: var(--white);
}

.notification-header ul li .delete-all-btn span {
  font-size: 13px;
  margin-right: 4px;
}

.notification-header ul li .delete-all-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

@media (max-width: 575.98px) {
  .notification-btn {
    text-align: center;
  }
}

.notification-btn .btn {
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid var(--danger);
  color: var(--danger);
}

.notification-btn .btn + .btn {
  margin-left: 15px;
}

.add-tab-sticky {
  position: sticky;
  top: 60px;
  left: 0;
  z-index: 100;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.add-tab-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}

.add-tab-list li {
  margin-right: 5px;
}

.add-tab-list li:last-child {
  margin-right: 0;
}

.add-tab-list li a {
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  display: inline-flex;
}

.add-tab-list li a.active {
  background: var(--dark);
  color: var(--white);
}

.add-tab-list li a:hover {
  background: var(--dark);
  color: var(--white);
}

.ducument-info {
  margin-left: 20px;
}

.ducument-info li {
  list-style-type: disc;
  color: var(--gray-500);
  margin-bottom: 8px;
}

.ducument-info li:last-child {
  margin-bottom: 0;
}

.selected-imgs {
  position: relative;
  margin-right: 16px;
}

.selected-imgs .img-file {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  display: block;
}

.selected-imgs img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.selected-imgs .delete-circle {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--danger);
  color: var(--white);
  position: absolute;
  top: 5px;
  right: 5px;
}

.selected-imgs .delete-circle i {
  font-size: 12px;
}

.add-count .delete-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--danger);
  color: var(--white);
}

.google-map {
  height: 400px;
  width: 100%;
}

.google-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.add-property-btn button {
  min-width: 145px;
}

.filter-sidebar .filter-body h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
}

.filter-sidebar .filter-body .view-all {
  margin-top: 8px;
}

.filter-sidebar .filter-body .view-all a {
  font-size: 14px;
  text-decoration: underline;
}

.filter-sidebar .filter-body .irs--flat .irs-min {
  display: none;
}

.filter-sidebar .filter-body .irs--flat .irs-max {
  display: none;
}

.filter-sidebar .filter-body .irs--flat .irs-line {
  height: 2px;
  background-color: var(--gray-100);
}

.filter-sidebar .filter-body .irs--flat .irs-bar {
  height: 2px;
  background-color: var(--secondary);
}

.filter-sidebar .filter-body .irs--flat .irs-from,
.filter-sidebar .filter-body .irs--flat .irs-to {
  background-color: var(--secondary);
}

.filter-sidebar .filter-body .irs--flat .irs-handle > i:first-child {
  top: -1px;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--secondary);
  border-radius: 50%;
}

.filter-sidebar .filter-body .irs-with-grid .irs-grid {
  display: none;
}

.filter-sidebar .filter-body .filter-range p {
  font-size: 14px;
}

.contact-us-wrap-01 {
  padding: 60px 0;
  background: var(--light);
}

.contact-us-wrap-01 img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.contact-us-wrap-01 .btn:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.contact-us-wrap-02 {
  background: var(--white);
  padding: 60px 0;
}

.contact-us-wrap-02 img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.contact-us-wrap-02 .contact-us-item-01 {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
  margin-bottom: 24px;
}

.contact-us-wrap-02 .contact-us-item-01 span {
  padding: 14px;
  border: 1px solid var(--primary);
  font-size: 32px;
  background: var(--primary-100);
  color: var(--primary);
  border-radius: 100px;
  margin-right: 16px;
}

.contact-us-wrap-02 .contact-us-item-02 {
  padding: 32px;
  margin-left: 24px;
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
}

@media (max-width: 991.98px) {
  .contact-us-wrap-02 .contact-us-item-02 {
    margin-left: 0;
  }
}

.contact-us-wrap-02 .contact-us-item-02 h2 {
  margin-bottom: 20px;
}

.contact-us-wrap-02 .contact-us-item-02 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us-wrap-02 .contact-us-item-02 .btn:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.pricing-item-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.pricing-item-01 .nav.nav-tabs {
  padding: 6px 12px;
  border: 1px solid var(--gray-100);
  border-radius: 50px;
}

.pricing-item-01 .nav.nav-tabs .nav-item {
  margin-right: 4px;
}

.pricing-item-01 .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.pricing-item-01 .nav.nav-tabs .nav-item .nav-link {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  color: var(--gray-900);
}

.pricing-item-01 .nav.nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}

.pricing-item-01 .nav.nav-tabs .nav-item .nav-link.active {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.pricing-item-02 {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
  border: 3px solid transparent;
}

.pricing-item-02 .plan-head {
  margin-bottom: 24px;
}

.pricing-item-02 .plan-head p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pricing-item-02 .plan-price {
  margin-bottom: 24px;
}

.pricing-item-02 .plan-price h2 {
  display: flex;
  align-items: center;
}

.pricing-item-02 .plan-price h2 span {
  font-size: 16px;
  color: var(--gray-500);
  font-weight: 400;
  margin-left: 4px;
}

.pricing-item-02 .plan-features {
  margin-bottom: 24px;
}

.pricing-item-02 .plan-features h6 {
  margin-bottom: 20px;
}

.pricing-item-02 .plan-features p {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pricing-item-02 .plan-features p:last-child {
  margin-bottom: 0;
}

.pricing-item-02 .plan-features p i {
  margin-right: 8px;
}

.pricing-item-02 .plan-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-item-02 .plan-btn .btn:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.pricing-item-02:hover {
  border-color: var(--primary);
}

.pricing-item-02.popular {
  position: relative;
}

.pricing-item-02.popular .bookmark-sideright-ribbone-primary-right {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-end: 0;
  color: var(--white);
}

.pricing-item-02.popular .bookmark-sideright-ribbone-primary-right span {
  position: relative;
  display: block;
  text-align: center;
  background: var(--pink);
  font-size: 15px;
  font-weight: 700;
  padding: 5px 13px;
  z-index: 6;
  height: 31px;
  right: -17px;
}

.pricing-item-02.popular .bookmark-sideright-ribbone-primary-right span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 25px solid pink;
  border-right: 15px solid transparent;
  border-left: none;
  border-bottom: none;
  right: 0;
  top: 31px;
}

@media (max-width: 575.98px) {
  .pricing-item-02.popular .bookmark-sideright-ribbone-primary-right span::before {
    content: unset;
  }
}

.cart-item-wrap .cart-item-01 {
  padding: 20px;
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
}

.cart-item-wrap .cart-item-01 .cart-title .btn {
  display: flex;
  align-items: center;
}

.cart-item-wrap .cart-item-01 .cart-title .btn i {
  font-size: 16px;
  margin-right: 4px;
}

.cart-item-wrap .cart-item-01 .cart-item-02 {
  padding: 16px;
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  margin-bottom: 16px;
}

.cart-item-wrap .cart-item-01 .cart-item-02:last-child {
  margin-bottom: 0;
}

.cart-item-wrap .cart-item-01 .cart-item-02 img {
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  .cart-item-wrap .cart-item-01 .cart-item-02 img {
    width: 100%;
    margin-right: 0;
  }
}

.cart-item-wrap .cart-item-01 .cart-item-02 p {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.cart-item-wrap .cart-item-01 .cart-item-02 p i {
  margin-right: 4px;
  font-size: 14px;
}

.cart-item-wrap .cart-item-01 .cart-item-02 .cart-content-01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-item-wrap .cart-item-01 .cart-item-02 .cart-content-01 .quantity-input {
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: var(--light);
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}

.cart-item-wrap .cart-item-01 .cart-item-02 .cart-content-01 .btn-cover .minus-btn,
.cart-item-wrap .cart-item-01 .cart-item-02 .cart-content-01 .btn-cover .add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--gray-100);
}

.cart-item-wrap .cart-item-01 .cart-item-02 .cart-content-01 .btn-cover .minus-btn:last-child,
.cart-item-wrap .cart-item-01 .cart-item-02 .cart-content-01 .btn-cover .add-btn:last-child {
  margin-right: 0;
  margin-left: 4px;
}

.cart-item-wrap .cart-item-01 .cart-item-02 .cart-content-01 .remove-btn {
  display: flex;
  align-items: center;
  border: 1px solid var(--danger);
  color: var(--danger);
  font-size: 13px;
  font-weight: 500;
}

.cart-item-wrap .cart-item-01 .cart-item-02 .cart-content-01 .remove-btn i {
  font-size: 13px;
  margin-right: 4px;
}

.cart-item-wrap .cart-item-01 .cart-item-02 .cart-content-01 .remove-btn:hover {
  background: var(--danger);
  color: var(--white);
}

.cart-item-wrap .cart-item-03 {
  padding: 20px;
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
}

.cart-item-wrap .cart-item-03 span {
  font-size: 14px;
  color: var(--gray-900);
  font-weight: 600;
}

.cart-item-wrap .cart-item-03 .btn.btn-success {
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-wrap .checkout-item-01 {
  padding: 20px;
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
}

.checkout-wrap .checkout-item-01 h6 {
  margin-bottom: 16px;
}

.checkout-wrap .checkout-item-01 .tab-head {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.checkout-wrap .checkout-item-01 .nav.nav-tabs {
  border: none;
}

.checkout-wrap .checkout-item-01 .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  margin-right: 24px;
  position: relative;
}

.checkout-wrap .checkout-item-01 .nav.nav-tabs .nav-item input {
  width: 16px;
  height: 16px;
}

.checkout-wrap .checkout-item-01 .nav.nav-tabs .nav-item .nav-link {
  border: none;
  padding-left: 8px;
  color: var(--gray-500);
}

.checkout-wrap .checkout-item-01 .nav.nav-tabs .nav-item .nav-link:active {
  color: var(--gray-900);
}

.checkout-wrap .checkout-item-01 .checkout-item-03 h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.checkout-wrap .checkout-item-01 .checkout-item-03 .btn.btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.checkout-wrap .checkout-item-01 .checkout-item-03 .btn.btn-light i {
  font-size: 14px;
}

.checkout-wrap .checkout-item-01 .checkout-item-03 .expiry-time p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.checkout-wrap .checkout-item-01 .checkout-item-03 .expiry-time span {
  font-size: 13px;
  color: var(--gray-500);
}

.checkout-wrap .checkout-item-01 .pay-submit .btn {
  width: 180px;
  padding: 8px 0;
}

.checkout-wrap .checkout-item-02 {
  padding: 20px;
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
}

.checkout-wrap .checkout-item-02 span {
  font-size: 14px;
  color: var(--gray-900);
  font-weight: 600;
}

.modal-dialog.modal-dialog-centered.modal-md {
  max-width: 500px;
}

.modal-dialog.modal-dialog-centered.modal-md .modal-body {
  padding: 40px;
}

.modal-dialog.modal-dialog-centered.modal-md .modal-body .btn.btn-dark {
  width: 180px;
}

.auth-cover {
  background-image: url(../img/bg/auth-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.auth-cover::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  z-index: 0;
}

.login-item-01 {
  padding: 40px;
  border: 1px solid var(--gray-100);
  box-shadow: 0px 0px 24px 0px rgba(197, 197, 197, 0.2509803922);
  border-radius: 5px;
  background: var(--white);
}

.login-item-01 h4 {
  margin-bottom: 20px;
}

.login-item-01 .login-or .span-or {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #828282;
}

.login-item-01 .login-or .span-or::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 45%;
  left: 0;
  background: var(--gray-100);
}

.login-item-01 .login-or .span-or::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 45%;
  right: 0;
  background: var(--gray-100);
}

.login-item-01 .register-btn {
  color: var(--primary);
}

.list-styled {
  list-style-type: disc;
  padding-left: 16px;
}

.coming-soon-cover .coming-soon-item h1 {
  font-size: 140px;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .coming-soon-cover .coming-soon-item h1 {
    font-size: 80px;
  }
}

@media (max-width: 767.98px) {
  .blog-item.blog-item-2 .blog-content {
    padding-left: 20px;
  }
  .about-us-item-03 {
    padding: 20px;
  }
  .about-us-item-04 {
    padding: 24px 0;
  }
  .about-us-item-06 {
    padding: 24px 0;
  }
  .search-item .result-list {
    width: 100%;
  }

  .search-item .result-list .result-select {
    width: 100%;
  }

  .search-item .result-list .result-select .select {
    width: 100%;
  }

  .search-item .result-list .result-select .select2-selection__rendered {
    width: 100%;
  }
  .coming-soon-cover .coming-soon-item h1 {
    font-size: 54px;
    margin-bottom: 20px;
  }
  .login-item-01 {
    padding: 24px;
  }
  .auth-cover {
    padding: 10px;
  }
  .contact-us-wrap-02 .contact-us-item-02 {
    padding: 16px;
  }
  .contact-us-wrap-02 {
    padding: 24px 0;
  }
  .contact-us-wrap-01 {
    padding: 24px 0;
  }
  .blog-details-cover .blog-details-item-01 .blog-details-content-01 {
    padding: 10px;
    left: 30px;
    right: 30px;
  }
  .agent-profile-item {
    flex-wrap: wrap;
  }
  .agent-list-item .agent-img img {
    border-radius: 5px 5px 0 0;
  }
  .agent-list-item .agent-img {
    max-width: 100%;
    border-radius: 5px 5px 0 0;
  }
  .agent-list-item {
    flex-wrap: wrap;
  }
  .slider-card .slider-nav-thumbnails .slick-slide {
    margin: auto;
    padding: 0 5px;
  }
  .slider-card .slider-nav-thumbnails .slick-slide img {
    margin: auto;
  }
  .property-card .property-listing-item .buy-list-img {
    width: 100%;
  }
  .property-card .property-listing-item .buy-list-img img {
    width: 100%;
  }
  .agent-profile-item .agent-img {
    max-width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }
}

.coming-soon-cover .coming-soon-item .timer-cover {
  width: 45px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 5px;
  margin-bottom: 4px;
}

.coming-soon-cover .coming-soon-item .subscribe-form {
  position: relative;
}

.coming-soon-cover .coming-soon-item .subscribe-form input {
  position: relative;
  height: 48px;
}

.coming-soon-cover .coming-soon-item .subscribe-form .btn {
  position: absolute;
  top: 8px;
  right: 8px;
}

.faq-sidebar {
  top: 0;
  position: sticky;
}

.faq-sidebar .faq-sidebar .nav-link {
  padding: 12px 20px;
  border-radius: 10px;
  margin-bottom: 4px;
  color: var(--gray-500);
}

.faq-sidebar .faq-sidebar .nav-link:last-child {
  margin-bottom: 0;
}

.faq-sidebar .faq-sidebar .nav-link.active {
  background: var(--dark);
  color: var(--white);
}

.accordion-button {
  font-weight: 700;
  font-size: 18px;
  border-bottom: none;
  background: var(--white);
}

.accordion-bordered .accordion-item {
  border-radius: 5px;
  margin-bottom: 8px;
  background: var(--white);
  border-color: var(--gray-100);
}

.accordion-bordered .accordion-item:not(:first-of-type) {
  margin-top: 0.5rem;
}

.accordion-bordered .accordion-item .accordion-button {
  color: var(--gray-900);
  border-radius: 5px;
}

.accordion-bordered .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 1px solid var(--gray-100);
  border-bottom: none;
  box-shadow: none;
}

.accordion-bordered .accordion-body {
  border-bottom: none;
  padding-top: 0px;
  color: var(--gray-500);
}

.accordion-arrow-none .accordion-button::after {
  background-image: none;
}

.accordion-custom-icon .accordion-icon {
  position: absolute;
  right: 20px;
}

.accordion-custom-icon .accordion-icon-off {
  display: none;
}

.accordion-custom-icon [aria-expanded="true"] .accordion-icon-off {
  display: block;
}

.accordion-custom-icon [aria-expanded="true"] .accordion-icon-on {
  display: none;
}

.faq-items .faq-card {
  border: 1px solid var(--gray-100);
  padding: 16px;
  border-radius: 5px;
  margin-bottom: 16px;
  position: relative;
}

.faq-items .faq-card .faq-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
  margin: 0px;
}

@media (max-width: 991.98px) {
  .faq-items .faq-card .faq-title {
    padding-right: 14px;
  }
}

.faq-items .faq-card a::after {
  content: "+";
  position: absolute;
  top: 15px;
  right: 17px;
  color: var(--gray-500);
  font-weight: 600;
  border: 1px solid var(--gray-500);
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  line-height: 15px;
}

.faq-items .faq-card a:not(.collapsed):after {
  content: "-";
}

.faq-items .faq-card .faq-content {
  padding-top: 16px;
}

.faq-items .faq-card .faq-content p {
  font-size: 14px;
  border-top: 1px solid var(--gray-100);
  padding-top: 16px;
  margin: 0px;
}

.booking-wrap .booking-item-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid var(--success);
  border-radius: 5px;
  background: var(--success-transparent);
  color: var(--gray-900);
  font-weight: 500;
  margin-bottom: 40px;
}

.rental-payment-wrap .nav.nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
  gap: 16px;
}

@media (max-width: 575.98px) {
  .rental-payment-wrap .nav.nav-tabs {
    gap: 0;
  }
}

.rental-payment-wrap .nav.nav-tabs .nav-item {
  flex: 1;
  width: 25%;
}

@media (max-width: 575.98px) {
  .rental-payment-wrap .nav.nav-tabs .nav-item {
    width: 100%;
    flex: auto;
  }
}

.rental-payment-wrap .nav.nav-tabs .nav-item .nav-link {
  width: 100%;
  height: 92px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--light);
  border: 1px solid transparent;
}

.rental-payment-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background: var(--white);
  border-color: var(--primary);
}

.arrival-div h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.arrival-div ul {
  margin-bottom: 20px;
  flex-wrap: wrap;
  display: flex;
  gap: 16px;
}

.arrival-div ul li input[type="radio"] {
  display: none;
}

.arrival-div ul li input[type="radio"]:checked + label {
  background: var(--dark);
  color: var(--white);
}

.arrival-div ul li input[type="radio"]:checked + label span {
  color: var(--white);
}

.arrival-div ul li label {
  width: 86px;
  border: 1px solid var(--gray-100);
  padding: 8px;
  text-align: center;
  color: var(--gray-900);
  font-size: 16px;
  border-radius: 10px;
  font-weight: 400;
  cursor: pointer;
}

@media (max-width: 1399.98px) {
  .arrival-div ul li label {
    width: 73px;
  }
}

.arrival-div ul li label span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
}

.favourite i {
  color: var(--dark);
  cursor: pointer;
  transition: color 0.3s ease;
}

.favourite i.filled {
  color: #fd3752;
}

/*# sourceMappingURL=style.css.map */

/* phone number css custom */
.phone-input {
  overflow: hidden;
  /*background: #f7f8fa;
  border: 1px solid #dbe1e7;*/
}

.phone-input .country-btn {
  background: #f8f9fa;
  border: none;
  border-right: 1px solid #dee2e6;
  color: #333;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 14px;
}

.phone-input .country-btn:focus {
  box-shadow: none;
}

.phone-input .form-control {
  border-color: var(--input-border);
  box-shadow: none;
  color: var(--gray-900);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 4px;
  padding: 0.375rem 0.75rem;
  min-height: 38px;
  transition: all 0.5s;
}

.phone-input .form-control:focus {
  box-shadow: none;
  background: var(--form-bg);
}

/* End */

.login-item-01 .login-title {
  text-align: center;
  margin-bottom: 6px;
}

.login-item-01 p {
  text-align: center;
}

/* Verifiy OTP */

.otp-wrapper {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.otp-input {
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
}

.otp-input:focus {
  border-color: var(--primary);
  box-shadow: none;
  outline: none;
}

.text-success {
  font-size: 15px;
  font-weight: 500;
}

/* Create Profile */

.upload-icon {
  width: 34px;
  height: 34px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

#profilePreview {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: contain;
  border: 3px solid #f1f1f1;
}

/* Index Page CSS */

/* Ad Slider */

.slider-nav {
  display: flex;
  gap: 12px;
  justify-content: right;
  padding: 20px 0;
}

.slider-nav div {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.slider-nav div:hover {
  background: #03bd9d;
  color: #fff;
}

.featuredAdsSlider {
  position: relative;
  padding: 20px 45px;
}

.featuredAdsSlider .swiper-button-next {
  right: -20px;
}

.featuredAdsSlider .swiper-button-prev {
  left: -20px;
}

.featuredAdsSlider .swiper-slide {
  height: auto;
}

.featuredAdsSlider .property-card {
  height: 100%;
  border-radius: 12px;
}

.featuredAdsSlider .property-listing-item {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.featuredAdsSlider .swiper-button-next,
.featuredAdsSlider .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  color: #013440;
}

.featuredAdsSlider .swiper-button-next::after,
.featuredAdsSlider .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 700;
}

.featuredAdsSlider .swiper-button-next:hover,
.featuredAdsSlider .swiper-button-prev:hover {
  background: #03bd9d;
  color: #fff;
}

.featuredAdsSlider .buy-grid-img img {
  height: 230px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .featuredAdsSlider .buy-grid-img img {
    height: 210px;
  }
}
.btn-buy-now {
  color: #03bd9d;
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-buy-now:hover {
  border: 1px solid #03bd9d;
  color: #03bd9d;
  /* transform: translateY(-2px); */
}

.btn-buy-now i {
  font-size: 16px;
}
.iti__country-list {
  z-index: 9999 !important;
}

/* Dashboard */

.dashboard-section {
  padding: 60px 0;
  background: var(--light);
}

.dashboard-sidebar {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 100px;
}

.user-widget {
  background: linear-gradient(135deg, var(--info-950), var(--info));
  color: var(--white);
  text-align: center;
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.user-content {
  text-align: left;
  max-width: 180px;
}

.user-image {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
}

.user-image img {
  max-width: 100%;
  height: auto;
  border: 4px solid rgba(255, 255, 255, 0.25);
}

.user-content h5 {
  color: var(--white);
  margin-top: 18px;
  margin-bottom: 4px;
  font-size: 15px;
}

.user-content h4 {
  color: var(--white);
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}

.user-content span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.dashboard-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dashboard-menu li {
  border-bottom: 1px solid var(--border-color);
}

.dashboard-menu li:last-child {
  border-bottom: none;
}

.dashboard-menu li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  color: var(--heading-color);
  text-decoration: none;
  font-weight: 600;
  transition: 0.35s;
}

.dashboard-menu li a i {
  font-size: 22px;
}

.dashboard-menu li:hover a {
  background: var(--primary-transparent);
  color: var(--primary);
  padding-left: 28px;
}

.dashboard-menu li.active a {
  background: var(--primary);
  color: var(--white);
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--white);
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.dashboard-header h3 {
  margin-bottom: 8px;
  color: var(--heading-color);
  font-weight: 700;
}

.dashboard-header p {
  color: var(--body-color);
  margin: 0;
}

.dashboard-card {
  background: #fff;
  background: var(--white);
  border-radius: 18px;
  justify-content: space-around;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
}

.dashboard-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.dashboard-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--primary);
}

.menu-btn {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.85);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-btn i {
  font-size: 26px;
  color: var(--info);
}

.mobile-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-user-img {
  width: 60px;
  height: 60px;
}

.mobile-user-img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.25);
}

.mobile-user-info {
  /*max-width: 140px;*/
}
.mobile-user-info h5 {
  color: var(--white);
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 600;
}

.mobile-user-info span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
}

.current-page {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
}

.current-page i {
  font-size: 16px;
}

.user-info {
  gap: 14px;
}

/* SHARE BUTTON */
.btn-share {
  width: 38px;
  height: 38px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #dfe5e8;
  border-radius: 50%;
  background: #fff;
  color: #013440;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.btn-share i {
  font-size: 22px;
}

.btn-share:hover {
  color: #fff;
  background: #013440;
  border-color: #013440;
}

/* WhatsApp */
.whatsapp-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: var(--white);
  border-radius: 50%;
  font-size: 21px;
  transition: all 0.3s ease;
}
.whatsapp-btn i {
  font-size: 24px;
}
.whatsapp-btn:hover {
  color: #fff;
  background: #1ebe5d;
  transform: scale(1.05);
}


/* Login verify */

.auth-logo {
  width: 320px;
  height: auto;
}

/* User Dashboard */
.dashboard-section {
  padding: 60px 0;
  background: var(--light);
}

.dashboard-sidebar {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 100px;
}

.user-widget {
  background: linear-gradient(135deg, var(--info-950), var(--secondary));
  color: var(--white);
  text-align: center;
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.dashboard-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dashboard-menu li {
  border-bottom: 1px solid var(--border-color);
}

.dashboard-menu li:last-child {
  border-bottom: none;
}

.dashboard-menu li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  color: var(--heading-color);
  text-decoration: none;
  font-weight: 600;
  transition: 0.35s;
}

.dashboard-menu li a i {
  font-size: 22px;
}

.dashboard-menu li:hover a {
  background: var(--primary-transparent);
  color: var(--primary);
  padding-left: 28px;
}

.dashboard-menu li.active a {
  background: var(--primary);
  color: var(--white);
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--white);
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.dashboard-header h3 {
  margin-bottom: 8px;
  color: var(--heading-color);
  font-weight: 700;
}

.dashboard-header p {
  color: var(--body-color);
  margin: 0;
}


.card-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--info-950), var(--info));
  color: var(--white);
}

.card-icon i {
  font-size: 20px;
}

.card-content span {
  display: block;
  color: var(--heading-color);
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #000000;
}

.card-content h3 {
  color: var(--heading-color);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

.card-content small {
  color: var(--body-color);
}

.btn-dashboard {
  background: var(--info-950);
  color: var(--white);
  border-radius: 10px;
  padding: 10px 20px;
  transition: 0.3s;
}

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

.offcanvas {
  width: 350px !important;
  z-index: 9999;
}

.offcanvas-header {
  background: #013440;
  color: var(--white);
}

.offcanvas-header h5 {
  color: var(--white);
}

.offcanvas-header .btn-close {
  filter: invert(1);
}

.offcanvas-body {
  background: var(--light);
}

.mobile-dashboard-top {
  background: linear-gradient(135deg, var(--info-950), var(--secondary));
  padding: 15px;
  border-radius: 16px;
  margin-bottom: 20px;
}

.table-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-top: 30px;
}

.table-card .card-header {
  background: #fff;
  border-bottom: 1px solid #edf2f7;
  padding: 20px 25px;
}

.table-card .card-header h5 {
  color: #013440;
  font-weight: 700;
  margin: 0;
}

.table {
  margin-bottom: 0;
}

.table thead {
  background: #f7f9fc;
}

.table thead th {
  color: var(--dark) !important;
  font-weight: 700;
  border: none;
  padding: 18px 20px;
  white-space: nowrap;
}

.table tbody td {
  vertical-align: middle;
  padding: 20px 12px;
  border-color: var(--border-color);
}

.table tbody tr {
  transition: 0.3s;
}

.table tbody tr:hover {
  background: #f8fffd;
}


.table img {
  width:80px;
  height:80px;
  object-fit: cover;
}

.badge.bg-success {
  background: #d1fae5 !important;
  color: #047857 !important;
}

.badge.bg-danger {
  background: #fee2e2 !important;
  color: #b91c1c !important;
}

.btn-dashboard {
  background: #013440;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  transition: 0.3s;
}

.btn-dashboard:hover {
  background: var(--primary);
  color: #fff;
}

.notify-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

.notify-icon.success {
  background: #03bd9d;
}

.notify-icon.warning {
  background: #ffc107;
}

.notify-icon.info {
  background: #0dcaf0;
}

.notify-icon.danger {
  background: #dc3545;
}

.buy-grid-details {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.action-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}

.action-icon i {
  font-size: 20px;
}

.action-icon.view {
  background: #e8f5ff;
  color: #0d6efd;
}

.action-icon.edit {
  background: #e8fff5;
  color: #03bd9d;
}

.action-icon.delete {
  background: #ffeaea;
  color: #dc3545;
}

.action-icon.renew {
  background: #fff7e5;
  color: #ff9800;
}

.action-icon:hover {
  transform: translateY(-3px);
}

.buy-grid-img {
  position: relative;
}

.days-left-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #ff9800;
  color: #fff;
  padding: 6px 10px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}

.days-left-badge i {
  font-size: 16px;
}

.image-info-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 6px 10px;
  border-radius: 30px;
  font-size: 13px;
}

.image-info-badge i {
  color: #03bd9d;
  font-size: 16px;
}

.pagination .page-link {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  margin: 0 4px;
  border: 1px solid #e9ecef;
  color: #013440;
  transition: 0.3s;
}

.pagination .page-link:hover {
  background: #03bd9d;
  border-color: #03bd9d;
  color: #fff;
}

.pagination .page-item.active .page-link {
  background: #03bd9d;
  border-color: #03bd9d;
  color: #fff;
}

.pagination .page-item.disabled .page-link {
  color: #adb5bd;
  background: #f8f9fa;
}

@media (max-width: 991px) {
  .dashboard-sidebar {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }

  .dashboard-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .dashboard-card {
    margin-bottom: 20px;
  }

  .dashboard-sidebar {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .dashboard-section {
    padding: 35px 0;
  }
  .dashboard-header {
    padding: 20px;
  }
  .dashboard-header h3 {
    font-size: 24px;
  }
  .dashboard-card {
    flex-direction: column;
    text-align: center;
  }
  .card-icon {
    margin-bottom: 15px;
  }
  .quick-card {
    flex-direction: column;
    text-align: center;
  }
  .arrow {
    display: none;
  }
  .user-image img {
    width: 80px;
    height: 80px;
  }
  .dashboard-menu li a {
    padding: 15px;
  }
}



@media (max-width: 425px) {
  .card-content h3 {
    font-size: 24px;
  }
  .card-content span {
    margin-bottom: 6px;
  }
  .card-icon {
    width: 40px;
    height: 40px;
  }
  footer.footer-dark .footer-bottom p {
    font-size: 14px;
  }
}

.favorite-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.favorite-btn .heart-icon {
  font-size: 24px;
  color: #666;
  transition: 0.3s;
}

.favorite-btn.active .heart-icon {
  color: #ff3b5c;
}

#sellAdModal .modal-dialog {
  max-width: 1200px;
}

#sellAdModal .modal-content {
  max-height: 100vh;
}

#sellAdModal .modal-body {
  max-height: calc(90vh - 130px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 24px;
}

.file-preview {
  position: relative;
  width: 110px;
}

.file-preview img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #ddd;
}

.pdf-preview {
  width: 110px;
  height: 110px;
  border: 1px solid #ddd;
  border-radius: 12px;
  flex-direction: column;
  background: #f8f9fa;
  text-align: center;
  padding: 7px;
}

.pdf-preview i {
  font-size: 18px;
  color: #dc3545;
}

.pdf-preview small {
  font-size: 12px;
  display: block;
  margin-top: 8px;
  word-break: break-word;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pdf-preview a {
  margin-top: 15px !important;
  padding: 4px 8px !important;
}

.pdf-preview .my_own1 i {
  font-size: 15px;
  color: #43ccb6;
}

.pdf-preview .my_own1:hover i {
  color: #fff;
}

.agent-profile-item .agent-img {
  width: 120px;
}

.agent-profile-item {
  background-color: #fff;
}

/* ====== PROFILE ACCORDION ====== */
.profile-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Accordion Item */
.profile-accordion .accordion-item {
  border: 1px solid #e8edf2;
  border-radius: 16px !important;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(1, 52, 64, 0.05);
  transition: all 0.3s ease;
}
.profile-accordion .accordion-item:hover {
  border-color: rgba(3, 189, 157, 0.35);
  box-shadow: 0 10px 30px rgba(1, 52, 64, 0.08);
}

/* Accordion Button */
.profile-accordion .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 90px;
  padding: 18px 24px;
  background: #ffffff;
  color: #013440;
  border: 0;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

/* Remove Bootstrap default background */
.profile-accordion .accordion-button:not(.collapsed) {
  /*background: linear-gradient(135deg, rgba(1, 52, 64, 0.04), rgba(3, 189, 157, 0.04)); */
  color: #013440;
}

/* Focus */
.profile-accordion .accordion-button:focus {
  box-shadow: none !important;
}

/* Section Heading */
.profile-section-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 45px;
}

/* Icon */
.profile-section-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(3, 189, 157, 0.12);
  color: #03bd9d;
  transition: all 0.3s ease;
}
.profile-section-icon i {
  font-size: 21px;
}

/* Active Icon */
.profile-accordion .accordion-button:not(.collapsed) .profile-section-icon {
  background: #03bd9d;
  color: #ffffff;
  box-shadow: 0 7px 18px rgba(3, 189, 157, 0.25);
}

/* Title */

.profile-section-title h4 {
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: 700;
  color: #013440;
}

.profile-section-title p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  font-weight: 400;
}

/* Bootstrap Arrow */

.profile-accordion .accordion-button::after {
  position: absolute;
  right: 25px;
  width: 12px;
  height: 12px;
  background-size: 12px;
  transition: transform 0.3s ease;
}

/* Accordion Body */

.profile-accordion .accordion-body {
  padding: 0 24px 25px;
  background: #ffffff;
}

/* Info Grid */

.user-profile-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-top: 8px;
}

/* Info Item */

.user-profile-info-item {
  min-width: 0;
  padding: 18px;
  border: 1px solid #edf1f4;
  border-radius: 13px;
  background: #fafcfd;
  transition: all 0.3s ease;
}

.user-profile-info-item:hover {
  background: #ffffff;
  border-color: rgba(3, 189, 157, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(1, 52, 64, 0.06);
}

/* Label */

.user-profile-info-label {
  display: block;
  margin-bottom: 10px;
  color: #7b8794;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Value */

.user-profile-info-value {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: #013440;
  font-size: 15px;
  font-weight: 600;
  word-break: break-word;
}

/* Value Icon */

.info-value-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(1, 52, 64, 0.07);
  color: #013440;
}

.info-value-icon i {
  font-size: 15px;
}

/* WhatsApp */

/* .info-value-icon.whatsapp-icon {
  background: rgba(37, 211, 102, 0.12);
  color: #25d366;
} */

/* Verified Badge */

.user-profile-small-verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 9px;
  border-radius: 20px;
  background: rgba(3, 189, 157, 0.12);
  color: #03bd9d;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.user-profile-small-verified i {
  font-size: 10px;
}

/* =========================================
   RESPONSIVE - TABLET
========================================= */

@media (max-width: 991px) {
  .profile-accordion {
    gap: 15px;
  }

  .profile-accordion .accordion-button {
    min-height: 82px;
    padding: 16px 20px;
  }

  .profile-accordion .accordion-body {
    padding: 0 20px 20px;
  }

  .profile-section-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .user-profile-info-grid {
    gap: 14px;
  }
}

/* =========================================
   RESPONSIVE - MOBILE
========================================= */

@media (max-width: 767px) {
  .profile-accordion {
    gap: 12px;
  }

  .profile-accordion .accordion-item {
    border-radius: 13px !important;
  }

  .profile-accordion .accordion-button {
    min-height: 75px;
    padding: 14px 16px;
  }

  .profile-section-heading {
    gap: 12px;
    padding-right: 35px;
  }

  .profile-section-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 11px;
  }

  .profile-section-icon i {
    font-size: 18px;
  }

  .profile-section-title h4 {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .profile-section-title p {
    font-size: 14px;
    line-height: 1.4;
  }

  .profile-accordion .accordion-button::after {
    right: 17px;
    width: 10px;
    height: 10px;
    background-size: 10px;
  }

  .profile-accordion .accordion-body {
    padding: 0 15px 15px;
  }

  .user-profile-info-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .user-profile-info-item {
    padding: 15px;
  }

  .user-profile-info-label {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .user-profile-info-value {
    font-size: 14px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */
@media (max-width: 480px) {
  .header-mode {
    width: 36px !important;
    height: 36px !important;
  }
}

@media (max-width: 425px) {
  .profile-accordion .accordion-button {
    padding: 13px;
  }

  .profile-section-heading {
    gap: 10px;
    padding-right: 28px;
  }

  .profile-section-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .profile-section-icon i {
    font-size: 16px;
  }

  .profile-section-title h4 {
    font-size: 16px;
  }

  .profile-section-title p {
    font-size: 14px;
  }

  .profile-accordion .accordion-body {
    padding: 0 12px 12px;
  }

  .user-profile-info-item {
    padding: 13px;
  }

  .user-profile-info-value {
    font-size: 14px;
    gap: 7px;
  }

  .info-value-icon {
    width: 31px;
    height: 31px;
    min-width: 31px;
  }

  .user-profile-small-verified {
    font-size: 10px;
    padding: 4px 7px;
  }
}

/* =========================================
   PROFESSIONAL USER PROFILE HEADER
========================================= */

.user-profile-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid #e8edf1;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(1, 52, 64, 0.07);
  margin-bottom: 22px;
  overflow: hidden;
}

/* Top Accent Line */

.user-profile-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #013440 0%, #03bd9d 100%);
}

/* =========================================
   PROFILE MAIN
========================================= */

.user-profile-main {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

/* =========================================
   PROFILE IMAGE
========================================= */

.user-profile-image-box {
  position: relative;
  width: 82px;
  height: 82px;
  min-width: 82px;
}

.user-profile-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow:
    0 0 0 2px rgba(3, 189, 157, 0.35),
    0 8px 20px rgba(1, 52, 64, 0.15);
}

/* Online Status */

.user-profile-online {
  position: absolute;
  right: 3px;
  bottom: 5px;
  width: 17px;
  height: 17px;
  background: #03bd9d;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 7px rgba(3, 189, 157, 0.35);
}

/* =========================================
   USER INFO
========================================= */

.user-profile-user-info {
  min-width: 0;
}

.user-profile-name-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.user-profile-name-row h2 {
  margin: 0;
  color: #013440;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

/* =========================================
   VERIFIED BADGE
========================================= */

.user-profile-verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 30px;
  background: rgba(3, 189, 157, 0.1);
  color: #03bd9d;
  border: 1px solid rgba(3, 189, 157, 0.2);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.user-profile-verified i {
  font-size: 12px;
}

/* =========================================
   PHONE
========================================= */

.user-profile-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5f6b75;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
}

.user-profile-phone i {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: rgba(1, 52, 64, 0.07);
  color: #013440;
  font-size: 12px;
}

/* =========================================
   ACTIVE STATUS
========================================= */

.user-profile-status-text {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #03bd9d;
  font-size: 12px;
  font-weight: 600;
}

.user-profile-status-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #03bd9d;
  box-shadow: 0 0 0 4px rgba(3, 189, 157, 0.12);
}

/* =========================================
   EDIT PROFILE BUTTON
========================================= */

.user-profile-edit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 145px;
  padding: 12px 20px;
  border: 1px solid #013440;
  border-radius: 10px;
  background: #013440;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.user-profile-edit-btn i {
  font-size: 15px;
}

.user-profile-edit-btn:hover {
  background: #03bd9d;
  border-color: #03bd9d;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(3, 189, 157, 0.25);
}

.user-profile-edit-btn:active {
  transform: translateY(0);
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .user-profile-header {
    padding: 22px;
    gap: 20px;
  }

  .user-profile-image-box {
    width: 72px;
    height: 72px;
    min-width: 72px;
  }

  .user-profile-name-row h2 {
    font-size: 21px;
  }

  .user-profile-edit-btn {
    min-width: auto;
    padding: 11px 16px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .user-profile-header {
    flex-direction: column;
    align-items: stretch;
    padding: 20px 18px;
    gap: 18px;
    border-radius: 15px;
  }

  .user-profile-main {
    width: 100%;
    gap: 14px;
  }

  .user-profile-image-box {
    width: 68px;
    height: 68px;
    min-width: 68px;
  }

  .user-profile-online {
    width: 15px;
    height: 15px;
    right: 2px;
    bottom: 3px;
    border-width: 2px;
  }

  .user-profile-name-row {
    gap: 7px;
    margin-bottom: 6px;
  }

  .user-profile-name-row h2 {
    font-size: 19px;
  }

  .user-profile-verified {
    padding: 4px 8px;
    font-size: 10px;
  }

  .user-profile-phone {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .user-profile-phone i {
    width: 23px;
    height: 23px;
  }

  .user-profile-status-text {
    font-size: 11px;
  }

  .user-profile-edit-btn {
    width: 100%;
    min-width: 100%;
    padding: 11px 16px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 425px) {
  .user-profile-header {
    padding: 18px 15px;
  }

  .user-profile-main {
    gap: 25px;
  }

  .user-profile-image-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .user-profile-name-row {
    gap: 5px;
  }

  .user-profile-name-row h2 {
    font-size: 17px;
  }

  .user-profile-phone {
    font-size: 12px;
  }

  .user-profile-status-text {
    font-size: 10px;
  }
}

[data-theme="dark"] body {
  background: #1f2221;
  color: var(--body-color);
}

[data-theme="dark"] .professional-header,
[data-theme="dark"] .professional-header.scrolled {
  background: #ffffff !important;
  border-bottom: 1px solid #e5e7eb !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}

[data-theme="dark"] .category-sub-header,
[data-theme="dark"] .category-sub-header.scrolled {
  background: #ffffff !important;
  border-bottom: 1px solid #e5e7eb !important;
  box-shadow: 0 2px 8px rgba(1, 52, 64, 0.04) !important;
}
/* =========================================
   LOCATION
========================================= */

[data-theme="dark"] .header-location {
  background: #ffffff !important;
  border-color: #d9dee5 !important;
  color: #0f172a !important;
}

[data-theme="dark"] .header-location .location-text {
  color: #0f172a !important;
}

[data-theme="dark"] .header-location .arrow-icon {
  color: #64748b !important;
}

/* =========================================
   SEARCH
========================================= */

[data-theme="dark"] .header-search-wrapper {
  background: #ffffff !important;
  border-color: #d9dee5 !important;
}

[data-theme="dark"] .header-search-wrapper input {
  color: #0f172a !important;
  background: transparent !important;
}

[data-theme="dark"] .header-search-wrapper input::placeholder {
  color: #94a3b8 !important;
}

/* =========================================
   WISHLIST
========================================= */

[data-theme="dark"] .header-action-item {
  background: #ffffff !important;
  border-color: #edf0f2 !important;
  color: #013440 !important;
}

[data-theme="dark"] .header-action-item:hover {
  color: #03bd9d !important;
}

/* =========================================
   LANGUAGE
========================================= */

[data-theme="dark"] .header-language-toggle {
  background: #ffffff !important;
  border-color: #dfe5e8 !important;
  color: #0f172a !important;
}

[data-theme="dark"] .header-language-toggle:hover,
[data-theme="dark"] .header-language-toggle.show {
  background: #f0fdfa !important;
  border-color: #03bd9d !important;
  color: #03bd9d !important;
}

/* =========================================
   LOGIN
========================================= */

[data-theme="dark"] .header-login-btn {
  background: #ffffff !important;
  border-color: #dfe5e8 !important;
  color: #013440 !important;
}
[data-theme="dark"] .header-login-btn:hover {
  background: #03bd9d !important;
  border-color: #03bd9d !important;
  color: #ffffff !important;
}

/* =========================================
   SELL BUTTON
========================================= */

[data-theme="dark"] .sell-ad-btn {
  background: #03bd9d !important;
  border-color: #03bd9d !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

[data-theme="dark"] .sell-ad-btn:hover {
  background: #013440 !important;
  border-color: #013440 !important;
  color: #ffffff !important;
}

/* =========================================
   CATEGORY BUTTONS
========================================= */

[data-theme="dark"] .category-nav-item {
  background: #ffffff !important;
  border-color: #dfe5e8 !important;
  color: #334155 !important;
}

[data-theme="dark"] .category-nav-item:hover,
[data-theme="dark"] .category-nav-item.active {
  background: #f0fdfa !important;
  border-color: #03bd9d !important;
  color: #03bd9d !important;
}
/* =========================================
   ALL CATEGORIES
========================================= */

[data-theme="dark"] .all-category-btn {
  background: #03bd9d !important;
  border-color: #03bd9d !important;
  color: #ffffff !important;
}

[data-theme="dark"] .all-category-btn:hover,
[data-theme="dark"] .all-category-btn.active {
  background: #013440 !important;
  border-color: #013440 !important;
  color: #ffffff !important;
}

/* =========================================
   DATE
========================================= */

[data-theme="dark"] .category-date {
  color: #64748b !important;
  border-color: #d9dee5 !important;
}

[data-theme="dark"] .category-date i {
  color: #03bd9d !important;
}

/* Mobile bottom */
[data-theme="dark"] .mobile-bottom-nav {
  background: #111313 !important;
  border-color: #333837 !important;
}

/* Mega menu */
[data-theme="dark"] .category-mega-menu {
  background: #1b1e1d;
  border-color: #3a403e;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] .mega-category-title {
  color: #ffffff;
  border-color: #3a403e;
}

[data-theme="dark"] .mega-subcategory {
  color: #bdbdbd;
}

[data-theme="dark"] .mega-subcategory:hover {
  color: #03bd9d;
}

/* Dropdown */
[data-theme="dark"] .language-dropdown,
[data-theme="dark"] .profile-dropdown {
  background: #1b1e1d;
  border-color: #3a403e;
}

[data-theme="dark"] .language-dropdown .dropdown-item,
[data-theme="dark"] .profile-dropdown .dropdown-item {
  color: #eeeeee;
}

[data-theme="dark"] .language-dropdown .dropdown-item:hover,
[data-theme="dark"] .profile-dropdown .dropdown-item:hover {
  background: #252a28;
}

[data-theme="dark"] .category-scroll-wrapper::before {
  background: linear-gradient(to right, #ffffff 20%, rgba(17, 19, 19, 0));
}

[data-theme="dark"] .category-scroll-wrapper::after {
  background: linear-gradient(to left, #ffffff 20%, rgba(17, 19, 19, 0));
}
.scrolled {
  background: #000;
}
[data-theme="dark"] .professional-header.scrolled {
  background: #111313 !important;
}

[data-theme="dark"] .category-sub-header.scrolled {
  background: #111313 !important;
}
.professional-header {
  background: var(--light);
  border-color: var(--border-color);
}

.header-location {
  background: var(--light);
  border-color: var(--border-color);
  color: var(--heading-color);
}

.header-search-wrapper {
  background: var(--light);
  border-color: var(--border-color);
}

.category-sub-header {
  background: var(--light);
  border-color: var(--border-color);
}

.category-nav-item {
  background: var(--light);
  border-color: var(--border-color);
  color: var(--heading-color);
}

/* =========================================
   DARK MODE - BANNER TEXT
========================================= */

[data-theme="dark"] .Home-banner-section .banner-content h1 {
  color: #ffffff !important;
}

[data-theme="dark"] .Home-banner-section .banner-content p {
  color: #d9d9d9 !important;
}

/* =========================================
   BANNER TEXT - STRONG VISIBILITY
========================================= */

[data-theme="dark"] .banner-content h1,
[data-theme="dark"] .banner-content h2,
[data-theme="dark"] .banner-content h3,
[data-theme="dark"] .banner-content h4,
[data-theme="dark"] .banner-content h5,
[data-theme="dark"] .banner-content h6 {
  color: #ffffff !important;
}

[data-theme="dark"] .banner-content p {
  color: #e0e0e0 !important;
}

/* =========================================
   DARK MODE - LISTING BUTTONS
========================================= */

[data-theme="dark"] .btn-dark {
  background: #272727 !important;
  border: 1px solid #03bd9d !important;
  color: #03bd9d !important;
  transition: all 0.3s ease;
}

[data-theme="dark"] .btn-dark:hover,
[data-theme="dark"] .btn-dark:focus {
  background: #03bd9d !important;
  border-color: #03bd9d !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(3, 189, 157, 0.25);
}

/* =========================================
   DARK MODE - WHATSAPP BUTTON
========================================= */

[data-theme="dark"] .whatsapp-btn {
  background: #03bd9d !important;
  color: #ffffff !important;
  border-color: #03bd9d !important;
}

/* =========================================
   DARK MODE - SHARE BUTTON
========================================= */

[data-theme="dark"] .share-btn {
  background: #ffffff !important;
  color: #013440 !important;
  border: 1px solid #ffffff !important;
}

[data-theme="dark"] .share-btn:hover {
  background: #03bd9d !important;
  border-color: #03bd9d !important;
  color: #ffffff !important;
}

/* =========================================
   DARK MODE - FOOTER TEXT
========================================= */

[data-theme="dark"] .footer-dark {
  background: #0b111a !important;
  color: #ffffff !important;
}

/* Footer Headings */
[data-theme="dark"] .footer-dark h1,
[data-theme="dark"] .footer-dark h2,
[data-theme="dark"] .footer-dark h3,
[data-theme="dark"] .footer-dark h4,
[data-theme="dark"] .footer-dark h5,
[data-theme="dark"] .footer-dark h6,
[data-theme="dark"] .footer-dark .footer-title {
  color: #ffffff !important;
}

/* Footer Paragraph */
[data-theme="dark"] .footer-dark p {
  color: #e5e7eb !important;
}

/* Footer Links */
[data-theme="dark"] .footer-dark a {
  color: #e5e7eb !important;
}

/* Footer Links Hover */
[data-theme="dark"] .footer-dark a:hover {
  color: #03bd9d !important;
}

/* Footer List Items */
[data-theme="dark"] .footer-dark li,
[data-theme="dark"] .footer-dark li a {
  color: #e5e7eb !important;
}

/* Popular Locations / Useful Links text */
[data-theme="dark"] .footer-dark .footer-widget,
[data-theme="dark"] .footer-dark .footer-widget span {
  color: #e5e7eb !important;
}

/* Footer Icons */
[data-theme="dark"] .footer-dark .social-icon,
[data-theme="dark"] .footer-dark i {
  color: #ffffff !important;
}

/* Footer Bottom */
[data-theme="dark"] .footer-dark .footer-bottom,
[data-theme="dark"] .footer-dark .footer-bottom p,
[data-theme="dark"] .footer-dark .footer-bottom a {
  color: #e5e7eb !important;
}

/* =========================================
   DARK MODE
========================================= */

[data-theme="dark"] .header-mode {
  background: #222625 !important;
  border: 1px solid #3a403e !important;
  color: #ffffff !important;
}

[data-theme="dark"] .header-mode i {
  color: #ffffff !important;
}

/* Dark mode hover */
[data-theme="dark"] .header-mode:hover {
  background: #03bd9d !important;
  border-color: #03bd9d !important;
  color: #ffffff !important;
}

[data-theme="dark"] .profile-dropdown .dropdown-item i {
  color: #fff;
}

[data-theme="dark"] .profile-header {
  background: #1b1e1d;
  color: #fff;
  border-bottom: 1px solid #858585;
}

/* Login Page */

/* Dark Mode Overlay */
[data-theme="dark"] .auth-cover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../img/bg/auth-bg.png");
}

[data-theme="dark"] .user-content h4 {
  color: var(--white);
}

[data-theme="dark"] .user-widget {
  background: linear-gradient(135deg, #000000, #040404);
}

[data-theme="dark"] .card-icon {
  background: #03bd9d !important;
}

[data-theme="dark"] .card .card-body {
  border-top: 1px solid #555555;
}

[data-theme="dark"] .sub-des {
  color: var(--body-color);
}

[data-theme="dark"] .table-body {
  border-top: 1px solid #555555 !important;
}

/* Services CSS */

/* =========================================
   SERVICE CARD
========================================= */

.service-company-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}

.service-company-row .title {
  font-size: 17px;
  font-weight: 600;
}

.service-company-row .title a {
  color: #013440;
}

.service-name {
  color: #325d75;
}

.service-name i {
  color: #03bd9d;
  font-size: 18px;
}

/* Verified Badge */

.service-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;

  background: #03bd9d;
  color: #fff;

  padding: 5px 9px;
  border-radius: 20px;

  font-size: 11px;
  font-weight: 600;
}

.service-verified-badge i {
  font-size: 15px;
}

/* Rating */

.service-rating-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;

  display: flex;
  align-items: center;
  gap: 3px;

  padding: 5px 9px;

  background: #013440;
  color: #fff;

  border-radius: 20px;

  font-size: 12px;
  font-weight: 600;
}

.service-rating-badge i {
  color: #ffc107;
  font-size: 16px;
}

/* Status */

.service-status {
  white-space: nowrap;

  padding: 5px 9px;

  background: rgba(3, 189, 157, 0.12);
  color: #03a98c;

  border-radius: 20px;

  font-size: 11px;
  font-weight: 600;
}

/* Service Details */

.service-details-list {
  padding: 12px 0;

  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.service-details-list p {
  display: flex;
  align-items: center;
  gap: 6px;

  margin: 0 0 7px;

  color: #64748b;

  font-size: 13px;
}

.service-details-list p:last-child {
  margin-bottom: 0;
}

.service-details-list i {
  color: #03bd9d;
  font-size: 18px;
}

/* Services Offered */

.services-offered-box {
  margin-top: 14px;
  padding: 10px 12px;

  background: #f7fafb;

  border-left: 3px solid #03bd9d;

  border-radius: 5px;
}

.services-offered-box span {
  display: block;

  color: #013440;

  font-size: 12px;
  font-weight: 600;

  margin-bottom: 4px;
}

.services-offered-box p {
  margin: 0;

  color: #64748b;

  font-size: 12px;
  line-height: 1.5;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Price */

.service-price small {
  display: block;

  color: #64748b;

  font-size: 11px;
}

.service-price h6 {
  color: #013440;

  font-size: 20px;
  font-weight: 700;
}

/* Share Button */
.btn-share {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #111827;
  color: #fff;
  border: 1px solid #dce3e6;
  border-radius: 50%;
}
.btn-share:hover {
  background: #000;
  color: #fff;
}

/* Image Height */

.property-listing-item .buy-grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */

@media (max-width: 575px) {
  .service-company-row {
    flex-direction: column;
  }

  .service-status {
    align-self: flex-start;
  }
}
.service-starting-price {
  display: flex;
  flex-direction: column;
}

.service-starting-price small {
  font-size: 11px;
  color: #64748b;
  line-height: 1.2;
}

.service-starting-price h6 {
  font-size: 20px;
  font-weight: 700;
  color: #013440;
}

/* Contact modal */
/* ===================================
   Service Contact Modal
=================================== */

.service-contact-modal {
  border: 0;
  border-radius: 14px;
  overflow: hidden;
}

.service-contact-modal .modal-header {
  padding: 22px 25px;
  border-bottom: 1px solid #e9eef2;
}

.service-contact-modal .modal-body {
  padding: 25px;
}

.service-contact-modal .modal-footer {
  padding: 15px 25px;
  border-top: 1px solid #e9eef2;
}

/* Company Info */

.service-contact-info {
  background: #f7fafb;
  border: 1px solid #e5ecef;
  border-radius: 10px;
  padding: 15px;
}

.service-company-logo {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
}

.service-company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Form */

.service-contact-modal textarea.form-control {
  min-height: 110px;
  resize: vertical;
}

.service-contact-modal .form-control:focus {
  border-color: #03bd9d;
  box-shadow: 0 0 0 3px rgba(3, 189, 157, 0.1);
}

/* Success */

.contact-success-content {
  text-align: center;
  padding: 35px 30px;
}

.success-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(3, 189, 157, 0.12);
  color: #03bd9d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-icon i {
  font-size: 35px;
}

.success-detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 13px 15px;
  margin-bottom: 8px;
  background: #f8fafb;
  border-radius: 7px;
  text-align: left;
}

.success-detail-row span {
  color: #64748b;
  font-size: 14px;
}

.success-detail-row strong {
  color: #0f172a;
  font-size: 14px;
}

/* Responsive */

@media (max-width: 575px) {
  .service-contact-modal .modal-header {
    padding: 18px;
  }

  .service-contact-modal .modal-body {
    padding: 18px;
  }

  .service-contact-modal .modal-footer {
    padding: 15px 18px;
  }

  .contact-success-content {
    padding: 30px 18px;
  }

  .success-detail-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .profile-section-title {
    font-size: 15px !important;
  }
}

.heading-btn {
  color: var(--white) !important;
  margin: 0;
  font-size: 16px;
}

@media (max-width: 375px) {
  .otp-wrapper {
    gap: 10px !important;
  }
  .otp-input {
    width: 45px !important;
    height: 45px !important;
  }
  .login-item-01 {
    padding: 14px !important;
  }
}

@media (max-width: 320px) {
  .login-item-01 {
    padding: 18px !important;
  }
  .otp-input {
    width: 40px !important;
    height: 40px !important;
  }
  .otp-wrapper {
    gap: 8px !important;
  }
  #profilePreview {
    width: 80px !important;
    height: 80px !important;
  }
  .small, small {
    font-size: 13px;
  }
}
.reminder-table thead, .notification-table thead {
  background: #013440;
  color: #fff;
}

.reminder-table thead th, .notification-table thead th {
  border: 1px #e2e4e6 solid !important;
  white-space: nowrap;
}

.reminder-table tbody td, .notification-table tbody td {
  padding: 10px 15px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

.action-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  margin: 0 2px;
  transition: 0.3s;
}
.action-btn i {
  font-size: 20px;
}
.action-btn.edit {
  background: #eaf8ff;
  color: #0d6efd;
}

.action-btn.edit:hover {
  background: #0d6efd;
  color: #fff;
}

.action-btn.delete {
  background: #ffecec;
  color: #dc3545;
}

.action-btn.delete:hover {
  background: #dc3545;
  color: #fff;
}
.action-btn:hover {
  transform: translateY(-4px);
}
.action-renew {
  background: #ede9fe;
  color: #6d28d9;
}

.action-view {
  background: #e0f2fe;
  color: #0284c7;
}

.action-edit {
  background: #dcfce7;
  color: #15803d;
}

.action-delete {
  background: #fee2e2;
  color: #dc2626;
}

.status-btn {
  min-width: 90px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}

.reminder-add-btn {
  background: #013440;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: 0.3s;
  font-size: 14px;
}

.reminder-add-btn:hover {
  background: #325d75;
  color: #fff;
}

.reminder-modal-content {
  border: none;
  border-radius: 14px;
  overflow: hidden;
}

.reminder-modal .modal-header {
  background: #f8f9fa;
}

.reminder-modal .form-label {
  font-weight: 600;
  margin-bottom: 6px;
}

.reminder-input {
  border-radius: 8px;
  min-height: 45px;
}

.reminder-input:focus {
  border-color: #013440;
  box-shadow: 0 0 0 0.15rem rgba(1, 52, 64, 0.15);
}

.reminder-save-btn {
  background: #013440;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
}

.reminder-save-btn:hover {
  background: #325d75;
  color: #fff;
}
.just-end-center{
    justify-content: end;
}
@media (max-width: 575px) {
    .dashboard-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .reminder-add-btn {
        width: 100%;
        justify-content: center;
    }
    .modal-footer {
        flex-direction: column;
    }
    .modal-footer .btn {
        width: 100%;
    }
    .banner-bg {
        padding: 70px 0;
    }
    .banner-content h1 {
        font-size: 30px;
    }
    .banner-content p {
        font-size: 16px;
    }
    .just-end-center{
        justify-content: center;
    }
}

/* ------ min width media query ------ */
@media (min-width: 575px) {
    .container, .container-sm {
        max-width: 725px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 900px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1125px;
    }
    .header.header-three {
        background-color: transparent;
        margin-top: 10px;
    }
    .header.header-three .header-nav {
        padding: 0;
    }
    .header.header-three .main-menu-wrapper .main-nav > li > a {
        color: var(--white);
        font-size: 14px;
        font-weight: 500;
    }
    .header.header-three .main-menu-wrapper .main-nav > li.active > a {
        color: var(--primary) !important;
    }
    .header.header-three.nav-fixed .main-menu-wrapper .main-nav > li > a {
        color: var(gray-900);
    }
    .header.header-three .header-items .topbar-link {
        background: rgba(255, 255, 255, 0.2);
        border-color: transparent;
        backdrop-filter: blur(14px);
    }
    .header.header-three .header-items .topbar-link i {
        color: var(--white);
    }
    .header.header-three .logo-dark {
        display: none !important;
    }
    header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu {
        min-width: 600px;
        width: auto;
    }
    header .main-menu-wrapper .main-nav li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        border-radius: 10px;
        border: 1px solid var(--border-color);
    }
    header .main-menu-wrapper .main-nav li.has-submenu:hover > .submenu .submenu li.active a {
        color: var(--primary);
    }
    header .main-menu-wrapper .main-nav li.has-submenu:hover > .submenu .submenu li a {
        color: var(--body-color);
    }
    header .main-menu-wrapper .main-nav li.has-submenu:hover > .submenu .submenu li a:hover {
        color: var(--primary);
    }
    header .main-menu-wrapper .main-nav li.has-submenu.megamenu:hover > .submenu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    header .main-menu-wrapper .main-nav > li > ul {
        background-color: var(--white);
        border-radius: 5px;
        box-shadow: 0px 0px 4px 0px rgba(201, 201, 201, 0.25);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000;
        border-radius: 0 0 10px 10px;
    }
    header .main-menu-wrapper .main-nav > li > ul::before {
        border: 7px solid var(--white);
        border-color: transparent transparent var(--white) var(--white);
        content: "";
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        position: absolute;
        top: 2px;
        left: 45px;
        -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    }
    header .main-menu-wrapper .main-nav > li.megamenu {
        position: unset;
    }
    header .main-menu-wrapper .main-nav > li > ul.mega-submenu {
        width: 100%;
        padding: 0;
        border: 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        min-width: 895px;
        left: -100px;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        box-shadow: 0px 0px 4px 0px rgba(201, 201, 201, 0.25);
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }
    header .main-menu-wrapper .main-nav > li > ul.mega-submenu::before {
        content: none;
    }
    header .main-menu-wrapper .main-nav > li.mega-innermenu {
        position: unset;
    }
    header .main-menu-wrapper .main-nav > li .submenu > li .submenu {
        left: 100%;
        top: 10%;
        margin-top: 10px;
        font-size: 14px;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding-left: 0;
        position: absolute;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        visibility: hidden;
        z-index: 1000;
        border-top: 0;
        display: unset;
        background: var(--white);
    }
    header .main-menu-wrapper .main-nav > li {
        display: block;
        position: relative;
        margin-right: 30px;
    }
    header .main-menu-wrapper .main-nav > li:last-child {
        margin-right: 0;
    }
    header .main-menu-wrapper .main-nav {
        position: relative;
    }
    header .main-menu-wrapper .main-nav.active {
        position: unset;
    }
    .mobile-search, .menu-account, .menu-dropdown, .menu-login, .mobile-dashboard-top {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1325px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
    header .main-menu-wrapper .main-nav > li {
        margin-right: 30px !important;
    }
    header .main-menu-wrapper .main-nav > li:last-child {
        margin-right: 0;
    }
}

.bg-warning {
  background-color: var(--orange-100) !important;
  color: var(--orange-950) !important;
}

.bg-success {
  background-color: var(--primary-200) !important;
  color: var(--primary-900) !important;
}
.bg-danger {
  background-color: var(--danger-200) !important;
  color: var(--danger-900) !important;
}


.profile-document-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  transition: 0.3s;
}

.profile-document-image:hover {
  transform: scale(1.03);
}

.company-logo-view {
  width: 260px;
  height: auto;
  object-fit: contain;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}
.service-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-gallery-img {
  width: 160px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #dee2e6;
  cursor: pointer;
  transition: 0.3s;
}

.service-gallery-img:hover {
  transform: scale(1.05);

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
    footer .footer-bottom {
        padding-bottom: 75px;
    }
    .reminder-table, .notification-table {
        min-width: 750px;
    }
    .notify-icon {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
    .service-gallery {
        justify-content: center;
    }
    .service-gallery-img {
        width: 140px;
        height: 100px;
    }
    .pagination .page-link {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .my_fo_14{
        font-size: 14px;
    }
}

.user-profile-info-value {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #e8edf3;
  border-radius: 10px;
  background: #fff;
  min-height: 70px;
}

.user-profile-info-value.align-items-start {
  align-items: flex-start;
}

.company-logo-box {
  border: 1px solid #e8edf3;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background: #fff;
}

.service-gallery {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e8edf3;
  border-radius: 10px;
  padding: 15px;
}

.service-gallery-img {
  width: 110px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
}

.accordion-button .profile-section-title {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/*==========================================
        WALLET PAGE
==========================================*/

.wallet-balance-card {
  background: linear-gradient(135deg, #013440, #366e93);
  border-radius: 20px;
  padding: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 12px 35px rgba(1, 52, 64, 0.18);
  overflow: hidden;
  position: relative;
}

.wallet-balance-card::after {
  content: "";
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  position: absolute;
  right: -70px;
  top: -70px;
}

.wallet-title {
  font-size: 15px;
  opacity: 0.9;
  display: block;
  margin-bottom: 10px;
}

.wallet-balance-card h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.wallet-balance-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.wallet-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}

.wallet-icon i {
  font-size: 48px;
  color: #fff;
}

/*==========================================
        SMALL CARDS
==========================================*/

.wallet-small-card {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
}

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

.wallet-small-card span {
  color: #777;
  font-size: 14px;
}

.wallet-small-card h4 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 12px;
  color: #013440;
}

.wallet-card-icon {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.wallet-card-icon i {
  color: #fff;
  font-size: 28px;
}

.wallet-card-icon.success {
  background: #16a34a;
}

.wallet-card-icon.danger {
  background: #dc2626;
}

.wallet-card-icon.warning {
  background: #f59e0b;
}

.wallet-card-icon.primary {
  background: #366e93;
}

/*==========================================
      QUICK ACTION
==========================================*/

.wallet-action-btn {
  width: 100%;
  border: none;
  border-radius: 14px;
  background: #f8fafc;
  padding: 18px;
  transition: 0.3s;
  font-weight: 600;
  color: #013440;
}

.wallet-action-btn i {
  display: block;
  font-size: 30px;
  margin-bottom: 8px;
}

.wallet-action-btn:hover {
  background: #013440;
  color: #fff;
}

/*==========================================
        SEARCH
==========================================*/

.wallet-search {
  width: 260px;
  border-radius: 10px;
}

.wallet-search:focus {
  border-color: #366e93;
  box-shadow: none;
}

/*==========================================
      TABLE
==========================================*/

.wallet-table thead {
  background: #f4f7fb;
}

.wallet-table thead th {
  font-size: 14px;
  color: #013440;
  font-weight: 600;
  padding: 16px;
}

.wallet-table tbody td {
  padding: 15px;
}

.wallet-table tbody tr {
  transition: 0.25s;
}

.wallet-table tbody tr:hover {
  background: #f8fbfd;
}

/*==========================================
      CREDIT / DEBIT
==========================================*/

.wallet-credit {
  background: #dcfce7;
  color: #16a34a;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

.wallet-debit {
  background: #fee2e2;
  color: #dc2626;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

/*==========================================
      HEADER BUTTON
==========================================*/

.wallet-btn {
  background: #013440;
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 10px;
  transition: 0.3s;
}

.wallet-btn:hover {
  background: #366e93;
}

/*==========================================
        RESPONSIVE
==========================================*/

@media (max-width: 991px) {
  .wallet-balance-card {
    padding: 25px;
  }

  .wallet-balance-card h2 {
    font-size: 34px;
  }

  .wallet-icon {
    width: 75px;
    height: 75px;
  }

  .wallet-icon i {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .wallet-balance-card {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .wallet-search {
    width: 100%;
    margin-top: 15px;
  }

  .card-header {
    /* flex-direction: column; */
    align-items: flex-start !important;
  }

  .wallet-small-card {
    padding: 18px;
  }

  .wallet-small-card h4 {
    font-size: 22px;
  }

  .wallet-action-btn {
    padding: 15px;
  }

  .wallet-table {
    min-width: 700px;
  }
}

@media (max-width: 575px) {
  .wallet-balance-card {
    padding: 20px;
  }

  .wallet-balance-card h2 {
    font-size: 28px;
  }

  .wallet-icon {
    width: 65px;
    height: 65px;
  }

  .wallet-icon i {
    font-size: 34px;
  }

  .wallet-small-card {
    text-align: center;
  }

  .wallet-card-icon {
    margin: auto;
    margin-bottom: 15px;
  }
}

/* Footer */

.footer-logo-box {
  width: 50%;
  background: #fff;
  border-radius: 15px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.footer-logo-box img {
  max-width: 220px;
  width: 100%;
  height: auto;
}

.footer-about-text {
  color: #fff;
  line-height: 28px;
  font-size: 15px;
  margin-bottom: 25px;
}
.footer-about-text {
  padding: 0 40px 0 0 !important;
}

/* Features */

.feature-item {
  margin-bottom: 12px;
}

#addFeatureBtn {
  min-width: 130px;
}

@media (max-width: 767px) {
  .removeFeature {
    /*margin-top: 8px;*/
  }
}

.slider-card {
  position: relative;
}

.product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;

  background: #ffe7e7;
  color: #e53935;

  padding: 8px 15px;
  border-radius: 30px;
  font-weight: 600;
}
.slider-card {
  position: relative;
}

/* Common Badge */
.product-badge {
  position: absolute;
  top: 15px;
  z-index: 9;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

/* Old Badge */
.old-badge {
  left: 15px;
  background: #fff4e5;
  color: #f57c00;
}

/* Views Badge */
.views-badge {
  right: 15px;
  left: auto; /* Important */
  background: #ffe7e7;
  color: #ff3b30;
}
.service-title {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* product detail view */
/*========================== PRICE CARD ==========================*/
.price-card {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  border-radius: 18px;
  padding: 28px;
  color: #fff;
  margin-bottom: 22px;
  box-shadow: 0 12px 35px rgba(20, 184, 166, 0.25);
}

.price-card .price {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.price-card h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
}

.product-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.product-tags span {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  padding: 7px 15px;
  border-radius: 30px;
  font-size: 13px;
}

/*========================== COMMON CARD ==========================*/

.info-card, .seller-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  border: 1px solid #edf2f7;
}

.info-title {
  font-size: 19px;
  font-weight: 700;
  color: #111827;
  padding-bottom: 12px;
  border-bottom: 1px solid #ececec;
}

/*==========================  INFO ROW ==========================*/

.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px dashed #ececec;
}

.info-row:last-child {
  border-bottom: 0;
}

.info-row span {
  color: #6b7280;
  font-size: 15px;
}

.info-row strong {
  color: #111827;
  font-size: 16px;
  font-weight: 600;
}

/*==========================  LOCATION ==========================*/

.location-item {
  /* background: #f8fafc; */
  /* border-radius: 12px; */
  padding: 13px 0;
  /* margin-bottom: 12px; */
  font-size: 15px;
  transition: 0.3s;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px dashed #ececec;
  display: flex;
  align-items: center;
  gap: 10px;
}

.location-item:last-child {
  margin-bottom: 0;
}

.location-item:hover {
  background: #ecfeff;
  transform: translateX(4px);
}

.location-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.location-title span,
.location-title i {
  font-size: 16px;
}

/*========================== STATUS ==========================*/

.status-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px dashed #ececec;
}

.status-item:last-child {
  border-bottom: none;
}

.status-item .yes {
  background: #dcfce7;
  color: #15803d;
  padding: 6px 14px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
}

.status-item .no {
  background: #fee2e2;
  color: #dc2626;
  padding: 6px 14px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
}

/*========================== SELLER ==========================*/

.seller-card {
  text-align: center;
}

.seller-card img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 5px solid #ecfeff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.seller-card h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.seller-card p {
  color: #10b981;
  font-weight: 600;
  margin-bottom: 20px;
}

/*========================== BUTTONS ==========================*/

.seller-card .btn {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  margin-bottom: 12px;
  font-weight: 600;
  transition: 0.3s;
  border: none;
}

.btn-number {
  background: #2563eb;
  color: #fff;
}

.btn-number:hover {
  background: #1d4ed8;
  color: #fff;
}

.btn-whatsapp {
  background: #22c55e;
  color: #fff;
}

.btn-whatsapp:hover {
  background: #16a34a;
  color: #fff;
}

.btn-email {
  background: #f59e0b;
  color: #fff;
}

.btn-email:hover {
  background: #d97706;
  color: #fff;
}

/*========================== HOVER ==========================*/

.info-card:hover,
.seller-card:hover {
  transform: translateY(-4px);
  transition: 0.3s;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.1);
}

/*========================== RESPONSIVE ==========================*/

@media (max-width: 991px) {
  .price-card {
    padding: 22px;
  }

  .price-card .price {
    font-size: 32px;
  }

  .price-card h4 {
    font-size: 20px;
  }

  .info-card,
  .seller-card {
    padding: 18px;
  }
}

.seller-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.seller-actions a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #013440;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}

.seller-actions a i {
  font-size: 22px;
}

.seller-actions a:hover {
  background: #366e93;
  transform: translateY(-3px);
}
