.elementor-1914 .elementor-element.elementor-element-1ddcfca{--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-1914 .elementor-element.elementor-element-3f68683.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-1914 .elementor-element.elementor-element-3c23023{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1914 .elementor-element.elementor-element-caa2fa7.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3f68683 *//* HK Sagar - Sheet Metal Forming & Bending Simple Hero */

.hk-forming-simple-hero {
  position: relative;
  width: 100%;
  min-height: 20px;
  padding: 100px 20px 100px;
  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-forming-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-forming-simple-hero::after {
  content: "BENDING";
  position: absolute;
  right: -70px;
  bottom: -18px;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(82px, 13vw, 220px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  white-space: nowrap;
  pointer-events: none;
}

.hk-forming-simple-hero-container {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.hk-forming-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: 550;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.hk-forming-simple-hero h1 {
  max-width: 920px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(46px, 7vw, 54px);
  line-height: 0.92;
  font-weight: 550;
  letter-spacing: -4px;
}

.hk-forming-simple-hero p {
  max-width: 720px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 500;
}

.hk-forming-simple-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.hk-forming-simple-primary-btn,
.hk-forming-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: 550;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.hk-forming-simple-primary-btn {
  background: #43b6e5;
  color: #08182a !important;
  box-shadow: 0 18px 44px rgba(67, 182, 229, 0.26);
}

.hk-forming-simple-primary-btn:hover {
  transform: translateY(-3px);
  background: #96d4ed;
  color: #08182a !important;
}

.hk-forming-simple-secondary-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hk-forming-simple-secondary-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff !important;
}

/* Simple Reveal Animation */

.hk-forming-simple-hero-container {
  opacity: 1;
  transform: translateY(0);
}

/* Frontend animation only */
body:not(.elementor-editor-active) .hk-forming-simple-hero-container {
  opacity: 0;
  transform: translateY(26px);
  transition: all 0.8s ease;
}

body:not(.elementor-editor-active) .hk-forming-simple-hero.hk-forming-simple-loaded .hk-forming-simple-hero-container {
  opacity: 1;
  transform: translateY(0);
}

/* Elementor Editor Visibility Fix */

body.elementor-editor-active .hk-forming-simple-hero-container,
.elementor-editor-active .hk-forming-simple-hero-container {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-forming-simple-hero {
    min-height: 560px;
    padding: 130px 18px 100px;
  }

  .hk-forming-simple-hero h1 {
    font-size: 62px;
    letter-spacing: -2.4px;
  }

  .hk-forming-simple-hero p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .hk-forming-simple-hero {
    min-height: 520px;
    padding: 110px 16px 80px;
  }

  .hk-forming-simple-hero::after {
    display: none;
  }

  .hk-forming-simple-label {
    margin-bottom: 18px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-forming-simple-hero h1 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: -1.2px;
  }

  .hk-forming-simple-hero p {
    margin-top: 20px;
    font-size: 15.5px;
    line-height: 1.62;
  }

  .hk-forming-simple-actions {
    margin-top: 28px;
  }

  .hk-forming-simple-primary-btn,
  .hk-forming-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-caa2fa7 *//* HK Sagar - Sheet Metal Forming & Bending Overview */

.hk-forming-overview-section {
  position: relative;
  width: 100%;
  padding: 100px 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 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  overflow: hidden;
}

.hk-forming-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.38;
  pointer-events: none;
}

.hk-forming-overview-section::after {
  content: "BENDING";
  position: absolute;
  right: -70px;
  bottom: -18px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(82px, 13vw, 205px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  white-space: nowrap;
  pointer-events: none;
}

.hk-forming-overview-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

.hk-forming-overview-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 58px;
  align-items: center;
}

/* Content */

.hk-forming-overview-content {
  position: relative;
}

.hk-forming-overview-content > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  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-forming-overview-content h2 {
  max-width: 620px;
  margin: 0;
  color: #08182a;
  font-size: clamp(38px, 5.2vw, 52px);
  line-height: 0.94;
  font-weight: 550;
  letter-spacing: -3px;
}

.hk-forming-overview-content > p {
  max-width: 600px;
  margin: 26px 0 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 17px;
  line-height: 1.74;
  font-weight: 550;
}

/* Points */

.hk-forming-overview-points {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.hk-forming-overview-point {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 14px 38px rgba(8, 24, 42, 0.06);
}

.hk-forming-overview-point strong {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #123756 0%, #3888bb 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 560;
  letter-spacing: 1px;
}

.hk-forming-overview-point p {
  margin: 0;
  color: rgba(8, 24, 42, 0.78);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 550;
}

/* Button */

.hk-forming-overview-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  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-forming-overview-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #08182a 0%, #43b6e5 100%);
  color: #ffffff !important;
}

/* Image */

.hk-forming-overview-image {
  position: relative;
  min-height: 570px;
  border-radius: 38px;
  overflow: hidden;
  background: #08182a;
  box-shadow: 0 30px 86px rgba(8, 24, 42, 0.14);
}

.hk-forming-overview-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(8, 24, 42, 0.68) 100%),
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.18), transparent 42%);
  pointer-events: none;
}

.hk-forming-overview-image img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  display: block;
  filter: brightness(0.96) contrast(1.06) saturate(1.04);
  transform: scale(1.02);
  transition: transform 0.8s ease;
}

.hk-forming-overview-section:hover .hk-forming-overview-image img {
  transform: scale(1.06);
}

.hk-forming-overview-image-badge {
  position: absolute;
  left: 26px;
  bottom: 26px;
  z-index: 2;
  max-width: 380px;
  padding: 22px 24px;
  border-radius: 26px;
  background: rgba(8, 24, 42, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hk-forming-overview-image-badge span {
  display: block;
  margin-bottom: 10px;
  color: #96d4ed;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hk-forming-overview-image-badge strong {
  display: block;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 550;
  letter-spacing: -0.7px;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-forming-overview-section {
    padding: 84px 18px;
  }

  .hk-forming-overview-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hk-forming-overview-content {
    text-align: center;
  }

  .hk-forming-overview-content h2,
  .hk-forming-overview-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .hk-forming-overview-image,
  .hk-forming-overview-image img {
    min-height: auto;
    height: 430px;
  }

  .hk-forming-overview-content h2 {
    font-size: 54px;
    letter-spacing: -2px;
  }

  .hk-forming-overview-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .hk-forming-overview-section {
    padding: 68px 16px;
  }

  .hk-forming-overview-section::after {
    display: none;
  }

  .hk-forming-overview-content > span {
    margin-bottom: 18px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-forming-overview-content h2 {
    font-size: 34px;
    line-height: 1;
    letter-spacing: -1.1px;
  }

  .hk-forming-overview-content > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-forming-overview-points {
    margin-top: 28px;
  }

  .hk-forming-overview-point {
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    text-align: left;
  }

  .hk-forming-overview-point strong {
    width: 40px;
    height: 40px;
    font-size: 11px;
  }

  .hk-forming-overview-point p {
    font-size: 14px;
    line-height: 1.5;
  }

  .hk-forming-overview-btn {
    width: 100%;
    margin-top: 28px;
    padding: 15px 24px;
    font-size: 14px;
  }

  .hk-forming-overview-image,
  .hk-forming-overview-image img {
    height: 320px;
    border-radius: 26px;
  }

  .hk-forming-overview-image-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 18px;
    border-radius: 20px;
  }

  .hk-forming-overview-image-badge strong {
    font-size: 21px;
  }
}/* End custom CSS */