.put-center {
  justify-content: center;
  align-content: center;
}

.construction {
  padding-top: 200px;
  padding-bottom: 200px;
  color: #fff;
  border: 2px;
  border-color: #000;
}

.const {
  font-weight: 600;
  font-size: 50px;
}

@media only screen and (max-width: 600px) {
  .const {
    font-weight: 600;
    font-size: 20px;
  }
}

p {
  text-align: justify !important;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-weight: 500;
  background-color: #000;
  padding: 10px 10px;
  color: #fff;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #4caf50;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Abou Page Starting */
.page-header {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  color: white;
}

.page-header__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
  overflow: hidden;
}

.page-header__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease;
  z-index: 1;
}

.page-header__bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.page-header__bg-video.loaded {
  opacity: 1;
}

.page-header .container {
  position: relative;
  z-index: 3;
  /* max-width: 50%; */
}

/* Abou Page Ending */
/* General spacing and colors */
section {
  /* padding-top: 4rem; */
  padding-bottom: 4rem;
}

h3.fw-bold {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #222;
}

p.lead {
  font-size: 1.125rem;
  color: #555;
}

/* Feature Box Styling */
.feature-box {
  background-color: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  border-radius: 30px !important;
  min-height: 180px;
}

.feature-box:hover {
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

/* Block Title Section */
.block-title p {
  font-weight: 600;
  font-size: 0.95rem;
  color: #888;
  margin-bottom: 0.25rem;
}

.block-title h3 {
  font-weight: 700;
  font-size: 2rem;
  color: #000;
}

/* Industry Icons & Items */
.industries-served h5 {
  font-size: 1.25rem;
  color: #1c1c1c;
  margin-bottom: 0.5rem;
}

.industries-served p {
  font-size: 0.95rem;
  color: #666;
}

/* CTA Styling */
.cta-section {
  background-color: #222;
  color: #fff;
  padding: 4rem 0;
}

.cta-section .btn {
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.cta-section .btn:hover {
  background-color: #f8f9fa;
  color: #222;
}

/* About Images */
.img-fluid.rounded.shadow {
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.fw-bold {
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  h3.fw-bold {
    font-size: 1.5rem;
  }

  .feature-box {
    padding: 1.25rem;
  }

  .cta-section h3 {
    font-size: 1.5rem;
  }
}

.cta-section {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cta-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../../assets/images/backgrounds/hotel-cleaning.jpg") center center /
      cover no-repeat;
  z-index: 0;
}

.cta-section .container {
  z-index: 1;
}

.icon-circle {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #313131;
  color: white;
  font-size: 24px;
  margin: 0 auto;
  transition: background 0.3s ease;
}

.industry-card:hover .icon-circle {
  background: #313131;
}

.industry-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
