section.banner-sec {
    width: 100%;
    height: 100vh;
    background: url("https://le-de.cdn-website.com/151d5f85240e4e4a9632d8b51bc55ec1/dms3rep/multi/opt/WhatsApp+Image+2025-06-09+at+21.26.27-2880w.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: revert-layer;
}

section.banner-sec::before{
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    content: " " !important;
    background-color: rgba(0, 0, 0, 1) !important;
    opacity: 0.3 !important;
}
section.banner-sec .container{
    width:100%;
    height:100%;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}
section.banner-sec .banner-info{
    text-align:center;
    
}
section.banner-sec h1, section.banner-sec p{
    color:var(--white-color);
    text-shadow:0 0 3px #000;
}
section.banner-sec p{
    font-size:17px;
}
.banner-btn{
    margin-top:30px;
}
section.what-we-do img{
width:100%;  
}
.we-do-details{
  display:flex;
  justify-content:space-between;
  gap:30px 0;
  flex-wrap:wrap;
}
.we-do-details .we-do-info {
    width: 49%;
}

.head-sec {
    margin-bottom: 40px;
    text-align: center;
}

section.process-sec li{
      font-size: var(--f16);
    line-height: 1.75em;
  list-style:initial;
  margin-bottom:16px;
}
section.process-sec ol, section.process-sec ol li{
 list-style:decimal; 
}
section.process-sec ol{
 padding-left:20px;
  margin-bottom:30px;
}
section.process-sec ul{
 padding-left:20px;
  margin-bottom:30px;
}
.process-btn{
 margin-top:30px; 
}
section.process-sec img{
 width:100%; 
}
section.what-we-do span{
 text-transform:uppercase;
  display:block;
  margin-bottom:10px;
  font-size:12px;
}
section.review-sec .head-sec p{
 text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-size: 12px; 
}
section.review-sec{
   background: var(--lt-bg-color);
}
section.review-sec .review-info {
    padding: 32px;
    border: 1px solid #1110104a;
    background: var(--white-color);
    border-radius: 20px;
}
.review-owner img{
 width:52px;
  height:52px;
  border-radius:100%;
  object-fit:cover;
}
section.review-sec .review-owner {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
section.review-sec .review-owner p{
 font-weight:bold;
  margin-bottom:0;
}
.review-rating svg{
 width:100px; 
}
.review-rating p{
 margin-bottom:0; 
}
.review-rating {
    text-align: right;
}
.review-upper {
    display: flex;
    width: 100%;
    justify-content: space-between;
  margin-bottom:24px;
}
section.review-sec .row{
 gap:30px 0; 
}
section.faq-sec {
    background: var(--lt-bg-color);
}
.faq-btn {
    margin-top: 30px;
}
section.faq-sec .accordion-button{
 font-size:20px;
  background-color:transparent !important;
      display: inline-flex;
    align-items: center;
    gap: 15px;
}
section.faq-sec .accordion-item{
  background-color:transparent !important;
}

.corporate-info {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.corporate-info.first-info{
  background: url("https://le-de.cdn-website.com/151d5f85240e4e4a9632d8b51bc55ec1/dms3rep/multi/opt/pexels-photo-3642720-1200h.jpeg");
  background-size: cover;
}
.corporate-info .corporate-content {
    position: absolute;
    width: 100%;
    padding: 30px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 80%) 100%);
}
.corporate-info .corporate-content h5{
 font-size: 26px;
 color:var(--white-color);
 font-weight:bold;
 margin-bottom: 0;
}
.corporate-info .corporate-content p{
 color:var(--white-color);
  margin-bottom:0;
}
.corporate-info.second-info{background-color: rgb(242, 232, 216);background: url("https://le-de.cdn-website.com/151d5f85240e4e4a9632d8b51bc55ec1/dms3rep/multi/opt/pexels-photo-12178928-800w.jpeg");background-size: cover;}
.corporate-info.first-info .corporate-content{
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 80%) 100%);
}
.corporate-info.second-info h5, .corporate-info.second-info p{
  /* color:#000; */
}
.corporate-info.third-info{background-color: rgb(189, 172, 147);background: url("https://le-de.cdn-website.com/151d5f85240e4e4a9632d8b51bc55ec1/dms3rep/multi/opt/pexels-photo-13878094-800w.jpeg");background-size: cover;}
section.corporate-housing .row{
  gap:30px 0;
}
.corporate-details {
    max-width: 100%;
}
.corporate-info.fourth-info{
 background-color: corporate-housing-solutions;
 background: url("https://le-de.cdn-website.com/151d5f85240e4e4a9632d8b51bc55ec1/dms3rep/multi/opt/pexels-photo-466685-1400w.jpeg");
 background-size: cover;
}
.corporate-info.fourth-info .corporate-content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 80%) 100%);
}
.corporate-info.fourth-info img{
     width: 320px;
    position: absolute;
    right: 30px;
    bottom: 0; 
}