.elementor-19 .elementor-element.elementor-element-0219c56{--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-19 .elementor-element.elementor-element-05b7d5f.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-19 .elementor-element.elementor-element-7e31891{--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-19 .elementor-element.elementor-element-b15a136.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-05b7d5f *//* HK Sagar Work With Us Hero */

.hk-work-hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  padding: 130px 20px 110px;
  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-work-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-work-hero::after {
  content: "CAREERS";
  position: absolute;
  right: -70px;
  bottom: -22px;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(100px, 18vw, 260px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  pointer-events: none;
}

.hk-work-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.hk-work-hero-content {
  max-width: 850px;
}

.hk-work-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #96d4ed;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hk-work-hero-label::before {
  content: "";
  width: 36px;
  height: 2px;
  border-radius: 100px;
  background: #43b6e5;
}

.hk-work-hero-content h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(48px, 7vw, 38px);
  line-height: 1;
  font-weight: 550;
  letter-spacing: -2.8px;
}

.hk-work-hero-content p {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.72;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-work-hero {
    min-height: 460px;
    padding: 100px 18px 90px;
  }

  .hk-work-hero-content h1 {
    font-size: 54px;
    letter-spacing: -1.8px;
  }

  .hk-work-hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .hk-work-hero {
    min-height: 420px;
    padding: 86px 16px 76px;
  }

  .hk-work-hero::after {
    display: none;
  }

  .hk-work-hero-content h1 {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .hk-work-hero-content p {
    font-size: 15.5px;
    line-height: 1.62;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b15a136 *//* HK Sagar Work With Us Message Section */

.hk-work-message-section {
  position: relative;
  width: 100%;
  padding: 110px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  overflow: hidden;
}

.hk-work-message-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 24, 42, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 24, 42, 0.032) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.42;
  pointer-events: none;
}

.hk-work-message-section::after {
  content: "JOIN US";
  position: absolute;
  right: -60px;
  bottom: -20px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(92px, 14vw, 220px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -8px;
  pointer-events: none;
}

.hk-work-message-container {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
}

.hk-work-message-card {
  position: relative;
  padding: 56px;
  border-radius: 36px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 28px 80px rgba(8, 24, 42, 0.10);
  overflow: hidden;
}

.hk-work-message-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.16), transparent 42%),
    linear-gradient(145deg, rgba(67, 182, 229, 0.08), transparent 55%);
  pointer-events: none;
}

.hk-work-message-card > * {
  position: relative;
  z-index: 2;
}

.hk-work-message-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #3888bb;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hk-work-message-label::before {
  content: "";
  width: 36px;
  height: 2px;
  border-radius: 100px;
  background: #43b6e5;
}

.hk-work-message-card h2 {
  max-width: 780px;
  margin: 0;
  color: #08182a;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.06;
  font-weight: 550;
  letter-spacing: -1.6px;
}

.hk-work-message-card p {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 17px;
  line-height: 1.75;
}

.hk-work-email-btn {
  min-height: 54px;
  margin-top: 34px;
  padding: 0 24px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #3888bb, #43b6e5);
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(56, 136, 187, 0.24);
  transition: all 0.28s ease;
}

.hk-work-email-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(56, 136, 187, 0.34);
}

/* Responsive */

@media (max-width: 991px) {
  .hk-work-message-section {
    padding: 90px 18px;
  }

  .hk-work-message-card {
    padding: 42px;
    border-radius: 30px;
  }

  .hk-work-message-card h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .hk-work-message-section {
    padding: 72px 16px;
  }

  .hk-work-message-section::after {
    display: none;
  }

  .hk-work-message-card {
    padding: 28px;
    border-radius: 24px;
  }

  .hk-work-message-card h2 {
    font-size: 32px;
    letter-spacing: -0.9px;
  }

  .hk-work-message-card p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hk-work-email-btn {
    width: 100%;
    justify-content: center;
    padding: 0 18px;
    font-size: 14px;
  }
}/* End custom CSS */