@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;500;600;700;800&display=swap");
:root {
  --hpi-ff-body: "PT Sans", sans-serif;
  --hpi-ff-title: "PT Sans", sans-serif;
  --hpi-fs-body: 14px;
  --hpi-fs-h1: 44px;
  --hpi-fs-h2: 28px;
  --hpi-fs-h3: 20px;
  --hpi-fs-h4: 16px;
  --hpi-fw-regular: 400;
  --hpi-fw-medium: 500;
  --hpi-fw-sbold: 600;
  --hpi-fw-bold: 700;
  --hpi-white: #ffffff;
  --hpi-bg: #f7fafc;
  --hpi-header-bg: #eeeeee;
  --hpi-bg-alt: #eef5fb;
  --hpi-heading: #363636;
  --hpi-hero-bg: #f7fafc;
  --hpi-primary: #123e9b;
  --hpi-primary-dark: #0f327b;
  --hpi-primary-darker: #11327b;
  --hpi-primary-light: #1e5fed;
  --hpi-secondary: #20a9dc;
  --hpi-secondary-darker: #1688b4;
  --hpi-accent: #0f3a5c;
  --hpi-text: #1e1f1d;
  --hpi-text-body: #1e1f1d;
  --hpi-text-muted: #6b7a8a;
  --hpi-border: #e1e7ef;
  --hpi-border-light: #eef2f6;
  --hpi-success: #10b981;
  --hpi-warning: #f59e0b;
  --hpi-danger: #ef4444;
  --hpi-star: #f4b400;
  --hpi-verified: #2bbf6b;
  --hpi-footer-bg: #0f3a5c;
  --hpi-footer-text: #b8c5d9;
  --hpi-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --hpi-shadow-sm: 0 1px 2px rgba(15, 35, 70, 0.05);
  --hpi-shadow-md: 0 4px 12px rgba(15, 35, 70, 0.08);
  --hpi-shadow-lg: 0 10px 30px rgba(15, 35, 70, 0.10);
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.p-5 {
  padding: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.m-5 {
  margin: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-15 {
  padding: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.m-15 {
  margin: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-25 {
  padding: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.m-25 {
  margin: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.m-30 {
  margin: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-35 {
  padding: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.m-35 {
  margin: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-45 {
  padding: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.m-45 {
  margin: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.p-50 {
  padding: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.m-50 {
  margin: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.p-60 {
  padding: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.m-60 {
  margin: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-70 {
  padding: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.m-70 {
  margin: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.p-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.m-80 {
  margin: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-90 {
  padding: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.m-90 {
  margin: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.p-100 {
  padding: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.m-100 {
  margin: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.gap-05 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

/* Container max-width fixed at 1320px across all breakpoints */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  max-width: 1320px;
}

/* Map Bootstrap CSS vars to hpi design tokens */
:root {
  --bs-primary: var(--hpi-primary);
  --bs-primary-rgb: 32, 169, 220;
  --bs-body-font-family: "PT Sans", sans-serif;
  --bs-body-font-size: 14px;
  --bs-body-color: var(--hpi-text-body);
  --bs-link-color: var(--hpi-primary);
  --bs-link-color-rgb: 32, 169, 220;
  --bs-link-hover-color: var(--hpi-primary-dark);
  --bs-border-color: var(--hpi-border);
  --bs-border-radius: 10px;
}

/* Primary button matches hpi cyan */
.btn-primary {
  --bs-btn-bg: var(--hpi-primary);
  --bs-btn-border-color: var(--hpi-primary);
  --bs-btn-hover-bg: var(--hpi-primary-darker);
  --bs-btn-hover-border-color: var(--hpi-primary-darker);
  --bs-btn-active-bg: var(--hpi-primary-darker);
  --bs-btn-active-border-color: var(--hpi-primary-darker);
}

.btn-outline-primary {
  --bs-btn-color: #20a9dc;
  --bs-btn-border-color: #20a9dc;
  --bs-btn-hover-bg: #e1f2fb;
  --bs-btn-hover-color: #20a9dc;
  --bs-btn-hover-border-color: #20a9dc;
  --bs-btn-active-bg: #20a9dc;
  --bs-btn-active-border-color: #20a9dc;
}

/* Navy dark button (Add Your Listing) */
.btn-dark-navy {
  --bs-btn-bg: var(--hpi-secondary);
  --bs-btn-border-color: var(--hpi-secondary);
  --bs-btn-color: var(--hpi-white);
  --bs-btn-hover-bg: var(--hpi-secondary-darker);
  --bs-btn-hover-border-color: var(--hpi-secondary-darker);
  --bs-btn-hover-color: var(--hpi-white);
  --bs-btn-active-bg: var(--hpi-secondary-darker);
  --bs-btn-active-border-color: var(--hpi-secondary-darker);
  --bs-btn-active-color: var(--hpi-white);
}

.hpi-btn:hover, .hpi-btn:active {
  color: var(--hpi-primary);
}

/* Pagination match hpi style */
.pagination {
  --bs-pagination-color: #0f2a47;
  --bs-pagination-active-bg: #20a9dc;
  --bs-pagination-active-border-color: #20a9dc;
  --bs-pagination-hover-color: #20a9dc;
  --bs-pagination-focus-color: #20a9dc;
  --bs-pagination-border-radius: 8px;
  gap: 6px;
}

.pagination .page-link {
  border-radius: 8px;
  border: 1px solid #e1e7ef;
}

/* Form controls inside hpi-search-form keep their custom look — Bootstrap form-control overridden minimally */
.hpi-search-form .form-control,
.hpi-search-form .form-select {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
  box-shadow: none;
}

.hpi-search-form .form-control:focus,
.hpi-search-form .form-select:focus {
  box-shadow: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "PT Sans", sans-serif, "Inter";
  font-size: 14px;
  line-height: 1.5;
  color: #0f2a47;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: 0;
  background: transparent;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans", sans-serif, "Inter";
  font-weight: 400;
  line-height: 1.25;
  color: #0f2a47;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

.hpi-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.hpi-section-title {
  font-size: 24px;
  font-weight: 400;
  color: #0f2a47;
  margin-bottom: 4px;
}

.hpi-section-subtitle {
  font-size: 16px;
  color: #6b7a8a;
  margin-bottom: 24px;
}

.hpi-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.hpi-section-header .hpi-view-all {
  color: var(--hpi-primary);
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hpi-section-header .hpi-view-all:hover {
  text-decoration: underline;
}

.hpi-section-heading {
  border-left: 3px solid var(--hpi-primary);
  padding-left: 12px;
  margin-bottom: 20px;
}
.hpi-section-heading h2 {
  font-size: 22px;
  margin-bottom: 2px;
}
.hpi-section-heading p {
  font-size: 16px;
  color: #6b7a8a;
}

.hpi-navbar {
  background: var(--hpi-header-bg);
  border-bottom: 1px solid #eef2f6;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 1px 20px rgba(75, 91, 114, 0.18), 0 1px 5px rgba(35, 51, 78, 0.08);
}
.hpi-navbar .navbar-nav {
  padding-left: 0;
}
.hpi-navbar .navbar-nav .nav-link {
  color: var(--hpi-text);
  font-size: 16px;
  font-weight: 400;
  padding: 28px 0;
  position: relative;
  transition: color 0.25s ease;
}
.hpi-navbar .navbar-nav .nav-link:hover {
  color: var(--hpi-primary);
}
.hpi-navbar .navbar-nav .nav-link.active {
  color: var(--hpi-primary);
}
.hpi-navbar .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: var(--hpi-primary);
  border-radius: 2px;
}
.hpi-navbar__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}
.hpi-navbar__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.hpi-navbar__brand .logo {
  height: 58px;
  width: auto;
}
.hpi-navbar--active {
  color: var(--hpi-primary);
}
.hpi-navbar--active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--hpi-primary);
  border-radius: 2px;
}
.hpi-navbar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.hpi-navbar__lang {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--hpi-text);
  font-size: 16px;
  font-weight: 400;
}
.hpi-navbar__lang i {
  color: var(--hpi-text);
  font-size: 16px;
}
.hpi-navbar__btn-login, .hpi-navbar__btn-listing {
  padding: 9px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hpi-navbar__btn-login {
  background: #ffffff;
  color: var(--hpi-primary);
  border: 1px solid var(--hpi-primary);
}
.hpi-navbar__btn-login:hover {
  background: #e1f2fb;
}
.hpi-navbar__btn-listing {
  background: var(--hpi-primary);
  color: #ffffff;
}
.hpi-navbar__btn-listing:hover {
  background: var(--hpi-primary-dark);
}
@media (max-width: 991px) {
  .hpi-navbar__nav-links {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    margin-bottom: 1px;
  }
  .navbar-nav .nav-item {
    display: block;
  }
  .navbar-nav .nav-item .nav-link {
    padding: 10px 16px !important;
    color: #0f2a47;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navbar-nav .nav-item .nav-link:hover {
    color: var(--hpi-primary);
  }
  .navbar-collapse {
    border-top: 1px solid #eef2f6;
    margin: 5px 0 15px 0;
  }
  .navbar .hpi-navbar__lang {
    padding: 10px 16px;
  }
}
@media (min-width: 992px) {
  .navbar.hpi-navbar .navbar-nav {
    gap: 20px;
  }
}
.hpi-hero {
  position: relative;
  background: linear-gradient(180deg, #f7f8f4 0%, #e9edf0 100%);
  padding: 40px 0 50px;
  overflow: hidden;
}
.hpi-hero__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.hpi-hero__doctor {
  display: none;
}
.hpi-hero__title {
  font-size: 44px;
  font-weight: 300;
  color: var(--hpi-heading);
  text-align: center;
  line-height: 1.25;
  margin-bottom: 14px;
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
}
.hpi-hero__subtitle {
  font-size: 16px;
  color: #4d5e6f;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 18px;
  line-height: 1.55;
}
.hpi-hero__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  max-width: 480px;
  color: var(--hpi-primary-darker);
  opacity: 0.75;
}
.hpi-hero__divider::before {
  content: "";
  flex: 1;
  height: 1.5px;
  background: linear-gradient(to left, rgb(80, 79, 79) 0%, rgb(80, 79, 79) 70%, transparent 100%);
  opacity: 0.8;
  margin-right: -7px;
}
.hpi-hero__divider::after {
  content: "";
  flex: 1;
  height: 1.5px;
  background: linear-gradient(to right, rgb(80, 79, 79) 0%, rgb(80, 79, 79) 70%, transparent 100%);
  opacity: 0.8;
  margin-left: -7px;
}
.hpi-hero__divider svg {
  width: 60px;
  height: 22px;
  margin: 0 6px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .hpi-hero {
    padding: 50px 0 40px;
  }
  .hpi-hero__title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .hpi-search-form__wrap {
    margin: 0 20px !important;
  }
  .hpi-search-form__tabs {
    width: 105% !important;
    gap: 5px !important;
  }
  .hpi-search-form__tab {
    width: 105% !important;
    gap: 5px !important;
  }
}
.hpi-search-form {
  border: 1px solid #c2c2bf;
  background-color: var(--hpi-white);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(15, 35, 70, 0.1);
  max-width: 940px;
  margin: 0 auto;
  padding: 10px 10px;
  overflow: hidden;
}
.hpi-search-form__wrap {
  position: relative;
  border-bottom: 2px solid #d3d3d4;
  margin: 0 30px;
}
.hpi-search-form__tabs {
  display: flex;
  background: transparent;
  width: 72%;
  margin: 0 auto;
  margin-top: 4px;
  justify-content: center;
  gap: 60px;
}
.hpi-search-form__tab {
  flex: 0 0 auto;
  padding: 18px 8px;
  color: #6b7a8a;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: -1px !important;
}
.hpi-search-form__tab i {
  font-size: 14px;
}
.hpi-search-form__tab:hover {
  color: var(--hpi-primary);
}
.hpi-search-form__tab.active {
  background-color: transparent !important;
  color: var(--hpi-primary) !important;
  border: none !important;
  border-bottom: 2px solid var(--hpi-primary) !important;
}
.hpi-search-form__content {
  display: none;
  padding: 24px 24px 16px;
}
.hpi-search-form__content--active {
  display: block;
}
.hpi-search-form__form {
  display: flex;
  gap: 12px;
}
.hpi-search-form__form--advanced {
  flex-wrap: wrap;
  align-items: stretch;
}
.hpi-search-form__form--advanced .hpi-search-form__select {
  flex: 1 1 200px;
}
.hpi-search-form__form--advanced .hpi-search-form__submit {
  padding: 0 32px;
  height: 46px;
}
.hpi-search-form__select {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e1e7ef;
  border-radius: 10px;
  padding: 0 14px;
  height: 46px;
  color: #0f2a47;
  font-size: 14px;
}
.hpi-search-form__select > i:first-child {
  color: var(--hpi-primary);
  font-size: 14px;
}
.hpi-search-form__select > i:last-child {
  color: #6b7a8a;
  font-size: 12px;
}
.hpi-search-form__select select, .hpi-search-form__select input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #0f2a47;
  appearance: none;
  cursor: pointer;
  min-width: 0;
}
.hpi-search-form__select .hpi-search-form__clear {
  color: #6b7a8a;
  font-size: 14px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.hpi-search-form__input-group {
  flex: 1;
  display: flex;
  align-items: center;
  border: 1px solid #e1e7ef;
  border-radius: 10px;
  padding: 4px 4px 4px 16px;
  background: #ffffff;
}
.hpi-search-form__input-group i.fa-search {
  color: #6b7a8a;
  font-size: 14px;
  margin-right: 12px;
}
.hpi-search-form__input {
  flex: 1;
  border: 0;
  outline: none !important;
  padding: 8px 0 !important;
  font-size: 14px;
  color: #0f2a47;
  background: transparent;
}
.hpi-search-form__input::placeholder {
  color: #6b7a8a;
}
.hpi-search-form__submit {
  background: var(--hpi-secondary);
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
  cursor: pointer;
}
.hpi-search-form__submit:hover {
  background: var(--hpi-secondary-darker);
}
.hpi-search-form__popular {
  padding: 0 24px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.hpi-search-form__popular-label {
  font-size: 14px;
  color: #6b7a8a;
  font-weight: 400;
  padding-left: 30px;
}
.hpi-search-form__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.hpi-search-form__tag {
  background: #e1f2fb;
  color: var(--hpi-primary);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.hpi-search-form__tag:hover {
  background: var(--hpi-primary);
  color: #ffffff;
}
.hpi-search-form--inline {
  max-width: 100% !important;
}
.hpi-search-form--inline .hpi-search-form__select {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e1e7ef;
  border-radius: 10px;
  padding: 0 14px;
  height: 46px;
  color: #0f2a47;
  font-size: 14px;
}
.hpi-search-form--inline .hpi-search-form__select i {
  color: #6b7a8a;
}
.hpi-search-form--inline .hpi-search-form__select select, .hpi-search-form--inline .hpi-search-form__select input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #0f2a47;
  appearance: none;
}
.hpi-search-form--inline .hpi-search-form__select .hpi-search-form__clear {
  color: #6b7a8a;
  font-size: 14px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.hpi-search-form--inline .hpi-search-form__submit {
  padding: 0 32px;
  height: 46px;
}
.hpi-search-form--inline .hpi-search-form__popular {
  padding: 10px 0 0;
}

.hpi-categories {
  padding: 36px 0 20px;
  background: #ffffff;
}

.hpi-category-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 10px;
  padding: 18px 12px;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 12px rgba(15, 35, 70, 0.08);
  gap: 4px;
}
.hpi-category-card:hover {
  border-color: var(--hpi-primary);
  box-shadow: 0 10px 30px rgba(15, 35, 70, 0.1);
  transform: translateY(-2px);
}
.hpi-category-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 4px;
}
.hpi-category-card--doctors .hpi-category-card__icon {
  color: #20a9dc;
}
.hpi-category-card--clinics .hpi-category-card__icon {
  color: #2bbf6b;
}
.hpi-category-card--hospitals .hpi-category-card__icon {
  color: #20a9dc;
}
.hpi-category-card--pharmacies .hpi-category-card__icon {
  color: #2bbf6b;
}
.hpi-category-card--labs .hpi-category-card__icon {
  color: #8a4dd1;
}
.hpi-category-card--imaging .hpi-category-card__icon {
  color: #1ba0c8;
}
.hpi-category-card--companies .hpi-category-card__icon {
  color: #e26a2c;
}
.hpi-category-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #0f2a47;
}
.hpi-category-card__sub {
  font-size: 14px;
  color: #6b7a8a;
}

.hpi-featured-doctors,
.hpi-featured-facilities {
  padding: 30px 0;
  background: #ffffff;
  position: relative;
}

.hpi-carousel-wrap {
  position: relative;
  padding: 0 4px;
}
.hpi-carousel-wrap .swiper {
  overflow: hidden;
  padding: 4px 0;
}
.hpi-carousel-wrap .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.hpi-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(15, 35, 70, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hpi-primary);
  z-index: 5;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
  cursor: pointer;
}
.hpi-carousel-arrow:hover {
  background: var(--hpi-primary);
  color: #ffffff;
}
.hpi-carousel-arrow--prev {
  left: -18px;
}
.hpi-carousel-arrow--next {
  right: -18px;
}

.hpi-doctor-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hpi-doctor-card:hover {
  box-shadow: 0 4px 12px rgba(15, 35, 70, 0.08);
  transform: translateY(-2px);
}
.hpi-doctor-card__image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #eef5fb;
}
.hpi-doctor-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hpi-doctor-card__bookmark {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7a8a;
  font-size: 14px;
  border: 0;
  cursor: pointer;
}
.hpi-doctor-card__bookmark:hover {
  color: var(--hpi-primary);
}
.hpi-doctor-card__content {
  padding: 14px 14px 16px;
}
.hpi-doctor-card__name {
  font-size: 18px;
  font-weight: 400;
  color: #0f2a47;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.hpi-doctor-card__verified {
  color: #2bbf6b;
  font-size: 13px;
}
.hpi-doctor-card__specialty {
  font-size: 14px;
  color: var(--hpi-primary);
  font-weight: 400;
  margin-bottom: 6px;
}
.hpi-doctor-card__location {
  font-size: 14px;
  color: #6b7a8a;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}
.hpi-doctor-card__location i {
  font-size: 12px;
}
.hpi-doctor-card__qual {
  font-size: 14px;
  color: #4d5e6f;
  margin-bottom: 10px;
}
.hpi-doctor-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #6b7a8a;
}
.hpi-doctor-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #0f2a47;
  font-weight: 400;
}
.hpi-doctor-card__rating i {
  color: #f4b400;
  font-size: 12px;
}
.hpi-doctor-card__rating .reviews {
  color: #6b7a8a;
  font-weight: 400;
}
.hpi-doctor-card__experience {
  color: #6b7a8a;
}

.hpi-facility-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hpi-facility-card:hover {
  box-shadow: 0 4px 12px rgba(15, 35, 70, 0.08);
  transform: translateY(-2px);
}
.hpi-facility-card__image {
  position: relative;
  aspect-ratio: 5/3;
  overflow: hidden;
  background: #eef5fb;
}
.hpi-facility-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hpi-facility-card__fav {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ef4444;
  font-size: 14px;
  border: 0;
  cursor: pointer;
}
.hpi-facility-card__content {
  padding: 14px 14px 16px;
}
.hpi-facility-card__name {
  font-size: 18px;
  font-weight: 400;
  color: #0f2a47;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.hpi-facility-card__verified {
  color: #2bbf6b;
  font-size: 13px;
}
.hpi-facility-card__location {
  font-size: 14px;
  color: #6b7a8a;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}
.hpi-facility-card__location i {
  font-size: 12px;
}
.hpi-facility-card__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.hpi-facility-card__tag {
  background: #e1f2fb;
  color: var(--hpi-primary);
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 400;
}
.hpi-facility-card__meta {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #0f2a47;
  font-weight: 400;
  font-size: 14px;
}
.hpi-facility-card__meta i {
  color: #f4b400;
  font-size: 12px;
}
.hpi-facility-card__meta .reviews {
  color: #6b7a8a;
  font-weight: 400;
}

.hpi-latest-health {
  padding: 36px 0 30px;
  background: #ffffff;
}
.hpi-latest-health__title-wrap {
  text-align: center;
  margin-bottom: 22px;
}
.hpi-latest-health__title-wrap h2 {
  font-size: 22px;
  font-weight: 400;
  color: #0f2a47;
  display: inline-block;
  position: relative;
}
.hpi-latest-health__title-wrap h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: var(--hpi-primary);
  margin: 8px auto 0;
  border-radius: 2px;
}
.hpi-latest-health__top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.hpi-latest-health__top .hpi-view-all {
  color: var(--hpi-primary);
  font-weight: 400;
  font-size: 14px;
}

.hpi-article-card {
  border: 1px solid #eef2f6;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.hpi-article-card__header {
  background: #156a8a;
  color: #ffffff;
  padding: 12px 16px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.hpi-article-card__title-line {
  padding: 14px 16px 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #156a8a;
}
.hpi-article-card__image {
  flex: 1;
  background: #eef5fb;
  min-height: 220px;
  overflow: hidden;
  position: relative;
}
.hpi-article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hpi-article-card__cta {
  padding: 14px;
  text-align: center;
}
.hpi-article-card__cta .hpi-btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #156a8a;
  color: #ffffff;
  padding: 8px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 400;
}
.hpi-article-card--video {
  background: #000;
  position: relative;
  min-height: 360px;
}
.hpi-article-card--video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.95;
}
.hpi-article-card--video .hpi-article-card__overlay {
  position: absolute;
  inset: 0;
  padding: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hpi-article-card--video .hpi-article-card__brand {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
}
.hpi-article-card--video .hpi-article-card__brand .hpi-article-card__loreal {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
}
.hpi-article-card--video .hpi-article-card__lead h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}
.hpi-article-card--video .hpi-article-card__lead p {
  font-size: 12px;
  opacity: 0.85;
}
.hpi-article-card--video .hpi-article-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 42px;
  background: rgba(229, 9, 20, 0.95);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
}
.hpi-article-card--video .hpi-article-card__youtube {
  position: absolute;
  bottom: 14px;
  right: 16px;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.85;
}

.hpi-advertisements {
  padding: 20px 0 40px;
  background: #ffffff;
}
.hpi-advertisements__title {
  text-align: center;
  font-size: 14px;
  color: #6b7a8a;
  margin-bottom: 14px;
  position: relative;
}
.hpi-advertisements__title::before, .hpi-advertisements__title::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background: var(--hpi-primary);
  vertical-align: middle;
  margin: 0 12px;
}

.hpi-ad-card {
  border-radius: 10px;
  overflow: hidden;
  background: #eef5fb;
  aspect-ratio: 16/7;
  position: relative;
}
.hpi-ad-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hpi-ad-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--hpi-primary);
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 400;
}

.hpi-partners {
  background: var(--hpi-primary);
  background: linear-gradient(135deg, var(--hpi-primary) 0%, var(--hpi-primary-dark) 100%);
  padding: 26px 0;
  border-radius: 10px;
  margin: 10px 0 30px;
  color: #ffffff;
}
.hpi-partners__wrap {
  padding: 0 24px;
}
.hpi-partners__text h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
}
.hpi-partners__text p {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 6px;
}
.hpi-partners__text a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
}

.hpi-partner-logo img {
  max-height: 45px;
  width: auto;
}

.hpi-features__wrap {
  background: #f0f3fb;
  border-radius: 10px;
  padding: 25px 0 10px 0;
  margin: 0 1px 3px 1px;
}

.hpi-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.hpi-feature__icon {
  width: 58px;
  height: auto;
}
.hpi-feature__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hpi-feature__title {
  font-size: 14px;
  font-weight: 400;
  color: #0f2a47;
  margin-bottom: 2px;
}
.hpi-feature__text {
  font-size: 14px;
  color: #6b7a8a;
  line-height: 1.4;
}

.hpi-footer {
  background: var(--hpi-footer-bg);
  color: #b8c5d9;
  padding: 50px 0 20px;
}
.hpi-footer__content {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.hpi-footer__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #ffffff;
  font-weight: 400;
}
.hpi-footer__brand img {
  width: 190px;
  height: auto;
  object-fit: contain;
}
.hpi-footer__tagline {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
  opacity: 0.8;
}
.hpi-footer__social {
  display: flex;
  gap: 8px;
}
.hpi-footer__social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hpi-footer__social a:hover {
  background: var(--hpi-primary);
}
.hpi-footer__title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.hpi-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hpi-footer__links a {
  color: #b8c5d9;
  font-size: 14px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hpi-footer__links a:hover {
  color: #ffffff;
}
.hpi-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: #b8c5d9;
}
.hpi-footer__contact .hpi-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.hpi-footer__contact .hpi-footer__contact-item i {
  color: #b8c5d9;
  font-size: 14px;
  margin-top: 3px;
}
.hpi-footer__articles {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hpi-footer__article {
  display: flex;
  gap: 10px;
  font-size: 14px;
}
.hpi-footer__article img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  background: #eef5fb;
}
.hpi-footer__article .hpi-footer__article-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 4px;
  opacity: 0.85;
}
.hpi-footer__article .hpi-footer__article-date {
  color: #b8c5d9;
  font-size: 14px;
  opacity: 0.9;
}
.hpi-footer__bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #b8c5d9;
  opacity: 0.85;
  border-top: 1px solid #6c7287;
  margin-top: 30px;
}
@media (max-width: 700px) {
  .hpi-footer__bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.hpi-footer__legal {
  display: flex;
  gap: 24px;
}
.hpi-footer__legal a:hover {
  color: #ffffff;
}

@media (max-width: 991px) {
  .hpi-footer {
    padding: 50px 15px 20px !important;
  }
}
.hpi-search-page {
  background: #f7fafc;
  padding: 18px 0 40px;
  min-height: calc(100vh - 80px);
}

.hpi-search-page__top {
  background: #eff4fd;
  padding: 10px 0 8px;
  border-bottom: 1px solid #eef2f6;
}
.hpi-search-page__top.profile-details {
  padding: 0 !important;
  position: relative;
}
.hpi-search-page__top.profile-details::before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: linear-gradient(to left, rgb(80, 79, 79) 0%, rgb(80, 79, 79) 70%, transparent 100%);
  width: 500px;
  height: 100px;
}

.hpi-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px 0 14px;
}
.hpi-results-header__title {
  font-size: 18px;
  font-weight: 400;
  color: #0f2a47;
}
.hpi-results-header__title span {
  color: var(--hpi-primary);
}
.hpi-results-header__count {
  font-size: 14px;
  color: #6b7a8a;
}

.hpi-nearby-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e6f6ec;
  color: #2bbf6b;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.hpi-nearby-pill i {
  font-size: 12px;
}

.hpi-search-filters {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 16px;
}
.hpi-search-filters__title {
  font-size: 16px;
  font-weight: 400;
  color: #0f2a47;
  margin-bottom: 12px;
}

.hpi-results-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hpi-result-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  gap: 14px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.hpi-result-card:hover {
  border-color: var(--hpi-primary);
  box-shadow: 0 4px 12px rgba(15, 35, 70, 0.08);
}
.hpi-result-card--active {
  border: 2px solid var(--hpi-primary);
  background: #f6faff;
}
.hpi-result-card__image {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.hpi-result-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hpi-result-card__body {
  flex: 1;
  min-width: 0;
}
.hpi-result-card__row1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: -1px;
}
.hpi-result-card__name {
  font-size: 18px;
  font-weight: 400;
  color: #0f2a47;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hpi-result-card__verified {
  color: #2bbf6b;
  font-size: 14px;
}
.hpi-result-card__rating-block {
  text-align: right;
  flex-shrink: 0;
}
.hpi-result-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #0f2a47;
  font-weight: 400;
  font-size: 14px;
}
.hpi-result-card__rating i {
  color: #f4b400;
  font-size: 14px;
}
.hpi-result-card__reviews {
  display: block;
  color: #6b7a8a;
  font-size: 14px;
  font-weight: 400;
}
.hpi-result-card__fav {
  background: transparent;
  border: 0;
  color: #6b7a8a;
  font-size: 16px;
  cursor: pointer;
  margin-left: 8px;
}
.hpi-result-card__fav:hover {
  color: #ef4444;
}
.hpi-result-card__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 6px;
  font-size: 14px;
  color: #6b7a8a;
  margin-bottom: 10px;
}
.hpi-result-card__meta2 {
  display: flex;
  align-items: center;
  gap: 135px;
  flex-wrap: wrap;
  margin-bottom: 6px;
  font-size: 14px;
  color: #6b7a8a;
}
.hpi-result-card__specialty {
  color: var(--hpi-primary);
  font-weight: 400;
  font-size: 14px;
}
.hpi-result-card__location {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.hpi-result-card__location i {
  font-size: 12px;
}
.hpi-result-card__nearby {
  background: #e6f6ec;
  color: #2bbf6b;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.hpi-result-card__desc {
  font-size: 14px;
  color: #4d5e6f;
  margin-bottom: 8px;
  line-height: 1.5;
}
.hpi-result-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.hpi-result-card__tag {
  background: #e1f2fb;
  color: var(--hpi-primary);
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 400;
}

.hpi-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
}
.hpi-pagination__btn {
  min-width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #e1e7ef;
  color: #0f2a47;
  font-size: 16px;
  font-weight: 400;
  padding: 0 8px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.hpi-pagination__btn:hover:not(:disabled) {
  border-color: var(--hpi-primary);
  color: var(--hpi-primary);
}
.hpi-pagination__btn--active {
  background: var(--hpi-primary);
  border-color: var(--hpi-primary);
  color: #ffffff;
}
.hpi-pagination__btn--active:hover {
  color: #ffffff;
}
.hpi-pagination__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.hpi-pagination__btn i {
  font-size: 12px;
}
.hpi-pagination__dots {
  color: #6b7a8a;
  padding: 0 4px;
}

@media (max-width: 991px) {
  .hpi-result-card {
    position: relative;
  }
  .hpi-result-card__row1 {
    flex-direction: column;
    gap: 6px;
    margin-bottom: 4px;
  }
  .hpi-result-card__name {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .hpi-result-card__specialty {
    display: block;
    width: 100%;
  }
  .hpi-result-card__rating-block {
    text-align: right;
    width: 100%;
    margin-bottom: 10px;
  }
  .hpi-result-card__meta2 {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hpi-result-card__meta {
    margin-bottom: 10px;
    gap: 7px;
  }
  .hpi-result-card__desc {
    margin-left: -120px;
  }
  .hpi-result-card__tags {
    margin-left: -120px;
  }
}
.hpi-profile-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 10px;
  overflow: hidden;
  position: sticky;
  top: 80px;
}
.hpi-profile-card__rating {
  margin-top: 20px;
  margin-left: -175px;
}
.hpi-profile-card__rating__share-box {
  background: var(--od-white);
  padding: 35px 35px;
  border-radius: 10px;
}
.hpi-profile-card__rating__socials {
  margin-bottom: 5px;
}
.hpi-profile-card__rating__socials ul {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  list-style-type: none;
  justify-content: center;
}
.hpi-profile-card__rating__socials ul li img {
  width: 50px;
  height: auto;
  object-fit: cover;
}
.hpi-profile-card__rating__icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hpi-profile-card__rating__icons .rating-star span {
  color: var(--od-black);
}
.hpi-profile-card__rating__icons .rating-star span.active {
  color: var(--hpi-star);
}
.hpi-profile-card__cover {
  position: relative;
  height: 180px;
  background: #eef5fb;
  overflow: hidden;
}
.hpi-profile-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hpi-profile-card__profile-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.hpi-profile-card__profile-banner h2 {
  z-index: 9;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  padding: 70px 0;
}
.hpi-profile-card__photo-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.hpi-profile-card__avatar-row {
  display: flex;
  padding: 0 20px 0 15px;
  margin-top: 20px;
  align-items: flex-start;
  gap: 14px;
  position: relative;
}
.hpi-profile-card__avatar {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background: #ffffff;
  overflow: hidden;
  flex-shrink: 0;
}
.hpi-profile-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hpi-profile-card__header {
  flex: 1;
  padding-bottom: 6px;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}
.hpi-profile-card__name {
  font-size: 24px;
  font-weight: 400;
  color: #0f2a47;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.hpi-profile-card__meta {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #6b7a8a;
  margin-bottom: 10px;
}
.hpi-profile-card__verified {
  color: #2bbf6b;
  font-size: 14px;
}
.hpi-profile-card__title {
  color: var(--hpi-primary);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.hpi-profile-card__loc {
  font-size: 14px;
  color: #6b7a8a;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.hpi-profile-card__loc-row {
  padding: 4px 18px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hpi-profile-card__actions {
  padding: 0 18px 16px;
}
.hpi-profile-card__actions .hpi-btn {
  padding: 9px 6px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.hpi-profile-card__actions .hpi-btn--primary {
  background: var(--hpi-primary);
  color: #ffffff;
  border: 1px solid var(--hpi-primary);
}
.hpi-profile-card__actions .hpi-btn--primary:hover {
  background: var(--hpi-primary-dark);
}
.hpi-profile-card__actions .hpi-btn--outline {
  background: #ffffff;
  color: var(--hpi-primary);
  border: 1px solid var(--hpi-primary);
}
.hpi-profile-card__actions .hpi-btn--outline:hover {
  background: #e1f2fb;
}
.hpi-profile-card__actions .hpi-btn i {
  font-size: 11px;
}
.hpi-profile-card__section {
  padding: 14px 18px;
  border-top: 1px solid #eef2f6;
}
.hpi-profile-card__section.hospital {
  border-top: none;
}
.hpi-profile-card__section.hospital .hpi-profile-card__services {
  border-top: 1px solid #eef2f6 !important;
  padding-top: 10px;
}
.hpi-profile-card__section h4 {
  font-size: 14px;
  font-weight: 400;
  color: #0f2a47;
  margin-bottom: 8px;
}
.hpi-profile-card__section p {
  font-size: 14px;
  color: #4d5e6f;
  line-height: 1.55;
}
.hpi-profile-card__info {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.hpi-profile-card__info i {
  color: var(--hpi-primary);
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}
.hpi-profile-card__info .hpi-profile-card__info-label {
  font-size: 16px;
  color: var(--hpi-text);
  font-weight: 400;
  display: block;
}
.hpi-profile-card__info .hpi-profile-card__info-value {
  font-size: 14px;
  color: #0f2a47;
  font-weight: 400;
}
.hpi-profile-card__service-tag {
  background: #e1f2fb;
  color: var(--hpi-primary);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 400;
}
.hpi-profile-card__insurance-logo {
  height: 28px;
  background: #eef5fb;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #0f2a47;
  display: flex;
  align-items: center;
}
.hpi-profile-card__section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.hpi-profile-card__section-head a {
  color: var(--hpi-primary);
  font-size: 14px;
  font-weight: 500;
}
.hpi-profile-card__person {
  text-align: center;
  font-size: 14px;
}
.hpi-profile-card__person img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 6px;
  background: #eef5fb;
}
.hpi-profile-card__person .hpi-profile-card__person-name {
  font-size: 16px;
  font-weight: 400;
  color: #0f2a47;
  margin-bottom: 1px;
}
.hpi-profile-card__person .hpi-profile-card__person-spec {
  color: #6b7a8a;
  font-size: 14px;
}
.hpi-profile-card__person .hpi-profile-card__person-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #0f2a47;
  font-weight: 400;
  font-size: 12px;
}
.hpi-profile-card__person .hpi-profile-card__person-rating i {
  color: #f4b400;
  font-size: 12px;
}

.dr-profile-right .hpi-profile-card__header {
  flex-direction: column;
  align-items: flex-start;
}

.hospital-list .hpi-result-card__image {
  padding: 10px;
}

@media (max-width: 991px) {
  [dir=rtl] .hpi-profile-card__header .hpi-profile-card__rating {
    margin-top: 0 !important;
    margin-left: 0;
    margin-right: -175px;
  }
  .dr-profile-right .hpi-profile-card__header {
    flex-direction: column;
    align-items: flex-end;
  }
  .dr-profile-right .hpi-profile-card__rating {
    margin-top: 0;
  }
  .hpi-profile-card {
    position: relative;
    top: 0;
  }
  .hpi-profile-card__avatar-row {
    margin-top: 10px !important;
    gap: 0;
  }
  .hpi-profile-card__avatar {
    margin-top: 15px !important;
  }
  .hpi-profile-card__header {
    flex-direction: column;
    align-items: first baseline;
    justify-content: baseline;
    gap: 6px;
    margin-bottom: 4px;
    margin-left: -140px;
  }
  .hpi-profile-card__header__info {
    padding-left: 150px;
  }
  .hpi-profile-card__rating {
    margin-top: 0 !important;
  }
  .hpi-profile-card__rating__socials {
    padding-top: 5px;
  }
  .hpi-profile-card__name {
    font-size: 20px;
    padding-top: 12px;
  }
  .hpi-profile-card__meta {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hpi-profile-card__title {
    padding-left: 0;
  }
}
.hospital-list .hpi-result-card__name {
  font-size: 20px;
  font-weight: var(--hpi-fw-bold);
}
.hospital-list .hpi-result-card__type {
  font-size: 14px;
  color: #4d5e6f;
}
.hospital-list .hpi-result-card__type strong {
  font-weight: var(--hpi-fw-bold);
  color: #0f2a47;
}
.hospital-list .hpi-result-card__regi {
  font-size: 14px;
  color: #6b7a8a;
}
.hospital-list .hpi-result-card__regi strong {
  font-weight: var(--hpi-fw-bold);
  color: #6b7a8a;
}
.hospital-list .hpi-result-card__rating {
  font-size: 15px;
  font-weight: var(--hpi-fw-bold);
}
.hospital-list .hpi-result-card__desc {
  font-size: 15px;
  line-height: 1.6;
  color: #0f2a47;
}
.hospital-list .hpi-profile-card__name {
  font-size: 22px;
  font-weight: var(--hpi-fw-bold);
}
.hospital-list .hpi-profile-card__regi {
  font-size: 14px;
  color: #6b7a8a;
}
.hospital-list .hpi-profile-card__regi strong {
  font-weight: var(--hpi-fw-bold);
  color: #6b7a8a;
}
.hospital-list .hpi-profile-card__type {
  font-size: 14px;
  color: #4d5e6f;
}
.hospital-list .hpi-profile-card__type strong {
  font-weight: var(--hpi-fw-bold);
  color: #0f2a47;
}
.hospital-list .hpi-profile-card__loc {
  font-size: 14px;
}
.hospital-list .hpi-profile-card__rating__icons .rating-count {
  font-size: 14px;
  color: #6b7a8a;
}
.hospital-list .hpi-profile-card__section h4 {
  font-size: 16px;
  font-weight: var(--hpi-fw-bold);
  color: #0f2a47;
}
.hospital-list .hpi-profile-card__section p {
  font-size: 15px;
  line-height: 1.6;
  color: #0f2a47;
}
.hospital-list .hpi-profile-card__service-tag {
  font-size: 13px;
  font-weight: var(--hpi-fw-medium);
}
.hospital-list .hpi-profile-card__insurance-logo {
  font-size: 13px;
  font-weight: var(--hpi-fw-medium);
}

@media (max-width: 991px) {
  .hospital-list .hpi-result-card__name {
    font-size: 16px;
  }
  .hospital-list .hpi-result-card__desc {
    margin-left: -120px;
  }
  .hospital-list .hpi-result-card__tags {
    margin-left: -120px;
  }
  .hospital-list .hpi-profile-card__name {
    font-size: 16px;
  }
}
.hpi-flex {
  display: flex;
}

.hpi-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hpi-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hpi-text-center {
  text-align: center;
}

.hpi-text-primary {
  color: var(--hpi-primary);
}

.hpi-text-muted {
  color: #6b7a8a;
}

.hpi-w-full {
  width: 100%;
}

.hpi-hidden {
  display: none;
}

.hpi-divider {
  border: 0;
  border-top: 1px solid #eef2f6;
  margin: 20px 0;
}

/*# sourceMappingURL=main.css.map */
