.elementor-354 .elementor-element.elementor-element-f4c0644{--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-354 .elementor-element.elementor-element-2dea6dc.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-354 .elementor-element.elementor-element-8fa5b70{--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-354 .elementor-element.elementor-element-b6060a7.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-354 .elementor-element.elementor-element-9492ad6{--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-354 .elementor-element.elementor-element-52e18f1.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-354 .elementor-element.elementor-element-e3f8e42{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-354 .elementor-element.elementor-element-79d67e6.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-354 .elementor-element.elementor-element-cb3d27e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-354 .elementor-element.elementor-element-1515729.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-354 .elementor-element.elementor-element-cecc896{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-354 .elementor-element.elementor-element-7eda439.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2dea6dc *//* HK Sagar - Short Product Hero Without Image */

.hk-hr-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-hr-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-hr-simple-hero::after {
  content: "HOT ROLLED";
  position: absolute;
  right: -70px;
  bottom: -18px;
  color: rgba(255, 255, 255, 0.04);
  font-size: clamp(80px, 14vw, 220px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-hr-simple-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hk-hr-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-hr-simple-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(46px, 7vw, 58px);
  line-height: 0.96;
  font-weight: 600;
  letter-spacing: -3px;
}

.hk-hr-simple-hero p {
  max-width: 720px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.hk-hr-simple-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hk-hr-simple-primary-btn,
.hk-hr-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: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.hk-hr-simple-primary-btn {
  background: #43b6e5;
  color: #08182a !important;
  box-shadow: 0 18px 42px rgba(67, 182, 229, 0.22);
}

.hk-hr-simple-primary-btn:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #08182a !important;
}

.hk-hr-simple-secondary-btn {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.hk-hr-simple-secondary-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-hr-simple-hero {
    min-height: 380px;
    padding: 95px 18px 78px;
  }

  .hk-hr-simple-hero h1 {
    font-size: 58px;
    letter-spacing: -2px;
  }

  .hk-hr-simple-hero p {
    font-size: 16.5px;
  }
}

@media (max-width: 767px) {
  .hk-hr-simple-hero {
    min-height: 350px;
    padding: 82px 16px 68px;
  }

  .hk-hr-simple-hero::after {
    display: none;
  }

  .hk-hr-simple-label {
    margin-bottom: 18px;
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .hk-hr-simple-hero h1 {
    font-size: 38px;
    line-height: 1.04;
    letter-spacing: -1.1px;
  }

  .hk-hr-simple-hero p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.58;
  }

  .hk-hr-simple-actions {
    margin-top: 28px;
    gap: 12px;
  }

  .hk-hr-simple-primary-btn,
  .hk-hr-simple-secondary-btn {
    width: 100%;
    padding: 15px 22px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6060a7 *//* HK Sagar - Hot Rolled Coils / Sheets Overview */

.hk-hr-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-hr-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-hr-overview-section::after {
  content: "ASTRUM";
  position: absolute;
  right: -58px;
  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-hr-overview-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-hr-overview-header {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
}

.hk-hr-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-hr-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hk-hr-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-hr-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-hr-overview-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

/* Image */

.hk-hr-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-hr-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-hr-overview-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.hk-hr-image-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  max-width: 270px;
  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-hr-image-badge strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: -0.5px;
}

.hk-hr-image-badge span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 700;
}

/* Content */

.hk-hr-overview-content {
  position: relative;
}

.hk-hr-overview-content p {
  margin: 0 0 18px;
  color: rgba(41, 41, 41, 0.74);
  font-size: 16.5px;
  line-height: 1.74;
}

.hk-hr-overview-content p:first-child {
  color: rgba(8, 24, 42, 0.88);
  font-size: 18px;
  font-weight: 500;
}

/* Table */

.hk-hr-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-hr-product-table {
  width: 100%;
  border-collapse: collapse;
}

.hk-hr-product-table tr {
  border-bottom: 1px solid rgba(8, 24, 42, 0.08);
}

.hk-hr-product-table tr:last-child {
  border-bottom: 0;
}

.hk-hr-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: 600;
  text-align: left;
  vertical-align: top;
}

.hk-hr-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-hr-overview-section {
    padding: 85px 18px;
  }

  .hk-hr-overview-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hk-hr-overview-image,
  .hk-hr-overview-image img {
    min-height: auto;
    height: 430px;
  }

  .hk-hr-overview-header h2 {
    font-size: 50px;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 767px) {
  .hk-hr-overview-section {
    padding: 70px 16px;
  }

  .hk-hr-overview-section::after {
    display: none;
  }

  .hk-hr-overview-header {
    margin-bottom: 40px;
  }

  .hk-hr-brand-mark {
    width: 78px;
    height: 78px;
    border-radius: 20px;
  }

  .hk-hr-overview-header h2 {
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-hr-overview-image,
  .hk-hr-overview-image img {
    height: 300px;
    border-radius: 24px;
  }

  .hk-hr-image-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .hk-hr-image-badge strong {
    font-size: 21px;
  }

  .hk-hr-overview-content p,
  .hk-hr-overview-content p:first-child {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hk-hr-table-wrap {
    margin-top: 28px;
    border-radius: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hk-hr-product-table {
    min-width: 620px;
  }

  .hk-hr-product-table th,
  .hk-hr-product-table td {
    padding: 18px;
    font-size: 14px;
  }

  .hk-hr-product-table th {
    width: 32%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52e18f1 *//* HK Sagar - Hot Rolled Coils / Sheets Overview */

.hk-hr-overview-section {
  position: relative;
  width: 100%;
  padding: 40px 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-hr-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-hr-overview-section::after {
  content: "ASTRUM";
  position: absolute;
  right: -58px;
  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-hr-overview-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-hr-overview-header {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
}

.hk-hr-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-hr-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hk-hr-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-hr-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-hr-overview-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

/* Image */

.hk-hr-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-hr-overview-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(8, 24, 42, 0.58) 100%),
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.16), transparent 42%);
  pointer-events: none;
}

.hk-hr-main-product-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

/* Logo Badge */

.hk-hr-image-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.hk-hr-image-badge-logo {
  width: 295px;
  min-height: 115px;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hk-hr-image-badge-logo img {
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Content */

.hk-hr-overview-content {
  position: relative;
}

.hk-hr-overview-content p {
  margin: 0 0 18px;
  color: rgba(41, 41, 41, 0.74);
  font-size: 16.5px;
  line-height: 1.74;
}

.hk-hr-overview-content p:first-child {
  color: rgba(8, 24, 42, 0.88);
  font-size: 18px;
  font-weight: 500;
}

/* Table */

.hk-hr-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-hr-product-table {
  width: 100%;
  border-collapse: collapse;
}

.hk-hr-product-table tr {
  border-bottom: 1px solid rgba(8, 24, 42, 0.08);
}

.hk-hr-product-table tr:last-child {
  border-bottom: 0;
}

.hk-hr-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: 600;
  text-align: left;
  vertical-align: top;
}

.hk-hr-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-hr-overview-section {
    padding: 85px 18px;
  }

  .hk-hr-overview-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hk-hr-overview-image {
    min-height: auto;
    height: 430px;
  }

  .hk-hr-main-product-img {
    height: 430px;
  }

  .hk-hr-overview-header h2 {
    font-size: 50px;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 767px) {
  .hk-hr-overview-section {
    padding: 70px 16px;
  }

  .hk-hr-overview-section::after {
    display: none;
  }

  .hk-hr-overview-header {
    margin-bottom: 40px;
  }

  .hk-hr-brand-mark {
    width: 78px;
    height: 78px;
    border-radius: 20px;
  }

  .hk-hr-overview-header h2 {
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-hr-overview-image {
    height: 300px;
    border-radius: 24px;
  }

  .hk-hr-main-product-img {
    height: 300px;
  }

  .hk-hr-image-badge {
    left: 16px;
    bottom: 16px;
    border-radius: 18px;
  }

  .hk-hr-image-badge-logo {
    width: 215px;
    min-height: 78px;
    padding: 15px 18px;
  }

  .hk-hr-image-badge-logo img {
    max-width: 160px;
  }

  .hk-hr-overview-content p,
  .hk-hr-overview-content p:first-child {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hk-hr-table-wrap {
    margin-top: 28px;
    border-radius: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hk-hr-product-table {
    min-width: 620px;
  }

  .hk-hr-product-table th,
  .hk-hr-product-table td {
    padding: 18px;
    font-size: 14px;
  }

  .hk-hr-product-table th {
    width: 32%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79d67e6 *//* HK Sagar - Tata Astrum Super Section */

.hk-astrum-super-section {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  background: linear-gradient(180deg, #edf7fb 0%, #e8f3f8 100%);
  overflow: hidden;
}

.hk-astrum-super-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 24, 42, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 24, 42, 0.025) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.42;
  pointer-events: none;
}

.hk-astrum-super-section::after {
  content: "SUPER";
  position: absolute;
  right: -40px;
  bottom: -18px;
  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-astrum-super-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-astrum-super-header {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
}

.hk-astrum-super-brand {
  width: 98px;
  height: 98px;
  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-astrum-super-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hk-astrum-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: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.hk-astrum-super-header h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(38px, 5vw, 48px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -2.2px;
}

/* Grid */

.hk-astrum-super-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 54px;
  align-items: center;
}

/* Content */

.hk-astrum-super-content p {
  margin: 0 0 24px;
  color: rgba(8, 24, 42, 0.85);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 500;
}

/* Table */

.hk-astrum-super-table-wrap {
  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-astrum-super-table {
  width: 100%;
  border-collapse: collapse;
}

.hk-astrum-super-table tr {
  border-bottom: 1px solid rgba(8, 24, 42, 0.08);
}

.hk-astrum-super-table tr:last-child {
  border-bottom: 0;
}

.hk-astrum-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-astrum-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;
}

/* Image */

.hk-astrum-super-image {
  position: relative;
  min-height: 500px;
  border-radius: 34px;
  overflow: hidden;
  background: #08182a;
  box-shadow: 0 28px 80px rgba(8, 24, 42, 0.14);
}

.hk-astrum-super-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-astrum-super-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.hk-astrum-super-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  max-width: 290px;
  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-astrum-super-badge strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: -0.5px;
}

.hk-astrum-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-astrum-super-section {
    padding: 85px 18px;
  }

  .hk-astrum-super-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hk-astrum-super-image,
  .hk-astrum-super-image img {
    min-height: auto;
    height: 420px;
  }

  .hk-astrum-super-header h2 {
    font-size: 48px;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 767px) {
  .hk-astrum-super-section {
    padding: 70px 16px;
  }

  .hk-astrum-super-section::after {
    display: none;
  }

  .hk-astrum-super-header {
    margin-bottom: 40px;
  }

  .hk-astrum-super-brand {
    width: 78px;
    height: 78px;
    border-radius: 20px;
  }

  .hk-astrum-super-header h2 {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-astrum-super-content p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hk-astrum-super-image,
  .hk-astrum-super-image img {
    height: 290px;
    border-radius: 24px;
  }

  .hk-astrum-super-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .hk-astrum-super-badge strong {
    font-size: 21px;
  }

  .hk-astrum-super-table-wrap {
    border-radius: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hk-astrum-super-table {
    min-width: 620px;
  }

  .hk-astrum-super-table th,
  .hk-astrum-super-table td {
    padding: 18px;
    font-size: 14px;
  }

  .hk-astrum-super-table th {
    width: 32%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1515729 *//* HK Sagar - Chequered Plates Section */

.hk-chequered-section {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
  overflow: hidden;
}

.hk-chequered-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 24, 42, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 24, 42, 0.025) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.40;
  pointer-events: none;
}

.hk-chequered-section::after {
  content: "PLATES";
  position: absolute;
  right: -48px;
  top: 35px;
  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-chequered-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

.hk-chequered-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

/* Left Image */

.hk-chequered-image-wrap {
  position: relative;
}

.hk-chequered-image {
  position: relative;
  min-height: 480px;
  border-radius: 34px;
  overflow: hidden;
  background: #08182a;
  box-shadow: 0 28px 80px rgba(8, 24, 42, 0.14);
}

.hk-chequered-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-chequered-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.hk-chequered-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  max-width: 285px;
  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-chequered-badge strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: -0.5px;
}

.hk-chequered-badge span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 500;
}

/* Right Content */

.hk-chequered-content {
  position: relative;
}

.hk-chequered-label {
  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-chequered-content h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -2.2px;
}

.hk-chequered-content p {
  margin: 22px 0 0;
  color: rgba(8, 24, 42, 0.84);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
}

/* Table */

.hk-chequered-table-wrap {
  margin-top: 30px;
  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-chequered-table {
  width: 100%;
  border-collapse: collapse;
}

.hk-chequered-table tr {
  border-bottom: 1px solid rgba(8, 24, 42, 0.08);
}

.hk-chequered-table tr:last-child {
  border-bottom: 0;
}

.hk-chequered-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-chequered-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;
}

/* Button */

.hk-chequered-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  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-chequered-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-chequered-section {
    padding: 85px 18px;
  }

  .hk-chequered-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hk-chequered-image,
  .hk-chequered-image img {
    min-height: auto;
    height: 420px;
  }

  .hk-chequered-content h2 {
    font-size: 48px;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 767px) {
  .hk-chequered-section {
    padding: 70px 16px;
  }

  .hk-chequered-section::after {
    display: none;
  }

  .hk-chequered-image,
  .hk-chequered-image img {
    height: 290px;
    border-radius: 24px;
  }

  .hk-chequered-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .hk-chequered-badge strong {
    font-size: 21px;
  }

  .hk-chequered-content h2 {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-chequered-content p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hk-chequered-table-wrap {
    margin-top: 26px;
    border-radius: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hk-chequered-table {
    min-width: 560px;
  }

  .hk-chequered-table th,
  .hk-chequered-table td {
    padding: 18px;
    font-size: 14px;
  }

  .hk-chequered-table th {
    width: 34%;
  }

  .hk-chequered-btn {
    width: 100%;
    margin-top: 24px;
    padding: 15px 24px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7eda439 *//* HK Sagar - Product Gallery Carousel */

.hk-product-gallery-section {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top left, rgba(67, 182, 229, 0.14), transparent 34%),
    linear-gradient(135deg, #08182a 0%, #123756 52%, #0f2f49 100%);
  overflow: hidden;
}

.hk-product-gallery-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: 46px 46px;
  opacity: 0.24;
  pointer-events: none;
}

.hk-product-gallery-section::after {
  content: "GALLERY";
  position: absolute;
  right: -70px;
  bottom: -20px;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(90px, 14vw, 230px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-product-gallery-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-product-gallery-header {
  max-width: 820px;
  margin: 0 auto 54px;
  text-align: center;
}

.hk-product-gallery-header span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.13);
  color: #96d4ed;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border: 1px solid rgba(150, 212, 237, 0.14);
}

.hk-product-gallery-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 48px);
  line-height: 1;
  font-weight: 550;
  letter-spacing: -2.2px;
}

.hk-product-gallery-header p {
  max-width: 680px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16.5px;
  line-height: 1.65;
}

/* Slider */

.hk-product-gallery-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

.hk-product-gallery-track-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 34px;
}

.hk-product-gallery-track {
  display: flex;
  gap: 22px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hk-product-gallery-slide {
  position: relative;
  flex: 0 0 calc((100% - 44px) / 3);
  height: 390px;
  border-radius: 34px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hk-product-gallery-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(8, 24, 42, 0.45) 100%),
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hk-product-gallery-slide:hover::after {
  opacity: 1;
}

.hk-product-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.hk-product-gallery-slide:hover img {
  transform: scale(1.08);
}

/* Arrows */

.hk-gallery-arrow {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.20);
  transition: all 0.3s ease;
}

.hk-gallery-arrow:hover {
  background: #43b6e5;
  color: #08182a;
  transform: translateY(-3px);
}

.hk-gallery-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

/* Dots */

.hk-product-gallery-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}

.hk-gallery-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: all 0.3s ease;
}

.hk-gallery-dot.active {
  width: 34px;
  background: #43b6e5;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-product-gallery-section {
    padding: 85px 18px;
  }

  .hk-product-gallery-slide {
    flex: 0 0 calc((100% - 22px) / 2);
    height: 340px;
  }

  .hk-product-gallery-header h2 {
    font-size: 48px;
    letter-spacing: -1.5px;
  }
}

@media (max-width: 767px) {
  .hk-product-gallery-section {
    padding: 70px 16px;
  }

  .hk-product-gallery-section::after {
    display: none;
  }

  .hk-product-gallery-header {
    margin-bottom: 36px;
  }

  .hk-product-gallery-header h2 {
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-product-gallery-header p {
    font-size: 15px;
    line-height: 1.58;
  }

  .hk-product-gallery-slider {
    gap: 0;
  }

  .hk-gallery-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    font-size: 22px;
  }

  .hk-gallery-arrow:hover {
    transform: translateY(-50%);
  }

  .hk-gallery-prev {
    left: 10px;
  }

  .hk-gallery-next {
    right: 10px;
  }

  .hk-product-gallery-track-wrap {
    border-radius: 24px;
  }

  .hk-product-gallery-track {
    gap: 0;
  }

  .hk-product-gallery-slide {
    flex: 0 0 100%;
    height: 300px;
    border-radius: 24px;
  }

  .hk-product-gallery-dots {
    margin-top: 24px;
  }
}

.hk-product-gallery-slider {
  position: relative;
}

.hk-gallery-arrow {
  position: relative;
  z-index: 20;
  pointer-events: auto;
}

.hk-product-gallery-track-wrap {
  position: relative;
  z-index: 5;
}

.hk-gallery-arrow:disabled {
  opacity: 0.35;
  pointer-events: none;
}/* End custom CSS */