/* ================================
   Cement Header Styles
================================ */

.cement-header {
  background: url("../../media/cement-plant.png") center/cover no-repeat;
  position: relative;
  color: #ffffff;
}

.cement-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.35) 40%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 1;
}

.cement-header > * {
  position: relative;
  z-index: 2;
}


.hero-wrapper {
  position: relative;
  padding: 3rem 2rem;
}

/* Hero Text */
.hero-content h1 {
  font-size: 2.2rem;
  font-weight: 700;
}

.hero-content p {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 1.25rem;
}

/* Search Box */
.search-box {
  display: flex;
  max-width: 560px;
}

.search-box input {
  border-radius: 6px 0 0 6px;
  border: none;
  padding: 0.65rem;
}

.btn-search {
  background: #e67e22;
  color: #fff;
  white-space: nowrap;
  border-radius: 0 6px 6px 0;
  padding: 0 1.2rem;
  font-weight: 600;
}

.btn-search:hover {
  background: #cf6d17;
}

/* ================================
   Right Advertisement Banner
================================ */

.cement-ad {
  max-width: 260px;
  margin-left: auto;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  border: 1px solid #f0e2d3;
}

/* Top Content */
.cement-ad-header {
  padding: 1.1rem 1rem;
  text-align: left;
}

.cement-ad-header h5 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  color: #2c2c2c;
  margin-bottom: 0.25rem;
}

.cement-ad-header p {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
}

/* Bottom CTA */
.cement-ad-footer {
  background: linear-gradient(90deg, #e67e22, #d96c0f);
  padding: 0.6rem;
  text-align: center;
}

.cement-ad-btn {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 0;
}

.cement-ad-btn i {
  margin-left: 6px;
  font-size: 0.75rem;
}

.cement-ad-btn:hover {
  color: #fff;
  opacity: 0.9;
}

/* ================================
   Responsive
================================ */

@media (max-width: 991px) {
  .cement-ad {
    max-width: 100%;
    margin: 1rem auto 0;
  }
}
