.elementor-3795 .elementor-element.elementor-element-847e9f4{--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-3795 .elementor-element.elementor-element-56383d6.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-56383d6 *//* HK Sagar - Dealer Locator Section */

.hk-dealer-locator-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.045), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  overflow: hidden;
}

.hk-dealer-locator-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 24, 42, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 24, 42, 0.026) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.38;
  pointer-events: none;
}

.hk-dealer-locator-section::after {
  content: "DEALERS";
  position: absolute;
  right: -72px;
  bottom: -18px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(82px, 13vw, 220px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  white-space: nowrap;
  pointer-events: none;
}

.hk-dealer-locator-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-dealer-locator-header {
  max-width: 920px;
  margin: 0 auto 44px;
  text-align: center;
}

.hk-dealer-locator-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;
  border: 1px solid rgba(56, 136, 187, 0.14);
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hk-dealer-locator-header h2 {
  margin: 0;
  color: #08182a;
  font-size: clamp(40px, 5.6vw, 56px);
  line-height: 0.94;
  font-weight: 600;
  letter-spacing: -3.2px;
}

.hk-dealer-locator-header p {
  max-width: 700px;
  margin: 22px auto 0;
  color: rgba(41, 41, 41, 0.70);
  font-size: 17px;
  line-height: 1.68;
  font-weight: 550;
}

/* Filter */

.hk-dealer-filter-card {
  margin-bottom: 22px;
  padding: 22px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 24px 74px rgba(8, 24, 42, 0.09);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hk-dealer-filter-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.75fr auto;
  gap: 14px;
  align-items: end;
}

.hk-dealer-field label {
  display: block;
  margin-bottom: 8px;
  color: rgba(8, 24, 42, 0.78);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.hk-dealer-field input,
.hk-dealer-field select {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(8, 24, 42, 0.12);
  background: #ffffff;
  color: #08182a;
  font-size: 14px;
  line-height: 1;
  font-weight: 650;
  outline: none;
  box-shadow: 0 10px 28px rgba(8, 24, 42, 0.04);
  transition: all 0.25s ease;
}

.hk-dealer-field input:focus,
.hk-dealer-field select:focus {
  border-color: rgba(56, 136, 187, 0.45);
  box-shadow: 0 0 0 4px rgba(67, 182, 229, 0.12);
}

.hk-dealer-field input::placeholder {
  color: rgba(8, 24, 42, 0.38);
}

.hk-dealer-clear-btn {
  height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #123756 0%, #3888bb 100%);
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 550;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 18px 42px rgba(56, 136, 187, 0.18);
  transition: all 0.3s ease;
}

.hk-dealer-clear-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #08182a 0%, #43b6e5 100%);
}

/* Result Bar */

.hk-dealer-result-bar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.hk-dealer-result-bar p {
  margin: 0;
  padding: 10px 16px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.10);
  color: rgba(8, 24, 42, 0.78);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
}

/* Table */

.hk-dealer-table-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 26px 80px rgba(8, 24, 42, 0.10);
}

.hk-dealer-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.hk-dealer-table thead {
  background: linear-gradient(135deg, #07111d 0%, #08182a 54%, #123756 100%);
}

.hk-dealer-table th {
  padding: 20px 18px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: left;
}

.hk-dealer-table th:nth-child(1) { width: 20%; }
.hk-dealer-table th:nth-child(2) { width: 38%; }
.hk-dealer-table th:nth-child(3) { width: 14%; }
.hk-dealer-table th:nth-child(4) { width: 14%; }
.hk-dealer-table th:nth-child(5) { width: 14%; }

.hk-dealer-table td {
  padding: 18px;
  border-bottom: 1px solid rgba(8, 24, 42, 0.07);
  color: rgba(41, 41, 41, 0.76);
  font-size: 14px;
  line-height: 1.48;
  font-weight: 550;
  vertical-align: top;
  word-break: break-word;
}

.hk-dealer-table tbody tr {
  transition: background 0.25s ease;
}

.hk-dealer-table tbody tr:hover {
  background: rgba(67, 182, 229, 0.055);
}

.hk-dealer-table tbody tr:last-child td {
  border-bottom: 0;
}

.hk-dealer-name {
  display: block;
  color: #08182a;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.hk-dealer-phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 9px 12px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.10);
  color: #123756 !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.hk-dealer-phone-link:hover {
  background: #43b6e5;
  color: #08182a !important;
}

/* Mobile Cards */

.hk-dealer-card-list {
  display: none;
}

.hk-dealer-card {
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 52px rgba(8, 24, 42, 0.08);
}

.hk-dealer-card + .hk-dealer-card {
  margin-top: 14px;
}

.hk-dealer-card h3 {
  margin: 0;
  color: #08182a;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.hk-dealer-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hk-dealer-card-meta span {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.10);
  color: #123756;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.hk-dealer-card p {
  margin: 16px 0 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 14px;
  line-height: 1.58;
  font-weight: 550;
}

.hk-dealer-card .hk-dealer-phone-link {
  margin-top: 16px;
}


/* Pagination */

.hk-dealer-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hk-dealer-page-btn {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 100px;
  border: 1px solid rgba(8, 24, 42, 0.12);
  background: #ffffff;
  color: #08182a;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 10px 28px rgba(8, 24, 42, 0.06);
}

.hk-dealer-page-btn:hover {
  background: rgba(67, 182, 229, 0.12);
  border-color: rgba(56, 136, 187, 0.28);
  color: #123756;
  transform: translateY(-2px);
}

.hk-dealer-page-btn.hk-active {
  background: linear-gradient(135deg, #123756 0%, #3888bb 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 16px 38px rgba(56, 136, 187, 0.18);
}

.hk-dealer-page-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.hk-dealer-page-dots {
  color: rgba(8, 24, 42, 0.55);
  font-size: 14px;
  font-weight: 900;
  padding: 0 4px;
}

/* Empty State */

.hk-dealer-empty {
  display: none;
  margin-top: 22px;
  padding: 46px 22px;
  border-radius: 28px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 52px rgba(8, 24, 42, 0.08);
}

.hk-dealer-empty h3 {
  margin: 0;
  color: #08182a;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.8px;
}

.hk-dealer-empty p {
  margin: 12px 0 0;
  color: rgba(41, 41, 41, 0.66);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 550;
}

/* Responsive */

@media (max-width: 1100px) {
  .hk-dealer-filter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hk-dealer-search-field {
    grid-column: span 2;
  }

  .hk-dealer-clear-btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hk-dealer-locator-section {
    padding: 70px 16px;
  }

  .hk-dealer-locator-section::after {
    display: none;
  }

  .hk-dealer-locator-header {
    margin-bottom: 34px;
  }

  .hk-dealer-locator-header span {
    margin-bottom: 16px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-dealer-locator-header h2 {
    font-size: 34px;
    line-height: 1;
    letter-spacing: -1.2px;
  }

  .hk-dealer-locator-header p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-dealer-filter-card {
    padding: 16px;
    border-radius: 24px;
  }

  .hk-dealer-filter-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hk-dealer-search-field {
    grid-column: auto;
  }

  .hk-dealer-field input,
  .hk-dealer-field select,
  .hk-dealer-clear-btn {
    height: 50px;
    border-radius: 14px;
  }

  .hk-dealer-result-bar {
    justify-content: flex-start;
  }

  .hk-dealer-table-wrap {
    display: none;
  }

  .hk-dealer-card-list {
    display: block;
  }

  .hk-dealer-pagination {
    gap: 6px;
    margin-top: 26px;
  }

  .hk-dealer-page-btn {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hk-dealer-empty {
    padding: 38px 18px;
  }

  .hk-dealer-empty h3 {
    font-size: 24px;
  }
}/* End custom CSS */