/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --main: #1a8c93;
  --main-hover: #1a8d9370;
  --white: #ffffff;
  --darkside: #dddddd;
  --border: 1px solid #dddddd;
  --shadow: 0px 3px 4px 0px #ffffff2e inset;
  --light: #f9f9f9;
  --text: #051036;
}

body,
html {
  overflow-x: hidden;
  font-family: "Gilroy";
}
p {
  font-weight: 400;
}
a {
  color: #243a73;
  text-decoration: none;
  transition: 0.5s all;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
html,
body {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy";
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-HeavyItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-RegularItalic";
  src: url("../fonts/Gilroy-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
}

.headermain {
  backdrop-filter: blur(30px);
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  z-index: 99;
  background: #ffffff33;
  height: 64px;
  display: flex;
  align-items: center;
}
.homeheader {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ffffff33;
}
.menusheader {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headermain .container,
.headertopmain .container {
  max-width: 1280px;
  margin: 0 auto;
}
.menusheader li {
  margin: 0 5px;
}
.homeheader .menusheader li a {
    color: #fff;
}
.menusheader li a {
    color: #272727;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
.menusheader li a:hover,
.menusheader li a.active {
  background-color: #1a8c93;
  color: #fff;
}
.headerbtn {
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  background: #02956e;
  padding: 0 13px;
}
.headerbtn img {
  margin-right: 5px;
}
.headertopmain {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a8c93;
}
.headertop p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.headertop {
  position: relative;
  text-align: center;
}
.headertop a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.homebanner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 150px 0 80px;
}
.homebanner .container {
  position: relative;
  z-index: 1;
}
.homebanner::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #000000 -34.03%, rgba(0, 0, 0, 0) 84.21%);
}

.toptitle {
  border: 1px solid #ffffff3d;
  background: #ffffff4d;
  border-radius: 18px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  padding: 7px 10px;
  position: relative;
  margin-bottom: 15px;
}
.toptitle::after {
  position: absolute;
  content: "";
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 26px;
  background-color: #fff;
}
.toptitle::before {
  position: absolute;
  content: "";
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 26px;
  background-color: #fff;
}
.toptitle img {
  margin-right: 4px;
}
.bannertext h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 80px;
  max-width: 1000px;
  margin: 0 auto 20px;
}
.bannertext {
  text-align: center;
}
.propertyselectmain {
  max-width: 1200px;
  margin: 40px auto 0;
}
.propertyselectmain .tab-content {
  background-color: #fff;
  padding: 20px 20px !important;
  border-radius: 5px;
}
.propertyselectmain .nav-tabs {
  background-color: #fff;
  display: inline-flex;
  border-radius: 5px 5px 0 0;
  border: 0;
  margin-left: 30px;
  padding: 8px;
}
.propertyselectmain .nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: #4f4f4f;
  height: 37px;
  border: 0;
  padding: 0 44px;
  border-radius: 5px;
}
.propertyselectmain .nav-tabs .nav-link.active {
  background: #1a8c93;
  color: #fff;
}
.propertyselectinner .form-group label {
  font-size: 14px;
  font-weight: 700;
  color: #272727;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.propertyselectinner .form-group .form-control {
  border: 1px solid #dddddd;
  background: #f7f7f7;
  height: 40px;
  padding: 0 13px;
  border-radius: 5px;
  font-weight: 600;
  color: #4f4f4f;
  font-size: 14px;
  box-shadow: unset;
}
.propertyselectinner .form-group .form-control::placeholder {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 600;
}
.propertyselectinner .form-group .form-select {
  border: 1px solid #dddddd;
  background: #f7f7f7 url(../img/dropdown.png);
  height: 40px;
  padding: 0 13px;
  border-radius: 5px;
  font-weight: 600;
  color: #4f4f4f;
  font-size: 14px;
  box-shadow: unset;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: 96%;
}
.searchbtn {
  border: 0;
  border-radius: 8px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 41px;
  background: #1a8c93;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.searchbtn img {
  max-width: 18px;
  margin-right: 5px;
}
.propertyselectinner .form-group .locationsearch {
  padding-left: 35px !important;
  background: #f7f7f7 url(../img/inputsearch.png) !important;
  background-repeat: no-repeat !important;
  background-position: 10px !important;
  background-size: 16px !important;
}
.propertyselectinner .form-group label img {
  max-width: 100%;
  margin-right: 6px;
}
.bg-comman {
  background-color: #f9f9f9;
}
.padding {
  padding: 80px 0 40px;
}
.commanheading {
  margin-bottom: 40px;
}
.commanheading h2 span {
  color: #1a8c93;
}
.commanheading h2 {
  color: #313131;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
}
.commanheading p {
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  line-break: 26px;
  margin-top: 5px;
  margin-bottom: 0;
}
.findproperty_main {
  display: flex;
  justify-content: space-between;
}

/* Property Box */
.findproperty_box {
  height: 250px;
  width: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

/* Image */
.findproperty_box .findproperty_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Image zoom on hover */
.findproperty_box:hover .findproperty_img {
  transform: scale(1.1);
}

/* Text Content */
.property_text {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 85%;
  margin: 0 auto;
  z-index: 2;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  opacity: 0.9;
}

.property_text h3 {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin: 0;
}

.property_text span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

/* Overlay Gradient */
.findproperty_box::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.66%, #000000 100%);
  transition: background 0.4s ease;
}

/* Hover Overlay */
.findproperty_box:hover::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

/* Text move on hover */
.findproperty_box:hover .property_text {
  transform: translateY(-8px);
  opacity: 1;
}

/* Card lift effect */
.findproperty_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.mainfocus_box {
  background: #ffffff;
  border: 0.95px solid #dddddd;
  padding: 22px 19px;
  border-radius: 18px;
}
.mainfocus_icon {
  background: #f7f7f7;
  border: 0.75px solid #dddddd;
  border-radius: 7px;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.mainfocus_box h3 {
  font-size: 23px;
  font-weight: 700;
  color: #313131;
  margin-bottom: 12px;
}
.mainfocus_box p {
  font-weight: 500;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 10px;
}
.mainfocus_box a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a8c93;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.mainfocus_box a img {
  margin-left: 10px;
}

.copyright {
  height: 47px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #1a8c93;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.footermain {
  background: #041f21;
  padding: 40px 0;
  position: relative;
}
.footermain::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bgimg.png);
  opacity: 0.3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footermain .container {
  position: relative;
  z-index: 2;
}
.readystart {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.contactus {
  height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  background: #02956e;
  padding: 0 25px;
  font-size: 18px;
}
.footer_top {
  border-bottom: 1px solid #ffffff33;
  padding: 20px 0 45px;
}
.footerbottom {
  padding: 45px 0 20px;
  flex-wrap: nowrap;
}
.footerbox h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.contacticon {
  border: 0.69px solid #ffffff;
  background: #02956e;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.contactlink {
  font-size: 16px;
  color: #fff !important;
  font-weight: 600;
}
.footerbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footerbox ul li {
  margin-bottom: 10px;
}
.footerbox ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #fff !important;
}

.comman-btn {
  width: auto;
  height: 52px;
  line-height: 52px;
  border-radius: 8px;
  padding: 0px 30px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: var(--main);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.comman-btn:hover {
  background-color: var(--main-hover);
  color: var(--main);
}

.form-control,
.form-select {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  padding: 0px 30px;
  border: var(--border);
  outline: none; 
  background-color: var(--white);
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
}

.heading-bold-white {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
  margin: 0;
}

.heading-bold {
  font-size: 34px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}

.heading-normal {
  font-size: 24px;
  font-weight: 500;
  color: var(--text);
  margin: 0;
}

.text {
  font-size: 18px;
  font-weight: 400;
  color: var(--text);
  margin: 0;
}

.text-sm {
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  margin: 0;
}
.text-xxs {
  font-size: 12px;
  font-weight: 400;
  color: var(--text);
  margin: 0;
}
.text-white {
  font-size: 16px;
  font-weight: 400;
  color: var(--light);
  margin: 0;
}
.big-box {
  width: 120px;
  height: 120px;
  border-radius: 22px;
  border: 2px solid var(--darkside);
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  color: var(--main);
  font-size: 16px;
  font-weight: 500;
}
.small-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: var(--light);
  color: var(--main);
  font-size: 16px;
  font-weight: 500;
}

.big-box img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

/* Custom Language Selection Styles */
.full-width-box {
  width: 100%;
  border-radius: 12px;
  padding: 10px 15px; /* Reduced padding */
  border: 1.5px solid #e5e7eb;
  background-color: var(--white);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.full-width-box:hover {
  border-color: var(--main);
  background-color: #f0f9fa;
}

.full-width-box.active {
  border-color: var(--main);
  background-color: #f0f9fa;
}

.language-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.language-icon-box {
  width: 35px; /* Reduced size */
  height: 35px; /* Reduced size */
  background-color: #f3f4f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main);
  font-weight: 700;
  font-size: 16px; /* Reduced font size */
}

.language-icon-box img {
  width: 20px; /* Ensure icon image fits */
  height: 20px;
  object-fit: contain;
}

.language-names p {
  margin: 0;
}

.language-names .main-name {
  font-size: 14px; /* Reduced size */
  font-weight: 600;
  color: #111827;
}

.language-names .sub-name {
  font-size: 11px; /* Reduced size */
  color: #6b7280;
}

.check-circle {
  width: 18px; /* Reduced size */
  height: 18px; /* Reduced size */
  border: 2px solid #d1d5db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.full-width-box.active .check-circle {
  background-color: var(--main);
  border-color: var(--main);
}

.full-width-box.active .check-circle::after {
  content: "✓";
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.login-box {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}
.login-left-side {
  width: 55%;
  height: 100%;
  background-color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 50px;
  flex: 0 0 auto;
  overflow-y: auto;
}
.login-left-side::-webkit-scrollbar {
  width: 2px;
}
.login-left-side::-webkit-scrollbar-track {
  background: transparent;
}
.login-left-side::-webkit-scrollbar-thumb {
  background: var(--main-hover);
  border-radius: 5px;
}
.login-right-side {
  width: 45%;
  height: 100%;
  flex: 0 0 auto;
  padding: 30px;
  padding-left: 0;
}

.login-right-side-content {
  width: 100%;
  height: 90vh;
  border-radius: 25.55px;
  position: relative;
  overflow: hidden;
}
.login-right-side-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 57.68%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 1;
  inset: auto;
}
.login-right-side-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Slick Slider Customization */
.slick-slider {
  height: 100%;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slider-item {
  height: 90vh; /* Match login-right-side-content height */
  position: relative;
  overflow: hidden;
  border-radius: 25.55px;
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  z-index: 2;
}

.slider-content {
  max-width: 90%;
}

.slider-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 15px;
  line-height: 1.2;
}

.slider-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.slick-dots {
  position: absolute;
  bottom: 180px; /* Better alignment with text, positioned above heading */
  left: 40px;
  display: flex !important;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 3;
}

.slick-dots li {
  margin-right: 10px;
}

.slick-dots li button {
  width: 20px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 3px;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
  width: 40px;
  background-color: var(--white);
}

.login-right-side {
  padding: 30px;
  background-color: var(--light);
}

.login-right-side-content {
  height: 90vh;
  border-radius: 25.55px;
  background: transparent;
  overflow: hidden; /* Fix bottom curve */
}

/* Signup Tabs Styling */
.custom-tabs-container {
  background-color: #f1f5f9;
  padding: 5px;
  border-radius: 50px;
  display: inline-flex;
  gap: 5px;
  width: auto;
  margin-bottom: 25px;
}

.custom-tab-btn {
  padding: 8px 25px;
  border-radius: 10px;
  border: none;
  background-color: transparent;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.custom-tab-btn i {
  font-size: 16px;
}

.custom-tab-btn.active {
  background-color: var(--white);
  color: #111827;
  box-shadow:
    0px 4px 6px -1px rgba(0, 0, 0, 0.1),
    0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
}

.custom-tab-btn img {
  width: 16px;
  height: 16px;
  opacity: 0.6;
}

.custom-tab-btn.active img {
  opacity: 1;
}

.input-label {
  display: block;
  font-size: 15.56px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

.form-group {
  margin-bottom: 20px;
}

.form-info-text {
  font-size: 14px;
  color: #64748b;
  margin-top: 8px;
}

.footer-link-text {
  font-size: 14px;
  color: #111827;
  text-align: center;
  margin-top: 30px;
}

.footer-link-text a {
  color: var(--main);
  font-weight: 600;
  text-decoration: underline;
}

.signup-logo-box {
  background-color: #f8fafc;
  padding: 10px 20px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 30px;
}

.signup-logo-box img {
  height: 40px;
}
.otp-input-group {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  margin-top: 10px;
}

.otp-input {
  width: 100px !important;
  height: 100px !important;
  border-radius: 12px !important;
  border: 1px solid #e5e5e5 !important;
  background-color: var(--white) !important;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-input::placeholder {
  color: #64748b;
  font-weight: 400;
}

.resend-text {
  text-align: center;
  font-size: 14px;
  color: var(--text);
  margin-top: 25px;
}

.resend-text span {
  font-weight: 800;
}

/* Profile Picture Setup */
.profile-upload-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.profile-circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 2px solid var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: var(--white);
}

.profile-circle .user-icon {
  width: 100px;
  height: 100px;
  opacity: 0.3;
}

.plus-btn {
  width: 45px;
  height: 45px;
  background-color: var(--main);
  border-radius: 50%;
  border: 4px solid var(--white);
  position: absolute;
  bottom: 0px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plus-btn img {
  width: 20px;
  height: 20px;
}

.comman-btn-outline {
  width: auto;
  height: 52px;
  line-height: 52px;
  border-radius: 8px;
  padding: 0px 30px;
  border: 1px solid #e5e5e5;
  outline: none;
  cursor: pointer;
  background-color: var(--white);
  color: #64748b;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.comman-btn-outline:hover {
  border-color: var(--main);
  color: var(--main);
}

.form-icon-group {
  position: relative;
}
.form-icon-group input {
  padding-left: 40px;
}

.form-icon-group .input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.password-group input {
  padding-right: 40px;
}
.pass-eye-input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.form-group {
  margin-bottom: 15px;
}

.select-gender {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0px 30px;
  border: var(--border);
  outline: none;
  cursor: pointer;
  background-color: var(--white);
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
}

.select-gender.active {
  border: 2px solid var(--main);
  color: var(--main);
}
.checkox {
  width: 18px;
  height: 18px;
  border-width: 0.75px;
  border-radius: 3.75px;
  accent-color: var(--main);
}

.socialicons a {
    border: 1px solid #FFFFFF54;
    background: #FFFFFF33;
    backdrop-filter: blur(26px);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 10px;
}
.socialicons {
    display: flex;
    margin-top: 15px;
}
.newsletterbox h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.newsletterbox p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff !important;
}
.subscribeform .form-control {
    height: 44px;
    border-radius: 5px;
    border: 0;
    padding: 8px 78px 8px 18px;
    font-weight: 500;
    color: #4F4F4F;
    box-shadow: unset !important;
}
.subscribeform button {
    background: #02956E;
    height: 32px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    font-size: 14px;
    padding: 0 10px;
    right: 10px;
    transform: translateY(-50%);
}
.subscribeform {
    position: relative;
}
.downloadapp {
    height: 457px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.downloadappimg {
    max-width: 100%;
}
.downloadapp_content h2 {
    font-weight: 700;
    color: #fff;
    font-size: 58px;
    margin-bottom: 10px;
    line-height: 66px;
}
.downloadapp_content p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.scanbox span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    max-width: 120px;
    display: inline-block;
    margin-right: 20px;
}
.scanbox {
    display: flex;
    align-items: center;
}

.faq_wrapper {
    max-width: 900px;
    margin: auto;
}
.custom_faq_item {
    margin-bottom: 20px;
    border-radius: 10px !important;
    overflow: hidden;
    border: 1px solid #DDDDDD !important;
}
.custom_faq_btn {
    background: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 21px 24px;
    box-shadow: none !important;
    color: #272727;
    border-radius: 10px 10px 0 0 !important;
}

.custom_faq_btn:not(.collapsed) {
    background: #1f9d94;
    color: #fff;
}

.accordion-body {
    background: #fff;
    font-size: 16px;
    color: #787878;
    line-height: 1.6;
    font-weight: 500;
    padding: 18px 26px;
}

/* Remove default arrow */
.accordion-button::after {
    background-image: none !important;
    content: "+";
    font-size: 34px;
    font-weight: 600;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Change + to - when active */
.accordion-button:not(.collapsed)::after {
    content: "-";
    color: #fff;
}
.commantabs .nav {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-bottom: 30px;
}
.commantabs .nav .nav-item .nav-link{
  font-size: 16px;
  font-weight: 700;
  color: #4F4F4F;
  background-color: transparent;
  height: 42px;
  border-radius: 10px;
  padding: 5px 20px;
  border: 0;
}
.commantabs .nav .nav-item .nav-link.active{
  background: #1A8C93;
  color: #fff;
}
.commantabs {
    text-align: center;
}
.featuresbox {
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 6px;
}

.featuresimages {
    border-radius: 5px;
    overflow: hidden;
    height: 180px;
    position: relative;
}
.featuredslider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.featuresimages::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.93%, #000000 100%);
}

.featuredslider .slick-dots {
    position: absolute;
    bottom: 12px;
    left: 0;
    display: flex !important;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    right: 0;
    justify-content: center;
    margin: 0 auto;
}
.featuredslider .slick-dots li {
    margin: 0 2px;
}

.featuredslider .slick-dots li button {
    width: 8px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    border-radius: 17px;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.featuredslider .slick-dots li.slick-active button {
  width: 11px;
  background-color: #02956E;
}
.featuredbadges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
}
.featuredbadges span {
    height: 22px;
    background: #02956E;
    border-radius: 7px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 10px;
    padding: 0 6px;
    margin-right: 6px;
}
.featuredbadges span img {
    max-width: 16px;
    margin-right: 5px;
}
.wishlisttbtn {
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 2;
    height: 22px;
    width: 22px;
    border-radius: 6px;
    background: #4F4F4F4D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.galerybtn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    height: 24px;
    border-radius: 6px;
    background: #4F4F4F4D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
}
.galerybtn img{
    margin-right: 4px;
}
.locationpart {
    color: #272727;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.locationpart img{
   margin-right: 4px;
}
.propertyprice {
    font-weight: 700;
    margin-bottom: 12px;
    color: #272727;
    font-size: 16px;
}
.featuresbottom span {
    background: #F9F9F9;
    height: 26px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 8.8px;
    font-weight: 700;
    padding: 5px 6px;
    margin-right: 3px;
}
.featuresbottom span img{
  margin-right: 3px;
}
.featuresbottom {
    display: flex;
}
.viewallbtn {
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    height: 47px;
    font-weight: 600;
    font-size: 16px;
    color: #000000 !important;
}
.viewallbtn img{
  margin-left: 10px;
}
.filterpropertymain .form-group {
    margin: 0;
}

.filterpropertymain {
    padding: 30px 0 30px;
}
.filterpropertymain .propertyselectinner .form-group .form-select { 
    background-position: 90%;
}
.filterpropertymain {
    padding: 30px 0 30px;
    border-bottom: 1px solid #E5E5E5;
}
.propertyhead h2 {
    font-size: 28px;
    font-weight: 700;
    color: #272727;
    margin: 0 0 5px;
}
.propertyhead p{
  font-size: 16px;
  font-weight: 500;
  color: #4F4F4F;
  margin: 0;
}
.tabsbtndesign {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.tabsbtndesign a.active {
    background: #1A8C93;
    color: #fff;
}
.tabsbtndesign a {
    font-size: 16px;
    font-weight: 600;
    color: #4F4F4F;
    background-color: transparent;
    height: 42px;
    border-radius: 10px;
    padding: 5px 20px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabsbtndesign a img {
    margin-right: 6px;
}
.tabsbtndesign a.active img {
  filter: brightness(30.5);
}
.sortby {
    background: #FFFFFF;
    border: 0.81px solid #DDDDDD;
    height: 54px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0 14px;
}
.sortby span {
    margin-right: 12px;
    font-weight: 600;
    color: #272727;
}
.sort_select {
    border: 0;
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    outline: 0;
    border: 0;
}


.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    justify-content: center;
  }

.pagination .btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 10px;
    border: 1.5px solid #d1d5db;
    background: #ffff;
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    transition: all 0.18s ease;
    white-space: nowrap;
    height: 40px;
}

 .pagination .btn:hover {
    border-color: #2d9d8f;
    color: #2d9d8f;
  }

.pagination .btn.next {
    background: #1A8C93;
    border-color: #1A8C93;
    color: #fff;
    font-weight: 600;
    height: 40px;
    border-radius: 10px;
}

  .pagination .btn.next:hover {
    background: #24857a;
  }

  .pagination .arrow {
    font-size: 16px;
  }

  .pagination .page-num {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.18s ease;
}

  .pagination .page-num:hover {
    border-color: #1A8C93;
    color: #1A8C93;
  }

  .pagination .page-num.active {
    background: #1A8C93;
    border-color: #1A8C93;
    color: #fff;
  }
.pagination .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 45px;
    color: #000;
    letter-spacing: 1px;
}
.propertymap {
    background: #FFFFFF;
    padding: 20px 8px;
    border-radius: 5px;
    margin: 0;
}
.mappart img {
    max-width: 100%;
}

.map-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }


 /* Simulated map background */
  .map-container .map-bg {
    width: 100%;
    height: 100%;
    background: #e8e0d5;
    position: relative;
  }

  /* Road network simulation */
  .map-container .roads {
    position: absolute;
    inset: 0;
  }

  .map-container svg.map-svg {
    width: 100%;
    height: 100%;
  }

  /* Filter Bar */
  .map-container .filter-bar {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    gap: 8px;
    padding: 0 16px;
    flex-wrap: nowrap;
  }

  .map-container .filter-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 9px 16px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    transition: all 0.2s;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  }

  .map-container .filter-btn.active {
    background: #1a6b45;
    color: #fff;
  }

  .map-container .filter-btn:not(.active) {
    background: #fff;
    color: #222;
  }

  .map-container .filter-btn:hover:not(.active) {
    background: #f5f5f5;
  }

  .map-container .filter-icon {
    width: 16px;
    height: 12px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
  }

  .map-container .filter-icon span {
    display: block;
    height: 1.5px;
    border-radius: 2px;
    background: currentColor;
  }

  .map-container .filter-icon span:nth-child(1) { width: 100%; }
  .map-container .filter-icon span:nth-child(2) { width: 70%; }
  .map-container .filter-icon span:nth-child(3) { width: 50%; }

  /* Price Pins */
  .map-container .pin {
    position: absolute;
    transform: translate(-50%, -100%);
    cursor: pointer;
    transition: transform 0.2s, z-index 0.2s;
    z-index: 10;
  }

  .map-container .pin:hover {
    transform: translate(-50%, -100%) scale(1.08);
    z-index: 20;
  }

  .map-container .pin-label {
    background: #1a6b45;
    color: #fff;
    font-size: 12.5px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(26,107,69,0.35);
    position: relative;
  }

  .map-container .pin-label::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top: 6px solid #1a6b45;
    border-bottom: 0;
  }

  .map-container .pin-dot {
    width: 8px;
    height: 8px;
    background: #1a6b45;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 2px;
  }

  /* Road number badges */
  .map-container .road-badge {
    position: absolute;
    background: #d4a929;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }

  /* Corner buttons */
  .map-container .map-controls {
    position: absolute;
    bottom: 24px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 100;
  }

  .map-container .ctrl-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #1c1c1e;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: background 0.2s;
  }

  .map-container .ctrl-btn:hover { background: #2c2c2e; }

  .map-container .ctrl-btn svg { color: #fff; }

  /* Area label */
  .map-container .area-label {
    position: absolute;
    color: #888;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    pointer-events: none;
  }

.breadcrumb_main {
    border: 1px solid #E5E5E5;
    background: #FFFFFF;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    height: 35px;
    border-radius: 6px;
}
.breadcrumb_main .breadcrumb-item a {
    font-size: 14px;
    font-weight: 500;
    color: #1E293B;
}
.breadcrumb_main .breadcrumb-item{
  font-size: 14px;
  font-weight: 700;
  color: #1A8C93;
}
.headbtns {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 12px;
    font-weight: 600;
    color: #1E293B;
    font-size: 14px;
}
.headbtns img{
  margin-right: 6px;
}
.commanbox {
    margin: 0;
    background: #FFFFFF;
    border: 1.35px solid #DDDDDD;
    padding: 15px;
    border-radius: 10px;
}
.detailspage_main {
    position: relative;
    height: 430px;
    overflow: hidden;
    border-radius: 12px;
}
.detailsimages_slider img{
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bigbadges {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    display: flex;
}
.bigbadges span {
    height: 36px;
    background: #1A8C93;
    border-radius: 9px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 10px;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 16px;
}
.bigbadges span img {
    max-width: 16px;
    margin-right: 5px;
}
.detailspage_main::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.62%, rgba(0, 0, 0, 0.8) 112.53%);
}

.detailsimages_slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex !important;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    right: 0;
    justify-content: center;
    margin: 0 auto;
}
.detailsimages_slider .slick-dots li {
    margin: 0 2px;
}

.detailsimages_slider .slick-dots li button {
    width: 10px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    border-radius: 29px;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.detailsimages_slider .slick-dots li.slick-active button {
  width: 18px;
  background-color: #02956E;
}
.btm_badges {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btm_badges span{
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 38px;
    border-radius: 9px;
    background: #4F4F4FB2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.btm_badges span img{
  margin-right: 6px;
}
.slick-prev {
    background: url(../img/sliderarrow.png) !important;
    text-indent: -99999999999999px;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
    border: 0;
    z-index: 3;
    outline: 0;
    transform: translateY(-50%) scale(-1);
    position: absolute;
    top: 50%;
    left: 20px;
}
.slick-next {
    background: url(../img/sliderarrow.png) !important;
    text-indent: -99999999999999px;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
    border: 0;
    z-index: 3;
    outline: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: auto;
    right: 20px;
}
.thumbnailbox {
    width: 48%;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 12px;
    height: 100px;
    margin-bottom: 12px;
}
.thumbnailbox img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.thumbnailimages {
    display: flex;
    flex-wrap: wrap;
    height: 374px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 15px;
}
.thumbnailimages::-webkit-scrollbar{
  display: none;
}

.thumbnailimages .thumbnailbox:nth-child(2n + 0) {
    margin-right: 0;
}
.watch360btn {
    background: #1A8C93;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    height: 38px;
    border-radius: 9px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
}
.watch360btn img{
  margin-right: 8px;
}
.propertyname {
    color: #272727;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.propertyrate {
    display: flex;
    align-items: center;
    color: #2E2E2E;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 7px;
}
.propertynote {
    color: #7E7E7E;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
}
.propertyaddree {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #272727;
    font-weight: 500;
}
.detailsinner span {
    height: 34px;
    display: flex;
    align-items: center;
    border: 1.06px solid #DDDDDD;
    background: #F7F7F7;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}
.detailsinner span img{
  margin-right: 6px;
}
.typeicon {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    background: #02956E;
    border-radius: 5px;
    color: #fff;
    justify-content: center;
    position: absolute;
    right: 14px;
    font-size: 14px;
    font-weight: 500;
}
.detailshead {
    color: #272727;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.description_text p {
    color: #525252;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}
.readmorebtn {
    font-weight: 700;
    color: #1A8C93;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

/* collapsed */
.description_text {
    max-height: 230px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    transition: max-height 0.6s ease;
}

/* gradient fade */
.description_text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 100%);
    transition: opacity 0.3s ease;
}

/* expanded state */
.description_text.expanded {
    max-height: 2000px; /* enough for full text */
}

/* hide gradient when expanded */
.description_text.expanded::after {
    opacity: 0;
    pointer-events: none;
}

.viewallcomman {
    font-size: 14px;
    font-weight: 700;
    color: #1A8C93  !important;
    display: flex;
    align-items: center;
}
.viewallcomman img{
  margin-left: 4px;
}
.anemities_badges {
    background: #F7F7F7;
    font-size: 14px;
    font-weight: 500;
    color: #272727;
    height: 34px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0 12px;
}
.anemities_badges img{
  margin-right: 7px;
}
.locationbtns {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #4F4F4F;
    font-weight: 700;
    font-size: 14px;
}
.locationbtns img{
  margin-right: 5px;
}
.locationbtns.active{
  background: #02956E;
  border-color: #02956E;
  color: #fff;
}
.graphbtm_box {
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 10px;
}
.graphbtm_icon {
    background: #02956E;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 10px;
}
.graphbtm_content h3{
  color: #272727;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
}
.graphbtm_content p{
  color: #272727;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
}
.graphbtm_content span{
  color: #02956E;
}
.profilepart {
    margin: 0;
    background: #FFFFFF;
    border: 1.35px solid #DDDDDD;
    border-radius: 10px;
    overflow: hidden;
}
.profilebg {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.profilebox {
    height: 74px;
    width: 74px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    overflow: hidden;
    border: 4px solid #FFFFFF;
    z-index: 1;
    position: relative;
    margin: -40px auto 10px;
}
.profilebox img{
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.profiledetails h3 {
    color: #2E2E2E;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 12px;
}
.ratingbox {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
}
.profiledetails span {
    color: #4F4F4F;
    font-size: 11px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.companyprofile {
    border: 1px solid #E5E5E5;
    background: #FFFFFF;
    border-radius: 10px;
    max-width: 85%;
    margin: 20px auto 20px;
    padding: 8px;
}
.companyprofile h3 {
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.viewproperty {
    height: 24px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #02956E;
    color: #fff !important;
    font-weight: 500;
    font-size: 10px;
    padding: 0 8px;
}
.profileactions {
    background: #F7F7F7;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}
.profileactions a{
  background: #FFFFFF;
border: 1px solid #E5E5E5;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
color: #272727;
font-weight: 700;
font-size: 12px;
 width: 32%;
 border-radius: 5px;
}
.profileactions a img{
  margin-right: 5px;
}
.propertyrelated a {
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 10px;
    height: 43px;
    border-radius: 5px;
    color: #272727;
    font-weight: 600;
}
.propertyrelated .reserveproperty{
  margin-top: 10px;
  background: #1A8C93;
  color: #fff;
}
.calculate {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    background: #02956e;
    padding: 0 13px;
    width: 100%;
    border-radius: 10px;
}

.mortgageform .form-control, .mortgageform .form-select {
    width: 100%;
    height: 44px;
    border-radius: 10px;
    padding: 0px 14px;
    border: 1px solid #E5E5E5;
    outline: none;
    background-color: var(--white);
    color: var(--text);
    font-size: 14px;
    font-weight: 500;
}
.mortgageform .form-group label{
   font-size: 13px;
   font-weight: 600;
   margin-bottom: 5px;
   display: block;
}
.valuemortgage {
    height: 65px;
    background: #F7F7F7;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}
.mortgageprogress {
    background: #E0EEE4;
    height: 15px;
    position: relative;
    border-radius: 200px;
    overflow: hidden;
}
.mortgageprogress span {
    background: #02956E;
    position: absolute;
    top: 0;
    height: 15px;
    left: 0;
    z-index: 1;
    display: flex;
    width: 100px;
    border-radius: 200px;
}
.Mortgageleft {
    font-size: 14px;
    font-weight: 500;
    color: #272727;
    display: flex;
    align-items: center;
}
.Mortgageleft span {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin-right: 6px;
}
.Mortgageright {
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
    color: #272727;
    font-size: 14px;
    align-items: center;
}
.Mortgageright img {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}