.elementor-371 .elementor-element.elementor-element-ba33828{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371 .elementor-element.elementor-element-151697e.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-371 .elementor-element.elementor-element-5c9c2c8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371 .elementor-element.elementor-element-78263ed.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-151697e *//* HK Sagar - MS / GI ERW Pipes Hero */

.hk-erw-hero-section {
  position: relative;
  width: 100%;
  min-height: 430px;
  padding: 105px 20px 85px;
  background:
    radial-gradient(circle at top right, rgba(210, 22, 36, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(135deg, #161616 0%, #303030 48%, #777777 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hk-erw-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.24;
  pointer-events: none;
}

.hk-erw-hero-section::after {
  content: "SUPERWELD";
  position: absolute;
  right: -80px;
  bottom: -18px;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(76px, 13vw, 210px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-erw-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hk-erw-hero-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 11px 22px;
  border-radius: 100px;
  background: rgba(210, 22, 36, 0.16);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border: 1px solid rgba(210, 22, 36, 0.30);
}

.hk-erw-hero-logo {
  width: 150px;
  height: auto;
  margin: 0 auto 18px;
  padding: 14px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.20);
}

.hk-erw-hero-logo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.hk-erw-hero-section h1 {
  max-width: 980px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(46px, 7vw, 58px);
  line-height: 0.96;
  font-weight: 550;
  letter-spacing: -3px;
}

.hk-erw-hero-section p {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.65;
}

.hk-erw-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hk-erw-primary-btn,
.hk-erw-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 100px;
  font-size: 15px;
  line-height: 1;
  font-weight: 550;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.hk-erw-primary-btn {
  background: #D21624;
  color: #ffffff !important;
  box-shadow: 0 18px 42px rgba(210, 22, 36, 0.26);
}

.hk-erw-primary-btn:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #D21624 !important;
}

.hk-erw-secondary-btn {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.hk-erw-secondary-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.15);
}

/* Responsive */

@media (max-width: 991px) {
  .hk-erw-hero-section {
    min-height: 380px;
    padding: 95px 18px 78px;
  }

  .hk-erw-hero-section h1 {
    font-size: 58px;
    letter-spacing: -2px;
  }

  .hk-erw-hero-section p {
    font-size: 16.5px;
  }
}

@media (max-width: 767px) {
  .hk-erw-hero-section {
    min-height: 350px;
    padding: 82px 16px 68px;
  }

  .hk-erw-hero-section::after {
    display: none;
  }

  .hk-erw-hero-label {
    margin-bottom: 16px;
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .hk-erw-hero-logo {
    width: 128px;
    margin-bottom: 18px;
  }

  .hk-erw-hero-section h1 {
    font-size: 38px;
    line-height: 1.04;
    letter-spacing: -1.1px;
  }

  .hk-erw-hero-section p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.58;
  }

  .hk-erw-hero-actions {
    margin-top: 28px;
    gap: 12px;
  }

  .hk-erw-primary-btn,
  .hk-erw-secondary-btn {
    width: 100%;
    padding: 15px 22px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78263ed *//* HK Sagar - MS / GI ERW Pipes Overview */

.hk-erw-overview-section {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top left, rgba(210, 22, 36, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  overflow: hidden;
}

.hk-erw-overview-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(22, 22, 22, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 22, 22, 0.028) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.42;
  pointer-events: none;
}

.hk-erw-overview-section::after {
  content: "PIPES";
  position: absolute;
  right: -42px;
  bottom: -22px;
  color: rgba(22, 22, 22, 0.045);
  font-size: clamp(100px, 15vw, 230px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-erw-overview-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-erw-overview-header {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
}

.hk-erw-brand-mark {
  width: 130px;
  min-height: 86px;
  margin: 0 auto 18px;
  padding: 14px 18px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(22, 22, 22, 0.08);
  box-shadow: 0 18px 42px rgba(22, 22, 22, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hk-erw-brand-mark img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.hk-erw-overview-header span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(210, 22, 36, 0.10);
  color: #D21624;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.hk-erw-overview-header h2 {
  margin: 0;
  color: #161616;
  font-size: clamp(40px, 5.5vw, 52px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -2.4px;
}

/* Grid */

.hk-erw-overview-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

/* Image */

.hk-erw-overview-image {
  position: relative;
  min-height: 540px;
  border-radius: 34px;
  overflow: hidden;
  background: #161616;
  box-shadow: 0 28px 80px rgba(22, 22, 22, 0.16);
}

.hk-erw-overview-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(22, 22, 22, 0.68) 100%),
    radial-gradient(circle at top right, rgba(210, 22, 36, 0.16), transparent 42%);
  pointer-events: none;
}

.hk-erw-overview-image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}

.hk-erw-image-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  max-width: 320px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hk-erw-image-badge strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: -0.5px;
}

.hk-erw-image-badge span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 500;
}

/* Content */

.hk-erw-overview-content {
  position: relative;
}

.hk-erw-overview-content p {
  margin: 0 0 24px;
  color: rgba(22, 22, 22, 0.78);
  font-size: 16.5px;
  line-height: 1.74;
}

.hk-erw-overview-content p:first-child {
  color: rgba(22, 22, 22, 0.90);
  font-size: 18px;
  font-weight: 500;
}

.hk-erw-note {
  margin-top: 30px !important;
  padding: 20px 22px;
  border-left: 4px solid #D21624;
  border-radius: 18px;
  background: rgba(210, 22, 36, 0.06);
  color: rgba(22, 22, 22, 0.86) !important;
  font-weight: 550;
}

/* Table */

.hk-erw-table-wrap {
  margin-top: 28px;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(22, 22, 22, 0.08);
  box-shadow: 0 24px 70px rgba(22, 22, 22, 0.08);
}

.hk-erw-table-wrap.second {
  margin-top: 22px;
}

.hk-erw-product-table {
  width: 100%;
  border-collapse: collapse;
}

.hk-erw-product-table tr {
  border-bottom: 1px solid rgba(22, 22, 22, 0.08);
}

.hk-erw-product-table tr:last-child {
  border-bottom: 0;
}

.hk-erw-product-table th {
  width: 34%;
  padding: 22px 24px;
  background: rgba(210, 22, 36, 0.09);
  color: #161616;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}

.hk-erw-product-table td {
  padding: 22px 24px;
  color: rgba(22, 22, 22, 0.72);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
  vertical-align: top;
}

/* Button */

.hk-erw-overview-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 16px 30px;
  border-radius: 100px;
  background: linear-gradient(135deg, #D21624 0%, #8f111a 100%);
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 550;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(210, 22, 36, 0.22);
  transition: all 0.3s ease;
}

.hk-erw-overview-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(210, 22, 36, 0.30);
  background: linear-gradient(135deg, #161616 0%, #D21624 100%);
}

/* Responsive */

@media (max-width: 991px) {
  .hk-erw-overview-section {
    padding: 85px 18px;
  }

  .hk-erw-overview-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hk-erw-overview-image,
  .hk-erw-overview-image img {
    min-height: auto;
    height: 430px;
  }

  .hk-erw-overview-header h2 {
    font-size: 50px;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 767px) {
  .hk-erw-overview-section {
    padding: 70px 16px;
  }

  .hk-erw-overview-section::after {
    display: none;
  }

  .hk-erw-overview-header {
    margin-bottom: 40px;
  }

  .hk-erw-brand-mark {
    width: 118px;
    min-height: 76px;
    border-radius: 20px;
  }

  .hk-erw-overview-header h2 {
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-erw-overview-image,
  .hk-erw-overview-image img {
    height: 300px;
    border-radius: 24px;
  }

  .hk-erw-image-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .hk-erw-image-badge strong {
    font-size: 21px;
  }

  .hk-erw-overview-content p,
  .hk-erw-overview-content p:first-child {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hk-erw-table-wrap {
    margin-top: 26px;
    border-radius: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hk-erw-product-table {
    min-width: 620px;
  }

  .hk-erw-product-table th,
  .hk-erw-product-table td {
    padding: 18px;
    font-size: 14px;
  }

  .hk-erw-product-table th {
    width: 32%;
  }

  .hk-erw-overview-btn {
    width: 100%;
    margin-top: 24px;
    padding: 15px 24px;
    font-size: 14px;
  }
}/* End custom CSS */