.container {
        max-width: 1240px;
    }

select.form-select.form-width {
    width: 190px;
}

.directory-home-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px auto 0;
  max-width: 1080px;
}

.directory-home-trust-card,
.directory-home-category-card,
.directory-home-featured-card,
.directory-home-location-card {
  text-decoration: none !important;
}

.directory-home-trust-card {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  text-align: left;
}

.directory-home-trust-card strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.directory-home-trust-card span {
  display: block;
  color: rgba(255,255,255,0.86);
  font-size: 0.94rem;
  line-height: 1.7;
}

.directory-home-heading {
  max-width: 860px;
  margin: 0 auto 40px;
}

.directory-home-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 92, 60, 0.10);
  color: #ff5c3c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.directory-home-title {
  margin: 18px 0 16px;
  color: #112041;
  font-size: 2.6rem;
  line-height: 1.12;
  font-weight: 800;
}

.directory-home-description {
  margin: 0;
  color: #5d6982;
  font-size: 1.03rem;
  line-height: 1.9;
}

.directory-home-categories,
.directory-home-featured,
.directory-home-locations {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.directory-home-category-card {
  display: flex;
  gap: 18px;
  height: 100%;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(17, 31, 63, 0.08);
  box-shadow: 0 22px 60px rgba(17, 31, 63, 0.06);
  color: inherit;
}

.directory-home-category-card:hover,
.directory-home-featured-card:hover,
.directory-home-location-card:hover {
  transform: translateY(-2px);
}

.directory-home-category-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff2ed;
  color: #ff5c3c;
  font-size: 1.35rem;
}

.directory-home-category-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.directory-home-category-copy h3,
.directory-home-featured-body h3,
.directory-home-location-card h3 {
  margin: 0 0 8px;
  color: #112041;
  font-size: 1.3rem;
  font-weight: 800;
}

.directory-home-category-copy p,
.directory-home-featured-body p,
.directory-home-location-card p {
  margin: 0;
  color: #5d6982;
  font-size: 0.96rem;
  line-height: 1.75;
}

.directory-home-category-copy strong {
  display: inline-block;
  margin-top: 14px;
  color: #ff5c3c;
  font-size: 0.95rem;
  font-weight: 800;
}

.directory-home-featured-card {
  display: block;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17, 31, 63, 0.08);
  box-shadow: 0 22px 60px rgba(17, 31, 63, 0.08);
  color: inherit;
}

.directory-home-featured-media {
  height: 250px;
  background: linear-gradient(180deg, #eef2f8 0%, #dde4f0 100%);
}

.directory-home-featured-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.directory-home-featured-body {
  padding: 24px;
}

.directory-home-featured-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.directory-home-featured-top p {
  margin-bottom: 0;
}

.directory-home-verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  background: #ebfbf1;
  color: #0f9f61;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.directory-home-featured-meta {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.directory-home-featured-meta span {
  color: #33415d;
  font-size: 0.94rem;
  font-weight: 600;
}

.directory-home-featured-meta i {
  color: #ff5c3c;
  margin-right: 8px;
}

.directory-home-featured-cta {
  margin-top: 18px;
  color: #112041;
  font-size: 0.94rem;
  font-weight: 800;
}

.directory-home-location-card {
  display: block;
  height: 100%;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(17, 31, 63, 0.08);
  box-shadow: 0 22px 60px rgba(17, 31, 63, 0.06);
  color: inherit;
}

.directory-home-location-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f5f7fb;
  color: #5a6782;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.directory-home-location-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #ff5c3c;
  font-size: 0.94rem;
  font-weight: 800;
}

@media (max-width: 991px) {
  .directory-home-trust-row {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .directory-home-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .directory-home-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .directory-home-category-card {
    padding: 20px;
  }

  .directory-home-featured-body,
  .directory-home-location-card {
    padding: 20px;
  }

  .directory-home-featured-top {
    flex-direction: column;
  }
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }
.nav-link {
    font-size: 1.2rem;
}
.hero {
   height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}

.site-navbar {
  overflow: visible !important;
}
.site-navbar {
margin-bottom: 0px;
z-index: 1999;
position: absolute;
width: 100%;
top: 2rem; 
}
.site-navbar .container-fluid {
  padding-left: 7rem;
  padding-right: 7rem; 
}
@media (max-width: 1199.98px) {
  .site-navbar .container-fluid {
  padding-left: 15px;
  padding-right: 15px; 
  } 
}
.site-navbar .site-logo {
  position: absolute;
  left: 5%; 

}
@media (max-width: 767.98px) {
    .site-navbar .site-logo {
    position: relative;
    left: auto; 
  } 
}
.site-navbar .site-logo a {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .2rem;
  text-transform: uppercase; 
}
.site-navbar .site-logo a:hover {
  text-decoration: none; 
}
.site-navbar .site-burger-menu, .site-navbar .right-cta-menu {
  position: absolute;
  right: 2%; 
}
@media (max-width: 767.98px) {
  .site-navbar .site-burger-menu, .site-navbar .right-cta-menu {
  position: relative;
  right: auto; 
}
.site-navbar{
  top: 0rem;
}
.subpage-nav{
  top: 0rem !important;
}
.site-navbar .site-menu-toggle {
  color: #000;
  line-height: 0;
  font-size: 2.5rem;
  position: relative; 
}
.main-heading{
  font-size: 48px !important;
}

} 
@media (max-width: 767.98px) {
    .site-navbar .site-menu-toggle {
    margin-left: 5px; 
  } 

}
.site-navbar .site-navigation {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5; 
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0; 
}
.site-navbar .site-navigation .site-menu .active {
  color: #FF4D30;
  display: inline-block;
  padding: 5px 20px; 
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  position: relative; 
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block; 
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 20px !important;
  color: #050B20;
  display: inline-block;
  text-decoration: none !important; 
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: red; 
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative; 
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px; 
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon'; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #89ba16;
  -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.2);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li {
  line-height: 1.4; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  background: #ebeef0;
  color: #89ba16; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #ebeef0;
  color: #212529; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a.active {
  background: #ebeef0;
  color: #89ba16; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #ebeef0;
  color: #212529; 
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer; 
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1; 
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
  color: black;
  position: relative; 
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:after {
  height: 2px;
  background: #000;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:hover, .site-navbar .site-navigation .site-menu.site-menu-dark > li > a.active {
  color: #89ba16;
  position: relative; 
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:hover:after, .site-navbar .site-navigation .site-menu.site-menu-dark > li > a.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); 
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  top:0px;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
  -o-transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
  transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9); 
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); 
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none; 
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative; 
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px; 
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; 
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529; 
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #89ba16;
  text-decoration: none; 
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block; 
}
.site-mobile-menu .site-nav-wrap li .active {
  color: #000; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%; 
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px; 
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px; 
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em; 
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto; 
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important; 
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; 
}
.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px; 
}
.sticky-wrapper .site-menu-toggle {
  color: #000; 
}
@media (max-width: 991.98px) {
    .sticky-wrapper .site-menu-toggle {
    color: #fff; 
  } 
}
.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.sticky-wrapper .site-navbar .site-menu > li {
  display: inline-block; 
}
.sticky-wrapper .site-navbar .site-menu > li > a {
  position: relative; 
}
.sticky-wrapper .site-navbar .site-menu > li > a:after {
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #fff;
  position: relative; 
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover:after, .sticky-wrapper .site-navbar .site-menu > li > a.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); 
}
.sticky-wrapper.is-sticky .site-menu-toggle {
  color: #000; 
}
.sticky-wrapper.is-sticky .site-navbar {
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  background: #fff; 
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li {
  display: inline-block; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  position: relative;
  color: #000; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:after {
  height: 2px;
  background: #89ba16;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #89ba16;
  position: relative; 
}
          
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover:after, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); 
}
.sticky-wrapper .shrink {
    padding-top: 10px !important;
    padding-bottom: 10px !important; 
  }

.btn:after, .btn:before {
  display: none; 
}

.btn:hover, .btn:focus, .btn:active {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
}

.btn.btn-primary {
  color: #fff;
  background: #FF4D30;
  border-color: #FF4D30; 
}
.btn.btn-primary:hover {
    background: #90c317;
    border-color: #90c317; 
  }

.btn.btn-outline-white {
  background: transparent;
  border-width: 2px;
  border-color: #fff;
  color: #fff; 
}
  .btn.btn-outline-white:hover {
    background: #fff;
    color: #000; 
  }

.btn.btn-outline-primary {
  color: #89ba16; 
}
  .btn.btn-outline-primary:hover {
    color: #fff;
    background: #89ba16; 
  }

.site-navbar .site-menu-toggle,
.site-navbar .site-menu-toggle span,
.site-navbar .icon-menu,
.sticky-wrapper .site-menu-toggle,
.sticky-wrapper.is-sticky .site-menu-toggle {
  color: #000 !important;
}

.icon-menu::before {
  color: #000 !important;
}

.site-mobile-menu .site-nav-wrap a:hover,
.site-mobile-menu .site-nav-wrap a:focus {
  color: #ff4d30 !important;
}
  
.site-mobile-menu .site-nav-wrap li .active {
  color: #ff4d30 !important;
}

.site-mobile-menu .arrow-collapse:before {
  color: #ff4d30 !important;
}

select.form-select option:hover {
    background-color: #ff573e !important;
    color: #fff !important;
}

select.form-select option:checked {
    background-color: #ff573e !important;
    color: #fff !important;
}

select.form-select option:focus {
    background-color: #ff573e !important;
    color: #fff !important;
}

select.form-select option:active {
    background-color: #ff573e !important;
    color: #fff !important;
}

.home-page .site-navbar .site-navigation {
  width: max-content;
}
.home-page .site-navbar .site-navigation .site-menu > li:last-child > a {
  white-space: nowrap;
}

.filter-item:last-of-type {
  width: 260px;
}

.filter-item:last-of-type select.form-select {
  width: 100%;
}

.filter-item select {
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .site-navbar .site-navigation .site-menu > li > a {
    padding: 20px 14px !important; 
    font-size: 1.1rem;
  }
  .site-navbar .right-cta-menu {
    right: 2%;
  }
}





header.site-navbar {
    top: 0.5rem !important; 
    margin-top: 0.5rem !important;
    height: 80px;
    z-index: 1999;
    position: relative; 
    background: #fff;    
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}
.home-page header.site-navbar {
    position: absolute !important;
    background: transparent !important;
}

@media (min-width: 992px) {
    .site-navbar .container-fluid > .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .site-navbar .site-navigation {
        position: static !important;
        transform: none !important;
        flex: 1;
        display: flex;
        justify-content: center;
    }
    .site-navbar .site-navigation .site-menu > li > a {
        color: #050B20 !important; 
        padding: 10px 15px !important;
    }

    .home-page .site-navbar .site-navigation .site-menu > li > a {
        color: #black; !important; 
    }

    .site-navbar .site-navigation .site-menu > li > a:hover,
    .site-navbar .site-navigation .site-menu > li > a.active {
        color: #FF4D30 !important;
    }
}
@media (max-width: 1250px) {
    .site-navigation {
        display: none !important; 
    }
    .site-menu-toggle {
        display: inline-block !important;
        color: #000;
    }
    .home-page .site-menu-toggle {
        color: #fff !important;
    }
}
/*banner-search  */
    .step-card.text-center{
      margin-bottom: 30px;
    }
    .filter-bar {
       position: relative;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 1px 5px rgba(0,0,0,0.08);
      padding: 18px 28px;
      width: 95%;
      max-width: 1150px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    select.form-select.form-width {
     border-color: #ced4da !important;
     width: 180px; 
    }
    select.form-select.form-width {
  padding-right: 44px;             
  background-position: right 16px center;
}
    input.form-control.form-width{
      width: 180px;
    }
    .filter-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-right: 25px;
      width: 170px;
    }

    .filter-label {
      font-size: 14px;
      color: #9a9a9a;
      font-weight: 600;
      margin-bottom: 2px;
    }

    .filter-value {
      display: flex;
      align-items: center;
      font-weight: 700;
      color: #111;
      gap: 8px;
    }

    .filter-value i {
      color: #bdbdbd;
      font-size: 16px;
    }

    .divider {
      width: 1px;
      height: 40px;
      background-color: #e9e9e9;
      margin-right: 25px;
    }

    .search-btn {
      background: #ff4a2b;
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 10px 28px;
      font-size: 16px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: 0.3s;
       margin-top: 22px;
      flex-shrink: 0;           
      margin-left: 16px;
    }

    .search-btn:hover {
      background: #e64022;
    }

    @media (max-width: 768px) {
      .filter-bar {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
      }
      .divider {
        display: none;
      }
      .filter-item {
        margin-right: 0;
        margin-bottom: 15px;
      }
      .justify-content-lg-end{
      margin-top: 20px;
    }
    .cta-section .row{
      flex-direction: column-reverse;
      gap:50px;
    }
    }
    .icon-circle:before {
      content: "\f111";
      display: none;
    }
    img.img-reponsive_icon{
      width: 34px;
    }
    /*popular profession*/
    .m-b-20{
      margin-bottom: 20px;
    }
    .section-title {
      text-align: center;
      font-size: 2rem;
      font-weight: 700;
      color: #ff4a2b;
      margin-bottom: 40px;
    }

    .profession-card {
      position: relative;
      border-radius: 22px;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 280px;
      box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    }

    .profession-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .profession-bg {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      filter: brightness(55%);
      transition: 0.3s ease;
    }

    .profession-card:hover .profession-bg {
      filter: brightness(42%);
      transform: scale(1.04);
    }

    .profession-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      color: #fff;
      text-align: left;
      padding: 1.35rem;
      background: linear-gradient(180deg, rgba(13, 18, 30, 0.04) 0%, rgba(13, 18, 30, 0.18) 40%, rgba(13, 18, 30, 0.74) 100%);
    }

    .icon-circle {
      background: #fff;
      color: #ff573e;
      border-radius: 50%;
      width: 64px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      margin-bottom: 1.1rem;
      box-shadow: 0 14px 24px rgba(15, 23, 42, 0.18);
    }

    .profession-title {
      font-size: 1.05rem;
      line-height: 1.25;
      font-weight: 800;
      margin-bottom: 0.35rem;
      color: #fff;
    }

    .profession-count {
      font-size: 0.95rem;
      opacity: 0.98;
      color: #fff;
      font-weight: 600;
    }

    @media (max-width: 991px) {
      .profession-card {
        height: 245px;
      }
    }

    @media (max-width: 767px) {
      .profession-card {
        height: 220px;
      }
    }

    /*Slider*/
    .section-title { 
      text-align:center; 
      font-size:2.2rem; 
      font-weight:800; 
      margin-bottom:.25rem; 
    }
    .section-title span { 
      color:#ff4a2b; 
    }
    .section-description { 
      text-align:center; 
      max-width:900px; 
      margin:0 auto 1.75rem; 
      color:#555; 
    }

    .business-card { 
      border-radius:16px; 
      overflow:hidden; 
      background:#fff; 
      box-shadow:0 6px 18px rgba(0,0,0,.08); 
      transition:transform .22s; 
      border:none; 
    }
    .business-card:hover { 
      transform:translateY(-6px); 
    }

    .card-img-top { 
      width:100%; 
      height:200px; 
      object-fit:cover; 
      display:block; 
      border-top-left-radius:16px; 
      border-top-right-radius:16px; 
    }
    .country-flag {
      position:absolute; 
      top:10px; 
      left:10px; 
      width:30px; 
      height:30px;
      background:#fff; 
      border-radius:50%; 
      display:flex; 
      align-items:center; 
      justify-content:center; 
      box-shadow:0 2px 6px rgba(0,0,0,.12); 
    }
    .country-flag img { 
      width:22px; 
      height:22px; 
      border-radius:50%; 
    }

    .card-inner { 
      margin:-28px 14px 14px; 
      padding:14px; 
      background:#fff; 
      border-radius:12px; 
      box-shadow:0 6px 18px rgba(0,0,0,.06); 
      text-align:left;
      position:relative; 
    }
    .b-m-5 {
      margin-bottom: 20px;
    }
    .profile-info { 
      display:flex; 
      align-items:center; 
      gap:10px; 
      margin-bottom:8px; 
    }
    .profile-info img { 
      width:44px; 
      height:44px; 
      object-fit:cover; 
      border-radius:50%; 
      border:2px solid #fff; 
      box-shadow:0 2px 6px rgba(0,0,0,.12); 
    }
    .verified-icon { 
      color:#00c36f !important ;
      margin-left:6px; 
      font-size:14px; 
    }

    .card-subtitle { 
      margin:0; 
      color:#666; 
      font-size:14px; 
    }
    .card-company { 
      margin-top:10px; 
      padding-top:8px; 
      border-top:1px solid #eee; 
      display:flex; 
      align-items:center;
      gap:10px; 
      font-weight:600; 
      color:#222; 
      font-size:15px; 
    }
    .company-listing-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff3ef;       
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.company-listing-icon i {
  color: #ff573e;
  font-size: 16px;
}
    .card-company i { 
      background:#fff0ec; 
      color:#ff4a2b; 
      padding:6px; 
      border-radius:50%; 
      font-size:16px; 
    }

    .controls-wrap { 
      display:flex; 
      justify-content:center; 
      gap:12px; 
      margin-top:1rem; 
    }

    .controls-wrap button { 
      width:44px; 
      height:44px; 
      border-radius:50%; 
      background:#ff4a2b; 
      color:#fff; 
      border:0; 
      display:flex; 
      align-items:center; 
      justify-content:center; 
      font-size:18px; 
    }
    .controls-wrap button:hover { 
      background:#e63b1e;
    }

    .carousel-desktop .row > .col { 
      padding-left:10px; 
      padding-right:10px; 
    }
    .carousel-desktop .business-card { 
      margin:0; 
    }
    .carousel-desktop { 
      display:none; 
    }      
    
    .carousel-mobile  { 
      display:block; 
    }    
    

    @media(min-width: 768px){
      .carousel-desktop {
       display:block; 
     }
      .carousel-mobile  { 
        display:none; 
      }
    }


    /* Section title */
.how-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
}
.how-title span {
    color: #ff4a2b;
}

/* Number tag */
.number-tag {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    border: 3px solid #ff4a2b;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 700;
    color: #ff4a2b;
    margin: 0 auto -55px;
    position: relative;
    z-index: 10;
}

/* Card */
.step-card {
    background: #fff;
    padding: 80px 35px 45px;
    border-radius: 20px;
    box-shadow: 0 6px 30px rgba(0,0,0,0.08);
    border-bottom: 5px solid #ff4a2b;
    transition: 0.3s ease-in-out;
}
.step-card:hover {
    transform: translateY(-5px);
}

/* Icon */
.step-icon {
    height: 85px;
    margin-bottom: 22px;
}

/* Typography */
.step-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}
.step-text {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

/*ABOUT SECTION */

.about-intro {
  text-align: center;
  padding: 60px 20px 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.about-intro h2 {
  font-size: 42px;
  font-weight: 700;
  color: #ff4d30;
  margin-bottom: 16px;
}

.about-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* MOBILE */
@media (max-width: 768px) {
  .about-intro {
    padding: 40px 15px 30px;
  }
  .about-intro h2 {
    font-size: 32px;
  }
}

.about-zigzag {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* EACH ROW */
.zigzag-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}

/* REVERSE ROW */
.zigzag-row.reverse {
  direction: rtl;
}
.zigzag-row.reverse > * {
  direction: ltr;
}

/* IMAGE */
.zigzag-img {
  width: 100%;
  height: 100%;
}
.zigzag-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CONTENT */
.zigzag-content {
  background: #f8f9fa;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zigzag-content h3 {
  color: #ff4d30;
  font-weight: 700;
  margin-bottom: 16px;
}

.zigzag-content p,
.zigzag-content li {
  font-size: 15px;
  color: #333;
}

.zigzag-content ul {
  padding-left: 18px;
  margin-bottom: 16px;
}
.zigzag-content li {
  margin-bottom: 8px;
}

/* BUTTON */
.zigzag-btn {
  align-self: flex-start;
  padding: 8px 22px;
  border-radius: 8px;
  border: 2px solid #ff4d30;
  color: #ff4d30;
  text-decoration: none;
  font-weight: 500;
}
.zigzag-btn:hover {
  background: #ff4d30;
  color: #fff;
}

/* MOBILE */
@media (max-width: 991px) {

  .zigzag-row {
    grid-template-columns: 1fr;
  }

  .zigzag-content {
    padding: 35px 22px;
    text-align: justify;         
  }

  .zigzag-content h3 {
    text-align: center;           
  }

  .zigzag-content p {
    text-align: justify;
  }

  .zigzag-content ul {
    padding-left: 20px;           
    margin-left: 0;
    list-style-position: outside; 
    text-align: left;           
  }

  .zigzag-content li {
    text-align: left;
  }

  .zigzag-btn {
    align-self: center;
    margin-top: 16px;
  }
}

.zigzag-content ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 16px;
  list-style-position: inside;
}

.zigzag-content ul li {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 8px;
}

@media (max-width: 576px) {
  .zigzag-content {
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  .zigzag-content {
    overflow: hidden;   
  }
}

/* blog section */

.blog-page-title h2{
    font-size: 42px;
    font-weight: 700;
    color: #ff4d30;
}


.blog-card {
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: 0.3s;

}
.blog-card:hover {transform: translateY(-5px);}
.blog-img {height: 200px; object-fit: cover; width: 100%;}
.blog-date {
    background: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    position: absolute;
    top: 10px;
    right: 10px;
}
.blog-filter-btn {
    background: #f3f3f3;
    border: none;
    padding: 7px 18px;
    font-size: 14px;
    border-radius: 20px;
    margin-right: 0px;
    cursor: pointer;
}
.blog-filter-btn.active {
    background: #ff4a2b;
    color: #fff;
}
.blog-item {
    margin-bottom: 20px;
    text-decoration: none !important;
}
.blog-item > a {
    color: #000000 !important;
    text-decoration: none !important;
}
.blog-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;             
  justify-content: center;
}

@media (max-width: 576px) {
  .blog-filter {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

/* CTA Section */

.cta-section {
        background: #FF573E;
        overflow: hidden;
    }

    /* Right Image Responsive Fix */
    .cta-graphic {
        max-width: 300px;
        width: 100%;
    }
    .right_graphic{
          text-align: right !important;
        }
  .sign-up-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #ff4d30;
  padding: 12px 44px;      
  border-radius: 14px;     
  border: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease;
}

.sign-up-button:hover {
  background: #fff;      
  color: #ff4d30;
}
    /* Mobile text adjustments */
    @media (max-width: 576px) {
        .cta-section h1 {
            font-size: 32px !important;
        }
        .cta-section h3 {
            font-size: 26px !important;
        }
        .cta-section p {
            font-size: 16px !important;
        }
        .cta-graphic {
            max-width: 280px;
        }
        .right_graphic{
          text-align: center !important;
        }
        .cta-content{
          text-align: center !important;
        }
    }

    /* footer  */
    footer {
        background: #2C2C2C;
        color: #fff;
        padding: 60px 0 20px;
        font-family: "Inter", sans-serif;
    }

    .footer-logo img {
        width: 150px;
    }

    .footer-title {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer-links a {
        display: block;
        color: #d9d9d9;
        text-decoration: none;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .footer-links a:hover {
        color: #fff;
    }

    .contact-info {
        color: #d9d9d9;
        font-size: 15px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .contact-info i {
        font-size: 18px;
        color: #fff;
    }

    .social-icons a {
        width: 45px;
        height: 45px;
        border: 1px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        margin-right: 10px;
        color: #fff;
        transition: .3s;
    }

    .social-icons a:hover {
       background: #ff573e;
       color: #fff;
       transform: translateY(-2px);
    }

.footer-bottom {
        text-align: center;
        padding-top: 25px;
        margin-top: 25px;
        border-top: 1px solid #555;
        font-size: 14px;
        color: #ccc;
    }

.footer-growth-cta {
    padding: 72px 0 0;
}

.footer-growth-shell {
    position: relative;
    overflow: hidden;
    padding: 48px 52px;
    border-radius: 36px 36px 0 0;
    background:
      radial-gradient(circle at top right, rgba(255,255,255,0.16), transparent 28%),
      linear-gradient(135deg, #ff6548 0%, #ff4d30 55%, #ff7b55 100%);
    box-shadow: 0 32px 80px rgba(255, 91, 60, 0.25);
}

.footer-growth-shell::before,
.footer-growth-shell::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    border: 1px dashed rgba(255,255,255,0.25);
}

.footer-growth-shell::before {
    width: 280px;
    height: 280px;
    right: 6%;
    top: 24px;
}

.footer-growth-shell::after {
    width: 180px;
    height: 180px;
    right: 11%;
    top: 74px;
}

.footer-growth-copy,
.footer-growth-visual {
    position: relative;
    z-index: 1;
}

.footer-growth-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 999px;
    background: rgba(255,255,255,0.18);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-growth-copy h2 {
    margin: 18px 0 18px;
    max-width: 740px;
    color: #fff;
    font-size: 3rem;
    line-height: 1.08;
    font-weight: 800;
}

.footer-growth-copy p {
    margin: 0;
    max-width: 700px;
    color: rgba(255,255,255,0.92);
    font-size: 1.08rem;
    line-height: 1.85;
}

.footer-growth-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.footer-growth-btn {
    min-height: 54px;
    padding: 14px 22px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(255,255,255,0.18);
    color: #112041;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-growth-btn:hover {
    color: #ff5a3c;
    background: #fff6f2;
}

.footer-growth-btn.primary {
    background: #112041;
    border-color: #112041;
    color: #fff;
    box-shadow: 0 18px 34px rgba(17, 32, 65, 0.24);
}

.footer-growth-btn.primary:hover {
    color: #fff;
    background: #0c1830;
}

.footer-growth-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 22px;
    margin-top: 22px;
}

.footer-growth-links a {
    color: rgba(255,255,255,0.92);
    font-size: 0.98rem;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.footer-growth-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.6);
    opacity: 0;
    transition: opacity .2s ease;
}

.footer-growth-links a:hover::after {
    opacity: 1;
}

.footer-growth-visual {
    display: grid;
    gap: 16px;
}

.footer-growth-stat {
    padding: 20px 22px;
    border-radius: 24px;
    background: rgba(255,255,255,0.13);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(8px);
}

.footer-growth-stat strong {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 6px;
}

.footer-growth-stat span {
    display: block;
    color: rgba(255,255,255,0.88);
    font-size: 0.98rem;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .footer-growth-shell {
        padding: 36px 28px;
        border-radius: 28px 28px 0 0;
    }

    .footer-growth-copy h2 {
        font-size: 2.35rem;
    }
}

@media (max-width: 767px) {
    .footer-growth-cta {
        padding-top: 48px;
    }

    .footer-growth-shell {
        padding: 28px 20px;
        border-radius: 24px 24px 0 0;
    }

    .footer-growth-copy h2 {
        font-size: 1.95rem;
    }

    .footer-growth-copy p,
    .footer-growth-stat span {
        font-size: 0.95rem;
    }

    .footer-growth-actions,
    .footer-growth-links {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-growth-btn {
        width: 100%;
    }
}
    .main-heading{
      font-size: 66px;
      color: white;
    }
    .title-red{
      color: #FF4D30;
    }
    .description-banner{
      color: white;
      font-size: 22px;
    }
    .banner-heading-section{
      margin-bottom: 30px;
    }
    .main_banner {
      width: 1240px;
      max-width: 100%;
    }
    @media (max-width: 768px) {
  .home-page .hero {
    padding-top: 90px; 
  }
}

    /*about page*/

    .about-page-title h2{
    font-size: 42px;
    font-weight: 700;
    color: #ff4d30;
}
    .subpage-nav {
      position: relative !important;
      width: 100%;
      top: 2rem;
      height: 85px;
      margin-top: 1.5rem !important;
  }
    .breadcrumb-hero {
        width: 100%;
        height: 250px; 
        background: url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d') center/cover no-repeat;
        position: relative;
    }

    .breadcrumb-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0,0,0,0.55);
    }

    .breadcrumb-hero .content {
        position: relative;
        z-index: 2;
    }

    .hero-subtitle {
        font-size: 22px;
        margin: 0;
        color: #fff;
        font-weight: 400;
        font-family: "Playfair Display", serif;
    }

    .hero-title {
        margin-top: 10px;
        font-size: 38px;
        font-weight: 700;
        color: #ff4a2b; 
        text-transform: capitalize;
    }
    @media(max-width: 768px){
    .breadcrumb-hero {
        height: 200px;
    }
    .hero-title {
        font-size: 28px;
    }
}

.listing-section {
      background: #ff4b2b;
      padding: 90px 0 110px;
      text-align: center;
    }

    /* Title */
    .listing-title {
      font-weight: 800;
      font-size: 46px;
      color: #ffffff;
      margin-bottom: 40px;
    }

    /* White filter card */
    .listing-card {
      background: #ffffff;
      border-radius: 18px;
      padding: 26px 40px;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    }

    .filter-block {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .filter-label {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.03em;
      text-transform: none;
      color: #888888;
      text-align: left;
    }

    .filter-value {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 14px;
      font-weight: 500;
      color: #222222;
      white-space: nowrap;
    }

    .filter-value i {
      font-size: 14px;
      color: #b5b5b5;
    }

    .justify-content-lg-end{
      gap:10px;
    }
    @media (min-width: 992px) {
      .listing-card .col-lg:not(:first-child) {
        border-left: 1px solid #eeeeee;
      }
    }

    /* Search & Reset buttons */
    .btn-search,
    .btn-reset {
      border-radius: 999px;
      padding: 10px 32px;
      font-weight: 600;
      font-size: 14px;
      border: none;
    }

    .btn-search {
      background: #ff4b2b;
      color: #ffffff;
    }

    .btn-search:hover {
      background: #ff3a17;
      color: #ffffff;
    }

    .btn-reset {
      background: #ffffff;
      color: #ff4b2b;
      border: 1px solid #ffd0c3;
    }

    .btn-reset:hover {
      background: #ffe4dc;
      color: #ff4b2b;
    }
    .profession-filter .listing-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 180px;        
    white-space: nowrap;     
    overflow: hidden;        
    text-overflow: ellipsis; 
}
.profession-filter .listing-filter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;             
    overflow: hidden;       
}
.profession-filter .dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
    padding-top: 0 !important; /* Removes gap at the top */
}

/* 2. Fix the Search Box at the top */
.sticky-top {
    position: sticky !important;
    top: 0;
    z-index: 1050; /* Keeps it above the scrolling items */
    background-color: #ffffff !important; /* Ensures items don't show through */
}

/* 3. Clean up the search box focus effect (The Orange Glow) */
#professionSearch {
    border: 1px solid #cfd6e4;
    border-radius: 8px;
}

#professionSearch:focus {
    border-color: #ff4d30 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 77, 48, 0.25) !important;
    outline: none;
}

/* 4. Fix the red highlight overlapping (as seen in your screenshot) */
.dropdown-item:hover, 
.dropdown-item:focus {
    background-color: #ff4d30 !important;
    color: #fff !important;
}

    @media (max-width: 991.98px) {
      .listing-card {
        padding: 22px 18px 26px;
      }
    }
    /* Counnry page */
    .country-section-title {
      font-weight: 800;
      font-size: 32px;
      text-align: center;
      margin-bottom: 32px;
    }

    .country-section-title span {
      color: #ff5b3c;
    }

    /* LEFT TABS */
    .continent-tabs .list-group-item {
      border: none;
      border-radius: 12px;
      padding: 12px 18px;
      font-weight: 500;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 6px;
      background: #f7f7f7;
      color: #333;
    }

    .continent-tabs .list-group-item i {
      font-size: 14px;
      opacity: 0.5;
    }

    .continent-tabs .list-group-item.active {
      background: #ff5b3c;
      color: #fff;
      box-shadow: 0 8px 25px rgba(255, 91, 60, 0.35);
    }

    /* COUNTRY CARDS */
    .country-card-wrap {
      transition: 0.25s ease;
    }

    .country-card {
      border-radius: 16px;
      background: #fff;
      border: 1px solid #f0f0f0;
      padding: 16px 20px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 16px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
      cursor: pointer;
      transition: border 0.2s ease, box-shadow 0.2s ease,
        transform 0.2s ease;
    }

    .country-card:hover {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
      transform: translateY(-2px);
    }

   .country-flag-c {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible; 
}

.country-flag-c .fi {
  width: 32px;
  height: 24px;
  line-height: 1;
  display: inline-block;
}
    .country-name {
      font-weight: 600;
      font-size: 16px;
      color: #222;
    }

    .country-card.selected {
      border: 2px solid #ff5b3c;
      box-shadow: 0 12px 30px rgba(255, 91, 60, 0.25);
    }
    .country-card-wrap {
      margin-bottom: 20px;
    }

    /* MOBILE SPACING */
    @media (max-width: 767.98px) {
      .continent-tabs {
        margin-bottom: 24px;
      }
    }
  .card-link{
    /*text-decoration: none !important;*/
    color: inherit !important;  
  }
  .card-link * {
  color: inherit;
}


    /* contact us page */

  .contact-section {
    background: #ffffff;
}

.contact-title {
  font-size: 40px;
  font-weight: 700;
  color: #ff5733;
}

/* Map box */
.map-box {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

/* Form box */
.contact-form {
  background: #f9f9f9;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.contact-form .form-control:focus {
  border-color: #ff5733;
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 51, 0.25);
}

.contact-form .form-label {
  font-weight: 600;
  font-size: 14px;
}

.contact-form .form-control {
  border-radius: 10px;
  padding: 10px 14px;
}

/* Button */
.send-btn {
  background: #ff5733;
  color: #fff;
  font-weight: 600;
  border-radius: 14px;
  padding: 12px;
  border: none;
}

.send-btn:hover {
  background: #e94b2c;
  color: #fff;
}

/* Mobile spacing */
@media (max-width: 767px) {
  .contact-form {
    padding: 20px;
  }
  .contact-title {
    font-size: 30px;
  }
}

.iti {
  width: 100%;
}

.iti input.form-control {
  padding-left: 60px !important;
}
.auth-button{
      display: inline-flex;              
      align-items: center;              
      justify-content: center;
      height: 46px;
      padding: 0 22px;
      margin-top: 18px;
      font-size: 15px;                   
      color: white;
      border: 2px solid #ff4d30;
      border-radius: 8px;      
      background: #FF4D30;       
      font-weight: 500;
      white-space: nowrap;
      transition: all 0.3s ease;
    }

    .auth-button:hover {
      background: #ff4d30;
      color: #fff;
    }

    /* login registration */
/* Layout Container */
.auth-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    background-color: #F2F2F2;
}

.auth-toggle-nav {
    background: white;
    padding: 6px;
    border-radius: 15px;
    display: flex;
    box-shadow: 0 12px 30px rgba(255, 81, 50, 0.25); 
    margin-bottom: 50px;
    z-index: 10;
}

.auth-tab-trigger {
    border: none;
    background: none;
    padding: 12px 40px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s all ease;
    font-size: 16px;
    color: #333;
}

.auth-tab-trigger.active {
    background-color: #FF5132; 
    color: white;
    border-radius: 10px;
}
.auth-tab-trigger:focus,
.auth-tab-trigger:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.auth-tab-trigger {
  -webkit-tap-highlight-color: transparent;
}
.auth-ui-wrapper {
    display: flex;
    width: 100%;
    max-width: 1100px;
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
    min-height: 600px;
}

/* Left Form Side */
.auth-form-side {
    flex: 1;
    padding: 50px;
    background-color: #F9F9F9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-section-block.hidden {
    display: none;
}

.auth-input-group {
    margin-bottom: 20px;
}

.auth-input-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.auth-field-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #EAECEF;  
    padding: 12px 18px;
    border-radius: 12px;
    transition: 0.3s;
}

.auth-field-box:focus-within {
    border-color: #ff4d30;  
    box-shadow: 0 0 0 4px rgba(255, 77, 48, 0.1);
}

.auth-field-box i {
    color: #ff4d30;
    margin-right: 12px;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.auth-field-box input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    color: #444;
    background: transparent;
}

.auth-reset-text {
    font-size: 13px;
    color: #777;
    margin-bottom: 25px;
    display: block;
    text-decoration: none !important;
}

.auth-reset-text span {
    color: #ff4d30;
    font-weight: 600;
}

.auth-primary-btn {
    width: 100%;
    padding: 16px;
    background-color: #ff4d30;
    color: white !important;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(255, 81, 50, 0.3);
    transition: 0.3s;
}

.auth-primary-btn:hover {
    background-color: #e64022;
    transform: translateY(-2px);
}

/* Right Blue Visual Side */
.auth-visual-side {
    flex: 1;
    background-color: #1e88e5; 
    background: url('../images/Rectangle4.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
}

.auth-glass-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 35px;
    padding: 80px 40px;
    text-align: center;
    width: 85%;
}

.auth-glass-card h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff !important;
}

/* Floating Lightning Icon */
.auth-floating-icon {
    position: absolute;
    left: -30px;
    bottom: 25%;
    background: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  }

.auth-floating-icon i {
    color: #ffb300;
    font-size: 24px;
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .auth-ui-wrapper {
        flex-direction: column-reverse;
        height: auto;
    }
    .auth-visual-side {
        height: 300px;
    }
    .auth-floating-icon {
        left: 20px;
        bottom: -30px;
    }
}
 


    /* profile management */

    .profile-box {
        border: 2px solid #ff6a4a;
        border-radius: 12px;
        padding: 25px;
        margin-bottom: 35px;
        background: #fff;
    }
    .profile-title {
        font-size: 20px;
        font-weight: 600;
        color: #ff6a4a;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 25px;
    }
    .circle-photo {
        width: 230px;
        height: 230px;
        border-radius: 50%;
        border: 5px solid #ff6a4a;
        overflow: hidden;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circle-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .change-text {
        text-align: center;
        font-size: 15px;
        margin-top: 10px;
        font-weight: 500;
    }
    .form-control, .form-select {
            height: 48px;
    border-radius: 8px;
    border: 1px solid #cfd6e4; 
    padding-right: 3.5rem;    
    background-position: right 1.25rem center; 
    }
    .home-select {
  position: relative;
}

.home-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 60px !important; 
  padding-left: 15px;
}

.home-select::after {
  content: "";
  position: absolute;
  right: 16px;         
  top: 50%;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l6 6 6-6' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.home-select select:focus {
  border-color: #ff4d30 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 48, 0.25) !important;
  outline: none;
}
    textarea.form-control {
        height: 140px;
    }
    .update-btn {
        background: #ff6a4a;
        color: #fff;
        padding: 8px 30px;
        border-radius: 8px;
        border: none;
    }

    @media (max-width: 768px) {
  .filter-bar {
    gap: 14px;
  }

  .filter-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .filter-bar select.form-select,
  .filter-bar input.form-control {
    width: 100%;
  }
}

    /* profile review */
.profile-card { 
  border: 1px solid #dcdcdc; 
  border-radius: 12px; 
  padding: 20px; 
  background: #fff; 
}
.verified-badge { 
  background:#00b15d;
  color:#fff;padding:3px 10px;
  font-size:13px;
  border-radius:6px;
  position:absolute;
  top:-5px;
  left:-5px; 
}
.profile-img { 
  width:110px;
  height:110px;
  border-radius:50%;
  overflow:hidden; 
}
.profile-img img { 
  width:100%;
  height:100%;
  object-fit:cover; 
}

.business-btn{ 
  padding:6px 22px;
  border:1px solid #000;
  border-radius:20px;
  background:#fff;
  font-weight:500; 
}
.tag-badge{ 
  background:#00b15d;
  padding:5px 12px;
  color:#fff;
  border-radius:15px;
  font-size:12px; 
}

.tab-btn{ 
  padding:8px 25px;
  border-radius:8px;
  background:#f5f5f5;
  border:none;
  font-weight:500; 
  margin-right: 20px;
  }
.tab-btn.active{ 
  background:#ff6a4a;
  color:white; 
}

.review-box{ 
  border:1px solid #ff6a4a;
  border-radius:12px;
  padding:25px;
  background:#fff;
  margin-top:20px; 
  }
.review-user-img{ 
  min-width:70px;
  height:70px;
  border-radius:50%;
  overflow:hidden; 
  margin-right: 12px; 
  }
  .review-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-stars i{ 
  color:#ff4b32;
  font-size:20px; 
}

.add-review-box{ 
  border:1px solid #ff6a4a;
  border-radius:12px;
  padding:25px;
  background:#fff;
  margin-top:25px; 
  }
  .form-control:focus {
  border-color: #ff6a4a !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 74, 0.25) !important;
}

.rating i {
    font-size: 22px;
    cursor: pointer;
    color: #ccc;
    transition: 0.2s;
}
.rating i.active,
.rating i:hover,
.rating i:hover ~ i {
    color: #ff6a4a !important;
}

.submit-btn{ 
  background:#ff6a4a;
  border:none;
  color:#fff;
  padding:10px 25px;
  border-radius:8px;
 }

.member-detail-page {
  background:
    radial-gradient(circle at top left, rgba(255, 103, 74, 0.08), transparent 28%),
    linear-gradient(180deg, #fffaf8 0%, #f6f8fc 100%);
}

.member-detail-shell {
  max-width: 1240px;
  margin: 0 auto;
}

.member-summary-card,
.member-hero-card,
.member-highlight-card,
.member-tabs-card,
.member-content-card,
.add-review-box,
.member-cta-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(20, 34, 66, 0.08);
  box-shadow: 0 24px 60px rgba(17, 31, 63, 0.08);
}

.member-summary-card {
  border-radius: 28px;
  padding: 28px;
  overflow: hidden;
}

.member-summary-top {
  display: flex;
  gap: 18px;
  align-items: center;
}

.member-summary-avatar {
  width: 132px;
  height: 132px;
  border-radius: 30px;
  overflow: hidden;
  background: #f5f6f8;
  flex-shrink: 0;
}

.member-summary-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-summary-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 105, 76, 0.12);
  color: #ff5a3c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-summary-copy {
  min-width: 0;
}

.member-summary-title {
  margin: 14px 0 8px;
  color: #10203f;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.08;
}

.member-summary-company {
  margin: 0;
  color: #5c6883;
  font-size: 1rem;
  font-weight: 600;
}

.member-summary-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #6b7489;
  font-size: 0.92rem;
  font-weight: 600;
}

.member-summary-stars {
  display: inline-flex;
  gap: 4px;
}

.member-summary-stars i {
  color: #d6dbe6;
  font-size: 0.95rem;
}

.member-summary-stars i.active {
  color: #ff6a4a;
}

.member-summary-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c7cfdd;
}

.member-summary-info {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.member-summary-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(16, 32, 63, 0.06);
}

.member-summary-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 105, 76, 0.12);
  color: #ff5a3c;
  font-size: 1.15rem;
}

.member-summary-item label {
  display: block;
  margin: 0 0 4px;
  color: #7c8598;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.member-summary-item a,
.member-summary-item span {
  color: #10203f;
  font-size: 0.98rem;
  font-weight: 600;
  word-break: break-word;
}

.member-summary-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.member-summary-social a {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 32, 63, 0.1);
  background: #fff;
  color: #10203f;
  font-size: 1rem;
}

.member-summary-social a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 105, 76, 0.3);
  color: #ff5a3c;
}

.member-summary-action {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(16, 32, 63, 0.08);
}

.member-summary-action p {
  margin: 12px 0 0;
  color: #6f7890;
}

.member-content-stack {
  display: grid;
  gap: 22px;
}

.member-hero-card {
  border-radius: 30px;
  padding: 30px;
  display: grid;
  gap: 22px;
}

.member-hero-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.member-hero-heading h2 {
  margin: 14px 0 10px;
  color: #10203f;
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.05;
}

.member-hero-heading p {
  margin: 0;
  color: #5f6b84;
  font-size: 1rem;
}

.member-hero-heading p i {
  color: #ff5a3c;
  margin-right: 6px;
}

.member-hero-actions,
.member-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.member-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid rgba(16, 32, 63, 0.12);
  background: #fff;
  color: #132241;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.member-hero-btn:hover {
  color: #ff5a3c;
  border-color: rgba(255, 105, 76, 0.28);
}

.member-hero-btn.solid {
  background: linear-gradient(135deg, #ff6a4a 0%, #ff4d30 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 18px 35px rgba(255, 94, 63, 0.28);
}

.member-hero-btn.solid:hover {
  color: #fff;
  transform: translateY(-1px);
}

.member-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.member-highlight-card {
  border-radius: 22px;
  padding: 20px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.member-highlight-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff1ed;
  color: #ff5a3c;
  font-size: 1.2rem;
}

.member-highlight-card label {
  display: block;
  margin: 0 0 4px;
  color: #7c8598;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.member-highlight-card p {
  margin: 0;
  color: #10203f;
  font-size: 1rem;
  font-weight: 700;
}

.member-tabs-card,
.member-content-card,
.add-review-box,
.member-cta-card {
  border-radius: 28px;
  padding: 28px;
}

.member-detail-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.member-detail-page .tab-btn {
  margin-right: 0;
  padding: 11px 18px;
  border-radius: 14px;
  background: #f3f6fb;
  color: #41516f;
  border: 1px solid transparent;
  font-weight: 700;
}

.member-detail-page .tab-btn.active {
  background: linear-gradient(135deg, #ff6a4a 0%, #ff4d30 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(255, 94, 63, 0.18);
}

.member-content-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.member-content-head.compact {
  margin-bottom: 10px;
}

.member-content-head h3 {
  margin: 12px 0 0;
  color: #10203f;
  font-size: 1.7rem;
  font-weight: 800;
}

.member-overview-copy,
.member-review-intro,
.member-cta-card p {
  color: #58647d;
  font-size: 1.02rem;
  line-height: 1.9;
}

.member-review-summary {
  min-width: 108px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f7fafc;
  text-align: center;
}

.member-review-summary strong {
  display: block;
  color: #10203f;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
}

.member-review-summary span {
  display: block;
  margin-top: 6px;
  color: #7c8598;
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.member-detail-page .review-box {
  border: 1px solid rgba(16, 32, 63, 0.08);
  border-radius: 22px;
  padding: 20px;
  background: #fbfcfe;
  margin-top: 16px;
}

.member-detail-page .review-user-img {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  margin-right: 0;
}

.member-detail-page .add-review-box {
  margin-top: 18px;
  border: 1px solid rgba(255, 105, 76, 0.22);
}

.member-detail-page .rating i {
  font-size: 28px;
  margin: 0 4px;
}

.member-detail-page .form-control {
  min-height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(16, 32, 63, 0.1);
  padding: 14px 16px;
  background: #fbfcfe;
}

.member-detail-page textarea.form-control {
  min-height: 150px;
}

.member-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.member-cta-card h3 {
  margin: 14px 0 10px;
  color: #10203f;
  font-size: 1.55rem;
  font-weight: 800;
}

.member-cta-card.accent {
  background: linear-gradient(180deg, #fff6f3 0%, #ffffff 100%);
}

.member-detail-page .business-btn {
  min-height: 50px;
  padding: 10px 18px;
  border-radius: 14px;
  border: 1px solid rgba(16, 32, 63, 0.1);
  background: #10203f;
  color: #fff;
  font-weight: 700;
}

.member-detail-page .business-btn:hover {
  background: #ff5a3c;
  border-color: #ff5a3c;
}

.member-detail-page .verified-badge {
  top: 20px;
  left: 20px;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #16a34a 0%, #0ea05f 100%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.member-detail-page .tag-badge {
  background: #e8fbf0;
  color: #0d9f62;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .member-highlight-grid,
  .member-cta-grid {
    grid-template-columns: 1fr;
  }

  .member-hero-heading {
    flex-direction: column;
  }

  .member-summary-top {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .member-summary-card,
  .member-hero-card,
  .member-tabs-card,
  .member-content-card,
  .add-review-box,
  .member-cta-card {
    padding: 22px;
    border-radius: 24px;
  }

  .member-summary-top {
    flex-direction: column;
  }

  .member-summary-avatar {
    width: 110px;
    height: 110px;
    border-radius: 24px;
  }

  .member-summary-title,
  .member-hero-heading h2 {
    font-size: 1.9rem;
  }

  .member-content-head {
    flex-direction: column;
  }
}

/*WISHLIST-SECTION*/
.wish-company-wrapper {
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 10px;
}

.wish-icon-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff3ef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
    margin-right: 10px;
}
.wish-icon-circle i {
    color: #ff573e; 
    font-size: 16px;
    line-height: 1;
}

.wish-company-name {
    font-weight: 600;
    font-size: 15px;
    color: #222;
}
.flag-container-circle {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    overflow: hidden;
    z-index: 10;
}

.flag-container-circle .fi {
    width: 20px;
    height: 15px;
    border-radius: 2px; 
}


.wishlist-section{
  padding-top:40px;
  padding-bottom:60px;
}

.wishlist-title{
  font-size:56px;
  font-weight:600;
  color:#ff4d30;
}

.wishlist-card{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 20px 45px rgba(0,0,0,0.08);
  height:100%;
}

.wishlist-section .col-lg-4,
.wishlist-section .col-md-6 {
  margin-bottom: 30px;
}


.card-image{
  position:relative;
  height:280px;
}

.card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.flag{
   position:absolute;
  top:10px;
  left:14px;
  width:30px;
  height:30px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 2px 6px rgba(0,0,0,0.12);
}

.flag img{
   width:18px;
   height:18px;
  object-fit:cover;
  border-radius:50%;
}

.card-info{
  background:#fff;
  position:relative;
  margin: -30px 18px 18px;  
  padding: 34px 26px 22px;
  border-radius: 22px;    
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.profile{
  position:absolute;
  top:-28px;
  left:28px;
}

.profile img{
  width:56px;
  height:56px;
  border-radius:50%;
  border:3px solid #fff;
  object-fit:cover;
}

.name{
  margin-top:28px;
  font-weight:600;
  font-size:16px;
}

.name i{
  color:#22c55e;
}

.category{
  color:#ff4d30;
  font-size:13px;
  margin-bottom:2px;
}

.title{
  font-weight:500;
  margin-bottom:14px;
}

.company{
  display:flex;
  align-items:center;
  gap:10px;
  border-top:1px solid #eee;
  padding-top:12px;
  font-size:14px;
}

.company i{
  background:#ffe6e0;
  color:#ff4d30;
  padding:8px;
  border-radius:50%;
}

/* RESPONSIVE */

@media (max-width:768px){
  .card-info{
    margin: -26px 14px 14px;
  }
}

@media (max-width:768px){
  .wishlist-title{
    font-size:38px;
    margin-bottom:24px;
  }
}

@media (max-width:768px){
  .wishlist-section{
    padding-top:24px;  
}
}

@media (max-width:768px){
  .wishlist-banner{
    height:160px;        
    margin-top:0;       
  }
}

@media (max-width: 991px) {
  .wishlist-section .col-lg-4,
  .wishlist-section .col-md-6 {
    margin-bottom: 24px;
  }
}

/*OURBLOG-SECTION*/
.ourblog-banner{
  width: 100%;
  height: 300px;
  background-image: url("../images/blogbanner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 10px;
}

.ourblog-title {
  color: #ff4b2b;
  font-weight: 700;
}

.ourblog-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.widget-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.category-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.category-list li:last-child {
  border-bottom: none;
}

.category-list span {
  color: #888;
}

.recent-post img {
  width: 70px;
  height: 70px;
  object-fit: cover;
   column-gap: 12px !important
}

.recent-post {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.recent-post img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;  
}

.recent-post p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.recent-post small {
  font-size: 12px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-sidebar .form-control:focus {
  border-color: #ff4b2b; /* orange */
  box-shadow: 0 0 0 0.2rem rgba(255, 75, 43, 0.25);
}

.category-list a {
  color: #000;
  text-decoration: none;
}

.category-list a:hover {
  color: #ff573e;
}
.recent-link {
  text-decoration: none;
  color: inherit;
}

.recent-link:hover p {
  color: #ff573e;
}


.profile-social {
  display: flex;
  gap: 10px;
}

.profile-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.profile-social a:hover {
  background: #ff573e;
  color: #fff;
  transform: translateY(-2px);
}
/*USER-PROFILE SECTION*/

.profile-banner{
  height: 300px;
  width: 100%;
  background-image: url(../images/profilebanner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 10px;

}

.user-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.navbar-user-dropdown .dropdown-toggle,
.navbar-user-dropdown .dropdown-toggle span {
  color: #000 !important;
}
.user-dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 8px 0;
  min-width: 180px;
}
.profile-color{
  background-color: #F3F3F3;
}
.profile-card-bs {
  border: 2px solid #ff4d30;
  border-radius: 20px;
}

.profile-title-bs {
  color: #ff4d30;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.image-circle-bs {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 4px solid #ff4d30;
   position: relative;
  overflow: visible;
}

.image-circle-bs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; 
  display: block;
}

.edit-btn-bs {
  position: absolute;
  bottom: 5px;  
  right: 12px;   
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fff; 
  background: #ff4d30;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.edit-btn-bs i {
  font-size: 16px;
}

/*PERSONAL-DETAILS*/
.personal-card {
  border: 2px solid #ff4d30;
  border-radius: 18px;
}

.personal-color{
  background-color: #F3F3F3;
}

.personal-title {
  color: #ff4d30;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-input {
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 14px;
}

.update-btn {
  background: #ff4d30;
  color: #fff;
  border-radius: 10px;
  padding: 8px 28px;
  font-size: 14px;
  border: none;
}


.business-card {
  border: 2px solid white;
  border-radius: 20px;
}
.business-detail {
  border: 2px solid #ff4d30;
  border-radius: 20px;
}


.business-color{
  background-color: #F3F3F3;
}

.business-title {
  color: #ff4d30;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-input {
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 14px;
}
.select-wrap {
  position: relative;
}

.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 44px !important;
}

.select-wrap::after {
  content: "";
  position: absolute;
  right: 16px;             
  top: 50%;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l6 6 6-6' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}


.verify-btn {
  background: #ff4d30;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  border: none;
}

.update-btn {
  background: #ff4d30;
  color: #fff;
  border-radius: 10px;
  padding: 8px 30px;
  border: none;
}

.view-more-btn {
  padding: 12px 26px;
  font-size: 14px;
  border-radius: 20px;
  width: auto;
}

.wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
}

.wishlist-icon i {
  font-size: 14px;
  color: #ff3b30; 
}

.navbar-user-dropdown .dropdown-menu .dropdown-item {
  color: #333;
  cursor: pointer;             
  transition: all 0.2s ease;
}

.navbar-user-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #fff5f0;   
  color: #ff573e;              
}

.navbar-user-dropdown .dropdown-menu .dropdown-item:hover i {
  color: #ff573e;               
}

.navbar-user-dropdown .dropdown-menu .dropdown-item.active,
.navbar-user-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #ff573e !important;  
  color: #fff !important;
}

.navbar-user-dropdown .dropdown-menu .dropdown-item.active i,
.navbar-user-dropdown .dropdown-menu .dropdown-item:active i {
  color: #fff !important;
}
.profile-page .profile-user-toggle {
  gap: 3px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

.profile-page .profile-user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-page .profile-user-caret {
  font-size: 12px;
  margin-left: 4px;
}

/* dropdown card */
.profile-page .profile-user-menu {
  min-width: 220px;
  border-radius: 10px;
  padding: 8px 0;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  border: none;
}

/* items */
.profile-page .profile-user-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-size: 15px;
  color: #333;
}

/* hover */
.profile-page .profile-user-menu .dropdown-item:hover {
  background: #fff5f0;
  color: #ff573e;
}

/* icon hover */
.profile-page .profile-user-menu .dropdown-item:hover i {
  color: #ff573e;
}

/* active */
.profile-page .profile-user-menu .dropdown-item.active,
.profile-page .profile-user-menu .dropdown-item:active {
  background: #ff573e;
  color: #fff;
}

.profile-page .profile-user-menu .dropdown-item.active i {
  color: #fff;
}
.profile-page .profile-user-menu .dropdown-item:hover i,
.profile-page .profile-user-menu .dropdown-item.active i,
.profile-page .profile-user-menu .dropdown-item:active i {
  color: #fff !important;
}

/*CHANGE PASSWORD*/

.changepassword-banner{
  width: 100%;
  height: 300px;
  background-image: url("../images/changepassbanner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 10px;
  position: relative; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content{
  text-align: center;
  position: relative;
  z-index: 2;
}

.cp-page-title h2{
    font-size: 42px;
    font-weight: 700;
    color: #ff4d30;
}

.cp-main-wrapper {
    background-color: #fcfcfc;
}

.cp-container-row {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.cp-form-side {
    padding: 60px 40px;
    background-color: #F3F3F3; 
}

.cp-card {
    max-width: 450px;
    margin: 0 auto;
}

.cp-label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #333;
}

.cp-input-box {
    margin-bottom: 20px;
}

.cp-icon-bg {
    background-color: #fff !important;
    border-right: none !important;
    color: #ff4d30 !important;
}

.cp-input {
    border-left: none !important;
    height: 50px !important;
}

.cp-input:focus {
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}

.cp-btn-submit {
    background-color: #ff4d30;
    color: white;
    border: none;
    width: 100%;
    padding: 14px;
    border-radius: 15px;
    font-weight: 700;
    margin-top: 10px;
    transition: 0.3s;
}

.cp-btn-submit:hover {
    background-color: #e63e24;
    transform: translateY(-2px);
}

/* Right Side Blue Panel */
.cp-image-side {
    background: url('../images/Rectangle4.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.cp-glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 50px 30px;
    text-align: center;
    width: 80%;
    position: relative;
}

.cp-glass-text {
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.4;
}

.cp-floating-img{
    position: absolute;
    left: -30px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 12px;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.cp-input-box .input-group {
    border: 1.5px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.cp-input-box .input-group:focus-within {
    border-color: #ff4d30;
    box-shadow: 0 0 0 3px rgba(255, 77, 48, 0.15);
}

.cp-icon-bg {
    border: none !important;
}

.cp-input {
    border: none !important;
    padding-left: 10px;
}

.cp-input::placeholder {
    color: #9a9a9a;
}

.cp-glass-img{
    width: 80px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .cp-container-row {
        flex-direction: column-reverse;
    }
    .cp-image-side {
        border-radius: 20px 20px 0 0;
    }
}

/*VERIFY WEBSITE */

.verify-modal{
  border-radius: 18px;
  padding: 0;
}

.verify-header{
  border-bottom: 1px solid #ddd;
  padding: 18px 22px;
}

.verify-header h5{
  font-weight: 600;
  font-size: 18px;
}

.verify-close{
  background: none;
  border: none;
  font-size: 22px;
  color: #ff4d30;
  cursor: pointer;
}

.verify-body{
  padding: 20px 28px;
}

.verify-body ul{
  padding-left: 18px;
}

.verify-body li{
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.verify-body span{
  color: #ff4d30;
  font-weight: 500;
}

.verify-footer{
  border-top: none;
  padding: 15px 22px 22px;
  justify-content: center;
  gap: 15px;
}

.cancel-btn{
  border: 1.5px solid #ff4d30;
  color: #ff4d30;
  padding: 8px 30px;
  border-radius: 12px;
  background: #fff;
}

.request-btn{
  background: #ff4d30;
  color: #fff;
  padding: 8px 30px;
  border-radius: 12px;
}

.contact-section {
  padding: 80px 0;
}

.contact-heading {
  font-size: 38px;
  font-weight: 700;
}

.contact-heading span {
  color: #ff573e;
}

/* MAP CARD */
.map-card {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
}

/* FORM CARD */
.contact-card {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* INPUTS */
.contact-card .form-control {
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
}

.contact-card .input-group-text {
  background: #fff;
  border-left: 0;
  color: #ff573e;
}

/* MOBILE FIX */
@media (max-width: 991px) {
  .map-card iframe {
    min-height: 320px;
  }
}

.ed-dd {
  position: relative;
  width: 180px;
}

.ed-dd-trigger {
  position: relative;
  min-height: 48px;           
  border: 1px solid #cfd6e4;
  border-radius: 8px;
  padding: 10px 48px 10px 14px; 
  display: flex;
  align-items: center;
  background: #fff;
  cursor: pointer;
}

.ed-dd-value {
  flex: 1;
  white-space: nowrap;     
  overflow: visible;        
  text-overflow: unset;    
  padding-right: 12px;
  font-size: 15px;  
  text-align: left; 
  text-overflow: ellipsis;
  display: block;
}

.ed-dd-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l6 6 6-6' stroke='%23999999' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain
}

.ed-dd-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  list-style: none;
  padding: 6px 0;
  margin: 0;
  display: none;
  z-index: 1000;
  text-align: left;
  padding-top: 0 !important;
}

.ed-dd.open .ed-dd-menu {
  display: block;
}

.ed-dd-menu li {
  padding: 10px 14px;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
}

.ed-dd-menu li:hover {
  background: #ff573e;
  color: #fff;
}

.ed-dd-menu li.active {
  background: #ff573e;
  color: #fff;
}
.ed-dd-long {
  width: 260px;  
}
.ed-dd-profession {
  max-width: 280px;         
  width: 100%;
  flex-shrink: 0;
}
.ed-dd:has(.ed-dd-long) {
  width: 260px;
}
.ed-dd-trigger.ed-dd-long .ed-dd-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.ed-dd:has(.ed-dd-long) .ed-dd-menu li {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-break: break-word;
}
.ed-dd:has(.ed-dd-long) .ed-dd-menu {
  max-height: 220px;  
  overflow-y: auto;
}
.ed-dd:has(.ed-dd-long) .ed-dd-menu::-webkit-scrollbar {
  width: 6px;
}
.ed-dd:has(.ed-dd-long) .ed-dd-menu::-webkit-scrollbar-thumb {
  background: #ff573e;
  border-radius: 6px;
}
.ed-dd-search {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 10px;
  border-bottom: 1px solid #eee;
  background: #fff !important;
  cursor: default !important;
}
.ed-dd-search:hover {
  background: #fff !important;
  color: inherit !important;
}
.ed-dd-search.active {
  background: #fff !important;
  color: inherit !important;
}
.ed-dd-menu li:not(.ed-dd-search):hover {
  background: #ff573e;
  color: #fff;
}
.ed-dd-menu li.active:not(.ed-dd-search) {
  background: #ff573e;
  color: #fff;
}
.ed-dd.open {
  box-shadow: none !important;
  outline: none !important;
}   
.ed-dd-toggle {
  box-shadow: none !important;
}

.ed-dd-toggle:focus,
.ed-dd-toggle:active {
  outline: none !important;
  box-shadow: none !important;
}
.ed-dd:focus-within {
  background: transparent !important;
}

.ed-dd-search-input {
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ddd;
  outline: none;
}
.ed-dd-menu li:not(.ed-dd-search) {
  padding: 12px 14px;
}
.ed-dd-menu li.active {
  background: #ff573e;
  color: #fff;
  position: relative;
  z-index: 1;
}
.ed-dd-menu {
  max-height: 260px;
  overflow-y: auto;
}


/* Responsive */
@media (max-width: 768px) {
  .ed-dd {
    width: 100%;
  }
   .ed-dd-long {
    width: 100%;
  }
   .ed-dd-trigger {
    padding-top: 12px;
    padding-bottom: 12px;
  }
   .ed-dd-profession {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .ed-dd,
  .ed-dd-profession {
    width: 100% !important;   
    max-width: 100% !important;
  }

}
@media (max-width: 768px) {
  .ed-dd-location .ed-dd-trigger {
    justify-content: flex-start;  
    text-align: left;
  }

}
@media (max-width: 768px) {
  .ed-dd,
  .ed-dd-profession,
  .ed-dd-location {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

}
@media (max-width: 768px) {
  .home-select,
  .filter-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ed-dd,
  .ed-dd-profession,
  .ed-dd-profession .ed-dd-trigger {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .filter-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .filter-item {
    width: 100% !important;
    margin-right: 0;
  }
  .filter-item:last-of-type {
    width: 100% !important;
  }
  .ed-dd,
  .ed-dd-profession,
  .ed-dd-location {
    width: 100% !important;
    max-width: 100% !important;
  }
  .ed-dd-trigger {
    width: 100% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .site-navbar .site-navigation {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    text-align: center;
  }
  .site-navbar .site-navigation .site-menu {
    display: inline-block;
    width: 100%;
  }
  .site-navbar .site-navigation .site-menu > li:last-child {
    display: block;
    margin-top: 8px;
  }
}

.custom-dropdown {
  position: relative;
}

.dropdown-btn {
  width: 100%;
  height: 48px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid #cfd8f6;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 15px;
  outline: none;
  box-shadow: none;
  border: 1px solid #cfd8f6;
}

.dropdown-btn.active {
  border-color: #ff573e;
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 62, 0.25);
}
.dropdown-list {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  display: none;
  z-index: 999;
  max-height: 220px;
  overflow-y: auto;
}
.dropdown-list li {
  padding: 12px 16px;
  cursor: pointer;
  font-size: 14px;
}
.dropdown-list li:hover {
  background: #ff573e;
  color: #fff;
}
.dropdown-list li.active {
  background: #ff573e;
  color: #fff;
}
.dropdown-btn:focus,
.dropdown-btn:active,
.dropdown-btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ff573e !important;
}
.dropdown-btn.active {
  border-color: #ff573e;
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 62, 0.25);
}
.dropdown-btn span {
  color: #8a8a8a;  
  font-weight: 400;
}

.dropdown-btn i {
  color: #8a8a8a;
}

.dropdown-btn.has-value span {
  color: #333;
}

.filter-value input::placeholder {
    color: #212529;
    opacity: 1;
}

.filter-value input:focus {
    outline: none;
    background: transparent;
}
.dropdown-menu .dropdown-item:hover, 
.dropdown-menu .dropdown-item:focus {
    background-color: #FF573E !important;
    color: #fff !important;
}

.dropdown-menu .dropdown-item.active, 
.dropdown-menu .dropdown-item:active {
    background-color: #FF573E !important;
    color: #fff !important;
}

@media (min-width: 992px) {
    .filter-block {
        border-right: 1px solid #eee;
        padding-right: 15px;
        height: 100%;
    }
    .col-lg-auto .filter-block, .col-lg-3 .filter-block {
        border-right: none;
    }
}

.listing-filter-box:focus-within {
    border-color: #ff4d30 !important; 
    box-shadow: 0 0 0 0.25rem rgba(255, 77, 48, 0.25) !important; 
    transition: all 0.2s ease-in-out; 
}
.listing-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.listing-filter-value,
button.listing-filter-value {
  border: 1px solid #cfd6e4;
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  background: #fff;
  width: 100%;
  position: relative;
}

button.listing-filter-value {
  box-shadow: none !important;
  outline: none !important;
  padding-right: 38px;
}

.listing-filter-value i {
  color: #9aa0a6;
}
button.listing-filter-value .bi-chevron-down {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.filter-block {
  position: relative;
}
.filter-block .dropdown-menu {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 6px;
  border-radius: 10px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active {
  background-color: #ff573e !important;
  color: #fff !important;
}



@media (max-width: 991px) {
  .home-page .site-navbar .site-navigation {
    margin-left: 0 !important;
  }
}
.listing-filter-block {
  position: relative;
}

.listing-filter-label {
  display: block;           
  font-size: 14px;
  font-weight: 600;
  color: #8b8f97;
  margin-bottom: 6px;          
  text-align: left;
}
.listing-filter-label i {
  margin-right: 6px;           
}
.col-lg-auto.d-flex {
  gap: 14px;  
}

.listing-filter-box {
  border: 1px solid #cfd6e4;
  border-radius: 10px;
  height: 52px;
  padding: 0 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.listing-input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #212529;
  background: transparent;
}

.listing-dropdown {
  background: #fff;
  border: 1px solid #cfd6e4;
  cursor: pointer;
}

.listing-dropdown:focus {
  outline: none;
  box-shadow: none;
}


.listing-dropdown .bi-chevron-down {
  color: #9aa0a6;
  font-size: 14px;
}

.dropdown-menu {
  border-radius: 10px;
  margin-top: 6px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active {
  background-color: #ff573e;
  color: #fff;
}

/* Responsive  */
@media (max-width: 991px) {
  .listing-filter-box {
    height: 48px;
  }
}
.dropdown-menu .dropdown-item {
  white-space: normal;       
  line-height: 1.4;
  padding: 10px 16px;
  word-break: break-word;  
  cursor: pointer;
}
.profession-filter .dropdown-menu {
  max-height: 220px;
  overflow-y: auto;
  width: 100%;
}

.profession-filter .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.profession-filter .dropdown-menu::-webkit-scrollbar-thumb {
  background: #ff573e;
  border-radius: 10px;
}

.profession-filter .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.listing-filter-value span {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listing-filter-value .bi-chevron-down {
  margin-left: auto;
}

.profession-filter .dropdown-menu {
  max-height: 220px;
  overflow-y: auto;
}
@media (max-width: 768px) {
    .filter-bar {
        flex-direction: column !important;
        align-items: stretch !important;
        width: 90% !important;
        margin: 0 auto;
        gap: 15px;
        height: auto !important;
    }
    .filter-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
    }

    .filter-item input.form-control.form-width,
    .filter-item select.form-select.form-width,
    .ed-dd, 
    .ed-dd-profession,
    .ed-dd-long {
        width: 100% !important;
        max-width: 100% !important;
    }
    .search-btn {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px;
        justify-content: center;
        transform: none !important;
    }

    .divider {
        display: none !important;
    }
    .ed-dd-trigger {
        width: 100% !important;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .hero {
        height: auto !important;
        min-height: 100vh;
        padding-bottom: 50px;
    }
    .hero > .d-flex {
        height: auto !important;
        padding-top: 120px;
    }
    .filter-bar {
        margin-bottom: 30px !important;
        position: relative !important;
        top: 0 !important;
    }
    .search-btn {
        transform: none !important;
        margin-top: 15px !important;
    }
    section.py-5:has(.cp-page-title) {
        margin-top: 40px;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 1024px) {
    .hero {
        height: auto !important;
        min-height: 100vh;
        padding-top: 100px;
        padding-bottom: 60px;
        display: block !important;
    }
    .hero > .d-flex {
        height: auto !important;
        display: block !important;
    }
    .filter-bar {
        margin: 0 auto !important;
        position: relative;
        z-index: 10;
    }
    .search-btn {
        transform: none !important;
        margin-bottom: 0;
    }
    .cp-page-title {
        margin-top: 50px !important;
        clear: both;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .filter-bar {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .filter-bar .form-group {
    flex: 1 1 48%;
    max-width: 48%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .filter-bar .ed-dd {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .search-btn {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 8px;
    align-self: center;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .filter-bar input,
  .filter-bar .ed-dd-toggle,
  .search-btn {
    height: 48px;
  }
}


@media (min-width: 1200px) {
  .filter-bar {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    width: 100%;
  }
  .filter-bar .divider {
    display: none !important;
  }

  .filter-bar .filter-item {
    flex: 1 1 0;
    min-width: 0;           
  }
  .search-btn {
    flex: 0 0 140px;
    margin-left: 12px;
    white-space: nowrap;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  .search-btn {
    margin-left: 12px;
  }
}
@media (max-width: 900px) {
  .search-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1056px) {
    .filter-bar {
        flex-direction: column !important;
        align-items: stretch !important; 
        padding: 30px !important;
        width: 90% !important;
        max-width: 600px; 
        margin: 0 auto !important;
    }
    .filter-item {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .filter-item input, 
    .filter-item .ed-dd, 
    .filter-item .ed-dd-trigger {
        width: 100% !important;
    }
    .divider {
        display: none !important;
    }
}

@media (max-width: 1056px) {
    .search-btn {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 15px !important;
        margin-top: 10px;
    }
}
@media (max-width: 1200px) {
  .hero-section {
    min-height: unset;
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .hero > .d-flex {
    height: auto !important;
    padding-top: 140px;  
  }
}

/* Home header + hero rebuild */
.home-header-shell {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
}

.home-navbar {
    margin-top: 0 !important;
    padding: 1.5rem 0 0;
}

.home-navbar .container-fluid {
    max-width: 1280px;
}

.home-navbar .site-logo img {
    max-height: 72px;
    width: auto;
}

.home-navbar .site-navigation .site-menu > li > a {
    color: #111827;
    font-weight: 500;
    font-size: 1.1rem;
}

.home-navbar .site-navigation .site-menu > li > a.active,
.home-navbar .site-navigation .site-menu > li > a:hover {
    color: #ff573e;
}

.home-navbar .auth-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    min-height: 48px;
    padding: 0.85rem 1.65rem;
    border-radius: 14px;
    background: #ff573e;
    border: 1px solid #ff573e;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(255, 87, 62, 0.18);
}

.home-navbar .auth-button:hover {
    color: #fff;
    background: #f04a30;
}

.home-hero {
    position: relative;
    min-height: 760px;
    padding: 8.5rem 0 4rem;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.home-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(247, 248, 250, 0.88) 0%, rgba(245, 247, 250, 0.66) 38%, rgba(17, 24, 39, 0.26) 100%);
}

.home-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 640px;
}

.home-hero-copy {
    max-width: 1240px;
    margin: 0 auto;
}

.home-hero-title {
    margin: 0 auto 1.5rem;
    max-width: 1220px;
    color: #fff;
    font-size: clamp(2.8rem, 5.8vw, 5.15rem);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.home-hero-title span {
    color: #ff573e;
}

.home-hero-description {
    max-width: 1180px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(1.15rem, 1.7vw, 1.55rem);
    line-height: 1.65;
    font-weight: 400;
}

.home-search-card {
    max-width: 1180px;
    margin: 2.4rem auto 0;
    padding: 1.6rem 1.75rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
}

.home-search-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.35fr auto;
    gap: 1.25rem;
    align-items: end;
}

.home-search-field {
    min-width: 0;
}

.home-search-label {
    display: block;
    margin-bottom: 0.75rem;
    color: #7a8190;
    font-size: 1rem;
    font-weight: 700;
}

.home-search-label i {
    margin-right: 0.4rem;
    color: #7a8190;
}

.home-search-input,
.home-search-dropdown .ed-dd-trigger {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid #cfd8e3;
    box-shadow: none;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #fff;
}

.home-search-dropdown .ed-dd-trigger {
    display: flex;
    align-items: center;
}

.home-search-action {
    display: flex;
    align-items: end;
}

.home-search-button {
    min-width: 140px;
    min-height: 52px;
    border-radius: 14px;
    border: 0;
    background: #ff573e;
    box-shadow: none;
    font-weight: 700;
}

.home-search-button:hover {
    background: #f04a30;
}

@media (max-width: 1399.98px) {
    .home-navbar .site-navigation .site-menu > li > a {
        font-size: 1rem;
    }

    .home-search-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-search-action {
        grid-column: 1 / -1;
        justify-content: center;
    }
}

@media (max-width: 1199.98px) {
    .home-hero {
        min-height: 700px;
    }

    .home-search-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .home-navbar {
        padding-top: 1rem;
    }

    .home-hero {
        padding-top: 6.5rem;
        min-height: auto;
    }

    .home-hero-content {
        min-height: auto;
    }

    .home-search-card {
        padding: 1.25rem;
        border-radius: 22px;
    }
}

@media (max-width: 767.98px) {
    .home-hero {
        padding: 6rem 0 3rem;
    }

    .home-navbar .site-logo img {
        max-height: 58px;
    }

    .home-search-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .home-search-action {
        grid-column: auto;
        justify-content: stretch;
    }

    .home-search-button {
        width: 100%;
    }

    .home-hero-description {
        font-size: 1rem;
        line-height: 1.6;
    }
}

.home-discovery-section {
    padding-top: 2.5rem;
}

.home-discovery-copy {
    max-width: 980px;
    margin: 0 auto 2.5rem;
}

.home-discovery-title {
    color: #111827;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.home-discovery-title span {
    color: #ff573e;
}

.home-discovery-description {
    max-width: 960px;
    margin: 1.5rem auto 0;
    color: #4b5563;
    font-size: 1.15rem;
    line-height: 1.8;
}

.home-discovery-card-row {
    margin-bottom: 1rem;
}

.home-discovery-card {
    display: block;
    position: relative;
    min-height: 255px;
    border-radius: 28px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.home-discovery-card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.65rem 1.4rem;
    color: #fff;
}

.home-discovery-card-content h3 {
    margin-bottom: 0.7rem;
    color: #fff;
    font-size: 1.18rem;
    font-weight: 800;
}

.home-discovery-card-content p {
    margin: 0;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.55;
}

.home-section-title-accent {
    color: #ff573e;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
}

.home-popular-professions-section {
    padding-top: 1.5rem !important;
}

.home-popular-professions-header {
    margin-bottom: 2.6rem !important;
}

.home-popular-professions-grid {
    row-gap: 1.45rem !important;
}

.home-most-visited-copy {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991.98px) {
    .home-discovery-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 767.98px) {
    .home-discovery-section {
        padding-top: 1.5rem;
    }

    .home-discovery-title {
        font-size: 2rem;
    }

    .home-discovery-description {
        font-size: 1rem;
    }

    .home-discovery-card {
        min-height: 220px;
    }
}

.home-faq-section {
    background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.home-faq-copy {
    max-width: 980px;
    margin: 0 auto 2.5rem;
}

.home-faq-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.15rem;
    border-radius: 999px;
    background: rgba(255, 87, 62, 0.1);
    color: #ff573e;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.82rem;
    font-weight: 700;
}

.home-faq-title {
    margin: 1.25rem auto 1.25rem;
    max-width: 900px;
    color: #102449;
    font-size: clamp(2.2rem, 4.4vw, 4rem);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.home-faq-title span {
    color: #ff573e;
}

.home-faq-description {
    max-width: 940px;
    margin: 0 auto;
    color: #4b5e78;
    font-size: 1.12rem;
    line-height: 1.85;
}

.home-faq-accordion {
    display: grid;
    gap: 1.05rem;
}

.home-faq-item {
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.home-faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.55rem 1.65rem;
    border: 0;
    background: #fff;
    color: #102449;
    text-align: left;
    font-size: 1rem;
    font-weight: 800;
}

.home-faq-trigger span:first-child {
    font-size: clamp(1.1rem, 1.8vw, 1.45rem);
    line-height: 1.45;
}

.home-faq-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 87, 62, 0.12);
    color: #ff573e;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
}

.home-faq-panel {
    display: none;
    padding: 0 1.65rem 1.45rem;
    border-top: 1px solid #edf2f7;
}

.home-faq-panel p {
    margin: 0;
    color: #4b5e78;
    font-size: 1.05rem;
    line-height: 1.9;
}

@media (max-width: 767.98px) {
    .home-faq-trigger {
        padding: 1.2rem 1.2rem;
    }

    .home-faq-panel {
        padding: 0 1.2rem 1.15rem;
    }

    .home-faq-icon {
        width: 40px;
        height: 40px;
        font-size: 1.45rem;
    }
}
