.elementor-367 .elementor-element.elementor-element-234127a{--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-367 .elementor-element.elementor-element-6b799f9.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-367 .elementor-element.elementor-element-1135858{--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-367 .elementor-element.elementor-element-862b46d.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6b799f9 *//* HK Sagar - Structural Steel / Long Products Short Hero */

.hk-longsteel-simple-hero {
  position: relative;
  width: 100%;
  min-height: 430px;
  padding: 110px 20px 90px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.18), transparent 34%),
    radial-gradient(circle at bottom left, rgba(150, 212, 237, 0.10), transparent 32%),
    linear-gradient(135deg, #08182a 0%, #123756 48%, #0f2f49 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hk-longsteel-simple-hero::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.26;
  pointer-events: none;
}

.hk-longsteel-simple-hero::after {
  content: "STRUCTURAL";
  position: absolute;
  right: -90px;
  bottom: -18px;
  color: rgba(255, 255, 255, 0.04);
  font-size: clamp(76px, 13vw, 210px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-longsteel-simple-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hk-longsteel-simple-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding: 11px 22px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.12);
  color: #96d4ed;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border: 1px solid rgba(150, 212, 237, 0.16);
}

.hk-longsteel-simple-hero h1 {
  max-width: 1020px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(46px, 7vw, 58px);
  line-height: 0.96;
  font-weight: 550;
  letter-spacing: -3px;
}

.hk-longsteel-simple-hero p {
  max-width: 780px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.hk-longsteel-simple-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hk-longsteel-simple-primary-btn,
.hk-longsteel-simple-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-longsteel-simple-primary-btn {
  background: #43b6e5;
  color: #08182a !important;
  box-shadow: 0 18px 42px rgba(67, 182, 229, 0.22);
}

.hk-longsteel-simple-primary-btn:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #08182a !important;
}

.hk-longsteel-simple-secondary-btn {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.hk-longsteel-simple-secondary-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-longsteel-simple-hero {
    min-height: 380px;
    padding: 95px 18px 78px;
  }

  .hk-longsteel-simple-hero h1 {
    font-size: 58px;
    letter-spacing: -2px;
  }

  .hk-longsteel-simple-hero p {
    font-size: 16.5px;
  }
}

@media (max-width: 767px) {
  .hk-longsteel-simple-hero {
    min-height: 350px;
    padding: 82px 16px 68px;
  }

  .hk-longsteel-simple-hero::after {
    display: none;
  }

  .hk-longsteel-simple-label {
    margin-bottom: 18px;
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .hk-longsteel-simple-hero h1 {
    font-size: 38px;
    line-height: 1.04;
    letter-spacing: -1.1px;
  }

  .hk-longsteel-simple-hero p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.58;
  }

  .hk-longsteel-simple-actions {
    margin-top: 28px;
    gap: 12px;
  }

  .hk-longsteel-simple-primary-btn,
  .hk-longsteel-simple-secondary-btn {
    width: 100%;
    padding: 15px 22px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-862b46d *//* HK Sagar - Structural Steel / Long Products Integrated Overview */

.hk-longsteel-overview-section {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top left, rgba(67, 182, 229, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  overflow: hidden;
}

.hk-longsteel-overview-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 24, 42, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 24, 42, 0.028) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.42;
  pointer-events: none;
}

.hk-longsteel-overview-section::after {
  content: "LONG STEEL";
  position: absolute;
  right: -88px;
  bottom: -22px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(82px, 12vw, 200px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-longsteel-overview-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-longsteel-overview-header {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
}

.hk-longsteel-overview-header span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.12);
  color: #3888bb;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.hk-longsteel-overview-header h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -2.2px;
}

/* Grid */

.hk-longsteel-overview-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

/* Left Image */

.hk-longsteel-overview-image {
  position: relative;
  min-height: 560px;
  border-radius: 34px;
  overflow: hidden;
  background: #08182a;
  box-shadow: 0 28px 80px rgba(8, 24, 42, 0.14);
}

.hk-longsteel-overview-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(8, 24, 42, 0.64) 100%),
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.18), transparent 42%);
  pointer-events: none;
}

.hk-longsteel-overview-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
  filter: brightness(0.96) contrast(1.06) saturate(1.03);
}

.hk-longsteel-image-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  max-width: 320px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(8, 24, 42, 0.48);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hk-longsteel-image-badge strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: -0.5px;
}

.hk-longsteel-image-badge span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 500;
}

/* Right Connected Panel */

.hk-longsteel-content-panel {
  position: relative;
  padding: 36px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 24px 74px rgba(8, 24, 42, 0.09);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hk-longsteel-content-panel::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(67, 182, 229, 0.11);
  pointer-events: none;
}

.hk-longsteel-content-top {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}

.hk-longsteel-content-top span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 9px 16px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.12);
  color: #3888bb;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: 1px solid rgba(56, 136, 187, 0.12);
}

.hk-longsteel-content-top h3 {
  max-width: 610px;
  margin: 0;
  color: #08182a;
  font-size: clamp(28px, 3.2vw, 32px);
  line-height: 1.04;
  font-weight: 550;
  letter-spacing: -1.6px;
}

/* Copy */

.hk-longsteel-copy {
  position: relative;
  z-index: 2;
  margin-bottom: 28px;
}

.hk-longsteel-copy p {
  margin: 0 0 16px;
  color: rgba(41, 41, 41, 0.72);
  font-size: 16px;
  line-height: 1.72;
  font-weight: 500;
}

.hk-longsteel-copy p:last-child {
  margin-bottom: 0;
}

.hk-longsteel-copy .hk-longsteel-lead {
  color: rgba(8, 24, 42, 0.90);
  font-size: 17px;
  font-weight: 650;
}

/* Integrated Spec Panel */

.hk-longsteel-spec-panel {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 52px rgba(8, 24, 42, 0.08);
}

.hk-longsteel-spec-row {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  border-bottom: 1px solid rgba(8, 24, 42, 0.08);
}

.hk-longsteel-spec-label {
  padding: 20px 22px;
  background:
    linear-gradient(135deg, rgba(67, 182, 229, 0.13), rgba(150, 212, 237, 0.16));
  color: #08182a;
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 700;
}

.hk-longsteel-spec-value {
  padding: 20px 22px;
  color: rgba(41, 41, 41, 0.76);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.88);
}

.hk-longsteel-spec-note {
  padding: 18px 22px;
  background:
    linear-gradient(135deg, rgba(67, 182, 229, 0.15), rgba(150, 212, 237, 0.20));
  color: #08182a;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 750;
}

/* Button */

.hk-longsteel-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 16px 30px;
  border-radius: 100px;
  background: linear-gradient(135deg, #123756 0%, #3888bb 100%);
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 550;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(56, 136, 187, 0.22);
  transition: all 0.3s ease;
}

.hk-longsteel-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(56, 136, 187, 0.30);
  background: linear-gradient(135deg, #08182a 0%, #43b6e5 100%);
  color: #ffffff !important;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-longsteel-overview-section {
    padding: 85px 18px;
  }

  .hk-longsteel-overview-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hk-longsteel-overview-image,
  .hk-longsteel-overview-image img {
    min-height: auto;
    height: 430px;
  }

  .hk-longsteel-overview-header h2 {
    font-size: 48px;
    letter-spacing: -1.6px;
  }

  .hk-longsteel-content-panel {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .hk-longsteel-overview-section {
    padding: 70px 16px;
  }

  .hk-longsteel-overview-section::after {
    display: none;
  }

  .hk-longsteel-overview-header {
    margin-bottom: 40px;
  }

  .hk-longsteel-overview-header h2 {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-longsteel-overview-image,
  .hk-longsteel-overview-image img {
    height: 300px;
    border-radius: 24px;
  }

  .hk-longsteel-image-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .hk-longsteel-image-badge strong {
    font-size: 21px;
  }

  .hk-longsteel-content-panel {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .hk-longsteel-content-top h3 {
    font-size: 27px;
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .hk-longsteel-copy p,
  .hk-longsteel-copy .hk-longsteel-lead {
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-longsteel-spec-panel {
    border-radius: 20px;
  }

  .hk-longsteel-spec-row {
    grid-template-columns: 1fr;
  }

  .hk-longsteel-spec-label,
  .hk-longsteel-spec-value,
  .hk-longsteel-spec-note {
    padding: 16px;
    font-size: 13.5px;
  }

  .hk-longsteel-btn {
    width: 100%;
    margin-top: 24px;
    padding: 15px 24px;
    font-size: 14px;
  }
}/* End custom CSS */