/*.top-bar {*/
/*  background: #ffffff;*/
/*  padding: 0 0 0 1px;*/
/*    overflow: hidden;*/
/*     position: sticky;*/
/*    top: 0;*/
/*    z-index: 9999;*/
/*}*/

.me-5.logo {
    margin: 0 0 0 !important;
}

.message-box.pt-4 {
    padding: 25px 30px 0 !important;
}

.container-fluid.top-bar .container-fluid {
    padding: 0 0 0;
}

.top-bar {
    background: #ffffff;
    padding: 0 0 0 1px;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 9999;
    height: 200px;
}

.message-box p {
    font-size: 15px;
        font-weight: 400;
}

ul.navbar-nav.gap-4.nav-menu {
    background: #bc9c22;
    display: flex;
    flex-direction: unset;
    padding: 20px 22px;
    margin: 0 0 0 0;
}

.agent-box {
  border-right: 1px solid #000;
}

.agent-box:last-child {
  border-right: none;
}

.agent-box span {
  font-size: 15px;
  font-weight: 500;
}

.agent-box span b {
  font-size: 20px;
}

.top-bar i {
  font-size: 16px;
  cursor: pointer;
}

.social-icons i {
  font-size: 20px;
  transition: color 0.3s ease;
  margin: 5px 8px 5px  !important;
}

.social-icons i:hover {
  color: #ff6500;
}

.message-box h6 {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
    padding: 10px 0 10px;
}

.message-box p {
    margin: 0;
    color: #000;
}

.logo-img {
    width: 456px;
    height: 100%;
    max-width: 100%;
}
@media only screen and (max-width: 1440px) {
 .logo-img {
    width: 522px;
    height: auto;
    max-width: 100%;
}   
}
.orange-nav {
  position: relative;
}

.nav-item {
    z-index: 1;
}

.orange-nav::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: #ff6500;
    z-index: 1;
}

.nav-menu a {
  color: black;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-menu a:hover {
  color: #000;
}

/* HERO SECTION */

.banner-img {
  height: 100vh;
  width: 100%;
}

.hero-content {
  position: absolute;
  left: 50px;
  top: 30%;
  background: #000000b0;
  padding: 70px 50px;
  border-radius: 2px;
}

.welcome-text {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.hero-title {
  color: #fff;
  font-weight: 800;
  margin: 0;
  font-size: 50px;
}

/* SEARCH TOP BOX */
.find-text {
  font-size: 28px;
  font-weight: 600;
  color: white;
}

.search-main-box {
  max-width: 400px;
  margin: 10px auto;
  gap: 10px;
  display: flex;
}

.search-type {
  height: 55px;
  font-size: 18px;
  border-radius: 8px;
  color: #000000;
  font-weight: bold;
}

/* SEARCH SECTION BACKGROUND */
.search-section {
  background: rgb(0 0 0);

  backdrop-filter: blur(4px);
  background-image: url(../image/form-bg.png);
  background-size: cover;
  width: 100%;
  height: 390px;
  background-position: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

/* SEARCH FORM */

.search-form {
    padding: 45px;
    margin-left: 130px;
}

.search-form label {
  color: white;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 20px;
}

.search-main-box label {
  align-items: center;
  justify-content: center;
  display: flex;
  color: white;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 20px;
}

.search-form .form-control,
.search-form .form-select {
  height: 50px;
  border-radius: 6px;
  box-shadow: none;
  border: none;
}

.form-control:focus {
  border: none !important;
  box-shadow: none !important;
}

/* SEARCH BUTTON */
.btn-search {
  height: 50px;
  background: #bc9c22;
  border-radius: 6px;
  color: black;
  width: 40% !important;
}

.btn-search:hover {
  border: 1px solid #ff6600;
  color: #fff;
  border-radius: 6px;
}

.search-type::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.btn-search i {
  font-size: 20px;
}

.custom-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'><path fill='black' d='M7 10l5 5l5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 40px;
  padding-right: 40px !important;
}

/* RESPONSIVE FIXES */
@media (max-width: 768px) {
  .hero-content {
    left: 20px;
    right: 20px;
  }

  .hero-title {
    font-size: 30px;
  }
}

.help-h {
  font-size: 40px;
  text-transform: uppercase;
}

.help-box {
  background: #efefef;
  padding: 20px 10px;
  border-radius: 5px;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  transition: 0.3s ease;
  text-transform: uppercase;
}

.help-box:hover {
  background: #e5e5e5;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.text-muted-1 {
  font-size: 20px;
  font-weight: 700;
}

p.icon-text {
  font-size: 20px;
  font-weight: 700;
}

.help-row {
  display: flex;
  gap: 30px;
}

.feature-icons {
  margin: 30px 10px 30px 10px;
}
.feature-card {
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 10px 10px 50px #95bae3;
  transition: 0.3s;
  position: relative;
  margin: 0 0 60px;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 10px 10px 50px #95bae3;
}

.feature-img {
  width: 100%;
  object-fit: cover;
}

.feature-body {
  padding: 20px;
}

.price {
  color: #007bff;
  font-weight: bold;
  font-size: 22px;
}

.feature-icons i {
  font-size: 18px;
  display: block;
  margin-bottom: 4px;
}

.btn-listing {
  width: 50%;
  background: #5f646d;
  border-radius: 0px;
  padding: 15px 0;
  margin-top: 10px;
  border: none;
  color: #000;
  font-weight: 400;
  font-size: 20px;
}

.feature-title {
  position: absolute;
  left: 10px;
  top: 240px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  width: 72%;
  line-height: 1.3;
  text-shadow: 70px 20px 30px rgb(0 0 0 / 90%);
  z-index: 10;
}

.text-muted-2 {
  font-size: 19px;
  font-weight: 400;
}

.text-muted-3 {
  font-size: 18px;
  font-weight: 400;
}

.text-muted-3 span {
  font-weight: bold;
}

.icon-img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

h4.featured {
  font-size: 40px;
  margin-bottom: 70px;
  text-transform: uppercase;
}

.featured-section {
  padding: 100px;
}

.about-section {
  padding: 200px;
  padding-bottom: 100px;
}

.about {
  padding: 39px;
}
.owner-title {
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  font-size: 33px;
  margin-left: 50px;
}

.owner-underline {
  width: 261px;
  height: 1px;
  background: #bc9c22;
  position: relative;
  left: 275px;
  margin-top: 20px;
}

.about-heading {
  font-size: 33px;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-text {
  color: #000000;
  line-height: 1.8;
  margin-bottom: 18px;
  width: 100%;
  text-align: justify;
}

.about-btn {
  background: #bc9c22;
  color: black;
  padding: 10px 22px;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  transition: 0.3s;
  margin-top: 35px;
}

.about-btn i {
  font-size: 14px;
  position: relative;
  top: 1px;
}

.about-btn:hover {
  background: transparent;
  cursor: pointer;
}

.communities-section {
  padding: 75px;
  padding-bottom: 50px !important;
} 

.communities {
  font-size: 40px;
  text-transform: uppercase;
}

.community-card {
  position: relative;
  overflow: hidden;
}

.community-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.community-card:hover .community-img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 10%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: background 0.3s ease;
}

.overlay h3 {
  margin: 10px;
  font-size: 35px;
  font-weight: 600;
}

.overlay .btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.3s ease, color 0.3s ease;
  font-weight: 500;
}

.overlay .btn:hover {
  background: #fff;
  color: #000;
}

/* Responsive spacing */
@media (max-width: 767px) {
  .community-img {
    height: 200px;
  }
}
.testimonial-section {
  background: #e4e4e4;
  padding: 75px;
  margin-bottom: 50px;
}

.testimonial-h {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 500;
}

.testimonial-Client {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.testimonial-img-wrapper {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 0px;
  border: 10px solid #5f646d;
  overflow: hidden;
}

.testimonial-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-text {
  max-width: 700px;
  margin: auto;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: 500;
}

.custom-arrow {
  width: 60px;
  height: 60px;
  background: #5f646d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
}

.arrow-icon {
  color: white;
  font-size: 28px;
  font-weight: bold;
}

.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  background-color: #ffff !important;
  border-radius: 50% !important;
}

.carousel-indicators .active {
  background-color: #bc9c22 !important;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -70px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-inner {
  margin-top: 100px !important;
}

.custom-footer {
  background: #5f646d;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-top {
  max-width: 900px;
  margin: auto;
  padding-bottom: 0px;
}

.footer-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}

.footer-desc {
  font-size: 18px;
  margin-top: 40px;
  line-height: 1.6;
  color: #fff;
}

/* Orange Nav Strip */
.footer-nav {
  background: #bc9c22;
  padding: 25px 0;
  text-align: center;
}

.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-nav li {
  display: inline-block;
  margin: 0 20px;
}

.footer-nav a {
  color: black;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-nav a:hover {
  color: #000;
}

.footer-title span {
  font-weight: 100;
}

/* Bottom Line */
.footer-bottom {
  background: #3d4146;
  color: #fff;
  padding: 20px 0;
  margin-top: 0px;
  font-size: 20px;
}

.contact-section {
    background: #e4e4e4;
    padding: 10px 75px;
}

.contact-logo
 {
    width: 250px;
    height: auto;
    margin-bottom: 42px;
}

/* LEFT SIDE */
.svres-title {
    font-size: 60px;
    font-weight: 900;
}

.homes-title {
    font-size: 35px;
    font-weight: 700;
    margin-top: -15px;
}

.office-logo-box {
    border: 2px solid #000;
    padding: 25px;
    margin: 40px auto;
    width: 70%;
    font-weight: 700;
    font-size: 22px;
}

.icons-row {
    margin-top: 0px;
}

.dre-box
 {
    border: 2px solid #000;
    padding-right: 170px;
    margin-top: 0px !important;
    line-height: 0.5;
}

.dre-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.dre-left {
    font-size: 15px;
    line-height: 0.5;
}

.dre-box p {
          margin-top: 10px !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    align-items: center;
    padding: 5px;
    margin-left: 10px;
    white-space: nowrap;   
}

.dre-left p {
       margin-top: 10px !important;
    font-size: 20px;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    display: flex;
    margin-bottom: 10px;
    padding: 5px;
    white-space: nowrap;  
}

.info-card {
    border: 1px solid #000;
    padding: 30px;
}

.info-card i {
    margin-right: 10px;
    font-size: 18px;
}

/* RIGHT FORM */
.help-options label {
    font-weight: 600;
}

.submit-btn {
    background: #bc9c22;
    color: black;
    padding: 12px 40px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    float: right;
}

.submit-btn:hover {
    border: 1px solid #bc9c22;
    color: black;
    background-color: transparent;
}

.help-options input[type="checkbox"] {
    transform: scale(1.5);
    background: none !important;
    cursor: pointer;
    margin-right: 5px;
}

.search-main-box h2 {
    font-size: 28px;
    background: #fff;
    padding: 12px 24px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
.custom-form .form-control {
    padding: 7px 15px;
    border-radius: 0px;
    border: 1px solid #0000005e;
    background-color: transparent;
    font-size: 15px;
    transition: 0.3s;
    font-weight: bold;
}

/* On focus */
.custom-form .form-control:focus {
    border-color: #0000005e !important;           
    box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
    background-color: transparent !important;
      border: 1px solid #0000005e !important;
}

/* Placeholder style */
.custom-form .form-control::placeholder {
    color: #999;
    font-weight: 500;
}

.connect-wrapper {
    display: flex;
    gap: 20px;
}

.icon-column {
     display: flex;
     flex-direction: column;
     font-size: 18px;
     gap: 21px;
     padding-top: 40px;
}

.content-box {
   border: 1px solid #000;
   padding: 17px 10px;
   width: 83%;
}

.content-box .block {
    margin-bottom: 25px; 
}

.content-box .block-2 {
    margin-bottom: 40px;
    margin-top: 30px;
}

.content-box p {
    margin: 0 0 10px 0;
    font-size: 15px;
}

.content-box b {
    font-weight: 700;
    font-size: 15px;
}

.icon-column i:last-child {
    margin-top: 95px;
}

.hero-section {
    background: url(../image/hero-banne.webp);
    height: 724px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.communities-section-2 {
    padding: 75px;
}

 .contact-section {
        background: #f9f9f9;
    }
    .contact-form {
    background-color: #e4e4e4;
}

    .contact-form h3 {
        font-weight: 600;
        color: #333;
    }

    .contact-form .form-control {
    font-size: 15px;
    transition: 0.3s;
    font-weight: bold;
    border-radius: 0px;
    border: 1px solid #0000005e;
    background-color: transparent;
}

.contact-form .form-control::placeholder {
    color: #999;
    font-weight: 500;
}

.submit-btn-2 {
    background: #ff6a00;
    color: #fff;
    padding: 12px 40px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
}

.submit-btn-2:hover {
    border: 1px solid #e05b00;
    color: #000;
    background-color: transparent;
}

/* On focus */
.contact-form .form-control:focus {
    border-color: #0000005e !important;           
    box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
    background-color: transparent !important;
      border: 1px solid #0000005e !important;
}
    

    @media (max-width: 991px) {
        .contact-image {
            margin-top: 30px;
        }
    }
    
    .resources-heading
/* Resources SECTION */
.resources-section {
    background-color: #f7f7f7;
}

.resources-heading {
    font-size: 33px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.resources-description {
    color: #000;
    line-height: 1.8;
    margin-bottom: 18px;
}

.resources-img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-section-resources {
        padding: 80px 0;
    }

    .resources-banner {
        font-size: 2rem;
    }

    .resources-heading {
        font-size: 2rem;
    }

    .resources-img {
        margin-bottom: 20px;
    }
}

    /* Vacancies Page Styling */
.vacancies-title {
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.vacancies-desc {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.vacancies-img {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* JOB CARDS */
.job-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border-left: 5px solid #ff6a00;
    transition: 0.3s;
}

.job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.job-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
}

.job-text {
    color: #444;
    margin-bottom: 15px;
}

.apply-btn {
    background: #ff6a00;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.apply-btn:hover {
    background: #5f646d;
}


.property-form-section .card {
    border-radius: 12px;
    background: #e4e4e4;
}

.property-form-section h4 {
    font-weight: 700;
    color: #333;
}


.property-form-section .form-control {
    font-size: 15px;
    transition: 0.3s;
    font-weight: bold;
    border-radius: 0px;
    border: 1px solid #0000005e;
    background-color: transparent;
}

.property-form-section .btn-primary {
    background-color: #ff6a00;
    border-color: #ff6a00;
    font-weight: 600;
    transition: 0.3s;
}

.property-form-section .btn-primary:hover {
   background-color: #5f646d;
    border-color: #5f646d;
}

/* On focus */
.property-form-section   .form-control:focus {
    border-color: #0000005e !important;           
    box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
    background-color: transparent !important;
      border: 1px solid #0000005e !important;
}

.property-form-section .form-control::placeholder {
    color: #999 !important;
    font-weight: 500 !important;
}



/* Custom select container */
.form-select.custom-select {
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    background-color: #e4e4e4;
    transition: 0.3s;
}

/* On focus */
.form-select.custom-select:focus {
    border-color: #00a884;
    box-shadow: 0 0 5px rgba(0, 168, 132, 0.3);
    outline: none;
}

/* Option styling (limited) */
.form-select.custom-select option {
    padding: 10px;
    color: #333;
    background-color: #fff;
    font-weight: 500;
}

/* Hover effect for options (works in most browsers) */
.form-select.custom-select option:hover {
    background-color: #00a884;
    color: #fff;
}


.blogs-container {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            padding: 40px 1px;
            gap: 15px;
        }

        .blog-box {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            width: 31%;
            padding: 20px;
            transition: transform 0.3s;
        }

        .blog-box:hover {
            transform: translateY(-10px);
        }

        .blog-box img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 10px;
        }

        .blog-box h3 {
            margin-top: 15px;
            font-size: 1.2rem;
            color: #333;
        }

        .blog-box p {
            font-size: 0.95rem;
            color: #666;
            margin-top: 10px;
        }

        .read-more {
            display: inline-block;
            margin-top: 15px;
            text-decoration: none;
            color: black;
            background-color: #bc9c22;
            padding: 8px 15px;
            border-radius: 5px;
            transition: background 0.3s;
        }

        .read-more:hover {
            background-color: #5f646d;
            color: white;
        }

        @media (max-width: 1000px) {
            .blogs-container {
                justify-content: center;
            }
        }

        @media (max-width: 650px) {
            .blog-box {
                width: 90%;
            }
        }

.hero-section-communities {
    background: url(../image/communities-banner.webp);
    background-size: cover;
    background-position: center;
    height: 60vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

button.btn.submit-btn.contact-us {
    float: left;
}

.hero-section-communities::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Overlay dark effect */
    z-index: 0;
}

.hero-section-communities h2 {
    position: relative;
    z-index: 2;
    font-size: 4rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    background: rgba(0, 0, 0, 0.6);
    padding: 50px 40px;
}

/* Responsive */
@media (max-width: 768px) {
.hero-section-communities h2 {
    font-size: 2.5rem;
}
}
@media (max-width: 480px) {
.hero-section-communities h2 {
    font-size: 2rem;
}
}

/* Dropdown menu box */
.dropdown-menu {
    border: none;
    border-radius: 6px;
    padding: 8px 0;
    min-width: 180px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Dropdown items */
.dropdown-menu .dropdown-item {
    padding: 10px 18px;
    font-size: 14px;
    color: #000;
    transition: all 0.3s ease;
}

/* Hover effect */
.dropdown-menu .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #ff6500;
}



.hero-section-investment {
    background: url(../image/investment.webp);
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-section-investment h2 {
    position: relative;
    z-index: 2;
    font-size: 4rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 30px;
}

.hero-section-investment::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}


.investment-buttons {
    max-width: 900px;
    margin: 40px auto 0;
}

.inv-btn {
    display: block;
    padding: 14px 20px;
    margin-bottom: 20px;
    background: #5f5a56;
    color: black;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    border: 2px solid #bc9c22;
    border-radius: 4px;
    transition: all 0.3s ease;
}




/* Hover effect */
.inv-btn:hover {
    background: #bc9c22;
    color: #000;
}

.seller-box a {
    display: block;
    padding: 14px 20px;
    margin-bottom: 20px;
    background: #5f5a56;
    color: black;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    border: 2px solid #bc9c22;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.seller-box a:hover {
    background: #bc9c22;
    color: #000;
}

.text-box-one p {
    font-size: 17px;
    /*text-align: center;*/
}

section.fresno {
    padding: 50px 0 50px;
}

.city-links {
    text-align: center;
    background: transparent;
    padding: 0px 0 0px;
    border-radius: 5px;
}

.fresno-contact h2 {
    text-align: center;
    padding: 20px 0 30px;
    font-size: 50px;
    text-transform: none;
    font-weight: 700;
}

.city-links a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 600;
    background: #e4e4e4;
    padding: 15px 15px 15px;
    border-radius: 5px;
}

/*CALCULATOR_____*/

.mortgage-calculator {
    display: flex;
    max-width: 1200px;
    margin: 60px auto;
    font-family: 'Segoe UI', sans-serif;
}

.mc-left {
    flex: 1;
    background: #f2f2f2;
    padding: 50px;
}

.mc-right {
    flex: 1;
    background: #bc9c22;
    color: black;
    padding: 60px;
}

.mc-row {
    display: flex;
    gap: 40px;
    margin-bottom: 35px;
}

.mc-row.full {
    flex-direction: column;
}

.mc-field {
    flex: 1;
}

.mc-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.mc-field input[type="number"],
.mc-field select {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    font-size: 18px;
}

.mc-field input[type="range"] {
    width: 100%;
    appearance: none;
    height: 6px;
    background: #ddd;
    border-radius: 3px;
}

.mc-field input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    background: #c55328;
    border-radius: 50%;
    cursor: pointer;
}

.mc-field small {
    display: block;
    margin-top: 5px;
    font-weight: 600;
}

.mc-right h1 {
    font-size: 75px;
    margin: 0;
    text-align: center;
    font-weight: 700;
}

.mc-sub {
    letter-spacing: 3px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
}

.mc-breakdown p {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    font-size: 23px;
}

.mc-email label {
    font-weight: 600;
}

.mc-email-box {
    display: flex;
    margin-top: 10px;
}

.mc-email-box input {
    flex: 1;
    padding: 12px;
    border: 1px solid #ccc;
    border-right: none;
}

.mc-email-box button {
    background: #bc9c22;
    color: black;
    border: none;
    padding: 0 20px;
    cursor: pointer;
}

@media(max-width: 992px){
    .mortgage-calculator{
        flex-direction: column;
    }
}

section.kw-concierge {
    padding: 50px 0 50px;
}

.kw-content h2 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 0;
    padding: 12px 0 12px;
}

.kw-content li {padding: 3px 0px 3px;font-weight: 600;font-size: 18px;}

.before img {
    width: 100%;
    border-radius: 10px;
}

.side-img {
    padding: 30px 0 0;
}

.market-detail {
    display: flex;
    gap: 0px 5px;
    padding: 10px 0 10px;
}

.market-slogan h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.marketing-box {
    padding: 30px 0 30px;
}

.marketing-head h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 40px 0 0;
}

section.marketig-sec {
    padding: 40px 0 40px;
}

p.about-text span {
    font-weight: 700;
}

.marketing-cont-one li {
    font-weight: 700;
}

section.abbey-cont {
    padding: 60px 0 60px;
}

.abbey-inner-cont h2 {
    font-size: 40px;
    font-weight: 700;
    padding: 0 0 15px;
}

.abbey-inner-cont p {
    font-size: 20px;
}

.abbey-inner-cont h4 {
    font-size: 30px;
}

.abbey-inner-cont li {
    list-style: none;
    font-weight: 500;
    font-size: 18px;
    padding: 5px 0 5px;
}

.abbey-inner-cont ul {
    padding: 0px 0 0;
}

.construction-details img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.construction-details h4 {
    font-size: 20px;
    text-align: center;
}

.construction-site {
    padding: 70px 0 0;
}

.construction-details.added-new img {
    width: 100%;
    max-width: 300px;
    padding: 20px 0 20px;
}

.construction-details.added-new {
    text-align: center;
}

.construction-details.added h4 {
    padding: 30px 0 30px;
}

/**/

/* Slider Dot Color Change Only */

input[type="range"]::-webkit-slider-thumb {
    background: #bc9c22 !important;
}

input[type="range"]::-moz-range-thumb {
    background: #bc9c22 !important;
}

input[type="range"]::-ms-thumb {
    background: #bc9c22 !important;
}


.block p {
    margin: 0 0 0;
}

input[type="date"]{
    cursor: pointer;
}

section.request-form {
    padding: 70px 0 70px;
}

.requesting label.form-label {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.requesting {
    padding: 15px 0 15px;
}

.request-submit-btn {
    text-align: center;
    padding: 35px 0 0;
}

.request-submit-btn a {
    background: #bc9c22;
    color: black;
    padding: 12px 40px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    text-decoration: auto;
}

section.service-request {
    padding: 70px 0 70px;
}

.servicing-field label.form-label {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.servicing-field {
    padding: 15px 0 15px;
}

.request-submit-btn a:hover {
    background: transparent;
    transition: .2s all;
}

.feature-body img {
    width: 100%;
    max-width: 35px;
}

.listing-option {
    display: flex;
    align-items: center;
    gap: 0px 25px;
}

.listing-inner-btn a {
    color: black;
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    background: #5f646d;
    padding: 15px 40px 15px;
}

.listing-inner-btn {
    padding: 0 0 10px;
}

.listing-inner-btn a:hover {
    color: white;
    transition: .2s all;
}


.gallery-open img {
    width: 100%;
}

.gallery-open {
    padding: 30px 0 30px;
}

.extra-img {
  display: none;
}

section.gallery-images {
    padding: 70px 0 70px;
}

button#viewMoreBtn {
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: 400;
}

.gallery-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 0px;
}

.add-ress h2 {
    margin: 0;
    font-size: 45px;
    font-weight: 500;
    padding: 0 0 10px;
}

.add-ress p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: grey;
}

.add-price h4 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
}

.inner-selection ul {
    padding: 26px 26px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-selection li {
    list-style: none;
    font-size: 20px;
    font-weight: 500;
}

.box-back-bg {
    box-shadow: rgb(188 156 34) 0px 5px 15px;
    margin: 30px 0 30px;
    border-radius: 5px;
}

.inner-selection h4 {
    padding: 0 20px 30px;
}

.overview {
    padding: 15px 0 15px;
}

.add-price h5 {
    margin: 0;
    text-align: center;
}

.add-price p {
    margin: 0;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    color: grey;
}

.inner-listing-main-show {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    padding: 0 15px 0;
}

.amenties-select ul {
    padding: 0 0 0;
}

.amenties-select li {
    list-style: none;
    padding: 7px 0 7px;
    font-size: 18px;
    font-weight: 400;
}

.amenties-select i {
    color: #bc9c22;
}

.contact-list-show p {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 0;
}

.amenties {
    padding: 10px 0 10px;
    box-shadow: rgb(188 156 34) 0px 5px 15px;
    border-radius: 5px;
    margin: 0 0 30px;
}

.amenties h2 {
    padding: 0 15px 0;
}

.contact-list-show {
    box-shadow: rgb(188 156 34) 0px 5px 15px;
    padding: 20px 15px 20px;
    border-radius: 5px;
}

.box-back-bg:hover {
    transition: .2s all;
    box-shadow: rgb(0 0 0) 0px 5px 15px;
}

.amenties:hover {
    box-shadow: rgb(0 0 0) 0px 5px 15px;
    transition: .2s all;
}

.contact-list-show:hover {
    box-shadow: rgb(169 169 169) 0px 5px 15px;
    transition: .2s all;
}

p.investment-text {
    text-align: justify;
}

.feature-card img {
    width: 100%;
    height: 340px;
}

.feature-icons.d-flex.justify-content-around.text-center img {
    width: 100% !important;
    height: auto;
}

.top-log a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 600;
}

.top-log {
    text-align: center;
}

.top-log a:hover {
    color: #bc9c22;
    transition: .2s all;
}

.social-show img {
    width: 100%;
    max-width: 25px;
}


/*TEST__CSS____*/

.customer-pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0;
}

.avail-price h4 {
    margin: 0 0 0;
    font-size: 20px;
}

.avail-price p {
    margin: 0 0 0;
    font-size: 15px;
    color: grey;
}

.avail-price {
    display: flex;
    align-items: center;
    gap: 0px 15px;
}

.new-feature-card h3 {
    margin: 0 0 0;
    font-size: 25px;
    font-weight: 400;
    padding: 10px 0 10px;
}

.avail-date a {
    font-size: 30px;
}

.new-feature-card .feature-icons  img {
    width: 100%;
    max-width: 25px;
}

.new-feature-card p.mb-0.icon-text {
    font-weight: 400;
}

.feature-box-diiferent .feature-icons img {
    width: 100%;
    max-width: 35px;
}

.dif-one h4 {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 700;
}

.dif-one span {
    font-size: 15px;
    font-weight: 500;
    padding-left: 15px;
}

.diff-head-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px 0;
}

.dif-two a {
    font-size: 30px;
    color: #006aff;
}

.feature-box-diiferent p.mb-0.icon-text {
    font-size: 20px;
    font-weight: 300;
}

.updated-address h4 {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 400;
    color: dimgrey;
    padding: 0 0 5px;
}

.feature-box-diiferent .feature-icons {
    margin: 15px 10px 15px 0px;
    position: relative;
}

p.mb-0.icon-text span {
    font-weight: 400;
}

.feature-box-diiferent img {
    height: 340px;
    border-radius: 10px 10px 0px 0px;
}

.feature-box-diiferent {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 0 0 20px;
}

.feature-days p {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 500;
    background: #4d585e;
    display: inline-block;
    padding: 4px 15px 4px;
    border-radius: 20px;
    color: white;
}

.feature-list p {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 500;
    background: #006aff;
    display: inline-block;
    padding: 4px 15px 4px;
    border-radius: 20px;
    color: white;
}

.feature-days {
    position: absolute;
    top: 5%;
    left: 5%;
}

.feature-list {
    position: absolute;
    top: 5%;
    left: 33%;
}

.feature-cart a {
    color: #4d585e;
    font-size: 30px;
}

.feature-cart {
    position: absolute;
    top: 5%;
    left: 89%;
}

.updated-address {
    padding: 0 17px 0;
}

.feature-box-diiferent .feature-icons::before {
    content: '';
    width: 5%;
    height: 1px;
    background: darkslategrey;
    position: absolute;
    left: 23%;
    rotate: 90deg;
    top: 50%;
}

.feature-box-diiferent .feature-icons::after {
    content: '';
    width: 5%;
    height: 1px;
    background: darkslategrey;
    position: absolute;
    left: 44%;
    rotate: 90deg;
    top: 50%;
}

/*LISTING__NEW__PAGE__*/

.zollow-select-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zillow-filter {
    display: flex;
    align-items: center;
    gap: 0px 25px;
}

.zillow-filter a {
    text-decoration: none;
    font-size: 15px;
    color: grey;
}

.zillow-two i {
    rotate: 90deg;
}

.back-to-search a {
    text-decoration: none;
    font-size: 18px !important;
    color: grey;
}

.zillow-logo img {
    width: 100%;
    max-width: 130px;
}

.zillow-main-property img {
    width: 100%;
    height: 470px;
    border-radius: 15px 0px 0px 15px;
}

.zillow-minor-sub img {
    width: 100%;
}

section.zollow-property {
    padding: 70px 0 70px;
}

.zillow-minor-sub.radious img {
    border-radius: 0px 15px 15px 0px;
}

.zillow-minor-sub {
    padding: 0 0 10px;
}

.trade-flex {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.trade-two {
    display: flex;
    align-items: center;
    gap: 0px 30px;
}

.trade-one p {
    margin: 0 0 0;
    font-size: 14px;
    color: darkslategrey;
    font-weight: 400;
}

.trade-one h4 {
    margin: 0 0 0;
    font-size: 40px;
    font-weight: 700;
    padding: 10px 0 10px;
}

.trade-one h5 {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 400;
    color: dimgrey;
}

.trade-one span {
    color: dimgrey;
    font-size: 15px;
    font-weight: 400;
}

.trade-count h4 {
    margin: 0 0 0;
    font-size: 25px;
    font-weight: 700;
}

.trade-count p {
    margin: 0 0 0;
    color: black;
    font-size: 20px;
    font-weight: 400;
}

.tours-selection {
    text-align: center;
    border: 1px solid lightgrey;
    padding: 10px 0 25px;
    border-radius: 5px;
}

.tour-confirm a {
    text-decoration: none;
    font-size: 17px;
    color: white;
    background: #006cfd;
    padding: 8px 9px 8px;
    border-radius: 5px;
}

.tour-cost-apply a {
    text-decoration: none;
    font-size: 17px;
    color: #006cfd;
    border: 1px solid #006cfd;
    padding: 8px 40px 8px;
    border-radius: 5px;
    font-weight: 500;
}

.tour-confirm {
    padding: 10px 0 10px;
}

.tour-cost-apply {
    padding: 10px 0 0;
}

.tour-confirm a:hover {
    background: transparent;
    color: #006cfd;
    transition: .2s all;
}

.tour-cost-apply a:hover {
    border: none;
    transition: .2s all;
}

.trade-para p {
    margin: 0 0 0;
    color: darkslategrey;
}

.accept-zillow-main {
    padding: 30px 0 30px;
}

.learn-more {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    padding: 10px 0 20px;
}

.learn a {
    font-weight: 500;
    padding-right: 20px;
}

.learn {
    border-right: 1px solid darkgrey;
}

.cost a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    color: #006cfd;
}

.fast-easy {
    display: flex;
    align-items: center;
    gap: 0px 15px;
    background: #f2faff;
    padding: 30px 15px 30px;
    border-radius: 7px;
}

.easy h4 {
    margin: 0 0 0;
    font-size: 18px;
}

.easy p {
    margin: 0 0 0;
    font-size: 15px;
    padding: 5px 0 0;
}

.planing-show {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    padding: 12px 0 12px;
    background: #f1f1f4;
    margin: 0 0 15px;
}

.planing-show p {
    margin: 0 0 0;
    color: dimgrey;
    font-size: 17px;
}

.house-planing {
    border-bottom: 1px solid lightgrey;
    padding: 0 0 15px;
}

.whats-special h4 {
    margin: 0 0 0;
    font-size: 35px;
    font-weight: 700;
    padding: 20px 0 20px;
}

.whats-special ul {
    padding: 0 0 0;
    display: flex;
    align-items: center;
    gap: 0px 10px;
    flex-wrap: wrap;
}

.whats-special li {
    list-style: none;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    background: #f1f1f4;
    padding: 5px 10px 5px;
    border-radius: 5px;
    margin: 5px 0 5px;
}

.tour-modal-select .modal-dialog.modal-dialog-centered.modal-lg {
    padding: 190px 0 0;
}

.modal-field input.form-control.mb-3 {
    padding: 10px 10px 10px;
}

.modal-field textarea.form-control {
    padding: 10px 10px 10px;
    height: 180px;
}

.modal-field {
    padding: 10px 0 10px;
}

a.color {
    color: black;
}

/*button.btn.btn-dark {*/
/*    background: #006cfd;*/
/*    border: none;*/
/*}*/

.zillow-discription p {
    margin: 0 0 0;
    font-size: 20px;
    line-height: 30px;
}

.security-discription {
    padding: 15px 0 15px;
}

.security-discription h4 {
    margin: 0 0 0;
    font-size: 35px;
    text-transform: capitalize;
}

.security-discription p {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 500;
    background: #f1f1f4;
    display: inline-block;
    padding: 5px 20px 5px;
    border-radius: 5px;
}

.zillow-aminities h4 {
    margin: 0 0 0;
    font-size: 35px;
    text-transform: capitalize;
}

.zillow-aminities {
    padding: 15px 0 15px;
}

/*.sub-zillow ul {*/
/*    padding: 0 0 0;*/
/*    display: flex;*/
/*    align-items: stretch;*/
/*    flex-wrap: wrap;*/
/*}*/

.sub-aminities-show ul {
    padding: 10px 0 0;
}

.sub-zillow li {
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    background: #f1f1f4;
    margin: 0 0 15px;
    padding: 6px 6px 6px;
    border-radius: 5px;
}

.sub-zillow li i {
    color: #bc9c22;
}

.zillow-pet h4 {
    margin: 0 0 0;
    font-size: 35px;
    text-transform: capitalize;
}

.zillow-pet p {
    margin: 0 0 0;
    font-size: 20px;
    background: #f1f1f4;
    display: inline-block;
    padding: 10px 10px 10px;
    border-radius: 5px;
}

.zillow-pet {
    padding: 0px 0 30px;
}

.lease-term p {
    margin: 0 0 0;
    font-size: 18px;
    font-weight: 500;
}

.lease-term {
    padding: 0 0 30px;
}

.renter-insurance h4 {
    margin: 0 0 0;
    font-size: 35px;
    text-transform: capitalize;
}

.renter-insurance p {
    margin: 0 0 0;
    font-size: 20px;
    background: #f1f1f4;
    display: inline-block;
    padding: 10px 20px 10px;
    border-radius: 5px;
}

.renter-insurance {
    padding: 0 0 30px;
}

.zillow-contacts h4 {
    margin: 0 0 0;
    font-size: 35px;
    text-transform: capitalize;
}

.zillow-contacts p {
    margin: 0 0 0;
    font-size: 20px;
}

/**/

section.apply-form {
    padding: 70px 0 70px;
}

.input-head h4 {
    margin: 0 0 0;
    font-size: 20px;
    text-align: center;
}

input#exampleFormControlInput300 {
    padding: 10px 10px 10px;
    color: dimgrey;
    /* border: 1px solid; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

input#expiryDate {
    padding: 10px 10px 10px;
    color: darkslategrey;
    /* border: 1px solid; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

select#stateSelect {
    padding: 10px 10px 10px;
    color: darkslategrey;
    /* border: 1px solid; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-first-field {
    padding: 10px 0 10px;
}

.addiction-form {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    padding: 0px 0 0;
}

.addicted-two {
    display: flex;
    align-items: center;
    gap: 0px 30px;
}

.addicted-one p {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 500;
}

.addicted-two input#flexCheckDefault1 {
    border-radius: 0;
}

.align-table-radio {
    padding: 30px 0 30px;
}

.first-inner-form-main.next {
    padding: 50px 0 0;
}

/**/

.credit-table {
    font-family: Arial, sans-serif;
    max-width: 100%;
}

.credit-table h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    /*border-bottom: 2px solid #000;*/
    padding-bottom: 5px;
}

.credit-table table {
    width: 100%;
    border-collapse: collapse;
}

.credit-table th,
.credit-table td {
    border: 1px solid #000;
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 700;
}

.credit-table thead th {
    text-align: center;
    font-weight: 600;
}

.credit-table tbody td:first-child {
    width: 55%;
}

/* Checkbox perfect center */
.credit-table td:not(:first-child) {
    text-align: center;
    vertical-align: middle;
}

/* Checkbox styling */
.credit-table input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.form-table-main {
    padding: 40px 0 0;
}

.prv-field-main p {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px 0;
}

.previous-record p {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0 10px;
}

input#expiryDate2 {
    padding: 10px 10px 10px;
    /* border: 1px solid; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sources {
    align-items: center;
    padding: 25px 0 0;
}

.sources p {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 500;
}

.sub-pets p {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 500;
}

.personal-reference {
    padding: 30px 0 0;
}

.additional-information h4 {
    margin: 0 0 0;
    padding: 0 0 30px;
}

.additional-information span {
    font-size: 15px;
    font-weight: 400;
}

.additional-information {
    padding: 0px 0px 0px;
    border-radius: 10px;
    margin: 20px 0 20px;
}

.renter-deposit p {
    margin: 0 0 0;
    font-size: 20px;
    padding: 20px 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    margin: 30px 0 30px;
}

.required-documents p {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 400;
    padding: 2px 0 2px;
}

.application-processing {
    padding: 35px 30px 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    margin: 30px 0 25px;
}

.application-processing h4 {
    margin: 0 0 0;
}

.process-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 0;
}

.process-one p {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 500;
}

.process-two p {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 500;
}

.aknowledgement {
    padding: 30px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.aknowledgement h4 {
    margin: 0 0 0;
    text-align: center;
    padding: 0 0 20px;
}

.aknowledgement p {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 400;
    padding: 2px 0 2px;
}

textarea#exampleFormControlTextarea1 {
    /* border: 1px solid; */
    height: 150px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.application-processing p {
    margin: 0 0 0;
    font-size: 20px;
}

.addicted-one {
    padding: 10px 0 10px;
}

.Zillow-property-modal-main div#uniqueXLModal {
    padding: 250px 0 0 !important;
}

/**/

.custom-xl-modal-content {
    background: white;
    color: black;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.custom-xl-modal-header,
.custom-xl-modal-footer {
  border: none;
}

.custom-xl-modal-body {
  padding: 25px;
}

.custom-xl-modal-dialog {
  max-width: 95%;
}

/**/


/*UNIQUI__MODAL__*/

/* OVERLAY */
.umodal-overlay-987 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.7);
    display: none;

    justify-content: center;
    align-items: center;

    z-index: 999999;
}

/* BOX */
.umodal-box-987 {
    background: #fff;
    width: 85%;
    max-width: 900px;
    padding: 30px;
    border-radius: 12px;
    position: relative;

    animation: umodalAnim987 0.3s ease;
}

/* CLOSE */
.umodal-close-987 {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
}

/* INPUT */
.umodal-input-987 {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
}

/* BUTTON */
.umodal-submit-987 {
    padding: 10px 20px;
    background: black;
    color: #fff;
    border: none;
}

/* ANIMATION */
@keyframes umodalAnim987 {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.salary-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0;
}


/*FILTER__CSS___*/

.filter-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* City dropdown */
.custom-dropdown {
    position: relative;
    flex: 1;
    min-width: 200px;
}

.custom-dropdown input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.dropdown-list {
    position: absolute;
    width: 100%;
    max-height: 160px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    z-index: 999;
    border-radius: 0 0 6px 6px;
}

.dropdown-list li {
    padding: 10px;
    cursor: pointer;
}

.dropdown-list li:hover {
    background: #f2f2f2;
}

/* Beds & Baths */
.simple-dropdown {
    flex: 1;
    min-width: 120px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff;
}

.top-filters-cat {
    padding: 0 0 30px;
}

.zillow-contacts {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 20px 20px 20px;
    border-radius: 10px;
}

/**/

.tbl-wrap-x1 {
    width: 100%;
    overflow-x: auto;
}

.tbl-x1 {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.tbl-x1 th,
.tbl-x1 td {
    border: 1px solid #ccc;
    padding: 8px;
}

.tbl-x1 th {
    background: #f1f1f1;
    text-align: left;
}

/* Inputs */
.inp-x1 {
    width: 100%;
    height: 32px;
    border: none;
    background: #e8edf5;
    outline: none;
}

/* Bottom rows */
.btm-row-x1 td {
    vertical-align: middle;
}

.left-col-x1 {
    font-weight: 500;
}

.center-col-x1 {
    text-align: center;
}

/* Checkbox alignment */
.center-col-x1 label {
    margin-left: 5px;
    font-size: 14px;
}

.lease-term h4 {
    margin: 0 0 0;
    font-size: 35px;
    text-transform: capitalize;
}

/**/

.gallery-img {
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-img:hover {
    transform: scale(1.03);
}

.custom-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
}

.lightbox-img {
    max-width: 65% !important;
    max-height: 56vh;
    border-radius: 10px;
    margin: 210px 0 0;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
}

.nav {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: white;
    cursor: pointer;
    padding: 10px;
    user-select: none;
}

.prev { left: 30px; }
.next { right: 30px; }

.thumbs {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px;
}

.thumbs img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    border-radius: 5px;
}

.thumbs img.active {
    border: 2px solid white;
    opacity: 1;
}

.back-rental a {
    text-decoration: none;
    color: slategrey;
    font-size: 20px;
}

.back-rental {
    padding: 0 0 10px;
}

.trade-one p {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
}

button.btn.btn-dark.bg-set.btn-listing.unique-modal-trigger {
    background: #006cfd;
    color: white;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 5px 10px;
    border-radius: 4px;
}
