.elementor-356 .elementor-element.elementor-element-10b7b73{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-356 .elementor-element.elementor-element-c705404.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-356 .elementor-element.elementor-element-a715683{--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-356 .elementor-element.elementor-element-79329ac.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-356 .elementor-element.elementor-element-d93bda3{--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-356 .elementor-element.elementor-element-6db0703.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c705404 *//* HK Sagar - Cold Rolled Coils / Sheets Short Hero */

.hk-cr-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-cr-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-cr-simple-hero::after {
  content: "COLD ROLLED";
  position: absolute;
  right: -78px;
  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-cr-simple-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hk-cr-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-cr-simple-hero 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-cr-simple-hero p {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.hk-cr-simple-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hk-cr-simple-primary-btn,
.hk-cr-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-cr-simple-primary-btn {
  background: #43b6e5;
  color: #08182a !important;
  box-shadow: 0 18px 42px rgba(67, 182, 229, 0.22);
}

.hk-cr-simple-primary-btn:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #08182a !important;
}

.hk-cr-simple-secondary-btn {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.hk-cr-simple-secondary-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-cr-simple-hero {
    min-height: 380px;
    padding: 95px 18px 78px;
  }

  .hk-cr-simple-hero h1 {
    font-size: 58px;
    letter-spacing: -2px;
  }

  .hk-cr-simple-hero p {
    font-size: 16.5px;
  }
}

@media (max-width: 767px) {
  .hk-cr-simple-hero {
    min-height: 350px;
    padding: 82px 16px 68px;
  }

  .hk-cr-simple-hero::after {
    display: none;
  }

  .hk-cr-simple-label {
    margin-bottom: 18px;
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .hk-cr-simple-hero h1 {
    font-size: 38px;
    line-height: 1.04;
    letter-spacing: -1.1px;
  }

  .hk-cr-simple-hero p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.58;
  }

  .hk-cr-simple-actions {
    margin-top: 28px;
    gap: 12px;
  }

  .hk-cr-simple-primary-btn,
  .hk-cr-simple-secondary-btn {
    width: 100%;
    padding: 15px 22px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79329ac *//* HK Sagar - Cold Rolled Coils / Sheets Overview */

.hk-cr-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-cr-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-cr-overview-section::after {
  content: "STEELIUM";
  position: absolute;
  right: -78px;
  bottom: -22px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(90px, 14vw, 220px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-cr-overview-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-cr-overview-header {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
}

.hk-cr-brand-mark {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
  padding: 12px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 42px rgba(8, 24, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hk-cr-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hk-cr-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-cr-overview-header h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(40px, 5.5vw, 52px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -2.4px;
}

/* Grid */

.hk-cr-overview-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

/* Image */

.hk-cr-overview-image {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  background: #08182a;
  box-shadow: 0 28px 80px rgba(8, 24, 42, 0.14);
}

.hk-cr-overview-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(8, 24, 42, 0.62) 100%),
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.18), transparent 42%);
  pointer-events: none;
}

.hk-cr-overview-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.hk-cr-image-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  max-width: 310px;
  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-cr-image-badge strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: -0.5px;
}

.hk-cr-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;
}

/* Content */

.hk-cr-overview-content {
  position: relative;
}

.hk-cr-overview-content p {
  margin: 0 0 18px;
  color: rgba(41, 41, 41, 0.74);
  font-size: 16.5px;
  line-height: 1.74;
}

.hk-cr-overview-content p:first-child {
  color: rgba(8, 24, 42, 0.88);
  font-size: 18px;
  font-weight: 500;
}

/* Table */

.hk-cr-table-wrap {
  margin-top: 34px;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 24px 70px rgba(8, 24, 42, 0.10);
}

.hk-cr-product-table {
  width: 100%;
  border-collapse: collapse;
}

.hk-cr-product-table tr {
  border-bottom: 1px solid rgba(8, 24, 42, 0.08);
}

.hk-cr-product-table tr:last-child {
  border-bottom: 0;
}

.hk-cr-product-table th {
  width: 34%;
  padding: 22px 24px;
  background: rgba(67, 182, 229, 0.10);
  color: #08182a;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}

.hk-cr-product-table td {
  padding: 22px 24px;
  color: rgba(41, 41, 41, 0.74);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
  vertical-align: top;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-cr-overview-section {
    padding: 85px 18px;
  }

  .hk-cr-overview-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hk-cr-overview-image,
  .hk-cr-overview-image img {
    min-height: auto;
    height: 430px;
  }

  .hk-cr-overview-header h2 {
    font-size: 50px;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 767px) {
  .hk-cr-overview-section {
    padding: 70px 16px;
  }

  .hk-cr-overview-section::after {
    display: none;
  }

  .hk-cr-overview-header {
    margin-bottom: 40px;
  }

  .hk-cr-brand-mark {
    width: 78px;
    height: 78px;
    border-radius: 20px;
  }

  .hk-cr-overview-header h2 {
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-cr-overview-image,
  .hk-cr-overview-image img {
    height: 300px;
    border-radius: 24px;
  }

  .hk-cr-image-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .hk-cr-image-badge strong {
    font-size: 21px;
  }

  .hk-cr-overview-content p,
  .hk-cr-overview-content p:first-child {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hk-cr-table-wrap {
    margin-top: 28px;
    border-radius: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hk-cr-product-table {
    min-width: 620px;
  }

  .hk-cr-product-table th,
  .hk-cr-product-table td {
    padding: 18px;
    font-size: 14px;
  }

  .hk-cr-product-table th {
    width: 32%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6db0703 *//* HK Sagar - Tata Steelium Super Section */

.hk-steelium-super-section {
  position: relative;
  width: 100%;
  padding: 40px 20px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.10), transparent 34%),
    linear-gradient(180deg, #eef6f9 0%, #e8f2f6 100%);
  overflow: hidden;
}

.hk-steelium-super-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 24, 42, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 24, 42, 0.026) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.42;
  pointer-events: none;
}

.hk-steelium-super-section::after {
  content: "SUPER";
  position: absolute;
  left: -46px;
  bottom: -20px;
  color: rgba(8, 24, 42, 0.04);
  font-size: clamp(90px, 13vw, 220px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-steelium-super-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-steelium-super-header {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
}

.hk-steelium-super-brand {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
  padding: 12px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 42px rgba(8, 24, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hk-steelium-super-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hk-steelium-super-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-steelium-super-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-steelium-super-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}

/* Content */

.hk-steelium-super-content {
  position: relative;
}

.hk-steelium-super-content p {
  margin: 0 0 18px;
  color: rgba(41, 41, 41, 0.74);
  font-size: 16.5px;
  line-height: 1.74;
}

.hk-steelium-super-content p:first-child {
  color: rgba(8, 24, 42, 0.88);
  font-size: 18px;
  font-weight: 500;
}

/* Table */

.hk-steelium-super-table-wrap {
  margin-top: 34px;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 24px 70px rgba(8, 24, 42, 0.08);
}

.hk-steelium-super-table {
  width: 100%;
  border-collapse: collapse;
}

.hk-steelium-super-table tr {
  border-bottom: 1px solid rgba(8, 24, 42, 0.08);
}

.hk-steelium-super-table tr:last-child {
  border-bottom: 0;
}

.hk-steelium-super-table th {
  width: 34%;
  padding: 22px 24px;
  background: rgba(67, 182, 229, 0.10);
  color: #08182a;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}

.hk-steelium-super-table td {
  padding: 22px 24px;
  color: rgba(41, 41, 41, 0.74);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
  vertical-align: top;
}

/* Product Image */

.hk-steelium-super-visual {
  position: relative;
}

.hk-steelium-super-product-image {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 34px;
  overflow: hidden;
  background: #08182a;
  box-shadow: 0 28px 80px rgba(8, 24, 42, 0.14);
}

.hk-steelium-super-product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(8, 24, 42, 0.62) 100%),
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.14), transparent 42%);
  pointer-events: none;
}

.hk-steelium-super-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Floating Badge */

.hk-steelium-super-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 3;
  max-width: 310px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 24px 58px rgba(8, 24, 42, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hk-steelium-super-badge strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 550;
  letter-spacing: -0.4px;
}

.hk-steelium-super-badge span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 500;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-steelium-super-section {
    padding: 85px 18px;
  }

  .hk-steelium-super-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hk-steelium-super-header h2 {
    font-size: 48px;
    letter-spacing: -1.6px;
  }

  .hk-steelium-super-product-image {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .hk-steelium-super-section {
    padding: 70px 16px;
  }

  .hk-steelium-super-section::after {
    display: none;
  }

  .hk-steelium-super-header {
    margin-bottom: 40px;
  }

  .hk-steelium-super-brand {
    width: 78px;
    height: 78px;
    border-radius: 20px;
  }

  .hk-steelium-super-header h2 {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-steelium-super-content p,
  .hk-steelium-super-content p:first-child {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hk-steelium-super-product-image {
    height: 290px;
    border-radius: 24px;
  }

  .hk-steelium-super-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .hk-steelium-super-badge strong {
    font-size: 20px;
  }

  .hk-steelium-super-table-wrap {
    margin-top: 28px;
    border-radius: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hk-steelium-super-table {
    min-width: 620px;
  }

  .hk-steelium-super-table th,
  .hk-steelium-super-table td {
    padding: 18px;
    font-size: 14px;
  }

  .hk-steelium-super-table th {
    width: 32%;
  }
}/* End custom CSS */