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%;
}
section.process-sec {
    background: var(--lt-bg-color);
}
.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%; 
}