.elementor-3748 .elementor-element.elementor-element-872e305{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3748 .elementor-element.elementor-element-377715c.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3748 .elementor-element.elementor-element-996e32c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3748 .elementor-element.elementor-element-9023883.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-377715c *//* HK Sagar - Furnisteel Simple Hero */

.hk-furnisteel-simple-hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  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-furnisteel-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-furnisteel-simple-hero::after {
  content: "FURNISTEEL";
  position: absolute;
  right: -74px;
  bottom: -18px;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(76px, 12vw, 205px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  white-space: nowrap;
  pointer-events: none;
}

.hk-furnisteel-simple-hero-container {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

/* Label */

.hk-furnisteel-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;
}

/* Heading */

.hk-furnisteel-simple-hero h1 {
  max-width: 920px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(54px, 7.8vw, 68px);
  line-height: 0.9;
  font-weight: 550;
  letter-spacing: 1px;
}

.hk-furnisteel-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;
}

/* Buttons */

.hk-furnisteel-simple-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.hk-furnisteel-simple-primary-btn,
.hk-furnisteel-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-furnisteel-simple-primary-btn {
  background: #43b6e5;
  color: #08182a !important;
  box-shadow: 0 18px 44px rgba(67, 182, 229, 0.26);
}

.hk-furnisteel-simple-primary-btn:hover {
  transform: translateY(-3px);
  background: #96d4ed;
  color: #08182a !important;
}

.hk-furnisteel-simple-secondary-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hk-furnisteel-simple-secondary-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff !important;
}

/* Animation - Elementor Safe */

.hk-furnisteel-simple-hero-container {
  opacity: 1;
  transform: translateY(0);
}

body:not(.elementor-editor-active) .hk-furnisteel-simple-hero-container {
  opacity: 0;
  transform: translateY(26px);
  transition: all 0.8s ease;
}

body:not(.elementor-editor-active) .hk-furnisteel-simple-hero.hk-furnisteel-simple-loaded .hk-furnisteel-simple-hero-container {
  opacity: 1;
  transform: translateY(0);
}

/* Elementor Editor Visibility Fix */

body.elementor-editor-active .hk-furnisteel-simple-hero-container,
.elementor-editor-active .hk-furnisteel-simple-hero-container {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-furnisteel-simple-hero {
    min-height: 560px;
    padding: 130px 18px 100px;
  }

  .hk-furnisteel-simple-hero h1 {
    font-size: 68px;
    letter-spacing: -2.6px;
  }

  .hk-furnisteel-simple-hero p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .hk-furnisteel-simple-hero {
    min-height: 520px;
    padding: 110px 16px 80px;
  }

  .hk-furnisteel-simple-hero::after {
    display: none;
  }

  .hk-furnisteel-simple-label {
    margin-bottom: 18px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-furnisteel-simple-hero h1 {
    font-size: 42px;
    line-height: 1;
    letter-spacing: -1.3px;
  }

  .hk-furnisteel-simple-hero p {
    margin-top: 20px;
    font-size: 15.5px;
    line-height: 1.62;
  }

  .hk-furnisteel-simple-actions {
    margin-top: 28px;
  }

  .hk-furnisteel-simple-primary-btn,
  .hk-furnisteel-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-9023883 *//* HK Sagar - Furnisteel Overview Section */

.hk-furnisteel-overview-section {
  position: relative;
  width: 100%;
  padding: 110px 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-furnisteel-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-furnisteel-overview-section::after {
  content: "FURNISTEEL";
  position: absolute;
  right: -78px;
  bottom: -18px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(72px, 11vw, 190px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  white-space: nowrap;
  pointer-events: none;
}

.hk-furnisteel-overview-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Main Grid */

.hk-furnisteel-overview-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 58px;
  align-items: center;
}

/* Image */

.hk-furnisteel-overview-image {
  position: relative;
  height: 620px;
  border-radius: 42px;
  overflow: hidden;
  background: #08182a;
  box-shadow: 0 30px 90px rgba(8, 24, 42, 0.16);
}

.hk-furnisteel-overview-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-furnisteel-overview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.98) contrast(1.05) saturate(1.03);
  transform: scale(1.02);
  transition: transform 0.9s ease;
}

.hk-furnisteel-overview-section:hover .hk-furnisteel-overview-image img {
  transform: scale(1.06);
}

.hk-furnisteel-image-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 3;
  max-width: 370px;
  padding: 24px 26px;
  border-radius: 26px;
  background: rgba(8, 24, 42, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hk-furnisteel-image-badge span {
  display: block;
  margin-bottom: 10px;
  color: #96d4ed;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hk-furnisteel-image-badge strong {
  display: block;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 550;
  letter-spacing: -0.7px;
}

/* Content */

.hk-furnisteel-overview-content {
  position: relative;
}

.hk-furnisteel-overview-label {
  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-furnisteel-overview-content h2 {
  max-width: 680px;
  margin: 0;
  color: #08182a;
  font-size: clamp(38px, 5.2vw, 52px);
  line-height: 0.94;
  font-weight: 550;
  letter-spacing: -3px;
}

.hk-furnisteel-overview-content p {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
}

.hk-furnisteel-overview-content .hk-furnisteel-overview-lead {
  margin-top: 28px;
  color: rgba(8, 24, 42, 0.9);
  font-size: 18px;
  line-height: 1.64;
  font-weight: 550;
}

/* Button */

.hk-furnisteel-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-furnisteel-overview-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #08182a 0%, #43b6e5 100%);
  color: #ffffff !important;
}

/* Expertise Block */

.hk-furnisteel-expertise-block {
  position: relative;
  margin-top: 80px;
  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.86);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 26px 80px rgba(8, 24, 42, 0.10);
  overflow: hidden;
}

.hk-furnisteel-expertise-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.hk-furnisteel-expertise-heading span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #3888bb;
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hk-furnisteel-expertise-heading h3 {
  max-width: 680px;
  margin: 0;
  color: #08182a;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1;
  font-weight: 550;
  letter-spacing: -2px;
}

.hk-furnisteel-expertise-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.hk-furnisteel-expertise-card {
  position: relative;
  min-height: 170px;
  padding: 22px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.13), 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-furnisteel-expertise-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 68px rgba(8, 24, 42, 0.11);
}

.hk-furnisteel-expertise-card span {
  display: inline-flex;
  margin-bottom: 42px;
  color: #3888bb;
  font-size: 14px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 1.4px;
}

.hk-furnisteel-expertise-card h4 {
  margin: 0;
  color: #08182a;
  font-size: 19px;
  line-height: 1.12;
  font-weight: 550;
  letter-spacing: -0.7px;
}

/* Responsive */

@media (max-width: 1180px) {
  .hk-furnisteel-expertise-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  .hk-furnisteel-overview-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .hk-furnisteel-overview-content {
    text-align: center;
  }

  .hk-furnisteel-overview-content h2,
  .hk-furnisteel-overview-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .hk-furnisteel-overview-image {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hk-furnisteel-overview-section {
    padding: 70px 16px;
  }

  .hk-furnisteel-overview-section::after {
    display: none;
  }

  .hk-furnisteel-overview-grid {
    gap: 34px;
  }

  .hk-furnisteel-overview-label {
    margin-bottom: 18px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-furnisteel-overview-content h2 {
    font-size: 33px;
    line-height: 1;
    letter-spacing: -1.1px;
  }

  .hk-furnisteel-overview-content p,
  .hk-furnisteel-overview-content .hk-furnisteel-overview-lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-furnisteel-overview-btn {
    width: 100%;
    margin-top: 28px;
    padding: 15px 24px;
    font-size: 14px;
  }

  .hk-furnisteel-overview-image {
    height: 340px;
    border-radius: 26px;
  }

  .hk-furnisteel-image-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 18px;
    border-radius: 20px;
  }

  .hk-furnisteel-image-badge strong {
    font-size: 21px;
  }

  .hk-furnisteel-expertise-block {
    margin-top: 44px;
    padding: 22px;
    border-radius: 26px;
  }

  .hk-furnisteel-expertise-heading {
    display: block;
    margin-bottom: 22px;
    text-align: left;
  }

  .hk-furnisteel-expertise-heading h3 {
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-furnisteel-expertise-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hk-furnisteel-expertise-card {
    min-height: auto;
    padding: 20px;
    border-radius: 20px;
  }

  .hk-furnisteel-expertise-card span {
    margin-bottom: 18px;
  }

  .hk-furnisteel-expertise-card h4 {
    font-size: 18px;
  }
}/* End custom CSS */