section h1 {
  letter-spacing: 1.28px;
}

@media (max-width: 767px) {
  section h3 {
    font-size: 20px !important;
  }
}
/* Hero banner */
section.banner {
  background: url("../../../assets/images/steel-sections/image-85.jpg") bottom /
    cover no-repeat;
}

section.banner h1 {
  margin-bottom: 24px;
}

section.banner .content *,
section.banner .banner-info * {
  color: #fff;
}

section.banner .content p {
  font-size: 18px;
  line-height: 28.8px;
}

section.banner .cta-btn {
  margin-top: 40px;
}

section.banner .content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.banner .content {
  display: grid;
  grid-template-columns: 34.5% 1fr;
  gap: 64px;
  align-items: center;
  width: 100%;
}

.banner-info {
  background: #d50527;
  padding: 45px 64px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-info span {
  display: block;
  height: 76.5;
  width: 1px;
  background: #fff;
  opacity: 0.3;
}

.banner-info .summary {
  display: flex;
  align-items: center;
  gap: 16px;
}

.banner-info .summary p {
  color: #fff;
  font-size: 20px;
  max-width: 220px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  line-height: 26px;
}

@media (max-width: 1299px) {
  section.banner .content {
    grid-template-columns: 40% 1fr;
  }
}

@media (max-width: 1199px) {
  section.banner .content {
    gap: 32px;
  }
  .banner-info {
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner-info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .banner-info .summary {
    width: calc(50% - 15px);
    box-sizing: border-box;
  }

  .banner-info span {
    display: none;
  }
  .banner-info .summary p {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  section.banner .content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .banner-info {
    padding: 30px 20px;
    gap: 16px;
  }

  .banner-info .summary p {
    font-size: 16px;
  }
  .banner-info .summary img {
    width: 40px;
  }
}

@media (max-width: 575px) {
  section.banner .cta-btn {
    margin-top: 24px;
  }
  section.banner .cta-btn a,
  .banner-info .summary {
    width: 100%;
  }
}

/* Types and Products */
section.types .header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  margin-bottom: 48px;
}

section.types .header p {
  font-size: 18px;
}

section.types .types-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

section.types .type-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}

section.types .type-item.reverse .type-content {
  order: 2;
}

section.types .type-item.reverse .type-image {
  order: 1;
}

section.types .type-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

section.types .type-content h3 {
  color: #cf0527;
}

section.types .type-content a {
  color: #cf0527;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  gap: 12px;
  width: fit-content;
}

section.types .type-content p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

section.types .type-image img {
  width: 100%;
}

@media (max-width: 767px) {
  section.types .header {
    margin-bottom: 30px;
  }

  section.types .type-item {
    grid-template-columns: 1fr;
  }

  section.types .type-item.reverse .type-content,
  section.types .type-item.reverse .type-image {
    order: unset;
  }
}

/* Products */
section.products .header {
  text-align: center;
  margin-bottom: 48px;
}

section.products .card-prod {
  background-color: #f5f5f5;
  height: 100%;
  display: flex;
  flex-direction: column;
}

section.products .card-prod img {
  max-height: 436px;
  min-height: 436px;
  object-fit: cover;
}

section.products .card-prod a {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  flex: 1;
}

section.products .card-prod h3 {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

section.products .card-prod a:hover path {
  stroke: #a1102b;
}

section.products a.btn-red {
  margin: 48px auto 0;
}

section.products .product-carousel {
  position: relative;
}

section.products .product-carousel .item {
  height: fit-content;
}

section.products .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

section.products .owl-nav .owl-prev {
  position: relative;
  left: -20px;
}

section.products .owl-nav .owl-next {
  position: relative;
  right: -20px;
}

@media (max-width: 767px) {
  section.products .header {
    margin-bottom: 30px;
  }
  section.products a.btn-red {
    margin-top: 30px;
  }
}

/* Specifications */
section.specs .d-grid {
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

section.specs .content p {
  color: #5b403c;
  font-size: 18px;
  line-height: 34.2px;
  font-weight: 400;
}

section.specs .content,
section.specs .content ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.specs .content ul {
  gap: 5px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

section.specs .content li {
  color: #1a1c1c;
  font-size: 18px;
  line-height: 34.2px;
  font-weight: 400;
  position: relative;
  padding-left: 31px;
}

section.specs .content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url("./../../../assets/images/svg/red-check.svg") center / contain
    no-repeat;
}

section.specs .card-pdf {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 39px;
  background: #f3f3f3;
}

section.specs .card-pdf p,
section.specs .card-pdf span {
  line-height: 32.6px;
  font-weight: 400;
  flex: 1;
}

section.specs .card-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

section.specs .card-heading h3 {
  color: #1a1c1c;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 38.9px;
}

section.specs .card-heading .heading {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
section.specs .btn-global {
  padding: 26px 32px;
  font-size: 19.56px;
  letter-spacing: 0.98px;
  width: 100%;
  justify-content: center;
}

section.specs .pdf-size {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 7px;
  border-top: 1.63px solid #e3beb9;
}

section.specs .pdf-size span {
  color: #5b403c;
  font-weight: 400;
}
@media (max-width: 1199px) {
  section.specs .d-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 767px) {
  section.specs .card-pdf {
    padding: 24px;
  }

  section.specs .card-heading h3 {
    line-height: 32px;
  }
}

/* Why choose Regan */
section.choose {
  background: #f5f5f5;
}
section.choose .header {
  text-align: center;
  margin-bottom: 48px !important;
  max-width: 884px;
  margin: 0 auto;
}

section.choose .card-content {
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
}

section.choose .col-lg-4:nth-child(2) .card-content p,
section.choose .col-lg-4:nth-child(3) .card-content p {
  max-width: 291px;
  margin: 0 auto;
}

section.choose .card-content h3 {
  color: #1a1c1c;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

section.choose .card-content span {
  background: #79001b;
  width: 24px;
  height: 2px;
}

@media (max-width: 991px) {
  section.choose .card-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  section.choose .header {
    margin-bottom: 30px;
  }
}

/* Project CTA */
section.project {
  background: #f5f5f5;
}

section.project .content {
  background:
    linear-gradient(
      90deg,
      #d50527 0%,
      #d50527 28%,
      rgba(213, 5, 39, 0.85) 45%,
      rgba(213, 5, 39, 0.3) 70%,
      rgba(213, 5, 39, 0) 100%
    ),
    url("./../../../assets/images/products/project-bg.jpg") right / auto 100%
      no-repeat;
  border-radius: 12px;
  padding: 64px;
  min-height: 468px;
  display: flex;
}

section.project .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

section.project .text-content p {
  max-width: 672px;
  line-height: 28px;
}

section.project .text-content *:not(.btn-yellow) {
  color: #fff;
}

section.project .cta-btn {
  display: flex;
  gap: 32px;
}

@media (max-width: 991px) {
  section.project .content {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 575px) {
  section.project .cta-btn {
    flex-direction: column;
    gap: 16px;
  }

  section.project .cta-btn a {
    width: 100%;
  }
}

/* FAQs */
section.faqs .header {
  text-align: center;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1032px;
}

section.faqs .sub-header {
  margin-bottom: 0!important;
}

section.faqs .accordion {
  max-width: 960px;
  margin: 0 auto;
}

section.faqs .accordion-item {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(63, 63, 70, 0.15);
  padding: 48px 0;
}

section.faqs .accordion-button {
  background: none;
  box-shadow: none;
  color: #1a1c1c;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  gap: 20px;
}

section.faqs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1 8.0008H15.0016M8.0008 1V15.0016' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  transform: none;
}
section.faqs .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1 8H15' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
section.faqs .accordion-body {
  padding: 24px 0 0;
  text-align: left;
}

section.faqs .accordion-body p {
  line-height: 24px;
  font-weight: 400;
}

section.faqs .accordion-body a {
  color: #e5415c;
  text-decoration: underline;
}

@media (max-width: 767px) {
  section.faqs .header {
    margin-bottom: 24px;
  }

  section.faqs .accordion-item {
    padding: 24px 0;
  }

  section.faqs .accordion-button {
    font-size: 20px;
  }
}

/* Applications */
section.app {
  background: #fff;
}

section.app .card-content {
  background: #f5f5f5;
  justify-content: space-between;
}

section.app .card-content div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Product Size */
.steel-specs-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  height: 100%;
}

.steel-spec-card {
  background: #f4f4f4;
  min-height: 170px;
  padding: 24px;
  display: grid;
  grid-template-columns: 62% 38%;
  align-items: center;
  gap: 24px;
}

.steel-spec-title {
  color: #a90000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.steel-spec-content p {
  font-size: 18px;
}

.steel-spec-content ul {
  margin: 0;
  padding-left: 18px;
}

.steel-spec-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1199px) {
  .steel-spec-title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .steel-spec-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .steel-spec-title {
    font-size: 20px;
  }
}

/* Sheet Piles other sections */
.mhz-hero {
  background: url(../../../assets/images/steel-sections/mhz-bg.jpg) center /
    cover no-repeat;
}

.mhz-hero .content * {
  color: #fff;
}

.mhz-hero .content {
  max-width: 928px;
}

.mhz-hero .content .desc {
  max-width: 722px;
}

.mhz-hero .content p {
  line-height: 29.3px;
}

@media (max-width: 991px) {
  .mhz-hero .content,
  .mhz-hero .content .desc {
    max-width: 100%;
  }
}

/* ------------ */
.mhz-info .d-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
}

.mhz-info h2, .mhz-info .content img {
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  .mhz-info .d-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ------------ */
section.mhz .header {
  max-width: 1184px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

section.mhz .card-content div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1;
}

section.mhz .card-content p {
  flex: auto;
}

section.mhz .card-content h3 {
  flex: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.mhz .col-lg-3 {
    width: 50%;
  }
}

/* ------------ */
section.features {
  background: #fff;
}

section.features .card-content {
  background: #f5f5f5;
}

section.features .card-content p {
  max-width: 100%!important;
}