.elementor-1910 .elementor-element.elementor-element-239b855{--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-1910 .elementor-element.elementor-element-2aeb98a.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-1910 .elementor-element.elementor-element-a0646f5{--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-1910 .elementor-element.elementor-element-19aa34d.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2aeb98a *//* HK Sagar - Coil Cutting and Slitting Short Hero */

.hk-coil-cutting-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-coil-cutting-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-coil-cutting-simple-hero::after {
  content: "SLITTING";
  position: absolute;
  right: -70px;
  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-coil-cutting-simple-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hk-coil-cutting-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-coil-cutting-simple-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(44px, 6.6vw, 52px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -3px;
}

.hk-coil-cutting-simple-hero p {
  max-width: 800px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

/* Buttons */

.hk-coil-cutting-simple-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hk-coil-cutting-simple-primary-btn,
.hk-coil-cutting-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-coil-cutting-simple-primary-btn {
  background: #43b6e5;
  color: #08182a !important;
  box-shadow: 0 18px 42px rgba(67, 182, 229, 0.22);
}

.hk-coil-cutting-simple-primary-btn:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #08182a !important;
}

.hk-coil-cutting-simple-secondary-btn {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.hk-coil-cutting-simple-secondary-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-coil-cutting-simple-hero {
    min-height: 380px;
    padding: 95px 18px 78px;
  }

  .hk-coil-cutting-simple-hero h1 {
    font-size: 54px;
    letter-spacing: -2px;
  }

  .hk-coil-cutting-simple-hero p {
    font-size: 16.5px;
  }
}

@media (max-width: 767px) {
  .hk-coil-cutting-simple-hero {
    min-height: 350px;
    padding: 82px 16px 68px;
  }

  .hk-coil-cutting-simple-hero::after {
    display: none;
  }

  .hk-coil-cutting-simple-label {
    margin-bottom: 18px;
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .hk-coil-cutting-simple-hero h1 {
    font-size: 36px;
    line-height: 1.04;
    letter-spacing: -1.1px;
  }

  .hk-coil-cutting-simple-hero p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.58;
  }

  .hk-coil-cutting-simple-actions {
    margin-top: 28px;
    gap: 12px;
  }

  .hk-coil-cutting-simple-primary-btn,
  .hk-coil-cutting-simple-secondary-btn {
    width: 100%;
    padding: 15px 22px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19aa34d *//* HK Sagar - Coil Cutting & Slitting Overview Section */

.hk-coil-processing-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-coil-processing-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-coil-processing-overview-section::after {
  content: "PROCESSING";
  position: absolute;
  right: -90px;
  bottom: -22px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(78px, 11vw, 180px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-coil-processing-overview-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-coil-processing-overview-header {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
}

.hk-coil-processing-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-coil-processing-overview-header h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -2.2px;
}

/* Main Grid */

.hk-coil-processing-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

/* Main Image */

.hk-coil-processing-main-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-coil-processing-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(8, 24, 42, 0.66) 100%),
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.18), transparent 42%);
  pointer-events: none;
}

.hk-coil-processing-main-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.hk-coil-processing-image-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  max-width: 350px;
  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-coil-processing-image-badge strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: -0.5px;
}

.hk-coil-processing-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-coil-processing-content {
  position: relative;
}

.hk-coil-processing-mini-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 9px 18px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.12);
  color: #3888bb;
  font-size: 11.5px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hk-coil-processing-content h3 {
  margin: 0 0 22px;
  color: #08182a;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.05;
  font-weight: 550;
  letter-spacing: -1.4px;
}

.hk-coil-processing-content p {
  margin: 0 0 18px;
  color: rgba(41, 41, 41, 0.74);
  font-size: 16.5px;
  line-height: 1.74;
}

.hk-coil-processing-content p:first-of-type {
  color: rgba(8, 24, 42, 0.88);
  font-size: 18px;
  font-weight: 500;
}

/* Points */

.hk-coil-processing-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 30px;
}

.hk-coil-processing-points div {
  padding: 18px 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 14px 36px rgba(8, 24, 42, 0.06);
}

.hk-coil-processing-points strong {
  display: block;
  color: #08182a;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 550;
}

.hk-coil-processing-points span {
  display: block;
  margin-top: 6px;
  color: rgba(41, 41, 41, 0.68);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

/* Button */

.hk-coil-processing-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-coil-processing-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;
}

/* Media Grid */

.hk-coil-processing-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  margin-top: 58px;
}

.hk-coil-processing-media-card {
  position: relative;
  min-height: 260px;
  border-radius: 28px;
  overflow: hidden;
  background: #08182a;
  box-shadow: 0 22px 60px rgba(8, 24, 42, 0.12);
  border: 1px solid rgba(8, 24, 42, 0.08);
}

.hk-coil-processing-media-card img,
.hk-coil-processing-media-card video {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* Autoplay Video Styling */

.hk-coil-processing-video-card video {
  background: #08182a;
  pointer-events: none;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-coil-processing-overview-section {
    padding: 85px 18px;
  }

  .hk-coil-processing-overview-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hk-coil-processing-main-image,
  .hk-coil-processing-main-image img {
    min-height: auto;
    height: 430px;
  }

  .hk-coil-processing-overview-header h2 {
    font-size: 48px;
    letter-spacing: -1.6px;
  }

  .hk-coil-processing-media-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .hk-coil-processing-media-card,
  .hk-coil-processing-media-card img,
  .hk-coil-processing-media-card video {
    height: 340px;
    min-height: 340px;
  }
}

@media (max-width: 767px) {
  .hk-coil-processing-overview-section {
    padding: 70px 16px;
  }

  .hk-coil-processing-overview-section::after {
    display: none;
  }

  .hk-coil-processing-overview-header {
    margin-bottom: 40px;
  }

  .hk-coil-processing-overview-header h2 {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-coil-processing-main-image,
  .hk-coil-processing-main-image img {
    height: 300px;
    border-radius: 24px;
  }

  .hk-coil-processing-image-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .hk-coil-processing-image-badge strong {
    font-size: 21px;
  }

  .hk-coil-processing-content h3 {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .hk-coil-processing-content p,
  .hk-coil-processing-content p:first-of-type {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hk-coil-processing-points div {
    padding: 16px 18px;
    border-radius: 18px;
  }

  .hk-coil-processing-btn {
    width: 100%;
    margin-top: 24px;
    padding: 15px 24px;
    font-size: 14px;
  }

  .hk-coil-processing-media-grid {
    gap: 14px;
  }

  .hk-coil-processing-media-card,
  .hk-coil-processing-media-card img,
  .hk-coil-processing-media-card video {
    height: 250px;
    min-height: 250px;
    border-radius: 22px;
  }
}/* End custom CSS */