body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #333;
    
}

.container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 15px; /* Optional: add some padding for better spacing */
}

.text-primary {

    color: #07234b !important;
}
.listing-img {
  background-size: cover;  
}


.hero {
    min-height: 300px;
    display: flex;
    align-items: center;
}

.search-container {
    max-width: 1200px;
    width: 90%;
    transition: all 0.3s ease;
}

.search-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.search-container .form-control {
    height: 46px;
    font-size: 1rem;
    padding-left: 0;
    padding-right: 30px;
}

.search-container .form-control:focus {
    box-shadow: none;
}

.search-container .input-group-text {
    font-size: 1.2rem;
    padding-left: 1.5rem;
}

.search-container .btn {
    height: 38px;
    margin: 4px;
    font-weight: 500;
}

.search-container .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.form-control {
    height: 48px;
    border-radius: 4px;
}

.btn-primary {
    height: 48px;
    font-weight: 500;
}

.bg-primary {
    background-color: #07234b !important;
}

.hero {
    background: url('../images/hero-bg.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    height: 75vh;
    /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.hero .container {
    max-width: 800px;
    margin: auto;
}

.hero h1 {
    font-size: 2.5rem;
}

.hero p {
    font-size: 1.25rem;
}

.hero .form-inline input {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
}

.hero .form-inline button {
    width: 100%;
    max-width: 150px;
}

/* Media Queries for responsiveness */
@media (min-width: 768px) {
    .hero {
        height: 85vh;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero p {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .hero {
        height: 65vh;
    }

    .hero h1 {
        font-size: 3.5rem;
    }

    .hero p {
        font-size: 1.75rem;
    }
}

@media (min-width: 1200px) {
    .hero h1 {
        font-size: 4rem;
    }

    .hero p {
        font-size: 2rem;
    }
}


.service-icon {
    color: #ff6600;
}

footer {
    background-color: #07234b;
}

footer h5 {
    color: #ffffff;
    margin-bottom: 1rem;
}

footer p, footer a {
    color: #d3d3d3;
}

footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

footer ul {
    padding: 0;
    list-style-type: none;
}

footer ul li {
    margin-bottom: 0.5rem;
}

footer hr {
    border-top: 1px solid #1e3f71;
}

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

.text-md-right {
    text-align: right;
}

.list-unstyled {
    padding: 0;
    list-style: none;
}

@media (max-width: 767.98px) {
    .text-md-right {
        text-align: center;
    }

}




.contact-icons {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-around;
}

.card-text {
    color: #6c757d;
    /* Secondary color for text */
}

.contact-icons a {
    display: flex;
    align-items: center;
    color: #07234b;
    /* Color for icons and text */
    text-decoration: none;
}

.icon-grey {
    color: #6c757d;
    /* Grey color for icons */
    font-size: 0.9rem;
    /* Slightly smaller size for icons */
    margin-right: 0.5rem;
    /* Space between icon and text */
}

hr {
    border-top: 1px solid #d3d3d3;
    /* Thin grey line */
}






.contact-section {
    background-color: #f8f9fa;
    padding: 3rem 0;
}

.contact-section h2 {
    color: #07234b;
}

.contact-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.contact-item i {
    font-size: 1.5rem;
    color: #07234b;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
    margin-right: 10px;
}

.contact-item p {
    margin: 0;
}

.contact-divider {
    border-top: 1px solid #d3d3d3;
    margin: 1rem 0;
}

.contact-info a {
    color: #ffffff;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.form-control {
    border: 1px solid #07234b;
}

.btn-primary {
    background-color: #07234b;
    border-color: #07234b;
}

.btn-primary:hover {
    background-color: #051c3b;
    border-color: #051c3b;
}

/* Spacing between left and right halves */
.pr-md-5 {
    padding-right: 3rem;
}




/* Import the Plus Jakarta Sans font */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700&display=swap');

/* Make the menu sticky and white with a thin grey line at the bottom */
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.bg-white {
    background-color: #ffffff !important;
}

.border-bottom {
    border-bottom: 1px solid #d3d3d3;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(5, 28, 59);
    font-size: 16px;
    line-height: 24px;
    padding: 15px 10px; /* Increase padding to increase menu height */
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #051c3b;
}

.btn-primary {
    background-color: #07234b;
    border-color: #07234b;
}

.btn-primary:hover {
    background-color: #051c3b;
    border-color: #051c3b;
}

.navbar-brand img {
    height: 50px;
}

.navbar-toggler {
    border: none;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }

    .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    .btn-primary {
        margin-top: 10px;
    }
}


/* developers partners */
.partners {
    background-color: #ffffff;
}

.elegant-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.25rem; /* Small elegant text */
    color: #35373c;
    font-weight: 500;
}

.partner-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid grey;
    background-color: #ffffff; /* Light grey circle */
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.partner-logo {
    filter: grayscale(100%);
    max-height: 80px; /* Adjust as needed */
}

@media (max-width: 767.98px) {
    .partner-logo-wrapper {
        width: 90px;
        height: 90px;
  
    }
    .partner-logo {
        max-height: 60px; /* Adjust as needed for smaller screens */
    }
}


/* property management */
.property-management-hero {
    background: url('../images/hero-image.jpg') no-repeat center center;
    background-size: cover;
    height: 300px;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.property-management-hero .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-text {
    /* background: rgba(0, 0, 0, 0.5); Semi-transparent background for better text readability */
    padding: 20px;
    border-radius: 10px;
    max-width: 100%; /* Adjust as needed */
}

.smallest-font {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    margin-bottom: 10px;
}

.biggest-font {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.75rem;
    margin-bottom: 10px;
}

.medium-font {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.btn-orange {
        background: linear-gradient(86.28deg, #d75718, #ee7133);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
}


.btn-orange:hover {
    background:   rgb(7, 35,75);;
    color: white;
    text-decoration: none;
}

/* property-listing and property-details page css */
.card-container{
        border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 2px 0 rgba(0, 0, 0, .16), 0 -12px  24px 0 rgba(0, 0, 0, .03);
    height: 100%;
    overflow: hidden;
}
    h4{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
color: rgb(238, 113,51);
    }
     p{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
color: rgb(53, 55,60);
    }
    h5{
           font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
color: rgb(7, 35,75);
    }
       .dollar {
           font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
color: rgb(7, 35,75);
    }
    .dollar-text{
           
           font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
color: rgb(7, 35,75);
text-decoration: underline;
    }
    .dollarp{
               font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
color: rgb(53, 55,60);
    }
     .dollar-text:hover{
        color: rgb(238, 113, 51);
     }
    
  .red{
           font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
color: rgb(53, 35,60);
  }
    .white{
           font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
color: rgb(53, 35,60);
  }
   .link{
           font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
color: rgb(238, 113,51);
text-decoration: underline;
  }
  .paragraph{
          font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
color: rgb(53, 55,60);
  }
   .heading{
      
          font-size: 10px;
        font-style: normal;
        font-weight: 800;
        line-height: 16px;
color: rgb(147, 153,164);
  
   }
   .head{
     
      font-family:'Plus Jakarta Sans', sans-serif ;
          font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
color: rgb(53, 55,60);
  

   }
hr{
    font-weight: lighter;
}

.input-item{
        border: 1px solid #e1e8ed;
    border-radius: 4px;
    font-size: 14px;
    height: 48px;
    margin-top: 8px;
    padding: 0 16px;
    width: 100%
}
.label{
    
      font-family:'Plus Jakarta Sans', sans-serif ;
          font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 19px;
color: rgb(53, 55,60);
  
}
.scan{
    
      font-family:'Plus Jakarta Sans', sans-serif ;
          font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
color: rgb(53, 55,60);
  
}
.button-gray {
    background: #f0f3f8;
    color: #07234b;
    position: relative;
    z-index: 1;
    padding: 15px;
    margin: 15px;
       border-radius: 5px;}
.button-gray:hover{
    background: #ee7133;
    color: #fff;
}
#button-gray {
    background: #f0f3f8;
    color: #07234b;
    position: relative;
    z-index: 1;
    

       border-radius: 5px;}
#button-gray:hover{
    background: #ee7133;
    color: #fff;
}
.box{
    border: 3px solid white;
    box-shadow: 16px;
}
 .bs-btn{
        
    background: rgba(0, 0, 0, .4);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 12px;
    font-weight: var(--font-weight-bold);
    left: 20px;
    padding: 10px 16px;
    position: absolute;
    text-transform: capitalize;
    top: 8px;
    z-index: 1
 }
.hide-mobile
{
display: none;
}
@media only screen and (min-width: 500px) {
.hide-mobile
{
display: block;
}
}

@media only screen and (min-width: 500px) {
.show-mobile
{
display: block;
}
}



 




/* media query */
@media (max-width: 767.98px){
    .ima{
        width: 100%;
        height: 100%;
    }
}

.input-group {
    width: 100%;
}

@media (min-width: 1400px) {
    .search-container {
        max-width: 1400px;
    }
}