@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", serif;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

.banner-wrapper {
  width: 100%;
  height: 80vh;
  background: url("../images/banner-img.jpg") top center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.banner-wrapper h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
}
.banner-wrapper p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 30px;
}

.btn1 {
  background-color: #010f44;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 13px;
}

.btn2 {
  background-color: #010f44;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 12px;
}

.form-section {
  background-color: #010f44;
  padding: 50px 0;
}
.form-section .search-form input,
.form-section .search-form select {
  border-radius: 0 !important;
}
.form-section .search-form .gender-col,
.form-section .search-form .state-col,
.form-section .search-form .status-col {
  width: 21%;
}
.form-section .search-form .age-col {
  width: 15%;
}
.form-section .search-form .btn-col {
  width: 22%;
}
.form-section .search-form .form-label {
  color: white;
  font-size: 14px;
}
.form-section .search-form .form-select,
.form-section .search-form .form-control {
  background-color: white;
  border: none;
  padding: 10px;
  font-size: 14px;
  color: gray;
}
.form-section .search-form .btn-custom {
  background-color: #f4c27d;
  color: black;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  width: 100%;
}
.form-section .search-form .btn-custom:hover {
  background-color: #f0ac4e;
}

.our-features-section {
  background-color: #fff7ee;
  padding: 40px 0;
}
.our-features-section h2 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.our-features-section .features-row {
  display: flex;
  justify-content: space-between;
}
.our-features-section .features-row .feature-box {
  width: 14%;
}
.our-features-section .features-row .feature-box img {
  border-radius: 10px;
}
.our-features-section .features-row .feature-box .feature-details {
  display: flex;
  justify-content: center;
  gap: 2%;
  flex-wrap: wrap;
  padding: 10px 0;
}
.our-features-section .features-row .feature-box .feature-details span {
  width: 49%;
  font-size: 12px !important;
  text-align: center;
}

.who-we-section {
  padding: 40px 0;
}
.who-we-section h2 {
  font-weight: bold;
  color: #010f44;
}
.who-we-section .counter-img {
  position: relative;
}
.who-we-section .counter-img .counter-col {
  position: absolute;
  right: 40px;
  bottom: 10px;
}
.who-we-section .counter-img .counter-col div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.who-we-section .counter-img .counter-col div .counter-k {
  font-size: 30px;
  font-weight: bold;
  margin-left: -5px;
  margin-top: -10px;
  margin-bottom: 0;
  color: #010f44;
}
.who-we-section .counter-img .counter-col img {
  height: 30px;
  width: auto !important;
  margin-top: -10px;
}
.who-we-section .counter-img .counter-col span {
  padding-left: 15px;
  position: relative !important;
  font-size: 13px;
}
.who-we-section .counter-img .counter-col span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 8px;
  width: 8px;
  background-color: #800020;
  border-radius: 50%;
}

.find-special-sec {
  padding: 40px 0;
  background-color: #fff7ee;
}
.find-special-sec h2 {
  font-weight: bold;
  color: #010f44;
  text-align: center;
}
.find-special-sec p {
  text-align: center;
}
.find-special-sec .heart-box {
  text-align: center;
}
.find-special-sec .heart-box .small-heart {
  width: 30%;
  margin-bottom: 10px;
}
.find-special-sec .heart-box .big-heart {
  width: 50%;
  margin-bottom: 10px;
}
.find-special-sec .heart-box h4 {
  font-size: 16px;
  font-weight: bold;
}
.find-special-sec .heart-box p {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}

.testimonial-sec {
  padding: 40px 0;
  background-color: #fff;
}
.testimonial-sec h2 {
  font-weight: bold;
  color: #010f44;
  text-align: center;
}
.testimonial-sec p {
  text-align: center;
}
.testimonial-sec .testimonial-col {
  text-align: center;
}
.testimonial-sec .testimonial-col img {
  margin-bottom: 10px;
}
.testimonial-sec .testimonial-col h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.testimonial-sec .testimonial-col p {
  color: #666666;
  font-size: 12px;
}
.testimonial-sec .testimonial-col a {
  padding: 10px 40px;
  background-color: #010f44;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  border-radius: 2px;
}

.view-details {
  border: none;
  background: none;
  color: #010f44;
  text-decoration: underline;
  font-size: 12px;
}

.leadership-section {
  padding: 40px 0;
  background-color: #fff7ee;
}
.leadership-section h2 {
  font-weight: bold;
  color: #010f44;
  text-align: center;
}
.leadership-section p {
  text-align: center;
}
.leadership-section .leadership-col {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 5px;
}
.leadership-section .leadership-col img {
  border-radius: 5px 5px 0 0;
}
.leadership-section .leadership-col .leadership-body {
  padding: 10px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.leadership-section .leadership-col .leadership-body h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
.leadership-section .leadership-col .leadership-body span {
  font-size: 14px;
}

.valuable-section {
  padding: 40px 0;
  background-color: #fff;
}
.valuable-section h2 {
  font-weight: bold;
  color: #010f44;
  text-align: center;
}
.valuable-section p {
  text-align: center;
}

.upcoming-sec {
  padding: 50px 0;
  background: url("../images/bg-1.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
}
.upcoming-sec h2 {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
.upcoming-sec h4 {
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
}
.upcoming-sec p {
  color: #ffffff;
  margin-bottom: 25px;
}
.upcoming-sec a {
  background-color: #f1c27d;
  padding: 10px 20px;
  border-radius: 6px;
  color: #010f44;
  text-decoration: none;
}

.plans-sec {
  padding: 40px 0;
  background-color: #fff;
}
.plans-sec h2 {
  font-weight: bold;
  color: #010f44;
  text-align: center;
}
.plans-sec p {
  text-align: center;
}
.plans-sec .col-md-4 {
  padding: 10px 10px;
}

.plans-box {
  padding: 20px;
  width: 100%;
  background-color: #010f44;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #010f44;
  cursor: pointer;
}
.plans-box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.plans-box p {
  color: #fff !important;
  font-size: 14px !important;
}
.plans-box a {
  background-color: #f1c27d;
  border: 1px solid #f1c27d;
  padding: 10px 30px;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}
.plans-box:hover {
  background-color: #fff;
}
.plans-box:hover h3 {
  color: #010f44;
}
.plans-box:hover p {
  color: #010f44 !important;
}
.plans-box.selected {
  background-color: #fff;
}
.plans-box.selected h3 {
  color: #010f44;
}
.plans-box.selected p {
  color: #010f44 !important;
}
.plans-box.selected:hover {
  background-color: #010f44;
}
.plans-box.selected:hover h3 {
  color: #ffffff;
}
.plans-box.selected:hover p {
  color: #ffffff !important;
}

.select-membership .plans-box {
  padding: 10px;
  height: 200px;
  margin-bottom: 5px;
}

.sign-login-form {
  padding: 50px 0;
}

.sign-login-form-col {
  background-color: #fff7ee;
  padding: 50px;
}
.sign-login-form-col h2 {
  font-weight: bold;
  color: #010f44;
  text-align: center;
}
.sign-login-form-col p {
  font-size: 14px;
  color: #010f44;
  text-align: center;
  margin-bottom: 20px;
}
.sign-login-form-col form h4 {
  font-size: 14px;
  font-weight: 600;
}
.sign-login-form-col form label {
  margin-bottom: 0;
}
.sign-login-form-col form #uploadLabel {
  min-width: 100%;
  border-radius: 0;
  font-size: 13px;
  padding: 10px;
  outline: none;
  border: 1px solid #dee2e6;
  background-color: #fff;
  color: #595c6e;
  font-size: 13px;
  cursor: pointer;
}
.sign-login-form-col form #uploadLabel:focus {
  box-shadow: none;
  border: 1px solid #010f44;
}
.sign-login-form-col form #fileName {
  font-size: 13px;
  color: #ff0000;
  margin-top: 5px;
  text-align: left !important;
  margin-bottom: 0;
  padding-left: 5px;
}
.sign-login-form-col form input {
  min-width: 100%;
  border-radius: 0;
  font-size: 13px;
  padding: 10px;
  outline: none;
  border: 1px solid #dee2e6;
  background-color: #fff;
}
.sign-login-form-col form input:focus {
  box-shadow: none;
  border: 1px solid #010f44;
}
.sign-login-form-col form input[type=checkbox] {
  width: 15px;
  min-width: 15px !important;
  height: 15px;
  accent-color: #007bff; /* Changes default checkbox color in modern browsers */
  cursor: pointer;
  margin: 6px 8px 6px 0;
}
.sign-login-form-col form .span-text {
  font-size: 12px;
  line-height: 10px;
  display: block;
}
.sign-login-form-col form select {
  width: 100%;
  padding: 10px;
  color: #595c6e;
  font-size: 13px;
  border-radius: 0;
  border: 1px solid #dee2e6;
  appearance: none; /* Remove default styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="black"><path d="M5.5 7l4.5 4.5L14.5 7H5.5z"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center; /* Move the icon 10px left */
  background-size: 22px;
  padding-right: 20px; /* Adjust space for the icon */
}
.sign-login-form-col form select:focus {
  box-shadow: none;
  border: 1px solid #010f44;
  outline: none;
}
.sign-login-form-col form textarea {
  width: 100%;
  padding: 10px;
  color: #595c6e;
  font-size: 13px;
  border-radius: 0;
  border: 1px solid #dee2e6;
}
.sign-login-form-col form textarea:focus {
  box-shadow: none;
  border: 1px solid #010f44;
  outline: none;
}
.sign-login-form-col form .alert-user {
  text-align: left !important;
}
.sign-login-form-col form .alert-user a {
  color: #010f44;
}
.sign-login-form-col #membership-options {
  display: flex;
  gap: 10px;
}
.sign-login-form-col #membership-options .membership-btn-col {
  width: 33%;
  position: relative;
}
.sign-login-form-col #membership-options .membership-btn-col .membership-btn {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dee2e6;
  background-color: white;
  cursor: pointer;
  border-radius: 0px;
  transition: all 0.3s ease;
  color: #595c6e;
  font-size: 14px;
}
.sign-login-form-col #membership-options .membership-btn-col .membership-btn:hover {
  background-color: #f1c27d;
  color: #010f44;
  border-color: #010f44;
}
.sign-login-form-col #membership-options .membership-btn-col .membership-btn:focus {
  background-color: #f1c27d;
  color: #010f44;
  border-color: #010f44;
}
.sign-login-form-col #membership-options .membership-btn-col .membership-btn.selected {
  background-color: #f1c27d;
  color: #010f44;
  border-color: #010f44;
}
.sign-login-form-col #membership-options .membership-btn-col .overlay-plan {
  font-size: 12px;
  background-color: #fff;
  color: #010f44;
  padding: 10px;
  height: 160px;
  position: absolute;
  top: -160px;
  display: none;
  margin-top: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border: 0.1px solid #dee2e6;
}
.sign-login-form-col #membership-options .membership-btn-col .overlay-plan ul {
  padding: 0 0 0 10px;
  margin: 0;
}
.sign-login-form-col #membership-options .membership-btn-col .overlay-plan ul li {
  padding: 2px 0;
}
.sign-login-form-col #membership-options .membership-btn-col .overlay-plan-manage {
  position: static !important;
  display: block !important;
}
.sign-login-form-col #membership-options .membership-btn.active {
  background-color: #f1c27d;
  color: #000;
  border-color: #010f44;
}
.sign-login-form-col #membership-options .membership-btn-col:hover .overlay-plan {
  display: block;
  width: 250px;
  z-index: 9999999999 !important;
}
.sign-login-form-col .submit-btn {
  width: 100%;
  background-color: #010f44;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  outline: none;
  border: none;
  font-size: 13px;
}
.sign-login-form-col .submit-btn:hover {
  background-color: #f1c27d;
  color: #010f44;
}

.edit-form-col {
  padding: 0 0 20px 0 !important;
}

.membership-btn {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dee2e6;
  background-color: white;
  cursor: pointer;
  border-radius: 0px;
  transition: all 0.3s ease;
  color: #595c6e;
  font-size: 14px;
}
.membership-btn:hover {
  background-color: #f1c27d;
  color: #010f44;
  border-color: #010f44;
}
.membership-btn:focus {
  background-color: #f1c27d;
  color: #010f44;
  border-color: #010f44;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-family: Arial, sans-serif;
}

th,
td {
  border: 1px solid #212121;
  padding: 10px;
  font-size: 14px !important;
}

th {
  background-color: #f1c27d;
  color: #000;
}

.feature-true {
  color: green;
  font-weight: bold;
}

.feature-false {
  color: red;
  font-weight: bold;
}

.addon {
  font-weight: bold;
  background-color: #f8f9fa;
}

.main-dashboard {
  padding: 50px 0;
}
.main-dashboard .dashboard-row {
  gap: 10px;
  display: flex;
}
.main-dashboard .slider-dashboard {
  height: 96vh;
  position: sticky;
  top: 10px;
  width: 24%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 247, 238) 50%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.main-dashboard .slider-dashboard .dashboard-img {
  padding: 20px 20px 10px 20px;
  text-align: center;
  background: rgb(255, 255, 255);
}
.main-dashboard .slider-dashboard .dashboard-img img {
  margin: 0 auto;
  height: 80px;
  border-radius: 50%;
  width: auto !important;
  margin-bottom: 10px;
}
.main-dashboard .slider-dashboard .dashboard-img h4 {
  color: #010f44;
  font-size: 18px;
}
.main-dashboard .slider-dashboard .dashboard-img p {
  margin-top: -5px;
  color: #333333;
  font-size: 13px;
}
.main-dashboard .slider-dashboard .slider-list {
  padding: 0;
  background-color: #fff7ee;
}
.main-dashboard .slider-dashboard .slider-list ul {
  padding: 0;
  margin: 0;
}
.main-dashboard .slider-dashboard .slider-list ul li {
  padding: 10px 20px;
  list-style: none;
  border-bottom: 0.1px solid #b0b0b0;
}
.main-dashboard .slider-dashboard .slider-list ul li a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  display: block;
}
.main-dashboard .slider-dashboard .slider-list ul li.active {
  background-color: #f4c27d;
}
.main-dashboard .slider-dashboard .slider-list ul li.active a {
  color: #010f44;
}
.main-dashboard .slider-dashboard .slider-list ul li:hover {
  background-color: #f4c27d;
}
.main-dashboard .slider-dashboard .slider-list ul li:hover a {
  color: #010f44;
}
.main-dashboard .dashboard-view {
  width: 74%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 247, 238) 40%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.main-dashboard .dashboard-view .dashboard-tab {
  padding: 20px;
}
.main-dashboard .dashboard-view .nav-link {
  color: #010f44;
}
.main-dashboard .dashboard-view .recommend-btn {
  text-align: right;
}
.main-dashboard .dashboard-view .recommend-btn a {
  color: #010f44;
  font-size: 14px;
}
.main-dashboard .recommend-img {
  text-align: center;
}
.main-dashboard .recommend-img img {
  width: auto;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.main-dashboard .recommend-img h4 {
  font-size: 16px;
}
.main-dashboard .recommend-content h4 {
  font-size: 18px;
}
.main-dashboard .recommend-content p {
  font-size: 14px;
}
.main-dashboard .recommend-content h5 {
  font-size: 16px;
  color: #010f44;
}
.main-dashboard .recommend-content h6 {
  font-style: italic;
  color: #f1c27d;
  font-size: 14px;
}
.main-dashboard .dashboard-tab {
  background: rgb(255, 255, 255);
}
.main-dashboard .dashboard-details {
  background-color: #fff7ee;
}
.main-dashboard .dashboard-details .db-header {
  padding: 10px;
  background-color: #f1c27d;
}
.main-dashboard .dashboard-details .db-header h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.main-dashboard .dashboard-details .db-content {
  padding: 15px 15px 0 15px;
  background-color: #fff7ee;
}
.main-dashboard .dashboard-details .user-details {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
}
.main-dashboard .dashboard-details .user-details h4 {
  margin-top: 2px;
  font-size: 14px;
  color: #010f44;
  margin-bottom: 5px;
  font-weight: 600;
}
.main-dashboard .dashboard-details .user-details div p {
  margin-bottom: 0;
  font-size: 13px;
}
.main-dashboard .dashboard-details .user-details div span {
  color: rgb(255, 0, 76);
  font-size: 12px;
}

.uploadLabel {
  display: block;
  cursor: pointer;
  border-radius: 0;
  font-size: 13px;
  padding: 10px;
  text-align: center;
  outline: none;
  border: 1px solid #dee2e6;
  background-color: #fff;
}
.uploadLabel:focus {
  box-shadow: none;
  border: 1px solid #010f44;
}

.fileName {
  font-size: 13px;
  color: #ff0000 !important;
  margin-top: 5px;
  text-align: left !important;
  margin-bottom: 0;
  padding-left: 5px;
}

.preview-box {
  margin-top: 10px;
  width: 100%;
  height: 150px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
}

.preview-box img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.read-btn {
  background-color: #fff;
  padding: 4px 10px;
  color: #010f44;
  border-radius: 20px;
  border: none;
  font-size: 12px;
}

.notification-col {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 0.1px solid rgba(1, 16, 68, 0.1098039216);
}
.notification-col img {
  width: auto !important;
  height: 50px;
  border-radius: 50%;
}
.notification-col h3 {
  font-size: 16px;
  color: #010f44;
}
.notification-col p {
  font-size: 14px;
  margin-bottom: 0;
}

.date-col {
  width: 100%;
}
.date-col h6 {
  font-size: 14px;
  margin-bottom: 0;
}

.view-profile-content .db-header {
  padding: 10px;
  background-color: #f1c27d;
}
.view-profile-content .db-header h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.view-profile-content .db-content {
  padding: 15px 15px 0 15px;
  background-color: #fff7ee;
}
.view-profile-content .user-details {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
}
.view-profile-content .user-details h4 {
  margin-top: 2px;
  font-size: 14px;
  color: #010f44;
  margin-bottom: 5px;
  font-weight: 600;
}
.view-profile-content .user-details div p {
  margin-bottom: 0;
  font-size: 13px;
}
.view-profile-content .user-details div span {
  color: rgb(255, 0, 76);
  font-size: 12px;
}

.email-verification,
.phone-verification {
  display: none !important;
  margin-top: 10px;
}

.email-input:focus .email-verification {
  display: block !important;
}

.phone-input:focus .phone-verification {
  display: block !important;
}

.seach-form-col {
  padding: 20px 40px;
}
.seach-form-col .search-result {
  display: flex;
  gap: 12px;
}
.seach-form-col .search-result-col {
  width: 24%;
  margin-bottom: 40px;
  text-align: left;
  background-color: #fff;
  position: relative;
  padding: 0;
  border-radius: 10px;
}
.seach-form-col .search-result-col img {
  width: 100%;
  border-radius: 8px;
}
.seach-form-col .search-result-col .search-content {
  padding: 15px 15px 20px 15px;
  position: absolute;
  bottom: -40px;
  width: 100%;
  border-radius: 8px;
}
.seach-form-col .search-result-col .search-content span {
  color: rgb(255, 0, 76);
  background-color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 30px;
}
.seach-form-col .search-result-col h5 {
  font-size: 16px;
  margin: 5px 0;
  color: #fff;
}
.seach-form-col .search-result-col p {
  text-align: left !important;
  font-size: 12px;
  margin: 5px 0 10px 0;
  color: #b8b8b8;
}
.seach-form-col .search-result-col .buttons {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
.seach-form-col .search-result-col .buttons a {
  display: inline-block;
  padding: 10px 5px;
  font-size: 12px;
  text-decoration: none;
  text-align: center !important;
  width: 48%;
  border-radius: 1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.seach-form-col .search-result-col .view-btn {
  background-color: rgb(255, 0, 76);
  color: #fff;
}
.seach-form-col .search-result-col .view-btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.seach-form-col .search-result-col .msg-btn {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.seach-form-col .search-result-col .msg-btn:hover {
  background-color: rgb(255, 0, 76);
  color: #fff;
}

.interested-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-bottom: 20px;
}
.interested-row .interested-col {
  width: 32%;
  margin-bottom: 30px;
  text-align: left;
  background-color: #fff;
  position: relative;
  padding: 0;
  border-radius: 10px;
}
.interested-row .interested-col img {
  width: 100%;
  border-radius: 8px;
}
.interested-row .interested-col span {
  color: rgb(255, 0, 76);
  background-color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 30px;
}
.interested-row .search-content {
  padding: 15px 15px 20px 15px;
  position: absolute;
  bottom: -40px;
  width: 100%;
  border-radius: 8px;
}
.interested-row .search-content h5 {
  font-size: 16px;
  margin: 5px 0;
  color: #fff;
}
.interested-row .search-content p {
  text-align: left !important;
  font-size: 12px;
  margin: 5px 0 10px 0;
  color: #b8b8b8;
}
.interested-row .buttons {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
.interested-row .buttons a {
  display: inline-block;
  padding: 10px 5px;
  font-size: 12px;
  text-decoration: none;
  text-align: center !important;
  width: 100%;
  border-radius: 1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.interested-row .view-btn {
  background-color: rgb(255, 0, 76);
  color: #fff;
}
.interested-row .view-btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.search-result-col::after,
.interested-col::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%; /* Adjust as needed */
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 1;
  border-radius: 8px;
}

.search-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 2; /* Ensure it's above the gradient */
  border-radius: 8px;
}
.search-content span {
  color: rgb(255, 0, 76);
  background-color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 30px;
}

.view-profile-section {
  padding: 50px 0;
}
.view-profile-section .profile-img {
  position: sticky;
  top: 20px;
  padding: 0;
  border-radius: 10px;
}
.view-profile-section .profile-img img {
  width: 100%;
  border-radius: 8px;
}
.view-profile-section .profile-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%; /* Adjust as needed */
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 1;
  border-radius: 8px;
}
.view-profile-section .profile-name {
  padding: 15px 15px 20px 15px;
  position: absolute;
  bottom: -40px;
  width: 100%;
  border-radius: 8px;
  z-index: 2 !important;
}
.view-profile-section .profile-name h5 {
  font-size: 16px;
  margin: 5px 0;
  color: #fff;
}
.view-profile-section .profile-name span {
  color: rgb(255, 0, 76);
  background-color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 30px;
}
.view-profile-section .profile-name p {
  text-align: left !important;
  font-size: 12px;
  margin: 5px 0 10px 0;
  color: #b8b8b8;
}

.buttons {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
.buttons a {
  display: inline-block;
  padding: 10px 5px;
  font-size: 12px;
  text-decoration: none;
  text-align: center !important;
  width: 48%;
  border-radius: 1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.view-btn {
  background-color: rgb(255, 0, 76);
  color: #fff;
}
.view-btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.msg-btn {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.msg-btn:hover {
  background-color: rgb(255, 0, 76);
  color: #fff;
}

.custom-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-modal-content {
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.custom-modal-content h2 {
  font-weight: bold;
  color: #010f44;
}

.custom-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.custom-close:hover {
  color: black;
}

#openCustomModal {
  padding: 0;
  background: none;
  color: #010f44;
  text-decoration: underline;
  font-size: 12px;
  border: none;
  cursor: pointer;
}

@media (max-width: 450px) {
  .sign-login-form .sign-login-form-col {
    padding: 10px;
  }
  .sign-login-form .sign-login-form-col form #membership-options {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .sign-login-form .sign-login-form-col form #membership-options .membership-btn-col {
    width: 100%;
    position: relative;
  }
  .sign-login-form .sign-login-form-col form input {
    width: 96%;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */