.elementor-3721 .elementor-element.elementor-element-8eb992f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3721 .elementor-element.elementor-element-722dd20.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3721 .elementor-element.elementor-element-ed22915{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3721 .elementor-element.elementor-element-1333b15.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-722dd20 *//* HK Sagar - Structural Steel Simple Hero */

.hk-structural-steel-simple-hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  padding: 10px 20px 10px;
  background:
    radial-gradient(circle at top left, rgba(67, 182, 229, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(150, 212, 237, 0.10), transparent 34%),
    linear-gradient(135deg, #07111d 0%, #08182a 48%, #123756 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hk-structural-steel-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.16;
  pointer-events: none;
}

.hk-structural-steel-simple-hero::after {
  content: "STRUCTURAL";
  position: absolute;
  right: -76px;
  bottom: -18px;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(72px, 11vw, 198px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  white-space: nowrap;
  pointer-events: none;
}

.hk-structural-steel-simple-hero-container {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

/* Label */

.hk-structural-steel-simple-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.14);
  color: #96d4ed;
  border: 1px solid rgba(150, 212, 237, 0.18);
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

/* Heading */

.hk-structural-steel-simple-hero h1 {
  max-width: 920px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(48px, 7vw, 66px);
  line-height: 0.92;
  font-weight: 550;
  letter-spacing: -4px;
}

.hk-structural-steel-simple-hero p {
  max-width: 760px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 500;
}

/* Buttons */

.hk-structural-steel-simple-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.hk-structural-steel-simple-primary-btn,
.hk-structural-steel-simple-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 17px 30px;
  border-radius: 100px;
  font-size: 15px;
  line-height: 1;
  font-weight: 650;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.hk-structural-steel-simple-primary-btn {
  background: #43b6e5;
  color: #08182a !important;
  box-shadow: 0 18px 44px rgba(67, 182, 229, 0.26);
}

.hk-structural-steel-simple-primary-btn:hover {
  transform: translateY(-3px);
  background: #96d4ed;
  color: #08182a !important;
}

.hk-structural-steel-simple-secondary-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hk-structural-steel-simple-secondary-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff !important;
}

/* Animation - Elementor Safe */

.hk-structural-steel-simple-hero-container {
  opacity: 1;
  transform: translateY(0);
}

body:not(.elementor-editor-active) .hk-structural-steel-simple-hero-container {
  opacity: 0;
  transform: translateY(26px);
  transition: all 0.8s ease;
}

body:not(.elementor-editor-active) .hk-structural-steel-simple-hero.hk-structural-steel-simple-loaded .hk-structural-steel-simple-hero-container {
  opacity: 1;
  transform: translateY(0);
}

/* Elementor Editor Visibility Fix */

body.elementor-editor-active .hk-structural-steel-simple-hero-container,
.elementor-editor-active .hk-structural-steel-simple-hero-container {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-structural-steel-simple-hero {
    min-height: 560px;
    padding: 130px 18px 100px;
  }

  .hk-structural-steel-simple-hero h1 {
    font-size: 62px;
    letter-spacing: -2.4px;
  }

  .hk-structural-steel-simple-hero p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .hk-structural-steel-simple-hero {
    min-height: 520px;
    padding: 110px 16px 80px;
  }

  .hk-structural-steel-simple-hero::after {
    display: none;
  }

  .hk-structural-steel-simple-label {
    margin-bottom: 18px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-structural-steel-simple-hero h1 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: -1.2px;
  }

  .hk-structural-steel-simple-hero p {
    margin-top: 20px;
    font-size: 15.5px;
    line-height: 1.62;
  }

  .hk-structural-steel-simple-actions {
    margin-top: 28px;
  }

  .hk-structural-steel-simple-primary-btn,
  .hk-structural-steel-simple-secondary-btn {
    width: 100%;
    min-height: 52px;
    padding: 16px 24px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1333b15 *//* HK Sagar - Structural Steel Overview Section */

.hk-structural-overview-section {
  position: relative;
  width: 100%;
  padding: 105px 20px;
  background:
    radial-gradient(circle at top left, rgba(67, 182, 229, 0.10), transparent 34%),
    radial-gradient(circle at bottom right, rgba(8, 24, 42, 0.045), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  overflow: hidden;
}

.hk-structural-overview-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.35;
  pointer-events: none;
}

.hk-structural-overview-section::after {
  content: "STRUCTURAL";
  position: absolute;
  right: -76px;
  bottom: -18px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(72px, 11vw, 198px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  white-space: nowrap;
  pointer-events: none;
}

.hk-structural-overview-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Intro */

.hk-structural-overview-intro {
  max-width: 980px;
  margin: 0 auto 64px;
  text-align: center;
}

.hk-structural-overview-intro > span,
.hk-structural-block-heading > span,
.hk-structural-range-header > span,
.hk-structural-overview-cta 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;
  border: 1px solid rgba(56, 136, 187, 0.14);
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hk-structural-overview-intro h2 {
  max-width: 920px;
  margin: 0 auto;
  color: #08182a;
  font-size: clamp(40px, 5.5vw, 58px);
  line-height: 0.94;
  font-weight: 550;
  letter-spacing: -3.4px;
}

.hk-structural-overview-intro p {
  max-width: 850px;
  margin: 20px auto 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
}

.hk-structural-overview-intro .hk-structural-lead {
  margin-top: 28px;
  color: rgba(8, 24, 42, 0.90);
  font-size: 18px;
  line-height: 1.62;
  font-weight: 550;
}

/* Applications Block */

.hk-structural-applications-block {
  position: relative;
  padding: 38px;
  border-radius: 38px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 26px 80px rgba(8, 24, 42, 0.09);
  overflow: hidden;
}

.hk-structural-block-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.hk-structural-block-heading h3,
.hk-structural-range-header h3 {
  max-width: 680px;
  margin: 0;
  color: #08182a;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  font-weight: 550;
  letter-spacing: -2px;
}

.hk-structural-applications-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.hk-structural-application-card {
  position: relative;
  min-height: 270px;
  padding: 24px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.12), transparent 44%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 16px 48px rgba(8, 24, 42, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}

.hk-structural-application-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 68px rgba(8, 24, 42, 0.11);
}

.hk-structural-application-card span {
  display: inline-flex;
  margin-bottom: 42px;
  color: #3888bb;
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 1.4px;
}

.hk-structural-application-card h4 {
  margin: 0;
  color: #08182a;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 550;
  letter-spacing: -0.7px;
}

.hk-structural-application-card p {
  margin: 14px 0 0;
  color: rgba(41, 41, 41, 0.68);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 500;
}

/* Product Range */

.hk-structural-product-range {
  position: relative;
  margin-top: 36px;
  padding: 42px;
  border-radius: 38px;
  background:
    radial-gradient(circle at top left, rgba(67, 182, 229, 0.16), transparent 40%),
    linear-gradient(135deg, #07111d 0%, #08182a 54%, #123756 100%);
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(8, 24, 42, 0.18);
}

.hk-structural-product-range::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: 42px 42px;
  opacity: 0.15;
  pointer-events: none;
}

.hk-structural-range-header {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin-bottom: 30px;
}

.hk-structural-range-header > span {
  background: rgba(67, 182, 229, 0.14);
  color: #96d4ed;
  border-color: rgba(150, 212, 237, 0.18);
}

.hk-structural-range-header h3 {
  color: #ffffff;
}

.hk-structural-range-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hk-structural-range-card {
  position: relative;
  min-height: 180px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: all 0.3s ease;
}

.hk-structural-range-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.095);
  border-color: rgba(150, 212, 237, 0.22);
}

.hk-structural-range-number {
  display: inline-flex;
  margin-bottom: 34px;
  color: #96d4ed;
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 1.4px;
}

.hk-structural-range-card h4 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.8px;
}

.hk-structural-range-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.5px;
  line-height: 1.52;
  font-weight: 500;
}

/* CTA */

.hk-structural-overview-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 36px;
  padding: 38px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 24px 74px rgba(8, 24, 42, 0.09);
  overflow: hidden;
}

.hk-structural-overview-cta span {
  margin-bottom: 14px;
}

.hk-structural-overview-cta h3 {
  max-width: 780px;
  margin: 0;
  color: #08182a;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1;
  font-weight: 550;
  letter-spacing: -1.8px;
}

.hk-structural-overview-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 54px;
  padding: 17px 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;
  white-space: nowrap;
}

.hk-structural-overview-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #08182a 0%, #43b6e5 100%);
  color: #ffffff !important;
}

/* Responsive */

@media (max-width: 1100px) {
  .hk-structural-applications-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hk-structural-range-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hk-structural-overview-cta {
    grid-template-columns: 1fr;
  }

  .hk-structural-overview-btn {
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .hk-structural-overview-section {
    padding: 70px 16px;
  }

  .hk-structural-overview-section::after {
    display: none;
  }

  .hk-structural-overview-intro {
    margin-bottom: 40px;
  }

  .hk-structural-overview-intro > span,
  .hk-structural-block-heading > span,
  .hk-structural-range-header > span,
  .hk-structural-overview-cta span {
    margin-bottom: 15px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-structural-overview-intro h2 {
    font-size: 34px;
    line-height: 1;
    letter-spacing: -1.1px;
  }

  .hk-structural-overview-intro p,
  .hk-structural-overview-intro .hk-structural-lead {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-structural-applications-block,
  .hk-structural-product-range,
  .hk-structural-overview-cta {
    padding: 22px;
    border-radius: 26px;
  }

  .hk-structural-block-heading {
    display: block;
    margin-bottom: 22px;
  }

  .hk-structural-block-heading h3,
  .hk-structural-range-header h3,
  .hk-structural-overview-cta h3 {
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-structural-applications-grid,
  .hk-structural-range-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hk-structural-application-card,
  .hk-structural-range-card {
    min-height: auto;
    padding: 20px;
    border-radius: 20px;
  }

  .hk-structural-application-card span,
  .hk-structural-range-number {
    margin-bottom: 18px;
  }

  .hk-structural-application-card h4,
  .hk-structural-range-card h4 {
    font-size: 20px;
  }

  .hk-structural-application-card p,
  .hk-structural-range-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .hk-structural-product-range,
  .hk-structural-overview-cta {
    margin-top: 24px;
  }

  .hk-structural-overview-btn {
    width: 100%;
    min-width: auto;
    min-height: 52px;
    padding: 16px 24px;
    font-size: 14px;
  }
}/* End custom CSS */