html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.carousel-item {
  /* Ensure the image covers the full height and width */
  height: 100vh;
}

.carousel-item img {
  /* Make the images completely cover the area */
  width: 100%;
  height: 100%;
  object-fit: cover; /* This allows images to cover the div without distortion */
}

.carousel-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white; /* Change text color to improve visibility */
}
.overlap-text1 {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #0d6efd;
  color: white;
  padding: 15px 10px;
  font-weight: bold;
  border-radius: 5px;
}
.overlap-text2 {
    position: absolute;
    top: 10px;
    left: 50px;
    background-color: rgba(228, 23, 23, 0.7);
    color: white;
    padding: 15px 10px;
    font-weight: bold;
    border-radius: 5px;
  }
.overlap-image {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 250px;
  border: 2px solid white;
  border-radius: 5px;
}
.position-relative {
  position: relative;
}
/* projects carousel */
@media (min-width: 768px) {
  .carousel-inner.projects {
    display: flex;
  }
  .carousel-item.projects {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
}
.carousel-inner.projects{
  padding: 1em;
}
.card {
  margin: 0 .5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}
.carousel-control-prev, .carousel-control-next{
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

/*--services--*/
.card.services img {
width: 300px;
height: 200px;
}

/*--works overlap text*/
.overlap-acp {
  position: absolute;
  top: 10px;
  left: 10px;
   background-color: rgba(13, 110, 253, 0.5);
  color: white;
  padding: 10px 10px;
  font-weight: bold;
  border-radius: 5px;
}
.overlap-ssglazing {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(13, 110, 253, 0.5);
  color: white;
  padding: 10px 10px;
  font-weight: bold;
  border-radius: 5px;
}
.overlap-igs {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(13, 110, 253, 0.5);
  color: white;
  padding: 10px 10px;
  font-weight: bold;
  border-radius: 5px;
}
.overlap-poly {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(13, 110, 253, 0.5);
  color: white;
  padding: 10px 10px;
  font-weight: bold;
  border-radius: 5px;
}
.overlap-awr {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(13, 110, 253, 0.5);
  color: white;
  padding: 10px 10px;
  font-weight: bold;
  border-radius: 5px;
}
.overlap-igmn {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(13, 110, 253, 0.5);
  color: white;
  padding: 10px 10px;
  font-weight: bold;
  border-radius: 5px;
}
/*--testimonial */

.carousel-inner {
  display: flex; /* Ensuring the items can be aligned properly */
}

.carousel-item {
  width: 100%; /* Make sure each carousel item takes full width */
}
.mt-n8  {
  height: 100px;
  width: 100px;
  
  
}
/*--who we are */
.image-container {
  position: relative;
  width: 100%;
  max-width: 600px; /* Adjust size as needed */
  margin-bottom: 10px;

  

}
/*--home gallery blue images */
.gallery-item img {
  overflow: hidden;
  width: 400px;
  height: auto;
  
  
}

/*--brandswe work */
.brand__list-3 {
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping of items */
  justify-content: space-between; /* Spread items evenly within the container */
  margin: 20px 0;
  overflow-x: auto; /* Enable horizontal scrolling if items overflow */
}
.brand__item-2 {
  flex: 0 0 auto; /* Prevent items from shrinking or growing */
  transition: transform 0.3s, opacity 0.3s;
  opacity: 1;
  width: 16.66%; /* Adjust width to fit 6 items equally in 100% */
}
.brand__item-2 img {
  max-width: 100%;
  height: auto;
}
.fade_bottom {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s forwards;
}
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/*--projects home page */
.image-container.projects {
  display: none; /* Hide all image containers initially */
}

.image-container.projects.active {
  display: flex; /* Show active image container */
  justify-content: space-between; /* Space images evenly */
  flex-wrap: nowrap; /* Allow images to wrap if needed */
  margin: 20px 0;
}

.image-item.projects {
  flex: 0 0 35%; /* Adjust width of images */
  margin: 10px;
  position: relative; /* Position relative for absolute child */
  overflow: hidden; /* Hide overflow for image positioning */
  height: 300px; /* Fixed height */
  
}
@media only screen and (max-width: 768px) {
.image-container.projects.active {
  display: flex; /* Show active image container */
  justify-content: space-around; /* Space images evenly */
  flex-wrap: wrap; /* Allow images to wrap if needed */
  margin: 20px 0;
}
}

.image-item.projects img {
  width: 100%; /* Make image fill the width */
  height: 100%; /* Make image fill the height */
  object-fit: cover; /* Maintain aspect ratio while filling */
  position: absolute; /* Make image absolute */
  top: 0; /* Align to top */
  left: 0; /* Align to left */
}


.button-group {
  margin: 20px 0;
}
/*--free consultation */
.big-text {
  font-size: 2.5rem;  /* Adjust size as needed */
  font-weight: bold;
 
}
.button-container {
  
  
  gap: 10px; /* Space between buttons */
 
}
/*--Whatsapp floating button*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	display: flex; /* Flexbox for centering */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:0;
}
