/*--ACP-*/
.bg-projects {
  position: relative;
    background: url("../projects/ACP/acp-page-bg-image.png") no-repeat center center; /* Center the image */
    background-size: cover;
    min-height: 60vh; /* Set a minimum height for visibility */
    /* Optional: Add some padding or margin if needed */
    padding: 50px;  /* Adjust as necessary */

}
.main-header {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: right;
  padding-left: 38.5vmin;
}
.main-header h1 {
  color: #fff;
  margin: 0;
  margin-right: -.32em;
}
/*--SSGlass Glazing-*/
.bg-projects.ssglazing{
  position: relative;
    background: url("../projects/SPGlazing/ss-glass-glazing-bg-image.png") no-repeat center center; /* Center the image */
    background-size: cover;
    min-height: 60vh; /* Set a minimum height for visibility */
    /* Optional: Add some padding or margin if needed */
    padding: 50px;  /* Adjust as necessary */

}
.main-header {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: right;
  padding-left: 38.5vmin;
}
.main-header h1 {
  color: #fff;
  margin: 0;
  margin-right: -.32em;
}

/*--Polycarbonate Sheets-*/
.bg-projects.polysheets{
  position: relative;
    background: url("../projects/LPoly/polycarbonate-roofing-sheets-bg-image.png") no-repeat center center; /* Center the image */
    background-size: cover;
    min-height: 60vh; /* Set a minimum height for visibility */
    /* Optional: Add some padding or margin if needed */
    padding: 50px;  /* Adjust as necessary */

}
/*--Invistible Grills and Mosquito Nets Page-*/
.bg-projects.invgrillsmosqnet {
  position: relative;
    background: url("../projects/InvGrillsMosNet/invisible-grills-mosquito-net-bg-image.png") no-repeat center center; /* Center the image */
    background-size: cover;
    min-height: 60vh; /* Set a minimum height for visibility */
    /* Optional: Add some padding or margin if needed */
    padding: 50px;  /* Adjust as necessary */

}

/*--Aluminium Windows & Railings-*/
.bg-projects.aluwinrail {
  position: relative;
    background: url("../projects/AluWinRail/aluminium-windows-railings.png") no-repeat center center; /* Center the image */
    background-size: cover;
    min-height: 60vh; /* Set a minimum height for visibility */
    /* Optional: Add some padding or margin if needed */
    padding: 50px;  /* Adjust as necessary */

}

/*--Innovative Glass Solutions-*/
.bg-projects.igs {
  position: relative;
    background: url("../projects/IGS/innovative-glass-bg-image.png") no-repeat center center; /* Center the image */
    background-size: cover;
    min-height: 60vh; /* Set a minimum height for visibility */
    /* Optional: Add some padding or margin if needed */
    padding: 50px;  /* Adjust as necessary */

}

.main-header {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: right;
  padding-left: 38.5vmin;
}
.main-header h1 {
  color: #fff;
  margin: 0;
  margin-right: -.32em;
}

/*-Aluminium composite panel page gallery images -*/
.acpgallery-img {
  height: 250px;
  width: 350px;
  object-fit: cover;
}
/*-SS-glass-glazing gallery images-*/
.ssglassglazing-img {
  height: 250px;
  width: 350px;
  object-fit: cover;
}

/*-polycarbonate gallery images-*/
.polygallery-img {
  height: 250px;
  width: 350px;
  object-fit: cover;
}

/*-inv grill mosquito net gallery images-*/
.igmngallery-img {
  height: 250px;
  width: 350px;
  object-fit: cover;
}

/*-aluminium windows railings gallery images-*/
.awrgallery-img {
  height: 250px;
  width: 350px;
  object-fit: cover;
}

/*-Innovative Glass SOlutions gallery images-*/
.igsgallery-img {
  height: 250px;
  width: 350px;
  object-fit: cover;
}

/*--Whatsapp floating button*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}