body{
    
	background-color:#000;
}
.alt-section {
  padding: 40px 20px;
}
.brochure-bg-section {
  position: relative;
  background-image: url('/wp-content/uploads/2025/04/nibav-home-lifts-brochure-advanced-lift-solutions.webp'); /* Replace with your image */
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
/*    text-align: center;*/
    color: #fff;
}

.overlay-content {
/*  background: rgba(0, 0, 0, 0.5); optional dark overlay */
  padding: 30px 110px;
  border-radius: 10px;
}

.overlay-content h2 {
 font-size: 42px;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 1px;
}

.cta-button {
     position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
    background: #be8707;
    text-decoration: none;
}
.cta-button:hover {
  background-color: #fff;
  color: #000;
}
.container.prot-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.flex-row {
  flex-direction: row;
}

.flex-row.reverse {
  flex-direction: row-reverse;
}

.section-image,
.section-content {
  flex: 1 1 48%;
}

.section-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.section-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.section-content p {
  font-size: 16px;
  line-height: 1.6;
}
.textwidget.custom-html-widget p {
    font-size: 15px !important;
    line-height: 1.5;
}
 ol.breadcrumb li{
      color: #62BB46 !important ;font-weight: 400;
      
    }
    ol.breadcrumb li a {
    color: #fff;font-weight: 400;
    text-decoration: none;
}

    .breadcrumb-item+.breadcrumb-item::before {
      color: #fff !important;
      text-decoration: none;
      content: " » " !important;
    }

    ol.breadcrumb li:before {
      color: #fff !important;
    }
p {
    
    font-size: 16px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 2;
	color:#fff;
}
.banner {
  position: relative;
  height: 400px; /* Adjust height as needed */
  background: url('/wp-content/uploads/2025/04/smoothest-and-largest-home-elevator.webp') no-repeat center center / cover;
}
.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Overlay with transparency */
  z-index: 1;
}
.banner .container {
  position: relative;
  z-index: 2;
}
.innersec
{
    padding: 30px !important;
        margin-top: 30px;
    background-color: #383636ad !important;
    border-radius: 35px !important;
}

.card-body h4{
font-size: 24px;
color: #011c40;
text-align: center;
margin-bottom: 15px;
color:#fff;
}
.card-body h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
	text-align: center;
	margin-bottom: 15px;
	color:#fff;
}


.card-body 
{
background-color: #000;
    border-radius: 10px;
	}
.card{
border: #000;
    border-radius: 15px;
}
.space
{
margin-top:30px;
}
a.btn.btn-primary {
	    background-color: #262525;
    border: #000;
	
}
.down
{
width:160px;	
}
a.btn.btn-primary.Downbutton {
    background-color: #000;
	color:#fff !important;
}
.proimg
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .content-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .left-title, .right-desc {
    flex: 1 1 100%;
    text-align: center;
  }

  .right-desc {
    text-align: justify;
  }
.banner {
height: 400px;
}
p {
    font-size: 15px !important;
}
.card-body {
   
    border-radius: 0px;
}
	  a.btn.btn-primary.Downbutton
	  {
		 margin-top: 25px;  
	  }
	.proimg
	  {
		  width:100%;
	  }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .cta-button:hover {
  background-color: #e55b00;
}
  .content-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .left-title, .right-desc {
    flex: 1 1 100%;
    text-align: center;
  }

  .right-desc {
    text-align: justify;
  }
.banner {
    height: 400px !important;
    
}
.card-body {
   
    border-radius: 0px;
}
	  .proimg
	  {
		  width:100%;
	  }
}



  