.elementor-3198 .elementor-element.elementor-element-9100bb1{--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-3198 .elementor-element.elementor-element-739a04b.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3198 .elementor-element.elementor-element-d872ba2{--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-3198 .elementor-element.elementor-element-863b71e.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3198 .elementor-element.elementor-element-ba17d5f{--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-3198 .elementor-element.elementor-element-27188eb.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3198 .elementor-element.elementor-element-a2691fc{--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-3198 .elementor-element.elementor-element-384db4f.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3198 .elementor-element.elementor-element-48b9d63{--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-3198 .elementor-element.elementor-element-484a0a1.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3198 .elementor-element.elementor-element-bdab22b{--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-3198 .elementor-element.elementor-element-d2200f8.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3198 .elementor-element.elementor-element-4060904{--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-3198 .elementor-element.elementor-element-b2e033b.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3198 .elementor-element.elementor-element-268723f{--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-3198 .elementor-element.elementor-element-c881515.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-739a04b *//* HK Sagar About Us Hero */

.hk-about-hero {
  position: relative;
  width: 100%;
  min-height: 560px;
  padding: 130px 20px 10px;
  background:
    radial-gradient(circle at top left, rgba(67, 182, 229, 0.18), transparent 34%),
    linear-gradient(135deg, #08182a 0%, #123756 48%, #0f2f49 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hk-about-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.28;
  pointer-events: none;
}

.hk-about-hero::after {
  content: "ABOUT";
  position: absolute;
  right: -70px;
  bottom: -22px;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(100px, 18vw, 270px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  pointer-events: none;
}

.hk-about-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.hk-about-hero-content {
  max-width: 920px;
}

.hk-about-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #96d4ed;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hk-about-hero-label::before {
  content: "";
  width: 36px;
  height: 2px;
  border-radius: 100px;
  background: #43b6e5;
}

.hk-about-hero-content h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 7vw, 48px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -2.8px;
}

.hk-about-hero-content p {
  max-width: 800px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.72;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-about-hero {
    min-height: 500px;
    padding: 100px 18px 90px;
  }

  .hk-about-hero-content h1 {
    font-size: 54px;
    letter-spacing: -1.8px;
  }

  .hk-about-hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .hk-about-hero {
    min-height: 430px;
    padding: 86px 16px 76px;
  }

  .hk-about-hero::after {
    display: none;
  }

  .hk-about-hero-content h1 {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .hk-about-hero-content p {
    font-size: 15.5px;
    line-height: 1.62;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-863b71e *//* HK Sagar About Page - Who We Are Editorial Section */

.hk-who-editorial-section {
  position: relative;
  width: 100%;
  padding: 120px 20px;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 52%, #f2f8fb 52%, #f2f8fb 100%);
  overflow: hidden;
}

.hk-who-editorial-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.45;
  pointer-events: none;
}

.hk-who-editorial-section::after {
  content: "WHO";
  position: absolute;
  left: -38px;
  bottom: -28px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(120px, 18vw, 280px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -12px;
  pointer-events: none;
}

.hk-who-editorial-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

/* Left Content */

.hk-who-editorial-content {
  position: relative;
  max-width: 560px;
}

.hk-who-editorial-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #3888bb;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hk-who-editorial-label::before {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 100px;
  background: #43b6e5;
}

.hk-who-editorial-content h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(30px, 5vw, 34px);
  line-height: 1.05;
  font-weight: 550;
  letter-spacing: -1.8px;
}

.hk-who-editorial-text {
  margin-top: 32px;
  padding-left: 26px;
  border-left: 3px solid rgba(67, 182, 229, 0.42);
}

.hk-who-editorial-text p {
  margin: 0 0 20px;
  color: rgba(41, 41, 41, 0.72);
  font-size: 16.5px;
  line-height: 1.76;
}

.hk-who-editorial-text p:first-child {
  color: rgba(8, 24, 42, 0.88);
  font-size: 18px;
  font-weight: 550;
}

.hk-who-editorial-text p:last-child {
  margin-bottom: 0;
}

/* Right Visual Layout */

.hk-who-editorial-visual {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.hk-who-vertical-image,
.hk-who-vertical-card,
.hk-who-since-box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.hk-who-vertical-image {
  min-height: 280px;
  box-shadow: 0 24px 70px rgba(8, 24, 42, 0.14);
}

.hk-who-vertical-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Image Placement */

.hk-who-img-one {
  grid-column: 1;
  grid-row: 1 / span 2;
  height: 420px;
  align-self: end;
}

.hk-who-img-two {
  grid-column: 2;
  grid-row: 2 / span 2;
  height: 420px;
  align-self: start;
}

.hk-who-vertical-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8, 24, 42, 0.34));
  pointer-events: none;
}

/* Statement Cards */

.hk-who-vertical-card {
  min-height: 170px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 20px 58px rgba(8, 24, 42, 0.10);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hk-who-card-one {
  grid-column: 2;
  grid-row: 1;
}

.hk-who-card-two {
  grid-column: 1;
  grid-row: 3;
}

.hk-who-vertical-card span {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: linear-gradient(135deg, #3888bb, #43b6e5);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 550;
  box-shadow: 0 14px 30px rgba(56, 136, 187, 0.22);
}

.hk-who-vertical-card p {
  margin: 22px 0 0;
  color: #08182a;
  font-size: 18px;
  line-height: 1.38;
  font-weight: 550;
  letter-spacing: -0.3px;
}

/* Since Box */

.hk-who-since-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 190px;
  height: 190px;
  transform: translate(-50%, -50%);
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(150, 212, 237, 0.18), transparent 45%),
    linear-gradient(135deg, #08182a 0%, #123756 62%, #0f2f49 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 28px 80px rgba(8, 24, 42, 0.30);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hk-who-since-box strong {
  color: #ffffff;
  font-size: 46px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -1.4px;
}

.hk-who-since-box small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 500;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-who-editorial-section {
    padding: 90px 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  }

  .hk-who-editorial-container {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .hk-who-editorial-content {
    max-width: 100%;
  }

  .hk-who-editorial-content h2 {
    font-size: 44px;
  }

  .hk-who-editorial-visual {
    min-height: 560px;
  }
}

@media (max-width: 767px) {
  .hk-who-editorial-section {
    padding: 72px 16px;
  }

  .hk-who-editorial-section::after {
    display: none;
  }

  .hk-who-editorial-content h2 {
    font-size: 34px;
    letter-spacing: -0.9px;
  }

  .hk-who-editorial-text {
    margin-top: 26px;
    padding-left: 18px;
  }

  .hk-who-editorial-text p,
  .hk-who-editorial-text p:first-child {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hk-who-editorial-visual {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hk-who-img-one,
  .hk-who-img-two,
  .hk-who-card-one,
  .hk-who-card-two {
    grid-column: auto;
    grid-row: auto;
    height: auto;
  }

  .hk-who-vertical-image {
    height: 260px;
    min-height: 260px;
    border-radius: 24px;
  }

  .hk-who-vertical-card {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  .hk-who-vertical-card p {
    font-size: 16px;
  }

  .hk-who-since-box {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 130px;
    transform: none;
    border-radius: 24px;
  }

  .hk-who-since-box strong {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27188eb *//* HK Sagar About Us - Our Story Dark Section */

.hk-about-story-section {
  position: relative;
  width: 100%;
  padding: 120px 20px;
  background:
    radial-gradient(circle at top left, rgba(67, 182, 229, 0.16), transparent 34%),
    linear-gradient(135deg, #08182a 0%, #123756 48%, #0f2f49 100%);
  overflow: hidden;
}

.hk-about-story-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-about-story-section::after {
  content: "STORY";
  position: absolute;
  right: -45px;
  top: 50px;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(100px, 14vw, 220px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -10px;
  pointer-events: none;
}

.hk-about-story-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

/* Image Side */

.hk-about-story-image-wrap {
  position: relative;
}

.hk-about-story-image {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  min-height: 560px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hk-about-story-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 24, 42, 0.05) 0%, rgba(8, 24, 42, 0.55) 100%);
  pointer-events: none;
}

.hk-about-story-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

.hk-about-story-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  max-width: 270px;
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.26);
}

.hk-about-story-badge strong {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: -0.8px;
}

.hk-about-story-badge span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

/* Content Side */

.hk-about-story-content {
  position: relative;
  padding: 12px 0;
}

.hk-about-story-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #96d4ed;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hk-about-story-label::before {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 100px;
  background: #43b6e5;
}

.hk-about-story-content h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.06;
  font-weight: 550;
  letter-spacing: -1.7px;
}

.hk-about-story-content p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16.5px;
  line-height: 1.78;
}

.hk-about-story-content p:nth-of-type(2) {
  color: #ffffff;
  font-weight: 550;
  font-size: 18px;
}

/* Optional highlight line */

.hk-about-story-content::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 18px;
  width: 3px;
  height: 88%;
  border-radius: 100px;
  background: linear-gradient(180deg, #43b6e5, rgba(67, 182, 229, 0));
}

/* Responsive */

@media (max-width: 991px) {
  .hk-about-story-section {
    padding: 90px 18px;
  }

  .hk-about-story-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .hk-about-story-content::before {
    display: none;
  }

  .hk-about-story-image,
  .hk-about-story-image img {
    min-height: 460px;
  }

  .hk-about-story-content h2 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .hk-about-story-section {
    padding: 72px 16px;
  }

  .hk-about-story-section::after {
    display: none;
  }

  .hk-about-story-image,
  .hk-about-story-image img {
    min-height: 320px;
    border-radius: 24px;
  }

  .hk-about-story-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .hk-about-story-badge strong {
    font-size: 22px;
  }

  .hk-about-story-badge span {
    font-size: 12px;
  }

  .hk-about-story-content h2 {
    font-size: 34px;
    letter-spacing: -0.9px;
  }

  .hk-about-story-content p,
  .hk-about-story-content p:nth-of-type(2) {
    font-size: 15.5px;
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-384db4f *//* HK Sagar - Tata Partnership Section */

.hk-tata-partnership-section {
  position: relative;
  width: 100%;
  padding: 120px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  overflow: hidden;
}

.hk-tata-partnership-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.4;
  pointer-events: none;
}

.hk-tata-partnership-section::after {
  content: "PARTNERSHIP";
  position: absolute;
  right: -110px;
  bottom: -18px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(90px, 13vw, 220px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-tata-partnership-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 70px;
  align-items: center;
}

/* Left Content */

.hk-tata-partnership-content {
  position: relative;
}

.hk-tata-partnership-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #3888bb;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hk-tata-partnership-label::before {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 100px;
  background: #43b6e5;
}

.hk-tata-partnership-content h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(38px, 5vw, 30px);
  line-height: 1.06;
  font-weight: 550;
  letter-spacing: -1.6px;
}

.hk-tata-partnership-content p {
  margin: 22px 0 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 16.5px;
  line-height: 1.78;
}

.hk-tata-partnership-content p:first-of-type {
  color: #08182a;
  font-size: 18px;
  font-weight: 500;
}

/* Point Cards */

.hk-tata-partnership-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 34px;
}

.hk-tata-point-card {
  padding: 18px 22px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 48px rgba(8, 24, 42, 0.08);
}

.hk-tata-point-card strong {
  display: block;
  color: #08182a;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.hk-tata-point-card span {
  display: block;
  margin-top: 8px;
  color: rgba(41, 41, 41, 0.68);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 500;
}

/* Right Image */

.hk-tata-partnership-visual {
  position: relative;
  min-height: 580px;
}

.hk-tata-main-image {
  position: relative;
  width: 100%;
  height: 580px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(8, 24, 42, 0.14);
}

.hk-tata-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(8, 24, 42, 0.38));
  pointer-events: none;
}

.hk-tata-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Floating Year Box */

.hk-tata-floating-box {
  position: absolute;
  right: -20px;
  bottom: 36px;
  width: 220px;
  padding: 22px 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(150, 212, 237, 0.18), transparent 44%),
    linear-gradient(135deg, #08182a 0%, #123756 60%, #0f2f49 100%);
  color: #ffffff;
  box-shadow: 0 28px 60px rgba(8, 24, 42, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hk-tata-floating-box strong {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -1px;
  color: #ffffff;
}

.hk-tata-floating-box span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-tata-partnership-section {
    padding: 90px 18px;
  }

  .hk-tata-partnership-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hk-tata-main-image,
  .hk-tata-partnership-visual {
    min-height: auto;
    height: auto;
  }

  .hk-tata-main-image {
    height: 460px;
  }

  .hk-tata-partnership-content h2 {
    font-size: 44px;
  }

  .hk-tata-floating-box {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .hk-tata-partnership-section {
    padding: 72px 16px;
  }

  .hk-tata-partnership-section::after {
    display: none;
  }

  .hk-tata-partnership-content h2 {
    font-size: 34px;
    letter-spacing: -0.9px;
  }

  .hk-tata-partnership-content p,
  .hk-tata-partnership-content p:first-of-type {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hk-tata-main-image {
    height: 320px;
    border-radius: 24px;
  }

  .hk-tata-floating-box {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 16px;
    border-radius: 20px;
    padding: 18px 18px;
  }

  .hk-tata-floating-box strong {
    font-size: 30px;
  }

  .hk-tata-point-card {
    padding: 16px 18px;
    border-radius: 18px;
  }

  .hk-tata-point-card strong {
    font-size: 16px;
  }

  .hk-tata-point-card span {
    font-size: 13.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-484a0a1 *//* HK Sagar - About Us What We Stand For Section */

.hk-about-stand-section {
  position: relative;
  width: 100%;
  padding: 105px 20px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(150, 212, 237, 0.08), transparent 30%),
    linear-gradient(135deg, #07111d 0%, #08182a 48%, #123756 100%);
  overflow: hidden;
}

.hk-about-stand-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: 48px 48px;
  opacity: 0.18;
  pointer-events: none;
}

.hk-about-stand-section::after {
  content: "SINCE 1991";
  position: absolute;
  right: -60px;
  bottom: -16px;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(76px, 11vw, 185px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-about-stand-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 58px;
  align-items: center;
}

/* Intro */

.hk-about-stand-intro 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: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border: 1px solid rgba(150, 212, 237, 0.16);
}

.hk-about-stand-intro h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 38px);
  line-height: 0.96;
  font-weight: 550;
  letter-spacing: -2.7px;
}

.hk-about-stand-intro p {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.7;
}

/* Cards */

.hk-about-stand-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.hk-about-stand-card {
  position: relative;
  padding: 34px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
}

.hk-about-stand-card::before {
  content: "";
  position: absolute;
  right: -52px;
  top: -52px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(67, 182, 229, 0.12);
}

.hk-about-stand-card-highlight {
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.22), transparent 42%),
    rgba(255, 255, 255, 0.10);
  border-color: rgba(150, 212, 237, 0.22);
}

.hk-about-stand-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.hk-about-stand-card-top span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #43b6e5;
  color: #08182a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 1px;
  box-shadow: 0 16px 34px rgba(67, 182, 229, 0.25);
}

.hk-about-stand-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: -1px;
}

.hk-about-stand-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16.5px;
  line-height: 1.72;
  font-weight: 500;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-about-stand-section {
    padding: 86px 18px;
  }

  .hk-about-stand-container {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hk-about-stand-intro {
    text-align: center;
  }

  .hk-about-stand-intro p {
    margin-left: auto;
    margin-right: auto;
  }

  .hk-about-stand-intro h2 {
    font-size: 52px;
    letter-spacing: -1.8px;
  }
}

@media (max-width: 767px) {
  .hk-about-stand-section {
    padding: 70px 16px;
  }

  .hk-about-stand-section::after {
    display: none;
  }

  .hk-about-stand-intro span {
    margin-bottom: 18px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-about-stand-intro h2 {
    font-size: 32px;
    line-height: 1.04;
    letter-spacing: -1px;
  }

  .hk-about-stand-intro p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-about-stand-cards {
    gap: 14px;
  }

  .hk-about-stand-card {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .hk-about-stand-card-top {
    gap: 14px;
    margin-bottom: 18px;
  }

  .hk-about-stand-card-top span {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }

  .hk-about-stand-card h3 {
    font-size: 24px;
  }

  .hk-about-stand-card p {
    font-size: 15px;
    line-height: 1.62;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2200f8 *//* HK Sagar - About Us Scale Numbers Section */

.hk-about-scale-section {
  position: relative;
  width: 100%;
  padding: 96px 20px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.10), transparent 34%),
    radial-gradient(circle at bottom left, rgba(8, 24, 42, 0.045), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  overflow: hidden;
}

.hk-about-scale-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.36;
  pointer-events: none;
}

.hk-about-scale-section::after {
  content: "35 YEARS";
  position: absolute;
  right: -55px;
  bottom: -18px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(76px, 12vw, 190px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-about-scale-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-about-scale-header {
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}

.hk-about-scale-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;
  border: 1px solid rgba(56, 136, 187, 0.14);
}

.hk-about-scale-header h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(42px, 6vw, 54px);
  line-height: 0.92;
  font-weight: 550;
  letter-spacing: -3.4px;
}

.hk-about-scale-header p {
  max-width: 790px;
  margin: 24px auto 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 17px;
  line-height: 1.72;
}

/* Numbers Grid */

.hk-about-scale-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hk-about-scale-card {
  position: relative;
  min-height: 235px;
  padding: 28px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 52px rgba(8, 24, 42, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.28s ease;
}

.hk-about-scale-card::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(67, 182, 229, 0.10);
  transition: all 0.28s ease;
}

.hk-about-scale-card:hover {
  transform: translateY(-6px);
  border-color: rgba(67, 182, 229, 0.30);
  box-shadow: 0 28px 74px rgba(8, 24, 42, 0.12);
}

.hk-about-scale-card:hover::before {
  transform: scale(1.35);
  background: rgba(67, 182, 229, 0.16);
}

.hk-about-scale-featured {
  grid-column: span 2;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.20), transparent 42%),
    linear-gradient(135deg, #08182a 0%, #123756 100%);
  border-color: transparent;
  box-shadow: 0 28px 80px rgba(8, 24, 42, 0.18);
}

.hk-about-scale-featured::before {
  background: rgba(255, 255, 255, 0.10);
}

.hk-about-scale-number {
  position: relative;
  z-index: 2;
  color: #08182a;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.92;
  font-weight: 550;
  letter-spacing: -2px;
}

.hk-about-scale-featured .hk-about-scale-number {
  color: #ffffff;
  font-size: clamp(46px, 6vw, 84px);
  letter-spacing: -3px;
}

.hk-about-scale-card p {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 550;
}

.hk-about-scale-featured p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16.5px;
}

/* CTA */

.hk-about-scale-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 20px 58px rgba(8, 24, 42, 0.08);
}

.hk-about-scale-cta h3 {
  margin: 0;
  color: #08182a;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 550;
  letter-spacing: -1px;
}

.hk-about-scale-cta p {
  max-width: 760px;
  margin: 10px 0 0;
  color: rgba(41, 41, 41, 0.68);
  font-size: 15.5px;
  line-height: 1.62;
  font-weight: 500;
}

.hk-about-scale-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  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.20);
  transition: all 0.3s ease;
}

.hk-about-scale-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #08182a 0%, #43b6e5 100%);
  color: #ffffff !important;
}

/* Responsive */

@media (max-width: 1100px) {
  .hk-about-scale-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hk-about-scale-featured {
    grid-column: span 2;
  }

  .hk-about-scale-header h2 {
    font-size: 58px;
    letter-spacing: -2.2px;
  }

  .hk-about-scale-cta {
    grid-template-columns: 1fr;
  }

  .hk-about-scale-btn {
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .hk-about-scale-section {
    padding: 70px 16px;
  }

  .hk-about-scale-section::after {
    display: none;
  }

  .hk-about-scale-header {
    margin-bottom: 38px;
  }

  .hk-about-scale-header span {
    margin-bottom: 16px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-about-scale-header h2 {
    font-size: 35px;
    line-height: 1;
    letter-spacing: -1.2px;
  }

  .hk-about-scale-header p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-about-scale-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hk-about-scale-featured {
    grid-column: span 1;
  }

  .hk-about-scale-card {
    min-height: 190px;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .hk-about-scale-number,
  .hk-about-scale-featured .hk-about-scale-number {
    font-size: 40px;
    line-height: 0.95;
    letter-spacing: -1.5px;
  }

  .hk-about-scale-card p,
  .hk-about-scale-featured p {
    margin-top: 14px;
    font-size: 14.5px;
    line-height: 1.55;
  }

  .hk-about-scale-cta {
    margin-top: 24px;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .hk-about-scale-cta h3 {
    font-size: 23px;
  }

  .hk-about-scale-cta p {
    font-size: 14.5px;
  }

  .hk-about-scale-btn {
    width: 100%;
    padding: 15px 24px;
    font-size: 14px;
  }
}

/* Counter Styling */

.hk-counter,
.hk-counter-static {
  display: inline-block;
}

.hk-about-scale-number {
  min-height: 1em;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2e033b *//* HK Sagar - About Us Our People Dark Section */

.hk-about-people-section {
  position: relative;
  width: 100%;
  padding: 110px 20px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(150, 212, 237, 0.08), transparent 30%),
    linear-gradient(135deg, #07111d 0%, #08182a 48%, #123756 100%);
  overflow: hidden;
}

.hk-about-people-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: 48px 48px;
  opacity: 0.15;
  pointer-events: none;
}

.hk-about-people-section::after {
  content: "PEOPLE";
  position: absolute;
  right: -50px;
  bottom: -16px;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(84px, 12vw, 210px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  pointer-events: none;
  white-space: nowrap;
}

.hk-about-people-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-about-people-header {
  max-width: 920px;
  margin: 0 auto 64px;
  text-align: center;
}

.hk-about-people-header span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  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-about-people-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5.8vw, 62px);
  line-height: 0.94;
  font-weight: 550;
  letter-spacing: -3.2px;
}

.hk-about-people-header p {
  max-width: 820px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.72;
}

/* Leader Blocks */

.hk-leader-block {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 28px;
}

.hk-leader-block-reverse {
  grid-template-columns: 1.08fr 0.92fr;
}

.hk-leader-block-reverse .hk-leader-image {
  order: 2;
}

.hk-leader-block-reverse .hk-leader-message {
  order: 1;
}

.hk-leader-image {
  position: relative;
  min-height: 430px;
  border-radius: 34px;
  overflow: hidden;
  background: #08182a;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.hk-leader-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(8, 24, 42, 0.58) 100%),
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.14), transparent 42%);
  pointer-events: none;
}

.hk-leader-image img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
  filter: brightness(0.92) contrast(1.08) saturate(1.04);
  transform: scale(1.02);
  transition: transform 0.8s ease;
}

.hk-leader-block:hover .hk-leader-image img {
  transform: scale(1.07);
}

.hk-leader-message {
  position: relative;
  padding: 44px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.085);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.hk-leader-message::before {
  content: "“";
  position: absolute;
  right: 28px;
  top: 18px;
  color: rgba(67, 182, 229, 0.22);
  font-size: 150px;
  line-height: 1;
  font-weight: 950;
}

.hk-leader-message span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
  padding: 10px 18px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.14);
  color: #96d4ed;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hk-leader-message h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1;
  font-weight: 550;
  letter-spacing: -1.8px;
}

.hk-leader-message p {
  position: relative;
  z-index: 2;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.76;
}

/* Employee Carousel */

.hk-employee-section {
  margin-top: 70px;
}

.hk-employee-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.hk-employee-head span {
  display: block;
  margin-bottom: 10px;
  color: #96d4ed;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.hk-employee-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1;
  font-weight: 550;
  letter-spacing: -1.8px;
}

.hk-employee-controls {
  display: flex;
  gap: 10px;
}

.hk-employee-controls button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}

.hk-employee-controls button:hover {
  background: #43b6e5;
  color: #08182a;
  border-color: #43b6e5;
}

.hk-employee-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll- smooth;
  padding: 6px 0 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}

.hk-employee-carousel::-webkit-scrollbar {
  display: none;
}

.hk-employee-card {
  position: relative;
  flex: 0 0 310px;
  height: 390px;
  border-radius: 28px;
  overflow: hidden;
  background: #08182a;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.25);
}

.hk-employee-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.86) contrast(1.06) saturate(1.04);
  transform: scale(1.02);
  transition: all 0.7s ease;
}

.hk-employee-card:hover img {
  transform: scale(1.08);
  filter: brightness(1) contrast(1.08) saturate(1.08);
}

.hk-employee-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 17, 29, 0.04) 0%, rgba(8, 17, 29, 0.38) 48%, rgba(8, 17, 29, 0.92) 100%);
  pointer-events: none;
}

.hk-employee-card div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
}

.hk-employee-card h4 {
  margin: 0;
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: -1px;
}

.hk-employee-card p {
  display: inline-flex;
  width: fit-content;
  margin: 12px 0 0;
  padding: 8px 13px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.18);
  color: #96d4ed;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border: 1px solid rgba(150, 212, 237, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Closing */

.hk-people-closing {
  margin-top: 70px;
  padding: 48px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
}

.hk-people-closing h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4.6vw, 66px);
  line-height: 0.96;
  font-weight: 550;
  letter-spacing: -2.5px;
}

.hk-people-closing p {
  max-width: 850px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.7;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-about-people-section {
    padding: 86px 18px;
  }

  .hk-leader-block,
  .hk-leader-block-reverse {
    grid-template-columns: 1fr;
  }

  .hk-leader-block-reverse .hk-leader-image,
  .hk-leader-block-reverse .hk-leader-message {
    order: initial;
  }

  .hk-about-people-header h2 {
    font-size: 54px;
    letter-spacing: -2px;
  }

  .hk-leader-image,
  .hk-leader-image img {
    min-height: 380px;
  }

  .hk-leader-message {
    padding: 34px;
  }

  .hk-employee-card {
    flex-basis: 290px;
    height: 370px;
  }
}

@media (max-width: 767px) {
  .hk-about-people-section {
    padding: 70px 16px;
  }

  .hk-about-people-section::after {
    display: none;
  }

  .hk-about-people-header {
    margin-bottom: 42px;
  }

  .hk-about-people-header h2 {
    font-size: 34px;
    line-height: 1.02;
    letter-spacing: -1.1px;
  }

  .hk-about-people-header p {
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-leader-block {
    gap: 14px;
    margin-bottom: 18px;
  }

  .hk-leader-image,
  .hk-leader-image img {
    min-height: 310px;
    border-radius: 24px;
  }

  .hk-leader-message {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .hk-leader-message h3 {
    font-size: 28px;
  }

  .hk-leader-message p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-employee-section {
    margin-top: 48px;
  }

  .hk-employee-head {
    align-items: flex-start;
  }

  .hk-employee-head h3 {
    font-size: 28px;
  }

  .hk-employee-controls button {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .hk-employee-carousel {
    gap: 14px;
  }

  .hk-employee-card {
    flex-basis: 255px;
    height: 345px;
    border-radius: 22px;
  }

  .hk-employee-card h4 {
    font-size: 23px;
  }

  .hk-people-closing {
    margin-top: 48px;
    padding: 30px 22px;
    border-radius: 26px;
  }

  .hk-people-closing h3 {
    font-size: 31px;
  }

  .hk-people-closing p {
    font-size: 15px;
    line-height: 1.62;
  }
}

.hk-leader-name {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 22px;
  padding-left: 18px;
  border-left: 3px solid #43b6e5;
}

.hk-leader-name h4 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 550;
  letter-spacing: -0.7px;
}

.hk-leader-name p {
  margin: 7px 0 0 !important;
  color: #96d4ed !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 550 !important;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hk-leader-name {
    margin-top: 18px;
    margin-bottom: 18px;
    padding-left: 15px;
  }

  .hk-leader-name h4 {
    font-size: 21px;
  }

  .hk-leader-name p {
    font-size: 11.5px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c881515 *//* HK Sagar - About Us Final CTA Light Section */

.hk-about-final-cta-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.05), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  overflow: hidden;
}

.hk-about-final-cta-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.34;
  pointer-events: none;
}

.hk-about-final-cta-section::after {
  content: "LET'S TALK";
  position: absolute;
  right: -70px;
  bottom: -16px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(70px, 11vw, 170px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  white-space: nowrap;
  pointer-events: none;
}

.hk-about-final-cta-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

/* Content */

.hk-about-final-cta-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.12);
  color: #3888bb;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border: 1px solid rgba(56, 136, 187, 0.14);
}

.hk-about-final-cta-content h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(42px, 6vw, 54px);
  line-height: 0.92;
  font-weight: 550;
  letter-spacing: -3.4px;
}

.hk-about-final-cta-content h3 {
  margin: 12px 0 0;
  color: #3888bb;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  font-weight: 550;
  letter-spacing: -1.8px;
}

.hk-about-final-cta-content p {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
}

/* Buttons */

.hk-about-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hk-about-final-cta-primary,
.hk-about-final-cta-secondary {
  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-about-final-cta-primary {
  background: linear-gradient(135deg, #123756 0%, #3888bb 100%);
  color: #ffffff !important;
  box-shadow: 0 18px 42px rgba(56, 136, 187, 0.22);
}

.hk-about-final-cta-primary:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #08182a 0%, #43b6e5 100%);
  color: #ffffff !important;
}

.hk-about-final-cta-secondary {
  background: #ffffff;
  color: #08182a !important;
  border: 1px solid rgba(8, 24, 42, 0.12);
  box-shadow: 0 14px 38px rgba(8, 24, 42, 0.08);
}

.hk-about-final-cta-secondary:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 136, 187, 0.32);
  color: #3888bb !important;
}

/* Right Visual Cards */

.hk-about-final-cta-visual {
  position: relative;
  min-height: 430px;
}

.hk-about-final-cta-card {
  position: absolute;
  width: 78%;
  padding: 34px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 24px 70px rgba(8, 24, 42, 0.10);
  overflow: hidden;
}

.hk-about-final-cta-card::before {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(67, 182, 229, 0.12);
}

.hk-about-final-cta-card span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 14px;
  padding: 9px 15px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.12);
  color: #3888bb;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hk-about-final-cta-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #08182a;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 550;
  letter-spacing: -1.2px;
}

.hk-about-final-card-one {
  top: 0;
  left: 0;
  transform: rotate(-2deg);
}

.hk-about-final-card-two {
  top: 145px;
  right: 0;
  transform: rotate(2deg);
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.18), transparent 46%),
    #ffffff;
}

.hk-about-final-card-three {
  bottom: 0;
  left: 26px;
  transform: rotate(-1deg);
}

/* Responsive */

@media (max-width: 991px) {
  .hk-about-final-cta-section {
    padding: 82px 18px;
  }

  .hk-about-final-cta-container {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hk-about-final-cta-content {
    text-align: center;
  }

  .hk-about-final-cta-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .hk-about-final-cta-actions {
    justify-content: center;
  }

  .hk-about-final-cta-content h2 {
    font-size: 56px;
    letter-spacing: -2px;
  }

  .hk-about-final-cta-visual {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .hk-about-final-cta-section {
    padding: 68px 16px;
  }

  .hk-about-final-cta-section::after {
    display: none;
  }

  .hk-about-final-cta-content span {
    margin-bottom: 18px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-about-final-cta-content h2 {
    font-size: 34px;
    line-height: 1;
    letter-spacing: -1.1px;
  }

  .hk-about-final-cta-content h3 {
    margin-top: 10px;
    font-size: 28px;
    letter-spacing: -0.8px;
  }

  .hk-about-final-cta-content p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-about-final-cta-actions {
    margin-top: 28px;
  }

  .hk-about-final-cta-primary,
  .hk-about-final-cta-secondary {
    width: 100%;
    min-height: 52px;
    padding: 16px 24px;
    font-size: 14px;
  }

  .hk-about-final-cta-visual {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .hk-about-final-cta-card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 26px 22px;
    border-radius: 24px;
    transform: none;
  }

  .hk-about-final-cta-card p {
    font-size: 23px;
  }
}/* End custom CSS */