/* Hero banner */
section.banner {
  background: url("../../assets/images/homepage2026/hero-banner.jpg") bottom /
    cover no-repeat;
  position: relative;
  min-height: 797px;
}

section.banner h1 {
  font-size: 64px;
  letter-spacing: -0.96px;
  line-height: 120%;
  margin-bottom: 24px;
}

section.banner .cta-btn {
  display: flex;
  justify-content: center;
  gap: 15px;
}

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

section.banner .content {
  max-width: 886px;
  margin: 0 auto;
  text-align: center;
}

section.banner .content p {
  max-width: 600px;
  margin: 0 auto 24px;
  font-size: 18px;
  line-height: 29.3px;
}

section.banner .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  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);
}

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

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

section.banner .summary p {
  font-size: 20px;
  max-width: 220px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

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

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

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

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

  section.banner .content {
    margin-bottom: 157px;
  }
  
  section.banner .summary p {
    font-size: 16px;
  }
  section.banner .summary img {
    width: 40px;
  }
}

@media (max-width: 575px) {
  section.banner .cta-btn {
    flex-direction: column;
    margin: 0 auto;
    max-width: 260px;
  }
  section.banner .cta-btn a {
    width: 100%;
  }

  section.banner .content {
    margin-bottom: 270px;
  }

  section.banner .summary {
    width: 100%;
  }
}

/* Our 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 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;
}
@media (max-width: 767px) {
  section.products .header {
    margin-bottom: 30px;
  }

  section.products a.btn-red {
    margin-top: 30px;
  }
}

/* Our Services */
section.services {
  background: #f5f5f5;
}
section.services .header {
  margin-bottom: 48px;
}

section.services .d-grid.cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}

section.services .d-grid.cards img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}

section.services .d-grid.services {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, auto);
  column-gap: 30px;
}

section.services .d-grid.services a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

section.services .d-grid.services h3 {
  font-weight: 700;
  color: #191c1e;
  font-size: 18px;
  margin-bottom: 0;
}

section.services .d-grid.services a:hover path {
  stroke: #A1102B;
}

section.services a.btn-red {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  section.services .d-grid.cards {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

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

  section.services .d-grid.services {
    grid-template-columns: 1fr;
  }
}

/* From Our Warehouse to Your Site */
section.process .d-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}

section.process .ol-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

section.process .ol-card {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  gap: 24px;
  align-items: center;
}

section.process .ol-card .num {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #d50527;
  color: #fff;
  padding: 0 18px;
}

section.process .ol-card h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1a1c1c;
  margin-bottom: 0;
}

section.process .ol-card .desc {
  color: #5f5e5e;
  line-height: 26px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  section.process .d-grid {
    gap: 32px;
  }
}

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

/* PICK UP AND DELIVERY PROCESS */
section.delivery-process .header {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 64px;
}
section.delivery-process .header p {
  margin-top: 24px;
  color: #5f5e5e;
  font-weight: 400;
}

section.delivery-process .col-card {
  display: flex;
  flex-direction: column;
  gap: 42px;
  padding: 32px;
  background: #f5f5f5;
  height: 100%;
}

section.delivery-process .col-card h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: #1a1c1c;
}

section.delivery-process .col-card img {
  box-shadow: 9px 9px 15px 0 rgba(0, 0, 0, 0.15);
}

section.delivery-process .col-card .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  flex: 1;
}

section.delivery-process .col-card .info a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #cf0527;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
}

section.delivery-process .col-card .info a:hover {
  color: #A1102B;
}

section.delivery-process .col-card .info a:hover path {
  stroke: #A1102B;
}

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

/* About Us */
section.about .d-grid {
  grid-template-columns: calc(48% - 48px) 1fr;
  gap: 96px;
  place-items: center;
}

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

section.about .content img.mobile {
  display: none;
  margin-bottom: 0;
}

section.about .p-con p {
  line-height: 26px;
  font-weight: 400;
  color: #5f5e5e;
}

@media (max-width: 1199px) {
  section.about .d-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  section.about .content img.mobile {
    display: block;
  }
  section.about img.desktop {
    display: none;
  }
}

/* Ready to Source Steel for Your Next Project? */
section.project {
  background: #f5f5f5;
}
section.project .content {
  background: url("../../assets/images/homepage2026/project.jpg") right / cover
    no-repeat;
  border-radius: 12px;
  padding: 64px;
}

section.project h2 {
  font-size: 64px;
  margin-bottom: 0;
}

section.project .text-content {
  max-width: 690px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

section.project .text-content * {
  color: #fff;
}

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

@media (max-width: 1449px) {
  section.project .content {
    background-image:
      linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.4) 60%,
        rgba(0, 0, 0, 0.1) 100%
      ),
      url("../../assets/images/homepage2026/project.jpg");
  }
}

@media (max-width: 991px) {
  section.project .content {
    background-image:
      linear-gradient(
        to right,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.5) 60%,
        rgba(0, 0, 0, 0.3) 100%
      ),
      url("../../assets/images/homepage2026/project.jpg");
    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%;
  }
}

/* Blogs */
section.blogs .d-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

section.blogs .d-grid .col {
  display: flex;
  flex-direction: column;
}

section.blogs h2 {
  text-align: center;
  margin-bottom: 64px;
}
section.blogs h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #000;
}

section.blogs a {
  flex: 1;
}

section.blogs img {
  max-height: 208px;
  object-fit: cover;
  margin-bottom: 24px;
}

section.blogs .date {
  color: #6b7280;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 400;
}

section.blogs .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5f5e5e;
  font-weight: 400;
}

@media (max-width: 1199px) {
  section.blogs .d-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  section.blogs .d-grid {
    grid-template-columns: 1fr;
  }
}

/* FOOTER */
section.sub-footer {
  background: url("../../assets/images/homepage2026/subscribe-bg.jpg") center /
    cover no-repeat;
}

section.sub-footer .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

section.sub-footer h2 {
  font-size: 52px;
  color: #fff;
  margin-bottom: 0;
}

section.sub-footer p.title {
  color: #d1d5db;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 16px;
}

section.sub-footer form .wpcf7-email {
  max-width: 320px;
}

section.sub-footer form br {
  display: none;
}

section.sub-footer form .subscribe p {
  display: flex;
}

@media (max-width: 991px) {
  section.sub-footer .content {
    flex-direction: column;
    text-align: center;
  }

  section.sub-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

footer {
  padding: 96px 64px 0;
  border-top: 4px solid #d50527;
  background: #110809;
}

footer .d-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  margin-bottom: 96px;
}

footer .d-grid a {
  width: fit-content;
}

footer .footer-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

footer .footer-info img {
  max-width: 157px;
}

footer .footer-info p {
  font-size: 12px;
  line-height: 19.5px;
  font-weight: 400;
  color: #fff;
}

footer .social-icons {
  display: flex;
  gap: 16px;
}

footer .social-icons .svg {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #292122;
}

footer .col-title {
  color: #cf0527;
  font-size: 14px;
  font-weight: 700;
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 1.4px;
  line-height: 20px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

footer .col .links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

footer .col .links a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 20px;
  text-transform: none;
}

footer .col-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

footer .col-contact a {
  color: #cf0527;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

footer .col-contact p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 16px;
  margin-bottom: 0;
}

footer .col-contact .con-title {
  color: #e5e7eb;
  font-weight: 700;
}

footer .col-contact div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

footer .copyright {
  padding: 32px 0 48px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid #fff;
}

footer .copyright p,
footer .copyright .sitemap {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

footer .copyright .sitemap {
  text-decoration: underline;
  text-transform: none;
}

footer .copyright .links {
  display: flex;
  gap: 32px;
}
footer .copyright .links a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 1199px) {
  footer .d-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  footer {
    padding: 64px 30px 0;
  }

  footer .d-grid {
    margin-bottom: 64px;
  }
}

@media (max-width: 767px) {
  footer .d-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .copyright {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    padding-bottom: 32px;
  }
  footer .copyright .links {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  footer .d-grid {
    grid-template-columns: 1fr;
  }
}

/* Header */
.top-bar {
  background: #d50527;
  padding: 8px 64px;
}

.top-bar .bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.top-bar .bar-content .link-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-bar .bar-content a,
.top-bar .bar-content p {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
}

header {
  padding: 0 64px;
}
header .navwrap {
  justify-content: space-between;
}
header .search-toggle {
  padding: 0;
  background: none;
  border: 0;
}

header .nav-container img {
  max-width: 162px;
  padding: 13px 0;
}

header .cta-search {
  display: flex;
  align-items: center;
  gap: 24px;
}

header .navMenu .btn-quote {
  display: none !important;
}

header .navMenu .btn-quote a {
  color: #fff !important;
}

#menu-regannavmenu > li.menu-item-has-children > .sub-menu {
  top: 99px;
}

@media (max-width: 1199px) {
  .top-bar {
    padding-left: 30px;
    padding-right: 30px;
  }
  .top-bar .bar-content {
    flex-direction: column;
    gap: 8px;
  }

  .top-bar .bar-content .link-icon:nth-child(2) {
    flex-wrap: wrap;
    justify-content: center;
  }

  header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  header .cta-search {
    display: none;
  }

  header .navMenu .btn-quote {
    display: block !important;
    background: #d70527 !important;
  }
}

@media (max-width: 767px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
