.elementor-3313 .elementor-element.elementor-element-8fe74fe{--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-3313 .elementor-element.elementor-element-772cdb3.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3313 .elementor-element.elementor-element-76a3075{--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-3313 .elementor-element.elementor-element-c45f55b.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3313 .elementor-element.elementor-element-ee96209{--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-3313 .elementor-element.elementor-element-5d4f017.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3313 .elementor-element.elementor-element-4db24f8{--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-3313 .elementor-element.elementor-element-0bd4e99.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-772cdb3 *//* HK Sagar - Steel Doors and Windows Short Hero */

.hk-steel-door-window-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-steel-door-window-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-steel-door-window-simple-hero::after {
  content: "DOORS";
  position: absolute;
  right: -55px;
  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-steel-door-window-simple-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hk-steel-door-window-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-steel-door-window-simple-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(44px, 6.5vw, 52px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -3px;
}

.hk-steel-door-window-simple-hero p {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

/* Buttons */

.hk-steel-door-window-simple-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hk-steel-door-window-simple-primary-btn,
.hk-steel-door-window-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-steel-door-window-simple-primary-btn {
  background: #43b6e5;
  color: #08182a !important;
  box-shadow: 0 18px 42px rgba(67, 182, 229, 0.22);
}

.hk-steel-door-window-simple-primary-btn:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #08182a !important;
}

.hk-steel-door-window-simple-secondary-btn {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.hk-steel-door-window-simple-secondary-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-steel-door-window-simple-hero {
    min-height: 380px;
    padding: 95px 18px 78px;
  }

  .hk-steel-door-window-simple-hero h1 {
    font-size: 54px;
    letter-spacing: -2px;
  }

  .hk-steel-door-window-simple-hero p {
    font-size: 16.5px;
  }
}

@media (max-width: 767px) {
  .hk-steel-door-window-simple-hero {
    min-height: 350px;
    padding: 82px 16px 68px;
  }

  .hk-steel-door-window-simple-hero::after {
    display: none;
  }

  .hk-steel-door-window-simple-label {
    margin-bottom: 18px;
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .hk-steel-door-window-simple-hero h1 {
    font-size: 36px;
    line-height: 1.04;
    letter-spacing: -1.1px;
  }

  .hk-steel-door-window-simple-hero p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.58;
  }

  .hk-steel-door-window-simple-actions {
    margin-top: 28px;
    gap: 12px;
  }

  .hk-steel-door-window-simple-primary-btn,
  .hk-steel-door-window-simple-secondary-btn {
    width: 100%;
    padding: 15px 22px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c45f55b *//* HK Sagar - Future Frame Steel Doors & Windows Overview */

.hk-future-frame-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-future-frame-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-future-frame-overview-section::after {
  content: "FUTURE FRAME";
  position: absolute;
  right: -90px;
  bottom: -20px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(72px, 10vw, 165px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -7px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-future-frame-overview-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-future-frame-overview-header {
  max-width: 980px;
  margin: 0 auto 56px;
  text-align: center;
}

.hk-future-frame-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: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.hk-future-frame-overview-header h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(36px, 4.7vw, 54px);
  line-height: 1;
  font-weight: 550;
  letter-spacing: -2.2px;
}

/* Grid */

.hk-future-frame-overview-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

/* Image */

.hk-future-frame-overview-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-future-frame-overview-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-future-frame-overview-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.hk-future-frame-image-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  max-width: 340px;
  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-future-frame-image-badge strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: -0.5px;
}

.hk-future-frame-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-future-frame-overview-content {
  position: relative;
}

.hk-future-frame-logo-wrap {
  width: fit-content;
  max-width: 230px;
  margin-bottom: 24px;
  padding: 16px 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 48px rgba(8, 24, 42, 0.08);
}

.hk-future-frame-logo-wrap img {
  width: 100%;
  max-width: 190px;
  height: auto;
  display: block;
}

.hk-future-frame-overview-content p {
  margin: 0 0 18px;
  color: rgba(41, 41, 41, 0.74);
  font-size: 16.5px;
  line-height: 1.74;
}

.hk-future-frame-overview-content p:first-of-type {
  color: rgba(8, 24, 42, 0.88);
  font-size: 18px;
  font-weight: 500;
}

/* Table */

.hk-future-frame-table-wrap {
  margin-top: 34px;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 24px 70px rgba(8, 24, 42, 0.10);
}

.hk-future-frame-product-table {
  width: 100%;
  border-collapse: collapse;
}

.hk-future-frame-product-table tr {
  border-bottom: 1px solid rgba(8, 24, 42, 0.08);
}

.hk-future-frame-product-table tr:last-child {
  border-bottom: 0;
}

.hk-future-frame-product-table th {
  width: 34%;
  padding: 22px 24px;
  background: rgba(67, 182, 229, 0.10);
  color: #08182a;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}

.hk-future-frame-product-table td {
  padding: 22px 24px;
  color: rgba(41, 41, 41, 0.74);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
  vertical-align: top;
}

/* Note */

.hk-future-frame-note {
  margin-top: 22px;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(67, 182, 229, 0.10);
  border: 1px solid rgba(67, 182, 229, 0.18);
  color: #08182a;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 550;
}

/* Button */

.hk-future-frame-btn {
  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-future-frame-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;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-future-frame-overview-section {
    padding: 85px 18px;
  }

  .hk-future-frame-overview-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hk-future-frame-overview-image,
  .hk-future-frame-overview-image img {
    min-height: auto;
    height: 430px;
  }

  .hk-future-frame-overview-header h2 {
    font-size: 46px;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 767px) {
  .hk-future-frame-overview-section {
    padding: 70px 16px;
  }

  .hk-future-frame-overview-section::after {
    display: none;
  }

  .hk-future-frame-overview-header {
    margin-bottom: 40px;
  }

  .hk-future-frame-overview-header h2 {
    font-size: 31px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-future-frame-overview-image,
  .hk-future-frame-overview-image img {
    height: 300px;
    border-radius: 24px;
  }

  .hk-future-frame-image-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .hk-future-frame-image-badge strong {
    font-size: 21px;
  }

  .hk-future-frame-logo-wrap {
    max-width: 210px;
    padding: 14px 18px;
    margin-bottom: 22px;
  }

  .hk-future-frame-overview-content p,
  .hk-future-frame-overview-content p:first-of-type {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hk-future-frame-table-wrap {
    margin-top: 28px;
    border-radius: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hk-future-frame-product-table {
    min-width: 620px;
  }

  .hk-future-frame-product-table th,
  .hk-future-frame-product-table td {
    padding: 18px;
    font-size: 14px;
  }

  .hk-future-frame-product-table th {
    width: 32%;
  }

  .hk-future-frame-note {
    font-size: 14px;
    padding: 15px 18px;
  }

  .hk-future-frame-btn {
    width: 100%;
    margin-top: 24px;
    padding: 15px 24px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d4f017 *//* HK Sagar - Future Frame Key Features Section */

.hk-future-frame-features-section {
  position: relative;
  width: 100%;
  padding: 40px 20px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.12), transparent 34%),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
  overflow: hidden;
}

.hk-future-frame-features-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-future-frame-features-section::after {
  content: "FEATURES";
  position: absolute;
  left: -55px;
  bottom: -20px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(86px, 13vw, 210px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-future-frame-features-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-future-frame-features-header {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.hk-future-frame-features-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-future-frame-features-header h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(38px, 5vw, 56px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -2.2px;
}

.hk-future-frame-features-header p {
  max-width: 720px;
  margin: 22px auto 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

/* Grid */

.hk-future-frame-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* Card */

.hk-future-frame-feature-card {
  position: relative;
  min-height: 245px;
  padding: 28px 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  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-future-frame-feature-card::before {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(67, 182, 229, 0.10);
  transition: all 0.28s ease;
}

.hk-future-frame-feature-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-future-frame-feature-card:hover::before {
  transform: scale(1.35);
  background: rgba(67, 182, 229, 0.16);
}

/* Icon */

.hk-future-frame-feature-icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  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-future-frame-feature-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Text */

.hk-future-frame-feature-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #08182a;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 550;
  letter-spacing: -0.5px;
}

.hk-future-frame-feature-card p {
  position: relative;
  z-index: 2;
  margin: 13px 0 0;
  color: rgba(41, 41, 41, 0.68);
  font-size: 14.5px;
  line-height: 1.58;
  font-weight: 500;
}

/* Responsive */

@media (max-width: 1100px) {
  .hk-future-frame-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hk-future-frame-feature-card {
    min-height: 220px;
  }

  .hk-future-frame-features-header h2 {
    font-size: 50px;
    letter-spacing: -1.8px;
  }
}

@media (max-width: 767px) {
  .hk-future-frame-features-section {
    padding: 70px 16px;
  }

  .hk-future-frame-features-section::after {
    display: none;
  }

  .hk-future-frame-features-header {
    margin-bottom: 36px;
  }

  .hk-future-frame-features-header span {
    margin-bottom: 16px;
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .hk-future-frame-features-header h2 {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-future-frame-features-header p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6;
  }

  .hk-future-frame-features-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hk-future-frame-feature-card {
    min-height: auto;
    padding: 24px 22px;
    border-radius: 22px;
  }

  .hk-future-frame-feature-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
  }

  .hk-future-frame-feature-icon svg {
    width: 27px;
    height: 27px;
  }

  .hk-future-frame-feature-card h3 {
    font-size: 18px;
  }

  .hk-future-frame-feature-card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0bd4e99 *//* HK Sagar - Future Frame Window Systems Section */

.hk-future-frame-systems-section {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  background:
    radial-gradient(circle at top left, rgba(67, 182, 229, 0.14), transparent 34%),
    linear-gradient(135deg, #08182a 0%, #123756 52%, #0f2f49 100%);
  overflow: hidden;
}

.hk-future-frame-systems-section::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: 46px 46px;
  opacity: 0.24;
  pointer-events: none;
}

.hk-future-frame-systems-section::after {
  content: "WINDOW SYSTEMS";
  position: absolute;
  right: -110px;
  bottom: -18px;
  color: rgba(255, 255, 255, 0.04);
  font-size: clamp(62px, 9vw, 150px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -6px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-future-frame-systems-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Grid */

.hk-future-frame-systems-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
}

/* Left Content */

.hk-future-frame-systems-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.14);
  color: #96d4ed;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border: 1px solid rgba(150, 212, 237, 0.16);
}

.hk-future-frame-systems-content h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 56px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -2.2px;
}

.hk-future-frame-systems-content p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.75;
  max-width: 520px;
}

/* Button */

.hk-future-frame-systems-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 16px 30px;
  border-radius: 100px;
  background: #43b6e5;
  color: #08182a !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 550;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(67, 182, 229, 0.22);
  transition: all 0.3s ease;
}

.hk-future-frame-systems-btn:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #08182a !important;
}

/* Cards */

.hk-future-frame-systems-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.hk-future-frame-system-card {
  position: relative;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.hk-future-frame-system-card::before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(67, 182, 229, 0.12);
  pointer-events: none;
}

.hk-future-frame-system-card-dark {
  background:
    radial-gradient(circle at top right, rgba(150, 212, 237, 0.16), transparent 40%),
    linear-gradient(135deg, #123756 0%, #17496b 58%, #0f2f49 100%);
}

/* Card Header */

.hk-future-frame-system-card-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.hk-future-frame-system-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 20px;
  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.22);
}

.hk-future-frame-system-card-dark .hk-future-frame-system-icon {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hk-future-frame-system-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hk-future-frame-system-card-head small {
  display: block;
  margin-bottom: 7px;
  color: #3888bb;
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 1.4px;
}

.hk-future-frame-system-card-head h3 {
  margin: 0;
  color: #08182a;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 550;
  letter-spacing: -0.8px;
}

.hk-future-frame-system-card-dark .hk-future-frame-system-card-head small {
  color: #96d4ed;
}

.hk-future-frame-system-card-dark .hk-future-frame-system-card-head h3 {
  color: #ffffff;
}

/* Tags */

.hk-future-frame-tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hk-future-frame-tags span {
  display: inline-flex;
  align-items: center;
  padding: 11px 14px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.10);
  color: rgba(8, 24, 42, 0.82);
  font-size: 13.5px;
  line-height: 1.2;
  font-weight: 500;
  border: 1px solid rgba(67, 182, 229, 0.14);
}

.hk-future-frame-system-card-dark .hk-future-frame-tags span {
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.84);
  border-color: rgba(255, 255, 255, 0.14);
}

/* Responsive */

@media (max-width: 991px) {
  .hk-future-frame-systems-section {
    padding: 85px 18px;
  }

  .hk-future-frame-systems-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hk-future-frame-systems-content {
    text-align: center;
  }

  .hk-future-frame-systems-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .hk-future-frame-systems-content h2 {
    font-size: 48px;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 767px) {
  .hk-future-frame-systems-section {
    padding: 70px 16px;
  }

  .hk-future-frame-systems-section::after {
    display: none;
  }

  .hk-future-frame-systems-content span {
    margin-bottom: 18px;
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .hk-future-frame-systems-content h2 {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .hk-future-frame-systems-content p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.65;
  }

  .hk-future-frame-systems-btn {
    width: 100%;
    margin-top: 26px;
    padding: 15px 24px;
    font-size: 14px;
  }

  .hk-future-frame-system-card {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .hk-future-frame-system-card-head {
    gap: 14px;
    margin-bottom: 22px;
  }

  .hk-future-frame-system-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 18px;
  }

  .hk-future-frame-system-icon svg {
    width: 27px;
    height: 27px;
  }

  .hk-future-frame-system-card-head h3 {
    font-size: 22px;
  }

  .hk-future-frame-tags {
    gap: 8px;
  }

  .hk-future-frame-tags span {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 11px 12px;
    font-size: 13px;
  }
}/* End custom CSS */