.elementor-3819 .elementor-element.elementor-element-2ee06f1{--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-3819 .elementor-element.elementor-element-4220d24.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3819 .elementor-element.elementor-element-59ff4cf{--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-3819 .elementor-element.elementor-element-aa1e90d.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3819 .elementor-element.elementor-element-b08c5b4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3819 .elementor-element.elementor-element-2253de7.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-4220d24 *//* HK Sagar - Door Accessories Simple Hero */

.hk-door-accessories-simple-hero {
  position: relative;
  width: 100%;
  min-height: 120px;
  padding: 80px 20px 80px;
  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-door-accessories-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-door-accessories-simple-hero::after {
  content: "ACCESSORIES";
  position: absolute;
  right: -74px;
  bottom: -18px;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(70px, 11vw, 190px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  white-space: nowrap;
  pointer-events: none;
}

.hk-door-accessories-simple-hero-container {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

/* Label */

.hk-door-accessories-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-door-accessories-simple-hero h1 {
  max-width: 920px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.92;
  font-weight: 550;
  letter-spacing: -4px;
}

.hk-door-accessories-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-door-accessories-simple-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.hk-door-accessories-simple-primary-btn,
.hk-door-accessories-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-door-accessories-simple-primary-btn {
  background: #43b6e5;
  color: #08182a !important;
  box-shadow: 0 18px 44px rgba(67, 182, 229, 0.26);
}

.hk-door-accessories-simple-primary-btn:hover {
  transform: translateY(-3px);
  background: #96d4ed;
  color: #08182a !important;
}

.hk-door-accessories-simple-secondary-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hk-door-accessories-simple-secondary-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff !important;
}

/* Animation - Elementor Safe */

.hk-door-accessories-simple-hero-container {
  opacity: 1;
  transform: translateY(0);
}

body:not(.elementor-editor-active) .hk-door-accessories-simple-hero-container {
  opacity: 0;
  transform: translateY(26px);
  transition: all 0.8s ease;
}

body:not(.elementor-editor-active) .hk-door-accessories-simple-hero.hk-door-accessories-simple-loaded .hk-door-accessories-simple-hero-container {
  opacity: 1;
  transform: translateY(0);
}

/* Elementor Editor Visibility Fix */

body.elementor-editor-active .hk-door-accessories-simple-hero-container,
.elementor-editor-active .hk-door-accessories-simple-hero-container {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-door-accessories-simple-hero {
    min-height: 560px;
    padding: 130px 18px 100px;
  }

  .hk-door-accessories-simple-hero h1 {
    font-size: 62px;
    letter-spacing: -2.4px;
  }

  .hk-door-accessories-simple-hero p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .hk-door-accessories-simple-hero {
    min-height: 520px;
    padding: 110px 16px 80px;
  }

  .hk-door-accessories-simple-hero::after {
    display: none;
  }

  .hk-door-accessories-simple-label {
    margin-bottom: 18px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-door-accessories-simple-hero h1 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: -1.2px;
  }

  .hk-door-accessories-simple-hero p {
    margin-top: 20px;
    font-size: 15.5px;
    line-height: 1.62;
  }

  .hk-door-accessories-simple-actions {
    margin-top: 28px;
  }

  .hk-door-accessories-simple-primary-btn,
  .hk-door-accessories-simple-secondary-btn {
    width: 100%;
    min-height: 52px;
    padding: 16px 24px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-59ff4cf *//* HK Sagar - Door Accessories Hinges Section */

.hk-door-hinges-section {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top left, rgba(67, 182, 229, 0.12), 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-door-hinges-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-door-hinges-section::after {
  content: "HINGES";
  position: absolute;
  right: -64px;
  bottom: -18px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(86px, 13vw, 215px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  white-space: nowrap;
  pointer-events: none;
}

.hk-door-hinges-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Grid */

.hk-door-hinges-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

/* Image */

.hk-door-hinges-image {
  position: relative;
  min-height: 560px;
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.16), transparent 42%),
    linear-gradient(135deg, #07111d 0%, #08182a 58%, #123756 100%);
  box-shadow: 0 30px 86px rgba(8, 24, 42, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px;
}

.hk-door-hinges-image::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.16;
  pointer-events: none;
}

.hk-door-hinges-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, 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-door-hinges-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 26px 46px rgba(0, 0, 0, 0.28));
  transform: scale(1);
  transition: transform 0.8s ease;
}

.hk-door-hinges-section:hover .hk-door-hinges-image img {
  transform: scale(1.045);
}

.hk-door-hinges-image-badge {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 3;
  padding: 22px 24px;
  border-radius: 24px;
  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-door-hinges-image-badge span {
  display: block;
  margin-bottom: 10px;
  color: #96d4ed;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hk-door-hinges-image-badge strong {
  display: block;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 550;
  letter-spacing: -0.7px;
}

/* Content Panel */

.hk-door-hinges-content-panel {
  position: relative;
  padding: 36px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 24px 74px rgba(8, 24, 42, 0.09);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
}

.hk-door-hinges-content-panel::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(67, 182, 229, 0.11);
  pointer-events: none;
}

.hk-door-hinges-content-top {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}

.hk-door-hinges-content-top span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 9px 16px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.12);
  color: #3888bb;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: 1px solid rgba(56, 136, 187, 0.12);
}

.hk-door-hinges-content-top h2 {
  max-width: 640px;
  margin: 0;
  color: #08182a;
  font-size: clamp(32px, 4.2vw, 36px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -2.2px;
}

/* Copy */

.hk-door-hinges-copy {
  position: relative;
  z-index: 2;
  margin-bottom: 28px;
}

.hk-door-hinges-copy p {
  margin: 0 0 16px;
  color: rgba(41, 41, 41, 0.72);
  font-size: 16px;
  line-height: 1.72;
  font-weight: 500;
}

.hk-door-hinges-copy p:last-child {
  margin-bottom: 0;
}

.hk-door-hinges-copy .hk-door-hinges-lead {
  color: rgba(8, 24, 42, 0.90);
  font-size: 17px;
  font-weight: 650;
}

/* Size Panel */

.hk-door-hinges-size-panel {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 52px rgba(8, 24, 42, 0.08);
}

.hk-door-hinges-size-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.12), transparent 44%),
    rgba(247, 251, 253, 0.94);
  border: 1px solid rgba(8, 24, 42, 0.06);
}

.hk-door-hinges-size-name {
  color: #08182a;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.hk-door-hinges-size-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hk-door-hinges-size-values span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  padding: 9px 12px;
  border-radius: 100px;
  background: #ffffff;
  color: #123756;
  border: 1px solid rgba(56, 136, 187, 0.14);
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  box-shadow: 0 8px 20px rgba(8, 24, 42, 0.04);
}

/* Button */

.hk-door-hinges-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  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-door-hinges-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #08182a 0%, #43b6e5 100%);
  color: #ffffff !important;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-door-hinges-section {
    padding: 85px 18px;
  }

  .hk-door-hinges-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hk-door-hinges-image {
    min-height: 460px;
  }

  .hk-door-hinges-content-panel {
    padding: 32px;
  }

  .hk-door-hinges-content-top h2 {
    font-size: 48px;
    letter-spacing: -1.8px;
  }
}

@media (max-width: 767px) {
  .hk-door-hinges-section {
    padding: 70px 16px;
  }

  .hk-door-hinges-section::after {
    display: none;
  }

  .hk-door-hinges-image {
    min-height: 360px;
    padding: 26px;
    border-radius: 26px;
  }

  .hk-door-hinges-image img {
    max-width: 280px;
  }

  .hk-door-hinges-image-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
    border-radius: 20px;
  }

  .hk-door-hinges-image-badge strong {
    font-size: 20px;
  }

  .hk-door-hinges-content-panel {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .hk-door-hinges-content-top span {
    margin-bottom: 14px;
    padding: 9px 15px;
    font-size: 10.5px;
    letter-spacing: 1.2px;
  }

  .hk-door-hinges-content-top h2 {
    font-size: 31px;
    line-height: 1.04;
    letter-spacing: -1px;
  }

  .hk-door-hinges-copy {
    margin-bottom: 24px;
  }

  .hk-door-hinges-copy p,
  .hk-door-hinges-copy .hk-door-hinges-lead {
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-door-hinges-size-panel {
    padding: 16px;
    border-radius: 20px;
  }

  .hk-door-hinges-size-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .hk-door-hinges-size-name {
    font-size: 15px;
  }

  .hk-door-hinges-size-values span {
    min-width: 42px;
    padding: 8px 11px;
    font-size: 12.5px;
  }

  .hk-door-hinges-btn {
    width: 100%;
    margin-top: 24px;
    padding: 15px 24px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2253de7 *//* HK Sagar - Door Accessories Washers Section */

.hk-door-washers-section {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(8, 24, 42, 0.045), transparent 32%),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
  overflow: hidden;
}

.hk-door-washers-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.36;
  pointer-events: none;
}

.hk-door-washers-section::after {
  content: "WASHERS";
  position: absolute;
  left: -58px;
  bottom: -18px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(86px, 13vw, 215px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  white-space: nowrap;
  pointer-events: none;
}

.hk-door-washers-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Grid */

.hk-door-washers-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}

/* Content Panel */

.hk-door-washers-content-panel {
  position: relative;
  padding: 36px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 24px 74px rgba(8, 24, 42, 0.09);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
}

.hk-door-washers-content-panel::before {
  content: "";
  position: absolute;
  left: -60px;
  top: -60px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(67, 182, 229, 0.11);
  pointer-events: none;
}

.hk-door-washers-content-top {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}

.hk-door-washers-content-top span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 9px 16px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.12);
  color: #3888bb;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: 1px solid rgba(56, 136, 187, 0.12);
}

.hk-door-washers-content-top h2 {
  max-width: 660px;
  margin: 0;
  color: #08182a;
  font-size: clamp(32px, 4.2vw, 36px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -2.2px;
}

/* Copy */

.hk-door-washers-copy {
  position: relative;
  z-index: 2;
  margin-bottom: 28px;
}

.hk-door-washers-copy p {
  margin: 0 0 16px;
  color: rgba(41, 41, 41, 0.72);
  font-size: 16px;
  line-height: 1.72;
  font-weight: 500;
}

.hk-door-washers-copy p:last-child {
  margin-bottom: 0;
}

.hk-door-washers-copy .hk-door-washers-lead {
  color: rgba(8, 24, 42, 0.90);
  font-size: 17px;
  font-weight: 650;
}

/* Size Panel */

.hk-door-washers-size-panel {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 52px rgba(8, 24, 42, 0.08);
}

.hk-door-washers-size-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.12), transparent 44%),
    rgba(247, 251, 253, 0.94);
  border: 1px solid rgba(8, 24, 42, 0.06);
}

.hk-door-washers-size-name {
  color: #08182a;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.hk-door-washers-size-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hk-door-washers-size-values span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  padding: 9px 12px;
  border-radius: 100px;
  background: #ffffff;
  color: #123756;
  border: 1px solid rgba(56, 136, 187, 0.14);
  font-size: 13px;
  line-height: 1;
  font-weight: 550;
  box-shadow: 0 8px 20px rgba(8, 24, 42, 0.04);
}

/* Button */

.hk-door-washers-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  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-door-washers-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #08182a 0%, #43b6e5 100%);
  color: #ffffff !important;
}

/* Image */

.hk-door-washers-image {
  position: relative;
  min-height: 560px;
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.16), transparent 42%),
    linear-gradient(135deg, #07111d 0%, #08182a 58%, #123756 100%);
  box-shadow: 0 30px 86px rgba(8, 24, 42, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px;
}

.hk-door-washers-image::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.16;
  pointer-events: none;
}

.hk-door-washers-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, 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-door-washers-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 26px 46px rgba(0, 0, 0, 0.28));
  transform: scale(1);
  transition: transform 0.8s ease;
}

.hk-door-washers-section:hover .hk-door-washers-image img {
  transform: scale(1.045);
}

.hk-door-washers-image-badge {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 3;
  padding: 22px 24px;
  border-radius: 24px;
  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-door-washers-image-badge span {
  display: block;
  margin-bottom: 10px;
  color: #96d4ed;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hk-door-washers-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-door-washers-section {
    padding: 85px 18px;
  }

  .hk-door-washers-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hk-door-washers-content-panel {
    padding: 32px;
  }

  .hk-door-washers-image {
    min-height: 460px;
  }

  .hk-door-washers-content-top h2 {
    font-size: 48px;
    letter-spacing: -1.8px;
  }
}

@media (max-width: 767px) {
  .hk-door-washers-section {
    padding: 70px 16px;
  }

  .hk-door-washers-section::after {
    display: none;
  }

  .hk-door-washers-content-panel {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .hk-door-washers-content-top span {
    margin-bottom: 14px;
    padding: 9px 15px;
    font-size: 10.5px;
    letter-spacing: 1.2px;
  }

  .hk-door-washers-content-top h2 {
    font-size: 31px;
    line-height: 1.04;
    letter-spacing: -1px;
  }

  .hk-door-washers-copy {
    margin-bottom: 24px;
  }

  .hk-door-washers-copy p,
  .hk-door-washers-copy .hk-door-washers-lead {
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-door-washers-size-panel {
    padding: 16px;
    border-radius: 20px;
  }

  .hk-door-washers-size-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .hk-door-washers-size-name {
    font-size: 15px;
  }

  .hk-door-washers-size-values span {
    min-width: auto;
    padding: 8px 11px;
    font-size: 12.5px;
  }

  .hk-door-washers-btn {
    width: 100%;
    margin-top: 24px;
    padding: 15px 24px;
    font-size: 14px;
  }

  .hk-door-washers-image {
    min-height: 360px;
    padding: 26px;
    border-radius: 26px;
  }

  .hk-door-washers-image img {
    max-width: 280px;
  }

  .hk-door-washers-image-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
    border-radius: 20px;
  }

  .hk-door-washers-image-badge strong {
    font-size: 20px;
  }
}/* End custom CSS */