body {
  color: #000;
  font-family: "Ubuntu", sans-serif;
}

p {
  color: #111111;
  line-height: 30px;
}
img.after-partner-image {
    width: 150px;
    margin-bottom: 30px;
}
.grand{
  color: black;
}
.watch-mobile-btn {
  display: none !important;
}
a.d-block.after-partner-link {font-weight: 500;
color: #111111;}
.expertise ul {
  gap: 10px;
}
.expertise li {
    justify-content: center;
    display: inline-flex;
    border-radius: 6px;
    font-weight: 700;
    border: 2px solid #ddd;
    align-items: center;
}

.why-choose .card {
  border-radius: 12px;
  font-weight: 600;
  font-size: 28px;
  padding: 60px 30px;
  min-height: 300px;
}

.btn-black {
  background-color: #111111;
  color: #fff;
  padding: 20px 24px !important;
  font-weight: 900;
}

img.banner-img {
  border-radius: 26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit:cover;
}

.hero-banner-content {
    height: 100%;
    max-width: 100%;
    flex: auto;
    padding: 32px 8px;
    text-align: center;
    line-height: normal;
  }


.hero-banner-content h6 {
  background: #E2B8B8;  
  display: inline-block;
  padding: 6px 12px;
  border-radius: 10px;
  text-transform: uppercase;
}

.hero-banner-content a {
  color: #111111;
  text-decoration: underline;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
}

.btn-white {
  Border-radius: 6px !important;
  Padding: 20px 5px !important;
  background: #fff;
  font-weight: 700;
  white-space: unset;
}

.col-md-3.col-xs-12.bg-black.ml-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bg-black {
  background: #111111;
  border-radius: 26px;
}

.banner-main .row {
  flex-wrap: nowrap;
}

/* .banner-right h6 {
  background: #C8DCFF;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 10px;
  color: #111111;
  text-transform: uppercase;
} */

.banner-right {
  color: #fff;
  padding: 60px 10px;
}
.list-unstyled li {
    width: 100%;
}
.custom-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.video-icon {
  position: absolute;
  top: 0%;
  left: 0%;
  cursor: pointer;
  width: 100%;
}

.image-container,
.video-container {
  width: 100%;
  height: 430px;
  overflow: hidden;
}

.image-container img,
.video-container video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-container video {
  display: none; /* Hide the video initially */
}
.video-banner .row {
  background: #CFEFF0;
  border-radius: 26px;
}
.video-banner h6 {
  background: #e2b8b8;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 10px;  
  letter-spacing: 4px; 
}

.video-banner a {
  color: #111111;
  text-decoration: underline;
}

.video-banner .btn-white {
  font-weight: 700;
  Padding: 20px 24px;
}
.white-link a{
  color: #fff !important;
  text-decoration: underline !important;
}
.button-text a {
    color: black;
}
.white-link,
.white-link:hover,
.white-link:focus {
    color: #fff;
    text-decoration: underline;
}
.featured-section{
  box-shadow: 4px 4px 26px 0px #0000001F;
  border-radius:26px;
  }
 .featured-section h6 {
  background: #e2b8b8;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 10px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.featured-section a {
  color: #111111 !important;
  text-decoration: underline !important;
}

.carousel-section {
    background: #fff;
    padding: 31px 27px 32px 32px;
    border-radius: 0 26px 26px 0;
}
.carousel-item img {
    height: 100%;
}
.featured-section .carousel-indicators {
    bottom: -22px;
    justify-content: left;
    margin-left: 7%;
    margin-bottom: 32px;
    left: 49%;
}
ul.featured-li li 
{ 
  padding-bottom:16px;
}
ul.featured-li li:last-child {
    padding-bottom: 0;
}

.featured-section .carousel-indicators li {
  background-color: #000;
  display: none;
}
.featured-section .carousel-control-prev, .featured-section .carousel-control-next {
    bottom: 0;
    opacity: 1;
    top: 93.5%;
}
.featured-section .carousel-control-prev{
    left: 48%;
  }

.featured-section .carousel-control-next {
  right:29%;
  z-index: 99;
}

.featured-section .carousel-control-next-icon, .featured-section .carousel-control-prev-icon{
  background-image:none; 
}
.carousel-image-1, .carousel-image-2 {
    width: 100%;
    height: 100%;
    border-radius: 26px 0 0 26px;
    overflow: hidden;
}
.carousel-image-1 img,
.carousel-image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.carousel-image-1,
.carousel-image-2 {
  background: transparent;
}
.formselect,
.tellus-about input {
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  width: 100%;
  border: 1px solid #ced4da;
  color: #4B4B4B;
  height: calc(3em + .75rem + 2px);
}
.tellus-about .mt-5{
  margin-top:0px !important;
}

.tellus-about-section h6 {
  background: #E2B8B8;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 10px;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 3px;
  
}

.tellus-about-section h2 {
    font-size: 78px !important;
    line-height: 84.9px !important;
    color:#111111;
    font-weight:800;
}                                                                                                                                                                   
.py-4.tellus-about {
    margin-top: 110px !important;
}

.housing-projects {
  background-image: url("/wp-content/uploads/2026/06/affordable-housing-bannner-scaled-1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgb(0 0 0 / 50%);
}                                                  

.housing-projects li img {
  width: 240px;
  height: 537px;
  object-fit: cover;
  border-radius: 10px;
}

.housing-h2{
  font-size:42px !important;
}

.housing-div {
    margin:2rem 2rem 0rem 2rem;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border: 2px solid #FFF;
background: #fff;
z-index: 1002;
overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover~#boxclose {
  display: none;
}

.test:hover~.test2 {
  display: none;
}

.housing-images {
  position: absolute;
  right: 0;
}

.btn:hover {
  color: #fff;
}

.btn-white:hover {
  color: #111111;
}
.modal-header, .modal-body {
  padding: 3rem;
}
.modal-pop input {
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  width: 100%;
  border: 1px solid #ced4da;
  color: #4B4B4B;
  height: calc(3em + .75rem + 2px);
}

.video-banner .btn-white {
    Padding: 20px 24px !important;
}
/* .banner-main .carousel-inner h2 {
    color: #fff;
} */
.modal-title_property {
    margin-bottom: 0;
    line-height: 1.5;
    color: #111111;
}
.property_evaluate_modal h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
 
#role-dd189465-ce36-432a-890c-b38ec12f00ad {
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    width: 100%;
    border: 1px solid #ced4da;
    color: #4B4B4B;
    height: calc(3em + .75rem + 2px);
}
.property_evaluate_modal input.hs-button.primary.large {
    background-color: #111111 !important;
    color: #fff !important;
    padding: 20px 24px;
    font-weight: 700;
    width: 50%;
    float: right;
}
form#hsForm_dd189465-ce36-432a-890c-b38ec12f00ad fieldset {
    max-width: 100%;
}
.property_evaluate_modal .field label{
    color: #111111 !important;
    font-weight: 700 !important;
    font-style: normal;
}
fieldset.form-columns-1 {
    width: 100% !important;
    float: left;
}
.hs-form-dd189465-ce36-432a-890c-b38ec12f00ad_84f44d98-fe51-47db-85da-68aa4ef939a3 fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
span.hs-form-required {
    color: red;
}
input#company-dd189465-ce36-432a-890c-b38ec12f00ad {
    width: 100%;
}
.sec-feedback__txt h2 {
    color: #111111;
    text-transform: uppercase;
}
.tellus-about input.hs-button.primary.large {
    background-color: #111111 !important;
    border: none !important;
    color: #fff !important;
    padding: 20px 24px;
    font-weight: 700;
    width: 50% !important;
    float: right;
}
.tellus-about .select.hs-input{
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    width: 100%;
    border: 1px solid #ced4da;
    color: #4B4B4B;
    height:50px;
}
.tellus-about .select.hs-input:focus{
  outline:0;
}
.tellus-about .hs-input {
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    width: 100%;
    border: 1px solid #ced4da;
    color: #4B4B4B;
    height: 50px;
}
.tellus-about .hs-form-78cf095d-596d-4fb5-85dd-76de1101654f_aec8d0c9-6cd4-4c14-817c-599b7ee2760c fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
.tellus-about .hs-form-78cf095d-596d-4fb5-85dd-76de1101654f_7faead9a-20ef-4dc5-9ad6-c8f74c54c790 fieldset {
    max-width: 100% !important;
}
.tellus-about .hs-input.is-placeholder {
    width: 100% !important;
}
.formselect, .tellus-about input {
    width: 100% !important;
}
.tellus-about fieldset {
    max-width: 100% !important;
}
.property_evaluate_modal .hs_state.hs-state.hs-fieldtype-text.field.hs-form-field {
    width: 33.3% !important;
}
/* .main-section a {
    color: #000;
} */
.expertise a{
    color: #111111 !important;
    
}
button.btn.btn-black a {
    color: #fff;
}
label.hs-error-msg.hs-main-font-element {
    color: red !important;
    font-weight: normal !important;
}
@media (min-width: 576px) {
  .hero-banner-content{
    width: 75%;
    margin: 0 auto;
    text-align: left;
  }
  .para-side{
    width: 70%;
  }
  .modal-dialog {
      max-width: 650px;
      margin: 1.75rem auto;
  }

}
@media only screen and (max-width: 600px) {
  body.home.page-id-7896 .main-section {
    margin-top: 0;
  }
  
  body.home.page-id-7896 main.main-content {
    padding-top: 85px !important;
    min-height: 600px;
  }
  section.clients h2 {
    width: 100% !important;
    margin-bottom: 15px !important;
}
  .banner-main .row {
    flex-wrap: wrap;
  }

  .why-choose .card {
    font-size: 18px;
    padding: 10px !important;  
  }

  .expertise li {
    margin-bottom: 12px;
  }

  .tellus-about-section {
    text-align: center;
  }

  .carousel-section {
    padding: 20px;
    text-align: center;
  }

  .housing-projects .col-md-6 div {
    margin: 20px !important;
    text-align: center;
  }

  .housing-section li {
    display: inline-block;
  }

  .housing-projects li img {
    margin-bottom: 12px;
  }

  .consultation-text {
    text-align: center;
  }

  .consultation-text button {
    margin-top: 12px;
  }

  .video-banner .col-md-6 div {
    margin: 20px !important;
    text-align: center;
  }

  .video-banner .col-md-6 ul {
    margin: 20px !important;
    text-align: center;
  }

  .video-banner .col-md-6 ul li {
    margin: 0 0 12px;
  }

  .housing-images {
    position: unset;
  }
  .video-banner .row {
    padding: 10px !important;
}
.housing-projects {
  margin: 0 !important;
}
/* .bg-black {
  max-width: 100%;
  flex: auto;
  margin: 20px 0 0 !important;
  } */
.main-section {
  margin-top: 22%;
  padding: 0 2%;
}
  .navbar-brand {
  width: 190px !important;
}
}

@media (min-width: 768px) and (max-width:1023px) {

 .why-Choose .card {
    font-size: 18px;
    padding: 10px !important;
    margin: 2px;
  } 

  .tellus-about-section h2 {
    font-size: 78px;
  }

  .expertise li {
    margin: 0 1%;
  }

  .expertise li:first-child,
  .expertise li:last-child {
    margin: 0;
  }
}

@media (min-width:1024px) and (max-width:1280px) {
  a.navbar-brand {
    width: 240px;
}
  .why-Choose .card {
    font-size: 36px;
    padding: 60px 20px!important;
    text-align: left;
  }

  .expertise li {
    margin: 0 1%;
  }

  .expertise li:first-child,
  .expertise li:last-child {
    margin: 0;
  }
  #mega-menu-wrap-menu-1 {
        margin-top: 0 !important;
   }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
      padding: 0px 6px;
   }

}
@media only screen and (max-width: 767px) {
.right-section{
    margin-top: 50px;
    width: 100%;
    max-width: 100%;
}
  .why-choose .card {
    min-height: 120px;
}
#light {
  width: 400px;
}
.watch-desktop-btn {
  display: none !important;
}
.watch-mobile-btn {
  display: inline-flex !important;
}
.banner-main .carousel-indicators {
  bottom: -10px;
}
.featured-section .carousel-item img {
    border-radius: 10px 10px 0 0;
}
.featured-section .carousel-image-1, .featured-section .carousel-image-2 {
  background: transparent;
  display: none;
  margin-top: 20px;
}

.featured-section .carousel-section {
    padding: 15px;
}
.featured-section .carousel-indicators {
  left: 32%;
  bottom: -28px;
}
.featured-section .carousel-control-prev, .featured-section .carousel-control-next {
    top: 96%;
}
.featured-section .carousel-control-prev {
    left: 25%;
}
  section.clients {
    padding-bottom: 30px;
    padding-top: 0px;
}
.why-Choose .card {
    font-size: 36px; 
    margin:10px;
}
section.sec-4-cards.clients br {
    display: none;
}


  .video-banner ul{display:none;}
  .housing-images {
    position: unset;
    display: none;
}
 
.tellus-about-section h2 {
        font-size: 42px !important;
        text-align: center !important;
        line-height: 36px !important;
        font-weight: 800 !important
}
.tellus-about-section h6 {
    display: block;
}
 
  .carousel-section {
    border-radius: 26px;
    margin-bottom: 20px;
}

}

@media (min-width: 768px) and (max-width:1024px) {
   .main-section {
    margin-top: 18%;
}
.housing-projects .col-md-6 {
    max-width: 100% !important;
    position: unset;
    width: 100%;
    flex: none;
    text-align: center;
}
#mega-menu-wrap-menu-1 {
    margin-top: 5%;
}
}
