.why-choose-section,
.about-materials-section,
.materials-showcase-section {
  font-family: 'Poppins', Arial, sans-serif;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #16294f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-label i {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #e9c99a;
}

.why-choose-image {
  height: 100%;
  min-height: 340px;
}

.why-choose-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.why-choose-content {
  padding: 40px 30px;
}

.why-choose-heading {
  font-family: 'Playfair Display', Georgia, serif;
  color: #16294f;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
}

.why-choose-text {
  color: #5b6472;
  font-size: 13.5px;
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 28px;
}

.why-choose-features {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.why-choose-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 90px;
}

.why-choose-feature i {
  color: #16294f;
  font-size: 22px;
  margin-bottom: 10px;
}

.why-choose-feature span {
  color: #16294f;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.4;
}

.why-choose-standards {
  background-color: #eef1f5;
  height: 100%;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.standards-icon {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background-color: #16324f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.why-choose-standards h6 {
  color: #16294f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
}

.why-choose-standards p {
  color: #5b6472;
  font-size: 12.5px;
  line-height: 1.6;
  margin-bottom: 0;
}

.about-materials-section {
  padding: 56px 0;
}

.about-mini-heading {
  font-family: 'Playfair Display', Georgia, serif;
  color: #16294f;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 16px;
}

.about-mini-text {
  color: #5b6472;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.about-mini-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #16294f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 13px 22px;
  border-radius: 30px;
  text-decoration: none;
}

.about-mini-btn:hover {
  background-color: #0d1c38;
  color: #ffffff;
}

.about-project-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.materials-mini-content {
  background-color: #eef1f5;
  border-radius: 10px;
  padding: 32px;
  height: 100%;
}

.materials-mini-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #16324f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-bottom: 16px;
}

.materials-mini-heading {
  font-family: 'Playfair Display', Georgia, serif;
  color: #16294f;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 12px;
}

.materials-mini-text {
  color: #5b6472;
  font-size: 12.5px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.materials-mini-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #16294f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 24px;
}

.materials-brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  border-top: 1px solid #d7dde4;
  padding-top: 18px;
}

.materials-brand-row span {
  color: #8492a6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.materials-showcase-section {
  background-color: #f5f7fa;
  padding: 56px 0;
}

.materials-showcase-heading h2 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #16294f;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.material-item {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.material-item img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
}

.material-item span {
  display: block;
  padding: 10px 12px;
  color: #16294f;
  font-size: 12px;
  font-weight: 600;
}
.pool-tiling-banner {
  font-family: 'Poppins', Arial, sans-serif;
}

.pool-tiling-image {
  height: 100%;
  min-height: 320px;
}

.pool-tiling-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pool-tiling-content {
  background-color: rgba(22, 50, 79, 1);
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 28px;
}

.pool-tiling-content h2 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}

.pool-tiling-content p {
  color: #cfdbe6;
  font-size: 13px;
  line-height: 1.7;
  max-width: 400px;
  margin-bottom: 28px;
}

.pool-tiling-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 30px;
  text-decoration: none;
  width: fit-content;
  transition: background-color 0.25s ease;
}

.pool-tiling-btn:hover {
  background-color: #ffffff;
  color: #16324f;
}

@media (max-width: 767.98px) {
  .pool-tiling-content {
    padding: 40px 24px;
  }

  .pool-tiling-content h2 {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  .why-choose-content,
  .about-materials-section,
  .materials-showcase-section {
    padding: 40px 24px;
  }

  .materials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575.98px) {
  .materials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}