.elementor-1916 .elementor-element.elementor-element-6c0840c{--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-1916 .elementor-element.elementor-element-669ebe5.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-1916 .elementor-element.elementor-element-c549528{--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-1916 .elementor-element.elementor-element-84671dc.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-1916 .elementor-element.elementor-element-3dad162{--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-1916 .elementor-element.elementor-element-822afb3.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-1916 .elementor-element.elementor-element-a45436b{--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-1916 .elementor-element.elementor-element-37edc88.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-669ebe5 *//* HK Sagar - Powder Coating and Finishing Short Hero */

.hk-powder-coating-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-powder-coating-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-powder-coating-simple-hero::after {
  content: "FINISHING";
  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-powder-coating-simple-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hk-powder-coating-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-powder-coating-simple-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(42px, 6.4vw, 50px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -3px;
}

.hk-powder-coating-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-powder-coating-simple-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hk-powder-coating-simple-primary-btn,
.hk-powder-coating-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-powder-coating-simple-primary-btn {
  background: #43b6e5;
  color: #08182a !important;
  box-shadow: 0 18px 42px rgba(67, 182, 229, 0.22);
}

.hk-powder-coating-simple-primary-btn:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #08182a !important;
}

.hk-powder-coating-simple-secondary-btn {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.hk-powder-coating-simple-secondary-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-powder-coating-simple-hero {
    min-height: 380px;
    padding: 95px 18px 78px;
  }

  .hk-powder-coating-simple-hero h1 {
    font-size: 52px;
    letter-spacing: -2px;
  }

  .hk-powder-coating-simple-hero p {
    font-size: 16.5px;
  }
}

@media (max-width: 767px) {
  .hk-powder-coating-simple-hero {
    min-height: 350px;
    padding: 82px 16px 68px;
  }

  .hk-powder-coating-simple-hero::after {
    display: none;
  }

  .hk-powder-coating-simple-label {
    margin-bottom: 18px;
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .hk-powder-coating-simple-hero h1 {
    font-size: 35px;
    line-height: 1.04;
    letter-spacing: -1.1px;
  }

  .hk-powder-coating-simple-hero p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.58;
  }

  .hk-powder-coating-simple-actions {
    margin-top: 28px;
    gap: 12px;
  }

  .hk-powder-coating-simple-primary-btn,
  .hk-powder-coating-simple-secondary-btn {
    width: 100%;
    padding: 15px 22px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84671dc *//* HK Sagar - Powder Coating Light Compact Section */

.hk-powder-coating-light-section {
  position: relative;
  width: 100%;
  padding: 76px 20px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.10), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  overflow: hidden;
}

.hk-powder-coating-light-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-powder-coating-light-section::after {
  content: "POWDER COATING";
  position: absolute;
  right: -60px;
  bottom: -12px;
  color: rgba(8, 24, 42, 0.03);
  font-size: clamp(70px, 9vw, 150px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -7px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-powder-coating-light-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Grid */

.hk-powder-coating-light-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 42px;
  align-items: center;
}

/* Content */

.hk-powder-coating-light-content {
  max-width: 620px;
}

.hk-powder-coating-light-content > span {
  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: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hk-powder-coating-light-content h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  font-weight: 550;
  letter-spacing: -2px;
}

.hk-powder-coating-light-content p {
  margin: 18px 0 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 15.8px;
  line-height: 1.68;
}

.hk-powder-coating-light-content p:first-of-type {
  color: rgba(8, 24, 42, 0.86);
  font-size: 17px;
  font-weight: 700;
}

/* Tags */

.hk-powder-coating-light-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hk-powder-coating-light-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 100px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  color: rgba(8, 24, 42, 0.78);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(8, 24, 42, 0.05);
}

/* Button */

.hk-powder-coating-light-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 15px 28px;
  border-radius: 100px;
  background: linear-gradient(135deg, #123756 0%, #3888bb 100%);
  color: #ffffff !important;
  font-size: 14.5px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(56, 136, 187, 0.20);
  transition: all 0.3s ease;
}

.hk-powder-coating-light-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #08182a 0%, #43b6e5 100%);
  color: #ffffff !important;
}

/* Image Card */

.hk-powder-coating-light-image-card {
  position: relative;
  height: 520px;
  border-radius: 30px;
  overflow: hidden;
  background: #08182a;
  box-shadow: 0 24px 70px rgba(8, 24, 42, 0.14);
  border: 1px solid rgba(8, 24, 42, 0.08);
}

.hk-powder-coating-light-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(8, 24, 42, 0.68) 100%),
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.14), transparent 42%);
  pointer-events: none;
}

.hk-powder-coating-light-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #08182a;
  filter: brightness(0.98) contrast(1.06) saturate(1.04);
  transform: scale(1.02);
  transition: transform 0.8s ease;
}

.hk-powder-coating-light-section:hover .hk-powder-coating-light-image-card img {
  transform: scale(1.06);
}

.hk-powder-coating-light-image-label {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 18px 20px;
  border-radius: 20px;
  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-powder-coating-light-image-label strong {
  display: block;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.4px;
}

.hk-powder-coating-light-image-label span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 700;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-powder-coating-light-section {
    padding: 70px 18px;
  }

  .hk-powder-coating-light-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hk-powder-coating-light-content {
    max-width: 100%;
    text-align: center;
  }

  .hk-powder-coating-light-tags {
    justify-content: center;
  }

  .hk-powder-coating-light-image-card {
    height: 460px;
  }
}

@media (max-width: 767px) {
  .hk-powder-coating-light-section {
    padding: 60px 16px;
  }

  .hk-powder-coating-light-section::after {
    display: none;
  }

  .hk-powder-coating-light-content > span {
    margin-bottom: 16px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-powder-coating-light-content h2 {
    font-size: 31px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-powder-coating-light-content p,
  .hk-powder-coating-light-content p:first-of-type {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-powder-coating-light-tags {
    gap: 8px;
    margin-top: 22px;
  }

  .hk-powder-coating-light-tags span {
    padding: 9px 12px;
    font-size: 12.5px;
  }

  .hk-powder-coating-light-btn {
    width: 100%;
    margin-top: 24px;
    padding: 15px 24px;
    font-size: 14px;
  }

  .hk-powder-coating-light-image-card {
    height: 360px;
    border-radius: 24px;
  }

  .hk-powder-coating-light-image-label {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px 16px;
    border-radius: 17px;
  }

  .hk-powder-coating-light-image-label strong {
    font-size: 18px;
  }

  .hk-powder-coating-light-image-label span {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-822afb3 *//* HK Sagar - Wagner Engineering Section */

.hk-wagner-engineering-section {
  position: relative;
  width: 100%;
  padding: 82px 20px;
  background:
    radial-gradient(circle at top left, rgba(67, 182, 229, 0.10), transparent 34%),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
  overflow: hidden;
}

.hk-wagner-engineering-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-wagner-engineering-section::after {
  content: "WAGNER";
  position: absolute;
  left: -45px;
  bottom: -14px;
  color: rgba(8, 24, 42, 0.032);
  font-size: clamp(78px, 11vw, 180px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-wagner-engineering-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-wagner-engineering-header {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.hk-wagner-engineering-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-wagner-engineering-header h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(36px, 4.8vw, 54px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -2.2px;
}

.hk-wagner-engineering-header p {
  max-width: 760px;
  margin: 20px auto 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 16.5px;
  line-height: 1.68;
}

/* Intro Card */

.hk-wagner-engineering-intro-card {
  max-width: 920px;
  margin: 0 auto 34px;
  padding: 22px 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 50px rgba(8, 24, 42, 0.07);
  text-align: center;
}

.hk-wagner-engineering-intro-card p {
  margin: 0;
  color: rgba(8, 24, 42, 0.82);
  font-size: 17px;
  line-height: 1.62;
  font-weight: 550;
}

/* Feature Grid */

.hk-wagner-engineering-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Cards */

.hk-wagner-engineering-card {
  position: relative;
  min-height: 230px;
  padding: 26px 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 52px rgba(8, 24, 42, 0.07);
  overflow: hidden;
  transition: all 0.28s ease;
}

.hk-wagner-engineering-card::before {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(67, 182, 229, 0.10);
  transition: all 0.28s ease;
}

.hk-wagner-engineering-card:hover {
  transform: translateY(-6px);
  border-color: rgba(67, 182, 229, 0.28);
  box-shadow: 0 26px 70px rgba(8, 24, 42, 0.12);
}

.hk-wagner-engineering-card:hover::before {
  transform: scale(1.35);
  background: rgba(67, 182, 229, 0.16);
}

/* Icons */

.hk-wagner-engineering-icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #123756 0%, #3888bb 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 34px rgba(56, 136, 187, 0.20);
}

.hk-wagner-engineering-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Text */

.hk-wagner-engineering-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #08182a;
  font-size: 18.5px;
  line-height: 1.18;
  font-weight: 550;
  letter-spacing: -0.5px;
}

.hk-wagner-engineering-card p {
  position: relative;
  z-index: 2;
  margin: 12px 0 0;
  color: rgba(41, 41, 41, 0.68);
  font-size: 14.5px;
  line-height: 1.58;
  font-weight: 500;
}

/* Bottom Note */

.hk-wagner-engineering-bottom {
  max-width: 920px;
  margin: 34px auto 0;
  padding: 24px 30px;
  border-radius: 26px;
  background: linear-gradient(135deg, #123756 0%, #3888bb 100%);
  box-shadow: 0 24px 60px rgba(56, 136, 187, 0.20);
  text-align: center;
}

.hk-wagner-engineering-bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 550;
}

/* Responsive */

@media (max-width: 1100px) {
  .hk-wagner-engineering-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hk-wagner-engineering-header h2 {
    font-size: 48px;
    letter-spacing: -1.7px;
  }
}

@media (max-width: 767px) {
  .hk-wagner-engineering-section {
    padding: 60px 16px;
  }

  .hk-wagner-engineering-section::after {
    display: none;
  }

  .hk-wagner-engineering-header {
    margin-bottom: 28px;
  }

  .hk-wagner-engineering-header span {
    margin-bottom: 16px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-wagner-engineering-header h2 {
    font-size: 31px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-wagner-engineering-header p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-wagner-engineering-intro-card {
    margin-bottom: 24px;
    padding: 18px;
    border-radius: 20px;
  }

  .hk-wagner-engineering-intro-card p {
    font-size: 15px;
    line-height: 1.58;
  }

  .hk-wagner-engineering-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hk-wagner-engineering-card {
    min-height: auto;
    padding: 24px 22px;
    border-radius: 22px;
  }

  .hk-wagner-engineering-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
  }

  .hk-wagner-engineering-icon svg {
    width: 27px;
    height: 27px;
  }

  .hk-wagner-engineering-card h3 {
    font-size: 18px;
  }

  .hk-wagner-engineering-card p {
    font-size: 14px;
  }

  .hk-wagner-engineering-bottom {
    margin-top: 24px;
    padding: 20px 18px;
    border-radius: 22px;
  }

  .hk-wagner-engineering-bottom p {
    font-size: 15px;
    line-height: 1.58;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37edc88 *//* HK Sagar - Superior Finishing Standards Section */

.hk-superior-finishing-section {
  position: relative;
  width: 100%;
  padding: 82px 20px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  overflow: hidden;
}

.hk-superior-finishing-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-superior-finishing-section::after {
  content: "FINISHING";
  position: absolute;
  right: -60px;
  bottom: -15px;
  color: rgba(8, 24, 42, 0.032);
  font-size: clamp(78px, 11vw, 180px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-superior-finishing-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-superior-finishing-header {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.hk-superior-finishing-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-superior-finishing-header h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(36px, 4.8vw, 54px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -2.2px;
}

.hk-superior-finishing-header p {
  max-width: 760px;
  margin: 20px auto 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 16.5px;
  line-height: 1.68;
}

/* Feature Grid */

.hk-superior-finishing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Cards */

.hk-superior-finishing-card {
  position: relative;
  min-height: 238px;
  padding: 25px 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 52px rgba(8, 24, 42, 0.07);
  overflow: hidden;
  transition: all 0.28s ease;
}

.hk-superior-finishing-wide-card {
  grid-column: span 2;
}

.hk-superior-finishing-card::before {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(67, 182, 229, 0.10);
  transition: all 0.28s ease;
}

.hk-superior-finishing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(67, 182, 229, 0.28);
  box-shadow: 0 26px 70px rgba(8, 24, 42, 0.12);
}

.hk-superior-finishing-card:hover::before {
  transform: scale(1.35);
  background: rgba(67, 182, 229, 0.16);
}

/* Icons */

.hk-superior-finishing-icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #123756 0%, #3888bb 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 34px rgba(56, 136, 187, 0.20);
}

.hk-superior-finishing-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Card Text */

.hk-superior-finishing-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #08182a;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 550;
  letter-spacing: -0.5px;
}

.hk-superior-finishing-card p {
  position: relative;
  z-index: 2;
  margin: 12px 0 0;
  color: rgba(41, 41, 41, 0.68);
  font-size: 14px;
  line-height: 1.56;
  font-weight: 500;
}

/* Bottom Content */

.hk-superior-finishing-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 34px;
}

.hk-superior-finishing-bottom-card {
  padding: 28px 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 52px rgba(8, 24, 42, 0.07);
}

.hk-superior-finishing-bottom-card h3 {
  margin: 0;
  color: #08182a;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 550;
  letter-spacing: -0.8px;
}

.hk-superior-finishing-bottom-card p {
  margin: 14px 0 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 15.5px;
  line-height: 1.68;
  font-weight: 500;
}

.hk-superior-finishing-bottom-highlight {
  background: linear-gradient(135deg, #123756 0%, #3888bb 100%);
  border-color: transparent;
}

.hk-superior-finishing-bottom-highlight h3,
.hk-superior-finishing-bottom-highlight p {
  color: #ffffff;
}

.hk-superior-finishing-bottom-highlight p {
  color: rgba(255, 255, 255, 0.82);
}

/* Responsive */

@media (max-width: 1100px) {
  .hk-superior-finishing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hk-superior-finishing-wide-card {
    grid-column: span 1;
  }

  .hk-superior-finishing-header h2 {
    font-size: 48px;
    letter-spacing: -1.7px;
  }
}

@media (max-width: 767px) {
  .hk-superior-finishing-section {
    padding: 60px 16px;
  }

  .hk-superior-finishing-section::after {
    display: none;
  }

  .hk-superior-finishing-header {
    margin-bottom: 32px;
  }

  .hk-superior-finishing-header span {
    margin-bottom: 16px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-superior-finishing-header h2 {
    font-size: 31px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-superior-finishing-header p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-superior-finishing-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hk-superior-finishing-card {
    min-height: auto;
    padding: 24px 22px;
    border-radius: 22px;
  }

  .hk-superior-finishing-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
  }

  .hk-superior-finishing-icon svg {
    width: 27px;
    height: 27px;
  }

  .hk-superior-finishing-card h3 {
    font-size: 18px;
  }

  .hk-superior-finishing-card p {
    font-size: 14px;
  }

  .hk-superior-finishing-bottom-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
    gap: 14px;
  }

  .hk-superior-finishing-bottom-card {
    padding: 24px 22px;
    border-radius: 22px;
  }

  .hk-superior-finishing-bottom-card h3 {
    font-size: 21px;
  }

  .hk-superior-finishing-bottom-card p {
    font-size: 14.5px;
    line-height: 1.62;
  }
}/* End custom CSS */