.elementor-29 .elementor-element.elementor-element-75b49b2{--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-29 .elementor-element.elementor-element-c0d079c.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c0d079c *//* HK Sagar Full Width Mega Menu */

.hk-wide-header {
  position: relative;
  z-index: 99999;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 12px 34px rgba(8, 24, 42, 0.06);
}

.hk-wide-header-inner {
  max-width: 1460px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Logo */

.hk-wide-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none !important;
}

.hk-wide-logo img {
  width: 185px;
  height: auto;
  display: block;
}

/* Main Nav */

.hk-wide-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-left: auto;
}

.hk-wide-nav-link {
  position: relative;
  min-height: 46px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: #08182a !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.25s ease;
}

.hk-wide-nav-link:hover {
  color: #3888bb !important;
}

.hk-wide-nav-link::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 7px;
  height: 2px;
  border-radius: 100px;
  background: linear-gradient(90deg, #3888bb, #43b6e5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.hk-wide-nav-link:hover::after {
  transform: scaleX(1);
}

.hk-wide-mega-trigger span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(67, 182, 229, 0.13);
  color: #3888bb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  transition: all 0.25s ease;
}

.hk-wide-mega-parent:hover .hk-wide-mega-trigger span,
.hk-wide-mega-parent.is-open .hk-wide-mega-trigger span {
  transform: rotate(45deg);
  background: #43b6e5;
  color: #ffffff;
}

/* Parent */

.hk-wide-nav-item,
.hk-wide-mega-parent {
  position: static;
}

/* Hover Bridge */

.hk-wide-mega-parent::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 30px;
  background: transparent;
  display: none;
}

.hk-wide-mega-parent:hover::after,
.hk-wide-mega-parent.is-open::after {
  display: block;
}

/* Mega Menu Full Width */

.hk-wide-mega-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 16px);
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: all 0.28s ease;
  background:
    radial-gradient(circle at top left, rgba(67, 182, 229, 0.16), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7fbfd 100%);
  border-top: 1px solid rgba(8, 24, 42, 0.08);
  border-bottom: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 34px 90px rgba(8, 24, 42, 0.18);
  overflow: hidden;
}

.hk-wide-mega-parent:hover .hk-wide-mega-menu,
.hk-wide-mega-parent.is-open .hk-wide-mega-menu,
.hk-wide-mega-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.hk-wide-mega-menu::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: 38px 38px;
  opacity: 0.55;
  pointer-events: none;
}

/* Mega Top */

.hk-wide-mega-top {
  position: relative;
  z-index: 2;
  max-width: 1460px;
  margin: 0 auto;
  padding: 24px 24px 16px;
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 40px;
  align-items: end;
}

.hk-wide-mega-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 13px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.12);
  color: #3888bb;
  font-size: 11.5px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hk-wide-mega-top h3 {
  margin: 0;
  color: #08182a;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -1.1px;
}

.hk-wide-mega-top p {
  margin: 0;
  color: rgba(41, 41, 41, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

/* Mega Product Grid - 5 Equal Columns */

.hk-wide-mega-grid {
  position: relative;
  z-index: 2;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 24px 20px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.hk-wide-mega-card {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 17px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 12px 34px rgba(8, 24, 42, 0.055);
  overflow: hidden;
  transition: all 0.25s ease;
}

.hk-wide-mega-card:hover {
  transform: translateY(-4px);
  border-color: rgba(67, 182, 229, 0.30);
  box-shadow: 0 22px 54px rgba(8, 24, 42, 0.11);
}

.hk-wide-feature-card,
.hk-wide-building-card {
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.14), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.hk-wide-card-head {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 14px;
}

.hk-wide-card-head span {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3888bb, #43b6e5);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
}

.hk-wide-card-head h4 {
  margin: 0;
  color: #08182a;
  font-size: 16.5px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.35px;
}

/* Link Groups */

.hk-wide-link-group {
  display: grid;
  gap: 5px;
  margin-top: 12px;
}

.hk-wide-link-group:first-of-type {
  margin-top: 0;
}

.hk-wide-link-group strong {
  margin-top: 7px;
  color: #3888bb;
  font-size: 10.7px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.hk-wide-link-group strong:first-child {
  margin-top: 0;
}

.hk-wide-link-group a,
.hk-wide-quick-links a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 8px 6px 17px;
  border-radius: 10px;
  color: rgba(41, 41, 41, 0.76) !important;
  font-size: 12.5px;
  line-height: 1.25;
  font-weight: 760;
  text-decoration: none !important;
  transition: all 0.23s ease;
}

.hk-wide-link-group a::before,
.hk-wide-quick-links a::before {
  content: "";
  position: absolute;
  left: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #43b6e5;
}

.hk-wide-link-group a:hover,
.hk-wide-quick-links a:hover {
  color: #08182a !important;
  background: rgba(67, 182, 229, 0.10);
  transform: translateX(3px);
}

/* Quick Access Card */

.hk-wide-quick-card {
  background:
    radial-gradient(circle at top right, rgba(150, 212, 237, 0.16), transparent 40%),
    linear-gradient(135deg, #123756 0%, #17496b 58%, #0f2f49 100%);
}

.hk-wide-quick-card .hk-wide-card-head h4 {
  color: #ffffff;
}

.hk-wide-quick-card .hk-wide-card-head span {
  background: rgba(255, 255, 255, 0.16);
  color: #96d4ed;
}

.hk-wide-quick-links {
  display: grid;
  gap: 6px;
}

.hk-wide-quick-links a {
  color: rgba(255, 255, 255, 0.82) !important;
  background: rgba(255, 255, 255, 0.055);
}

.hk-wide-quick-links a::before {
  background: #96d4ed;
}

.hk-wide-quick-links a:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12);
}

/* Mega Bottom */

.hk-wide-mega-bottom {
  position: relative;
  z-index: 2;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 24px 22px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 14px;
}

.hk-wide-mega-bottom > div {
  min-height: 58px;
  padding: 13px 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 28px rgba(8, 24, 42, 0.045);
}

.hk-wide-mega-bottom span {
  color: #3888bb;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.hk-wide-mega-bottom a,
.hk-wide-mega-bottom p {
  margin: 0;
  color: rgba(41, 41, 41, 0.76) !important;
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 800;
  text-decoration: none !important;
}

.hk-wide-mega-bottom a:hover {
  color: #3888bb !important;
}

/* Mobile Toggle */

.hk-wide-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 0;
  border-radius: 12px;
  background: rgba(67, 182, 229, 0.12);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hk-wide-toggle span {
  width: 22px;
  height: 2px;
  border-radius: 100px;
  background: #08182a;
  transition: all 0.25s ease;
}

.hk-wide-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hk-wide-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.hk-wide-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Responsive */

@media (max-width: 1380px) {
  .hk-wide-logo img {
    width: 168px;
  }

  .hk-wide-header-inner {
    gap: 18px;
  }

  .hk-wide-nav-link {
    padding: 0 6px;
    font-size: 12.2px;
  }

  .hk-wide-mega-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .hk-wide-mega-card {
    padding: 15px;
  }

  .hk-wide-card-head h4 {
    font-size: 15px;
  }

  .hk-wide-link-group a,
  .hk-wide-quick-links a {
    font-size: 12px;
  }
}

@media (max-width: 1180px) {
  .hk-wide-mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .hk-wide-logo img {
    width: 158px;
  }

  .hk-wide-nav-link {
    padding: 0 5px;
    font-size: 11.8px;
  }
}

@media (max-width: 991px) {
  .hk-wide-header-inner {
    flex-wrap: wrap;
    padding: 12px 18px;
  }

  .hk-wide-logo img {
    width: 165px;
  }

  .hk-wide-toggle {
    display: inline-flex;
  }

  .hk-wide-nav {
    display: none;
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    padding: 12px 0 4px;
  }

  .hk-wide-nav.is-open {
    display: flex;
  }

  .hk-wide-nav-link {
    width: 100%;
    min-height: 46px;
    justify-content: space-between;
    border-radius: 12px;
    background: rgba(8, 24, 42, 0.035);
    padding: 0 14px;
    font-size: 14px;
  }

  .hk-wide-nav-link::after {
    display: none;
  }

  .hk-wide-mega-parent,
  .hk-wide-nav-item {
    position: relative;
  }

  .hk-wide-mega-parent::after {
    display: none !important;
  }

  .hk-wide-mega-menu {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-top: 8px;
    border-radius: 22px;
    box-shadow: none;
    border: 1px solid rgba(8, 24, 42, 0.08);
    max-height: 75vh;
    overflow-y: auto;
  }

  .hk-wide-mega-parent.is-open .hk-wide-mega-menu {
    display: block;
  }

  .hk-wide-mega-parent:hover .hk-wide-mega-menu {
    transform: none;
  }

  .hk-wide-mega-top {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 18px 14px;
  }

  .hk-wide-mega-top h3 {
    font-size: 28px;
  }

  .hk-wide-mega-grid {
    grid-template-columns: 1fr;
    padding: 0 18px 18px;
    gap: 14px;
  }

  .hk-wide-mega-card {
    padding: 17px;
  }

  .hk-wide-card-head h4 {
    font-size: 16px;
  }

  .hk-wide-mega-bottom {
    grid-template-columns: 1fr;
    padding: 0 18px 18px;
  }

  .hk-wide-mega-bottom > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 767px) {
  .hk-wide-logo img {
    width: 150px;
  }

  .hk-wide-mega-top h3 {
    font-size: 25px;
  }

  .hk-wide-mega-top p {
    font-size: 13.8px;
  }
}

.hk-wide-mega-trigger,
.hk-wide-mega-trigger:hover,
.hk-wide-mega-parent:hover .hk-wide-mega-trigger,
.hk-wide-mega-parent.is-open .hk-wide-mega-trigger {
  color: #08182a !important;
}/* End custom CSS */