.elementor-17 .elementor-element.elementor-element-f5728c8{--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-17 .elementor-element.elementor-element-9aee44c.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-17 .elementor-element.elementor-element-fa7747f{--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-17 .elementor-element.elementor-element-386794c.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-17 .elementor-element.elementor-element-2bcb025{margin-top:0px;margin-bottom:0px;}.elementor-17 .elementor-element.elementor-element-31a91f6.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-17 .elementor-element.elementor-element-31a91f6 > .elementor-widget-container{border-radius:15px 15px 15px 15px;}.elementor-17 .elementor-element.elementor-element-31a91f6 iframe{height:481px;filter:brightness( 100% ) contrast( 98% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-17 .elementor-element.elementor-element-31a91f6 iframe{height:278px;}}/* Start custom CSS for html, class: .elementor-element-9aee44c *//* HK Sagar Contact Us Hero */

.hk-contact-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-contact-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-contact-hero::after {
  content: "CONTACT";
  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-contact-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.hk-contact-hero-content {
  max-width: 820px;
}

.hk-contact-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-contact-hero-label::before {
  content: "";
  width: 36px;
  height: 2px;
  border-radius: 100px;
  background: #43b6e5;
}

.hk-contact-hero-content h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 1;
  font-weight: 550;
  letter-spacing: -2.8px;
}

.hk-contact-hero-content p {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.72;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-contact-hero {
    min-height: 460px;
    padding: 100px 18px 90px;
  }

  .hk-contact-hero-content h1 {
    font-size: 58px;
    letter-spacing: -1.8px;
  }

  .hk-contact-hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .hk-contact-hero {
    min-height: 420px;
    padding: 86px 16px 76px;
  }

  .hk-contact-hero::after {
    display: none;
  }

  .hk-contact-hero-content h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .hk-contact-hero-content p {
    font-size: 15.5px;
    line-height: 1.62;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-386794c *//* HK Sagar Contact Form Section */

.hk-contact-form-section {
  position: relative;
  width: 100%;
  padding: 110px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  overflow: hidden;
}

.hk-contact-form-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-contact-form-section::after {
  content: "CONNECT";
  position: absolute;
  right: -70px;
  top: 80px;
  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-contact-form-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Left Content */

.hk-contact-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #3888bb;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hk-contact-section-label::before {
  content: "";
  width: 36px;
  height: 2px;
  border-radius: 100px;
  background: #43b6e5;
}

.hk-contact-info-wrap h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(38px, 5vw, 32px);
  line-height: 1.05;
  font-weight: 550;
  letter-spacing: -1.6px;
}

.hk-contact-info-wrap > p {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(41, 41, 41, 0.70);
  font-size: 17px;
  line-height: 1.72;
}

/* Contact Detail Cards */

.hk-contact-details-grid {
  display: grid;
  gap: 16px;
  margin-top: 38px;
}

.hk-contact-detail-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 24px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 48px rgba(8, 24, 42, 0.07);
  overflow: hidden;
  transition: all 0.3s ease;
}

.hk-contact-detail-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.14), transparent 42%),
    linear-gradient(145deg, rgba(67, 182, 229, 0.07), transparent 54%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hk-contact-detail-card:hover {
  transform: translateY(-5px);
  border-color: rgba(67, 182, 229, 0.30);
  box-shadow: 0 26px 68px rgba(8, 24, 42, 0.12);
}

.hk-contact-detail-card:hover::before {
  opacity: 1;
}

.hk-contact-detail-icon,
.hk-contact-detail-card h3,
.hk-contact-detail-card p,
.hk-contact-detail-card a,
.hk-contact-phone-list {
  position: relative;
  z-index: 2;
}

.hk-contact-detail-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #3888bb, #43b6e5);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 650;
  box-shadow: 0 16px 34px rgba(56, 136, 187, 0.24);
}

.hk-contact-detail-card h3 {
  margin: 0 0 8px;
  color: #08182a;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 550;
  letter-spacing: -0.4px;
}

.hk-contact-detail-card p {
  margin: 0;
  color: rgba(41, 41, 41, 0.68);
  font-size: 15px;
  line-height: 1.62;
}

.hk-contact-detail-card a {
  color: rgba(41, 41, 41, 0.78) !important;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.hk-contact-detail-card a:hover {
  color: #3888bb !important;
}

.hk-contact-phone-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.hk-contact-phone-list a {
  padding: 6px 10px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.10);
  color: #08182a !important;
  font-size: 14px;
  line-height: 1;
}

/* Form Card */

.hk-contact-form-card {
  position: relative;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.14), transparent 38%),
    #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 30px 90px rgba(8, 24, 42, 0.12);
  overflow: hidden;
}

.hk-contact-form-card::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: 38px 38px;
  opacity: 0.5;
  pointer-events: none;
}

.hk-contact-form-card > * {
  position: relative;
  z-index: 2;
}

.hk-contact-form-card-head {
  margin-bottom: 26px;
}

.hk-contact-form-card-head span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #3888bb;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hk-contact-form-card-head h3 {
  margin: 0;
  color: #08182a;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 550;
  letter-spacing: -0.8px;
}

.hk-contact-form-card-head p {
  margin: 10px 0 0;
  color: rgba(41, 41, 41, 0.65);
  font-size: 15px;
  line-height: 1.55;
}

/* Elementor Placeholder */

.hk-contact-elementor-placeholder {
  min-height: 390px;
  border: 1px dashed rgba(56, 136, 187, 0.38);
  border-radius: 22px;
  background: rgba(67, 182, 229, 0.06);
  color: rgba(8, 24, 42, 0.46);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  font-size: 15px;
  font-weight: 600;
}

/* Elementor Form Styling */

.hk-contact-form-card .elementor-field-group {
  margin-bottom: 16px;
}

.hk-contact-form-card .elementor-field,
.hk-contact-form-card input,
.hk-contact-form-card textarea,
.hk-contact-form-card select {
  min-height: 50px;
  border-radius: 14px !important;
  border: 1px solid rgba(8, 24, 42, 0.12) !important;
  background: #f7fbfd !important;
  color: #08182a !important;
  font-size: 14.5px !important;
  font-weight: 600;
  box-shadow: none !important;
}

.hk-contact-form-card textarea {
  min-height: 130px;
  padding-top: 14px !important;
}

.hk-contact-form-card .elementor-field:focus,
.hk-contact-form-card input:focus,
.hk-contact-form-card textarea:focus,
.hk-contact-form-card select:focus {
  border-color: #43b6e5 !important;
  background: #ffffff !important;
}

.hk-contact-form-card .elementor-button {
  min-height: 52px;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #3888bb, #43b6e5) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  box-shadow: 0 16px 36px rgba(56, 136, 187, 0.26);
  transition: all 0.28s ease;
}

.hk-contact-form-card .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(56, 136, 187, 0.36);
}

/* Responsive */

@media (max-width: 991px) {
  .hk-contact-form-section {
    padding: 90px 18px;
  }

  .hk-contact-form-container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hk-contact-info-wrap h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .hk-contact-form-section {
    padding: 72px 16px;
  }

  .hk-contact-form-section::after {
    display: none;
  }

  .hk-contact-info-wrap h2 {
    font-size: 34px;
    letter-spacing: -0.9px;
  }

  .hk-contact-info-wrap > p {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .hk-contact-detail-card {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 22px;
  }

  .hk-contact-detail-icon {
    width: 50px;
    height: 50px;
  }

  .hk-contact-form-card {
    padding: 24px;
    border-radius: 26px;
  }

  .hk-contact-form-card-head h3 {
    font-size: 28px;
  }

  .hk-contact-elementor-placeholder {
    min-height: 300px;
  }
}/* End custom CSS */