/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.mz-carousel-single-service:nth-child(2n) {
  background-image: url(/wp-content/uploads/2025/02/bg-gradient-facilitypro.jpg);
    background-position: center;
    background-size: cover;
    color: #fff !important;
}
.brxe-form{
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    max-width: 600px;
}
.brxe-form .form-group{
    width: 49%
}
.brxe-form .form-group:nth-child(5),
.brxe-form .form-group:nth-child(6){
    width: 100%;
}
.brxe-form input::placeholder,
.brxe-form textarea::placeholder{
    color: var(--primary) !important;
}
.brxe-form textarea{
    padding: 20px !important;
}
.brxe-form .form-group.captcha{
width: 100% !important;
}

@media(max-width:767px){
    .brxe-form .form-group{
        width: 100% !important;
    }    
}
section{
	overflow-x: hidden !important;
}
#hero-home > .brxe-container {
  position: relative;
  overflow: hidden;
}

#hero-home-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
@media(max-width:480px){
    .joinchat{
        bottom: 80px !important;
    }
}
.repeater-item.no-link{
    justify-content: start !important;
}