body {
    margin: 0;
   font-family: "Asap", sans-serif;
    background: #fff;
}
select, input[type="text"] {font-family: "Asap", sans-serif;}

/* Container */
.container {
    max-width: 430px;
    margin: 0px auto;
    text-align: center;
}

/* Logo */
.logo {
    width: 120px;
    height: 90px;
    margin: 0 auto 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img {
    max-width: 100%;
}
p.sign {
    margin-top: 6px;
    color:#708090;
    font-weight: 500;
}

.app-inner {
    background: url(../img/main-bg.webp);
    background-size: cover;
    background-position: top center;
}
.app-inner {
    padding: 90px 22px 120px;
}
/* Headings */
.app-inner h2 {
    margin: 40px 0 0;
    color: #1f2c3a;
    font-size: 28px;
}

.app-innerp {
    color: #708090;
    font-size: 16px;
}

/* Inputs */
.app-inner input {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    border-radius: 8px;
    border: 1px solid #7080903d;
    font-size: 14px;
    box-sizing: border-box;
    font-family: "Asap", sans-serif;
    font-weight: 500;
    box-shadow: 1px 1px 3px #e4e4e4;
}
.app-inner input:focus-visible{
    border: 1px solid #1CA7A6;
    outline: none;
}

.password-field {
    position: relative;
}

.password-field span {
    position: absolute;
    right: 10px;
    top: 30px;
    cursor: pointer;
    font-size: 14px;
}

/* Error */
.error {
    color: #DF433C;
    font-size: 13px;
    text-align: left;
    margin-top: 9px;
}

/* Links */
.forgot {
    text-align: right;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.forgot a, .signup a {
    color: #00a3a3;
    text-decoration: none;
    font-weight: bold;
}
.forgot a {font-weight: 400;}

/* Buttons */
button {
    width: 100%;
    margin-top: 20px;
    padding: 12px;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
    font-family: "Asap", sans-serif;
}

.login-btn {
    background: #1aa3a3;
    color: #fff;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
    background: #1f2c3a;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-top: 8px;
}

.social-btn img {
    width: 18px;
}

/* Divider */
.divider {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    height: 1px;
        background: linear-gradient(to right, transparent, #D9CBA0);

}
.divider::after {
    background: linear-gradient(to left, transparent, #D9CBA0);
}

.divider span {
    margin: 0 10px;
    color: #0E3E27;
    font-size: 12px;
}

.signup {
    margin-top: 15px;
    font-size: 16px;
    color: #708090cc;
}


/** enter property css **/
.property-inner {
    padding: 10px 0;
}

.property-inner .header {
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
}
.inner-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


.user {
    display: flex;
    align-items: center;
    gap: 10px;
}
.inner-logo img {
    max-width: 100%;
    height: 45px;
}
.user>img {
    width: 40px;
    border-radius: 50%;
}

.notification {
    background: #d9f3f1;
    padding: 10px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #1CA7A647;
    box-shadow: 1px 1px 9px #1CA7A64D;
}

/* Form */
.form {
    padding: 15px;
}

.input-box {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #cde5e4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-box input {
    border: none;
    outline: none;
    width: 100%;
}

/* Button */
.btn {
    background: #2aa39a;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 12px;
    font-weight: bold;
    margin: 20px 15px;
}

/* Trusted */
.trusted {
    text-align: center;
    padding: 10px;
    position: relative;
}
.tags {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 0px 10px;
    position: relative;
    z-index: 2;
}
.trusted h4 {
    position: relative;
}

.section::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.tag {
    background: #e6f6f5;
    padding: 10px 15px;
    border-radius: 10px;
    white-space: nowrap;
        box-shadow: 1px 1px 6px #1CA7A64D;
}

/* Bottom Nav */
.nav {
    position: fixed;
    bottom: 0;
    width: 430px;
    background: #1f2a44;
    display: flex;
    justify-content: space-around;
    padding: 6px 0 6px;
    color: #fff;
    max-width: 100%;
}

.nav div {
    text-align: center;
    font-size: 12px;
}
button.login-btn.searc-btn {
    margin-top: 0;
}
.form {
    margin-top: 5px;
}
.add-btn {
    position: relative;
    top: -36px;
    background: #1f2a44;
    padding: 19px;
    border-radius: 50%;
    height: 17px;
    line-height: 15px;
    font-size: 14px !important;
}
.property-inner {
    background: #F5FFFF;
background: linear-gradient(180deg,rgba(245, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%);
}
.profile-content {
    text-align: left;
    line-height: 0.8;
}
.profile-content div {
    color: #708090;
    font-size: 11px;
}
.profile-content strong {
    font-size: 11px;
    color: #1F2A44;
}
select.input-box {
    width: 100%;
}
.add-btn {
    width: 18px;
}
.select-box {
    position: relative;
    width: 100%;
}

.select-box select {
    width: 100%;
    padding: 13px 40px 12px 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #1CA7A640;
    color:#708090;
}

.select-box select:focus-visible, .input-box input:focus-visible, .searc-box .input-box:focus-visible {border: 1px solid #1CA7A6;
    outline: none;}

.select-box i {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #708090EE;
    font-size: 9px;
}
.searc-box .fa {color: #708090EE;
    font-size: 15px; pointer-events: none;}
button.login-btn {
    padding: 15px 12px;
    margin-top: 10px;
}
button.login-btn.new-property {
    background: #1F2A44;
}
.trusted h4 {
    margin-bottom: 0;
    color: #1F2A44;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.tags .tag {
    font-size: 11px;
    color: #1CA7A6;
    font-weight: 500;
    border:1px solid transparent;
}
.input-box.searc-box {
    margin-bottom: 0;
}
button.login-btn.new-property {
    margin-top: 12px;
}
.nav img {
    margin-bottom: 5px;
    margin-top: 12px;
}
.nav .add-btn .fa {
    margin-top: 0;
}
.trusted h2 {
    font-size: 71px;
    color: #eff5f6;
    position: absolute;
    top: -60px;
    text-align: center;
    width: 100%;
}
.searc-box .input-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-indent: 14px;
}
.searc-box .fa {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.searc-box {
    position: relative;
}
.tags .tag img {
    position: relative;
    top: 1px;
    margin-right: 1px;
}
.tag-box:after {
    content: "";
    background: url(../img/right-shadow.png);
    width: 25%;
    height: 47px;
    position: absolute;
    left: 0px;
    background-repeat: no-repeat;
    z-index: 29;
    background-size: cover;
    top: -6px;
}

.tag-box:before {
    content: "";
    background: url(../img/left-shadow.png);
    width: 25%;
    height: 47px;
    position: absolute;
    right: -10px;
    background-repeat: no-repeat;
    z-index: 29;
    background-size: cover;
     top: -6px;
}
.tag:hover {
    border: 1px solid #1CA7A6;
}

.tag-box {position: relative;}
.property-inner {
    overflow: hidden;
}
.back-arrow {
    width: 32px;
    height: 32px;
    line-height: 38px;
    background: #7080903B;
    border-radius: 50%;
}
.nav a {
    color: #fff;
    text-decoration: none;
}

/* Search all page css */

.search-all h2 {
    font-size: 22px;
    font-weight: bold;
    color: #1F2A44;
}
.search-result {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.search-result .card {
   width: calc(50% - 10px); /* 2 columns */
  border: 2px solid #2bb3b1;
  border-radius: 12px;
  padding: 16px;
  box-sizing: border-box;
}

.search-all .card {
  background: #fff;
  border: 2px solid #2bb3b1;
  border-radius: 12px;
  padding: 16px;
  transition: 0.3s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card h3 {
    font-size: 15px;
    margin: 0;
    font-weight: bold;
    color: #1F2A44;
    text-align: left;
    width: 75%;
}

.icon {
  font-size: 20px;
}
.search-result .card p {
    margin: 10px 0;
    color: #708090EE;
    font-size: 14px;
    text-align: left;
    width: 65%;
}

.card a {
  text-decoration: none;
  color: #1CA7A6;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
    float: left;
}

.card a:hover {
  text-decoration: underline;
}
.search-all {
    margin-top: 30px;
}
.search-scroll {
    max-height: 220px;
    overflow: auto;
}

/* add new property */

.property-inner.property-inner-banner {
    background: url(../img/bg-new.webp);
    background-size: cover;
    background-position: top center;
    min-height: 250px;
}
.notification.white-not {
    background: rgba(255,255,255,0.4);
    border: 1px solid #fff;
}
.back-arrow.white-arrow {
    background: #fff;
}
.form.property-form {
    margin-top: -51px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px -12px 0px rgba(255, 255, 255, 0.3), 0px -25px 0px rgba(255, 255, 255, 0.3);
}
h2.enter-prop {
    margin-top: 13px;
    font-size: 22px;
    margin-bottom: 25px;
}
.two-sec>div {
    flex: 1;
}
.two-sec {display: flex; gap: 15px;}
.innerproperty-main {
    height: 900px;
}
button.login-btn.searc-btn.save {
    color: #1CA7A6;
    border: 1px solid #1CA7A6;
    background:#fff;
}
button.login-btn.searc-btn.upload {
    background: #fff;
    color: #1F2A44;
    border: 1px solid #1F2A44;
}
.form-btns button {
    margin: 5px 0 !important;
}
.property-form .input-box {
    border-radius: 6px;
    border: 1px solid #7080903d;
}
img.plus {
    position: relative;
    top: 2px;
}

/*----Contractor css ---*/
.form.property-form.contractor p {
    margin-top: 0;
    color: #1CA7A6;
    font-size: 20px;
    font-weight: 500;
}
.form.property-form.contractor h2 {
    margin-bottom: 7px;
    text-transform: uppercase;
    color: #1F2A44;
    font-size: 24px;
}
.upload-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.upload-row span {
    font-size: 16px;
    color: #708090;
    width: 85px;
    font-weight: bold;
    text-align: left;
}

.upload-row button {
    flex: 1;
    margin-left: 10px;
    padding: 14px 12px;
    border: none;
    border-radius: 10px;
    background: #e2e6e9;
    color: #1F2A44;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
}

.upload-row button:hover {
    background: #c9ced6;
}
.upload-row button {
    margin-top: 0;
}
.upload-section {
    padding: 5px 12px 25px;
}
/* Hide default date text */

/*--- property inner page css */


/* Tabs */

.property-inner.prop-single {
    min-height: 1000px;
}
.tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.tabs div {
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    color: #555;
}

.tabs .active {
    color: #2aa7a1;
    border-bottom: 2px solid #2aa7a1;
}

/* Content */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Text */
.text {
    font-size: 13px;
    color: #708090;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
}

.text a {
    color: #007bff;
    text-decoration: underline;
}

/* Cards */
.cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.card {
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

.card:hover {
    background: #2aa7a1;
}

.dark {
    background: #1f2a44;
}

.full {
    grid-column: span 2;
}
.header-prop h2 {
    font-size: 24px;
    color: #1F2A44;
    margin: 0;
}
.header-prop p {
    margin-top: 1px;
    color: #708090;
    font-size: 16px;
    margin-bottom: 0;
}
.header-content {text-align: left;}
.verified {
    background: #dff3e7;
    font-size: 8px;
    color: #43A047;
    border: 1px solid #43a047;
    padding: 6px 11px;
    border-radius: 30px;
}
.header-prop {
    display: flex;
    justify-content: space-between;
}
.property-img img {
    width: 100%;
}
.property-img img {
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
span.verified img {
    position: relative;
    top: 3px;
}
.innerproperty-box {
    padding: 15px 20px 20px;
}
.property-desc {
    border-radius: 20px;
    margin-top: 10px;
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 0 0 7px #f4e6e6;
}
.property-img {
    padding-top: 10px;
}
.card p {
    color: #fff;
}
.card h2 {
    margin: 0;
    text-align: left;
}
.property-inner.prop-single {
    background: #F5FFFF;
    background: linear-gradient(180deg, rgba(245, 255, 255, 1) 0%, rgba(245, 255, 255, 1) 50%);
}
.tab-sec {
    padding: 5px 20px;
}
.tab-sec .tab {
    font-size: 13px;
    font-weight: 500;
}
.tab-sec .tab {
    margin-right: 26px;
}
.tab-sec .tab:last-child {
    margin-right: 0px;
}
.card p {
    margin-bottom: 0;
}