:root {
  --bs-gutter-x: 1.5rem !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
option span {
  font-family: "Lexend", sans-serif !important;
}
.form-container p {
  margin: 0px;
}
.list .associate-card-header {
  display: flex;
  gap: 25px;
}
.list .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.associate-contact-info a {
  color: #426b85 !important;
  text-decoration: none !important;
}
.list .associate-contact-info {
  display: flex;
  gap: 7em;

}
.list .associate-card .associate-img {
  max-width: 140px !important;
}
.associate-contact-info i {
  color: #426b85 !important;
}
header {
  background-color: #426b85;
  position: fixed;
  padding: 10px 0px;
  top: 0;
  z-index: 9;
  width: 100%;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
button.submit-btn {
  background-color: #d7ca9e;
}
button.submit-btn:hover {
  background-color: #c1ac68;
}
/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.nav-link {
  color: white !important;
  font-family: lato;
}
.nav-link:hover {
  color: #c4c4c4;
  /* transform: scale(1.05);
  transition: 0.3s ease; */
}
.hb-btn {
  background-color: white;
  border: none;
  border-radius: 50px;
  color: #42738d;
  font-size: 17px;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: lato;
}
.card-body {
  margin-top: 15px;
}
.accordion-country {
  border-top: 1px solid #f2f4f7;
  padding: 5px 0px;
  font-family: "Lexend";
  font-size: 16px;
  color: #42738d !important;
}
.associate-card-footer a {
  font-weight: 200;
  color: #42738d !important;
  font-family: "Lexend";
}
.card-body p {
  font-weight: 200;
  font-size: 14px;
  line-height: 18px;
  color: #525252 !important;
}
i.fas.fa-chevron-down.rotated {
  transform: rotate(180deg);
}
.accordion-city {
  font-family: "Lexend";
  font-size: 16px;
  color: #525252 !important;
}
.filter-header-border {
  border-bottom: 1px solid #d0d5dd !important;
}
span.chevron-icon {
  color: #42738d;
}
.contect-link a {
  text-decoration: none;
  color: white;
  font-family: lato;
}
.contect-link {
  font-family: lato;
  font-weight: 550;
}
.hb-btn:hover {
  /* background-color: #c4c4c4; */
  transform: scale(1.05);
  transition: 0.3s ease;
}
img.hb-logo {
  max-width: 250px;
}
.navbar-nav {
  margin-left: auto;
}
ul.dropdown-menu {
  border: none;
}
.associate-thumbnail img {
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
}

.associate-profile .associate-card-row .associate-details .cta .btn {
  font-size: 16px;
  padding: 12px 50px 10px 14px;
}

.btn.btn-orange-100.btn-square:hover {
  border-color: #d7ca9e !important;
}

.associate-profile .associate-card-row .associate-details .details {
  flex: 1 1 auto !important;
}

.btn.btn-orange-100 {
  background-color: #d7ca9e;
  color: #005487;
}

.associate-profile .associate-card-row .associate-details .cta {
  flex: 0 1 auto !important;
  min-width: 190px !important;
  max-width: 250px !important;
}

.associate-profile .associate-card-row {
  flex-wrap: nowrap;
}

/* Header Container */

.custom-header {
  background-color: #42738d;
  padding: 15px 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "Lexend", sans-serif;
}

/* Site Title */
.site-title {
  font-size: 24px;
  font-weight: 600;
}

/* Menu */
.main-menu {
  display: flex;
  gap: 25px;
  justify-content: center; /* ✅ Center the items */
  flex: 1; /* Optional: allow it to expand space */
}

.main-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.main-menu a:hover {
  color: #00c7b7;
}

/* === Associate Locator CSS === */
.associate-locator-container {
  max-width: 960px;
  margin: 30px auto 10px;
  padding: 0 20px;
  text-align: center;
  display: flex;
}

.associate-locator-container h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
}

#filter_combined,
#sort_order {
  width: 180px;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 6px;
  transition: border-color 0.3s ease;
}
.form-select:focus {
  border-color: #f9fafb !important;
  border: 1px solid;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%) !important;
}
.view-mode {
  border: 1px solid #dee2e6 !important;
  background-color: #f9fafb !important;
}
/* .view-mode:hover {
  
	 background-color:#F9FAFB !important;
} */
#sort_order:hover {
  background-color: #ffff !important;
}
#sort_order {
  border: 1px solid #dee2e6 !important;
  background-color: #f9fafb !important;
}
select.filter-dropdown {
  border: 1px solid #f2f4f7;
  border-left: 0;
  border-right: 0;
  color: #6d7173;
  font-family: "Lexend", sans-serif;
  background-color: #fff; /* Optional */
}

#filter_country:focus {
  border-color: #0073aa;
  outline: none;
}

.associate-locator-list {
  /* width: 50%; */
  padding: 0 20px;
}

.associate-locator-list h1 {
  font-size: 26px;
  margin-bottom: 30px;
  color: #444;
  text-align: center;
}

.associate-profile {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.associate-profile h2 {
  font-size: 22px;
  color: #0073aa;
  margin-bottom: 15px;
}
.breadcrumbs a {
  color: #0073aa !important;
  text-decoration: none;
}
.single-associate-name {
  color: #000;
}
.associate-photo {
  text-align: center;
  margin-bottom: 15px;
}

.associate-photo img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 3px solid #ddd;
}

.associate-details {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.associate-details li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #333;
}

.associate-details strong {
  color: #222;
}

.associate-bio {
  background-color: #f9f9f9;
  padding: 15px;
  border-left: 4px solid #0073aa;
  border-radius: 4px;
}

.associate-bio h3 {
  margin-top: 0;
  font-size: 18px;
  color: #0073aa;
}

.associate-bio p {
  margin: 10px 0 0;
  font-size: 14px;
  color: #555;
}
span.remove-tag {
  padding: 0 5px;
}
/* Responsive Layout */
@media screen and (max-width: 768px) {
  .associate-section-title {
    font-size: 30px !important;
  }
  .associate-region-name {
    font-size: 16px !important;
  }
  .associate-photo img {
    width: 100px;
    height: 100px;
  }

  .associate-profile {
    padding: 15px;
  }

  #filter_country {
    width: 90%;
  }

  button#open-mobile-filter {
    background-color: #f9fafb !important;
    border: 1px solid #dee2e6 !important;
    color: #6d7173;
    padding: 10px 15px;
    font-size: 16px;
    font-family: "Lexend";
    border-radius: 6px;
  }
  button#apply-mobile-filter {
    background-color: #426b85;
    border: none !important;
    color: white !important;
  }

  .associate-cart {
    padding: 11px !important;
  }
}
@media screen and (max-width: 480px) {
  .mobile-filter {
    padding: 0px 11px !important;
  }
  .associate-region-name {
    font-size: 13px !important;
  }
  .lead {
    margin: 0px 0px !important;
    font-size: 12px !important;
  }
}
#clear-all-filters {
  color: #426b85;
  font-size: 14px;
  font-family: "Lexend", sans-serif !important;
}
.associate-card-footer p {
  margin: 0px !important;
}
#custom-login-form {
  max-width: 400px;
  margin: 50px auto;
  padding: 30px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: "Lexend", sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#custom-login-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

#custom-login-form input[type="text"],
#custom-login-form input[type="password"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#custom-login-form input[type="submit"] {
  width: 50%;
  background-color: #0073aa;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#custom-login-form input[type="submit"]:hover {
  background-color: #005f8d;
}

form#custom-login-form {
  width: 300px;
}

.locator-map {
  width: 50%;
}
/* new css */

.associate-sidebar ul {
  list-style: none;
  padding-left: 0;
}
.associate-sidebar .country-item {
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
}
.associate-sidebar .city-list {
  margin-left: 15px;
  display: none;
}
.associate-sidebar .city-item {
  cursor: pointer;
  margin-bottom: 5px;
  font-weight: normal;
}
.associate-sidebar .active > .city-list {
  display: block;
}

img.locator-image {
  padding: 10px;
  cursor: pointer;

  width: 100%;
  transition: border-color 0.3s ease;
  border-radius: 16px;
}

img.locator-image.selected {
  border-color: #0073aa;
}

/* new css */
.section-box.locator {
  background-color: #3f7187; /* blue shade */
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}

.section-box.locator h1.text-heading-1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
  color: #cde2dc; /* light seafoam green */
}

.section-box.locator .text-body-lead-large p {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0 auto;
  max-width: 800px;
}

.section-box.locator .color-green-100 {
  color: #cde2dc; /* same as heading color */
}

.section-box.locator .color-white {
  color: #ffffff;
}
section.section-box.locator.bg-green-900 {
  display: flex;
  flex-direction: column;
}

.ajax-pagination a.current {
  background-color: #0073aa;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
}
.ajax-pagination a {
  margin: 0 5px;
  padding: 5px 10px;
  background: #f1f1f1;
  text-decoration: none;
  border-radius: 4px;
}

/* BH css */
/* header css */
select.form-select:hover {
  background-color: #d0e7e4 !important;
}
.site-logo {
  height: 40px;
}
.hb-button {
  display: inline-flex;
  align-items: center;
  background-color: #d7ca9e; /* yellowish/tan */
  color: #005581; /* dark blue text */
  font-weight: 500;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 999px; /* fully rounded */
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.hb-button .arrow {
  margin-left: 8px;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.hb-button:hover .arrow {
  transform: translateX(4px);
}

.hb-button:hover {
  background-color: #c1ac68; /* slightly darker on hover */
  color: #003b5b; /* darker text on hover */
}

/* search bar css */

.hb-search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  max-width: 52em;
  margin: 0 auto;
  position: relative;
}

.hb-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #003b5b;
  padding-right: 50px; /* prevent overlap */
}

.hb-search-btn {
  position: absolute;
  right: 10px;
  background-color: #d7ca9e;
  color: #005581;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.hb-search-btn:hover {
  background-color: #c1ac68;
}
/* associate section css */
.associate-section-title {
  font-weight: 700 !important;
  font-family: "Lexend", sans-serif;
  color: #a1d0ca;
}

.lead {
  font-weight: 400 !important;
  margin: 0 45px;
  font-size: 16px !important;
  font-family: "Lexend", sans-serif;
}
.associate-hero-part {
  padding: 190px 0px 40px 0px !important;
  text-align: center;
}

/* associate cart css */
.associate-details {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: nowrap;
  font-size: 16px;
  flex-shrink: 1;
  gap: 1.5rem;
}
.associate-region-name {
  flex: 0 0 auto;
  color: #42738d;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Lexend", sans-serif !important;
}
.associate-cart {
  height: 100%;
  padding: 25px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #e4e7ec;
}
.associate-cart:hover {
  border-color: rgba(161, 208, 202, 0.5);
  box-shadow: 0 45px 80px rgba(16, 24, 40, 0.04);
}
.associate-info-card {
  height: 100% !important;
  border-radius: 1rem !important;
  background-color: #fff !important;
  border: 1px solid #d0d5dd !important;
  position: relative !important;
  padding: 1.5rem !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
.associate-img {
  width: calc(200px + var(--bs-gutter-x)) !important;
  flex-shrink: 0;
}
.associate-card .associate-img {
  max-width: 130px !important;
  width: 100%;
  border-radius: 1rem !important;
}
.associate-card-footer {
  display: flex;
  align-content: center !important;
  justify-content: space-between;
  margin-top: 12px;
}
span.small.color-lighter.caption {
  line-height: 1.35;
  display: inline-block;
  margin-top: 6px;
  color: #000;
  text-align: center;
}
.breadcrumbs ul li::before {
  content: "<" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  color: inherit;
  transform: scale(0.75, 1.25);
  font-weight: bolder;
}

.breadcrumbs li {
  color: #42738d !important;
  font-size: 14px;
  display: inline-block;
  padding-left: 13px;
  position: relative !important;
  text-transform: uppercase !important;
}
.text-body-text {
  font-family: "Lexend", sans-serif;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 28px;
}
.breadcrumbs li::before {
  content: "<" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  color: inherit;
  transform: scale(0.75, 1.25);
  font-weight: bolder;
}
.breadcrumbs li {
  color: #42738d !important;
  font-size: 14px;
  display: inline-block;
  padding-left: 13px;
  position: relative !important;
  text-transform: uppercase !important;
}
.text-body-text {
  font-family: "Lexend", sans-serif;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 28px;
}

.single-associate {
  background-color: #f2f4f7;
  color: #3d708b;
  padding: 100px 0px 20px 0px;
  width: 100%;
  margin: 40px auto;
  font-family: "Lexend", sans-serif;
}
.form-check.form-check-inline p {
  line-height: 8px;
}
.associate-details .cta .btn {
  font-size: 16px;
  font-family: le;
  padding: 12px 50px 10px 14px;
  font-family: "Lexend", sans-serif;
}
.btn.btn-orange-100.btn-square {
  border-color: #d7ca9e;
}
.icon-arrow-right {
  background-image: url("https://helms.codersh.com/wp-content/uploads/2025/07/download.png");
  background-repeat: no-repeat;
  background-position: 13em;
}
a.btn.btn-square.btn-orange-100.icon-arrow-right.scroll-to:hover {
  background-color: #c1ac68;
}
.single-associate header h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.single-associate header h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.single-associate header p {
  font-size: 16px;
  margin-bottom: 20px;
}

.associate-thumbnail {
  text-align: center;
}
li.list-group-item {
  background-color: transparent !important;
  border: 0px;
  padding: 0px;
}
li.list-group-item a {
  color: #000 !important;
}
.associate-thumbnail img {
  border-radius: 8px;
  max-width: 200px;
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.associate-details {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.associate-details li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
}

/*   .associate-details a {
color: #ffffff;
text-decoration: underline;
} */

/* .associate-details a:hover {
  color: #d1ecff;
} */

.associate-bio {
  background-color: #32627a;
  padding: 20px;
  border-radius: 8px;
}

.associate-bio h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.associate-bio p {
  font-size: 15px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 600px) {
  .single-associate {
    padding: 20px;
  }

  .associate-thumbnail img {
    max-width: 100%;
  }
  .single-associate header h1 {
    font-size: 24px;
  }
}
/* pagination css */
#associate-pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #f1f3f5; /* Light gray background */
  color: #4b5563; /* Text color */
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
}

#associate-pagination .page-numbers:hover {
  background-color: #d6e6e9;
  color: #1f2937;
}

#associate-pagination .page-numbers.current {
  background-color: #d0e7e4; /* Highlight current page */
  color: #426b85;
  font-weight: 600;
}

/*contact - form */
.form-container {
  max-width: 856px;
  background-color: #426b85;
  color: #ffffff;
  padding: 65px;
  border-radius: 15px;
  margin: 70px auto;
  border-radius: 58px;
  font-family: lato;
}
.form-container h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-family: lato;
}
.form-container p {
  font-size: 0.9rem;
  font-family: lato;
}
.form-container .form-label {
  font-weight: 500;
  font-family: lato;
}
.form-check-input:checked {
  border-color: #7ea8ad !important;
}

.form-container .form-control {
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  height: 60px;
  font-family: lato;
}
.form-container .form-check-input {
  margin-top: 0.3rem;
  background-color: transparent;
}
.submit-btn {
  /* background-color: #f4d03f; */
  color: #3c6e8f;
  border: none;
  padding: 20px 30px;
  border-radius: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: lato;
}
.associate-locator-list.p-0.grid .associate-contact-info {
    display: none;
}

.associate-locator-list.p-0.list .associate-card-footer {
    display: none;
}




/* User Dashboard */

.dashboard-wrapper {
    display: grid;
    grid-template-columns: 250px 1fr 300px;
    gap: 20px;
    padding: 40px;
    background: #f6f7fb;
    font-family: 'Segoe UI', sans-serif;
}
.user-sidebar {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.main-dashboard {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.right-panel {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.associates-carousel {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 10px 0;
}
.associate-cards {
    flex: 0 0 auto;
    width: 200px;
    text-align: center;
    /* border: 1px solid black; */
    /* border-radius: 10px; */
    padding: 10px;
}
.associate-cards img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.latest-associates {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
.latest-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f9fafb;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: 0.2s ease;
}
.latest-card:hover {
  background: #f0f4f8;
}
.latest-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.latest-info {
  display: flex;
  flex-direction: column;
}
.latest-info strong {
  font-size: 16px;
  color: #333;
}
.latest-date {
  font-size: 13px;
  color: #888;
  margin-top: 4px;
}

#add-associate-form-wrapper {
  margin-top: 20px;
}
.modal-footer {
  text-align: right;
}
.alert {
  padding: 8px 16px;
  margin-top: 10px;
  border-radius: 6px;
}
.alert-success {
  background: #d4edda;
  color: #155724;
}
.alert-danger {
  background: #f8d7da;
  color: #721c24;
}
