h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1b1b;
}

.header-wrap.sticky {
  top: 0;
}

body {
  font-family: "Lexend", sans-serif;
}

.header-wrap .navbar .other-options:before {
  display: none;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap {
  right: unset;
}

.banner-image {
  width: 100%;
  position: relative;
  flex: 1 1;
  overflow: hidden;
  background: url(../image/banner-image.png) no-repeat center top;
  background-size: cover !important;
  height: 100svh;
}

.banner-image .container {
  height: 100%;
  display: flex;
  align-items: end;
}

.banner-image .hero-content {
  text-align: center;
}

.banner-image .hero-content h1 {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 60px;
}

.banner-image .hero-content p {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
}

.btn.style2 {
  background: #f0e8da;
  border-radius: 0;
}

.btn.style2:after,
.btn.style2:before {
  background: rgb(225, 169, 48);
}

.search-container {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin: 60px auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
}

.form-group {
  flex: 1 1 10%;
  min-width: 120px;
}

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #555;
}

@media (max-width: 768px) {
  .search-container {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }

  .form-group,
  .search-btn {
    width: 100%;
    flex: 1 1 100%;
  }
}

@media (width<=768px) {
  .banner-image {
    height: 100%;
  }

  .banner-image .hero-content {
    padding-top: 200px;
  }

  .banner-image .hero-content h1 {
    font-size: 30px;
  }

  .banner-image .hero-content p {
    font-size: 13px;
  }

  .search-container {
    margin-top: 20px;
  }
}

.select2.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  background: #f0e8da !important;
  height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
  padding-left: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border-radius: 6px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
  background: #fff !important;
  border: none !important;
  padding: 5px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 10px;
  height: auto;
  background: #fff;
  margin-bottom: 0.5rem;
  border-radius: 8px;
}

.select2-search--dropdown {
  padding: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgb(225, 169, 48) !important;
  border-radius: 8px;
}

.promo-card.style1 .promo-icon {
  background: #f0e8da !important;
}

.promo-card.style1 .promo-icon i {
  line-height: 75px;
}

.bg-selago {
  background: rgb(248, 241, 225) !important;
}

.promo-card h3 {
  font-size: 20px;
  font-weight: 500;
}

.promo-icon .step-number {
  font-size: 40px;
  line-height: 70px;
  margin: 0 auto;
  color: rgb(225, 169, 48);
  transition: 0.4s;
}

.promo-card:hover .step-number {
  color: #fff;
}

.pricing-card.style2 {
  padding-block: 30px !important;
}

.testimonial-card {
  min-height: 465px;
}

.testimonial-card.style3 .client-quote {
  margin-bottom: 0;
}

.client-img {
  margin-bottom: 20px;
}

.client-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.testimonial-card.style3 .client-info-wrap .client-info {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .testimonial-card {
    min-height: unset;
  }
}

.download-app-wrap {
  background: rgb(225, 169, 48);
  position: relative;
  margin-top: 80px;
}

.download-app-content h2 {
  color: #fff;
  margin-bottom: 20px;
}

.download-app-content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

.download-app-image {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .download-app-wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .download-app-wrap .ptb-70 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
    text-align: center;
  }

  .download-app-image {
    position: unset;
  }

  .store-logo {
    width: 50%;
    padding-bottom: 20px;
  }
}

.footer-wrap .footer-widget .comp-desc {
  color: #1b1b1b;
}

.footer-wrap .footer-widget .footer-widget-title {
  color: #1b1b1b;
}

.footer-wrap .footer-widget .footer-widget-title:after {
  background-color: rgb(225, 169, 48);
}

.footer-wrap .footer-widget .footer-widget-title:before {
  display: none;
}

.footer-wrap .footer-widget .footer-menu li a {
  color: #1b1b1b;
}

.copyright-text {
  border-top: rgb(0 0 0 / 15%) solid 1px;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
  color: rgb(225, 169, 48);
}

.footer-wrap .footer-widget .footer-menu li a:after {
  background-color: rgb(225, 169, 48);
}

.footer-wrap .footer-widget .contact-info li i {
  color: rgb(225, 169, 48);
}

.footer-wrap .footer-widget .contact-info li h6 {
  color: #1b1b1b;
}

.footer-wrap .footer-widget .contact-info li p,
.footer-wrap .footer-widget .contact-info li a {
  color: #1b1b1b;
}

.footer-b-left {
  text-align: left;
  color: #1b1b1b;
}

.footer-b-right {
  text-align: right;
  color: #1b1b1b;
}

.footer-b-right a {
  color: #1b1b1b;
}

.footer-b-right a:hover {
  color: rgb(225, 169, 48);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer-b-left {
    text-align: center;
    font-size: 14px;
  }

  .footer-b-right {
    text-align: center;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {

  /* .footer-wrap .footer-widget {
    text-align: center;
  } */
  .footer-wrap .footer-widget .contact-info li {
    padding-left: 0;
  }

  .footer-wrap .footer-widget .footer-widget-title {
    margin-bottom: 0;
  }

  .footer-wrap .footer-widget .footer-widget-title:after {
    display: none;
  }

  .footer-wrap .footer-widget .contact-info li i {
    position: unset;
  }
}

.designer-logo {
  padding-left: 10px;
}

/* login */

.login-header p {
  text-align: center;
}

.Login-wrap {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 550px;
  min-height: 100vh;
  padding: 15px;
}

.box-s {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
}

.from-logo {
  text-align: center;
  margin-bottom: 20px;
}

.from-icon {
  width: 20%;
}

.Radio-label label {
  font-weight: 500;
  font-family: "Lexend";
  font-size: 18px;
  color: #1b1b1b;
}

.custom-label {
  font-weight: 500;
  font-family: "Lexend";
  font-size: 18px !important;
  color: #1b1b1b !important;
}

/* matches list */

.matches {
  padding-top: 120px;
}


.search-heading .link.style1 {
  color: rgb(225, 169, 48);
  font-weight: 500;
}

.search-heading i {
  font-size: 13px;
}

.list-card {
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f5f9;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: slideIn 0.6s ease-out both;
  position: relative;
  overflow: hidden;
}

.list-card .connect-now-card {
  margin-bottom: 0;
}

.list-card .card-content {
  padding-left: 0;
}

.listpage-style {
  padding-block: 50px;
}


.filter-heading {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  font-size: 1.2rem;
  text-align: center;
  padding: 13px;
  margin: 0;
  font-weight: 400;
  background: rgb(225, 169, 48);
  color: #fff;
}

.g-10 {
  gap: 10px;
}

.filter-sidebar button span {
  font-family: "Lexend", sans-serif !important;
}

.filter-sidebar button.Mui-expanded {
  min-height: 48px !important;
  background: #f0e8da;
}

.filter-sidebar label span {
  font-family: "Lexend";
  font-size: 16px;
}

.header-wrap .header-bottom .navbar .navbar-brand img {
  max-height: 75px;
}

.footer-logo img {
  max-height: 80px;
}

/* target MUI option elements that are aria-disabled */
.MuiAutocomplete-option[aria-disabled="true"] {
  font-weight: 800 !important;
  color: #000 !important;
  pointer-events: none;
  opacity: 1 !important;
}

.field-specify {
  font-size: 12px;
  color: #979797;
  padding-left: 5px;
}

.MuiPaper-root li {
  font-family: "Lexend" !important;
}

.svg-img-back {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #fff7e1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}


.profile-upload {
  background: rgb(248, 241, 225) !important;
  padding-top: 11pc;
  padding-bottom: 4pc;
}

/* partner-preferences */
.partner-preferences-page {
  padding-top: 120px;
}

.partner-inner {
  padding-block: 50px;
}

.MuiStack-root {
  gap: 5px;
  margin-left: 0 !important;
  max-height: 80px !important;
  overflow-y: auto !important;
}