body {
	font-family: "Inter", "Roboto", "Oswald", sans-serif;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
  }

  h2 {
	font-size: 36px;
  }

  ul,
  li {
	list-style: none;
  }

  ul,
  ol {
	padding: 0;
  }

  input,
  label {
	font-family: "Roboto", sans-serif;
  }

  input,
  .form-control {
	color: rgba(0, 0, 0, 0.7);
	border-color: rgba(224, 224, 224, 1);
  }

  a.outline,
  button.outline {
	border: 1px solid #810507;
	background: none;
	color: #810507;
  }

  label {
	font-size: 16px;
	font-weight: 600;
  }

  input,
  .form-control {
	font-size: 16px;
  }

  p {
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
	color: #666666;
  }

  .primary-bg {
	background-color: #810507;
  }

  .white-text,
  .white-text p {
	color: white;
  }

  .primary-heading-color {
	color: #810507;
  }

  .primary-heading-color p {
	color: #666666;
  }

  .hero-section {
	background-color: #f8f8f8;
	overflow: hidden;
	position: relative;
  }

  .hero-text {
	padding: 20px 0 23px 72px;
  }

  .hero-text h1 {
	color: #000;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	font-size: 48px;
  }

  .hero-text .btn {
	border: 1px solid #810507;
  }

  .hero-text .btn:hover {
	border-color: transparent;
  }

  .free-registration {
	font-size: 24px;
	font-family: "Oswald", sans-serif;
	display: flex;
	margin-bottom: 15px;
  }

  .hero-text h1 span,
  .free-registration,
  .paidplan {
	color: #890507;
  }

  .hero-text p {
	margin: 35px 0 0;
  }

  .paidplan span {
	background: rgba(129, 5, 7, 0.03);
	padding: 9px 20px;
	font-size: 18px;
	display: inline-flex;
	border-radius: 4px;
	margin: 26px 0;
  }

  .hero-section::before {
	content: "";
	position: absolute;
	width: 78px;
	/* Adjust size */
	height: 78px;
	top: -7%;
	left: 2%;
  }

  .hero-section::after {
	content: "";
	position: absolute;
	width: 78px;
	/* Adjust size */
	height: 78px;
	bottom: 5%;
	left: 34%;
  }

  .search-way {
	position: relative;
	overflow: hidden;
  }

  .search-way.bg-light-pink:after {
	content: "";
	position: absolute;
	width: 155px;
	/* Adjust size */
	height: 155px;
	top: -14%;
	left: 34%;
  }

  .search-way.bg-light-pink:before {
	content: "";
	position: absolute;
	width: 155px;
	/* Adjust size */
	height: 155px;
	bottom: -16%;
	left: 3%;
  }

  .hero-section::after,
  .hero-section::before,
  .hero-section .circle-third,
  .search-way.bg-light-pink:before,
  .search-way.bg-light-pink:after {
	background: transparent;
	border: 6px solid rgba(212, 163, 115, 0.2);
	border-radius: 50%;
  }

  .hero-section .circle-third {
	position: absolute;
	width: 155px;
	/* Adjust size */
	height: 155px;
	top: 88%;
	left: 6%;
	border-width: 15px;
  }

  .belief-section {
	background-color: #800000;
	color: white;
	padding: 40px;
	text-align: center;
	font-family: "Roboto", sans-serif;
  }

  .belief-section p {
	color: white;
  }

  .btn,
  .received .btn.default {
	background-color: #810507;
	font-family: inter;
	font-size: 18px;
	color: white;
	border-radius: 4px;
	border: none;
  }

  .btn:hover,
  .received .btn.default:hover {
	background-color: red;
	color: white;
  }

  .step-number {
	width: 40px;
	height: 40px;
	background-color: rgba(222, 180, 108, 0.72);
	color: #865b0e;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 15px;
  }

  .how-it-works .step {
	align-items: flex-start;
	text-align: left;
  }

  .bg-light-pink {
	background-color: #fdf0f4;
  }

  .step-text p {
	font-size: 16px;
	line-height: 22px;
  }

  p.simple-works {
	font-size: 22px;
	line-height: 28px;
	padding: 0 10%;
	margin-bottom: 5%;
  }

  .let-us-help {
	box-shadow: 0 0.5rem 1rem rgba(216, 1, 65, 0.13) !important;
	margin-top: 2rem;
	margin-bottom: 5rem;
	border-radius: 4px;
	align-items: center;
  }

  .let-us-help p {
	margin: 40px 0;
  }

  footer {
	background: #810507;
	padding: 50px 0;
	color: white;
  }

  footer h5 {
	margin-bottom: 20px;
  }

  footer .icon-section h5 {
	margin-bottom: 0;
  }

  footer a,
  footer p {
	color: white;
	text-decoration: none;
  }

  footer a {
	margin-bottom: 6px;
	display: flex;
  }

  footer a:hover {
	text-decoration: underline;
  }

  footer .bi {
	margin-right: 20px;
  }

  .icon-section p {
	margin-bottom: 5px;
  }

  /*phase-2*/
  .recommendation .card {
	border: none;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	min-height: 356px;
  }

  .recommendation .card img {
	object-fit: cover;
	max-width: 450px;
	max-height: 450px;
  }

  .recommendation .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(
	  to bottom,
	  rgba(0, 0, 0, 0) 0%,
	  rgba(0, 0, 0, 0.7) 100%
	);
	color: white;
	padding: 10px;
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
  }

  .recommendation .overlay small {
	border: 1px solid white;
	border-radius: 22px;
	padding: 6px 17px;
  }

  .recommendation .card h6 {
	font-size: 36px;
	margin-bottom: 20px;
  }

  .heart-primary {
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	right: 20px;
	top: 20px;
  }

  .pagination .page-item.active .page-link {
	border: 1px solid #810507;
	background: white;
	color: #810507;
  }

  .pagination .page-link:focus {
	box-shadow: none;
	outline: none;
  }

  .pagination .page-link {
	padding: 10px 19px;
	border-radius: 4px;
	color: black;
  }

  li.page-item {
	padding: 0 6px;
	border-radius: 3px;
  }

  .sutoria-profile {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  ul.sutoria {
	border: none;
	margin-bottom: 2rem;
  }

  .sutoria .nav-link.active,
  .sutoria .nav-link:hover {
	background: #810507;
	border-radius: 3px;
	color: white !important;
  }

  .sutoria .nav-item .nav-link {
	border: 1px solid rgba(209, 209, 209, 1);
	margin-right: 10px;
	border-radius: 4px;
  }

  .sutoria.curve .nav-item .nav-link,
  .sutoria.curve li,
  .sutoria.curve .nav-item .nav-link.active,
  .sutoria.curve .nav-item .nav-link:hover {
	border-radius: 50px;
  }

  .sutoria.curve .nav-item .nav-link.active,
  .sutoria.curve .nav-item .nav-link:hover {
	background-color: #fbf7f7;
	border: 1px solid #810507;
	color: #810507 !important;
  }

  .sutoria .nav-item a {
	border: none;
  }

  .sutoria .nav-item .nav-link {
	color: rgba(0, 0, 0, 1);
  }

  .sutoria .nav-item .nav-link:hover {
	border-color: #810507;
  }

  .received .btn {
	background-color: transparent;
	border: 1px solid rgba(209, 209, 209, 1);
	color: rgba(102, 102, 102, 1);
  }

  .received .btn:hover,
  .received .btn.active {
	background: #810507;
	color: white;
  }

  .received .card {
	padding: 2rem;
  }

  .shadow-sm {
	box-shadow: 0rem 0rem 3rem rgba(0, 0, 0, 0.1) !important;
  }

  .shadow-sm.border-none {
	border: none;
  }

  .received .card p {
	margin: 30px 0;
  }

  .received .tab-pane .card {
	border: none;
  }

  .received .badge,
  .detail-card .badge {
	border: 1px solid #810507;
	color: #810507;
	border-radius: 20px;
	padding: 6px 10px;
	font-size: 17px;
	margin-left: 10px;
	font-weight: 500;
  }

  .unlocked .badge {
	margin: 11px 0 0;
	align-items: center;
	display: inline-flex;
	padding: 8px 15px;
  }

  .unlocked .badge img {
	margin-left: 5px;
  }

  .badge.yellow {
	background-color: #d1ac3b;
	border: none;
	color: white;
	margin: 0 0 0 10px;
	padding: 11px 25px;
  }

  .badge.danger,
  .badge.success {
	color: #d80141;
	background: rgba(255, 70, 73, 0.18);
	border: none;
	font-size: 1rem;
	font-weight: normal;
	margin-left: 10px;
	font-size: 15px;
  }

  .badge.success {
	color: #3e6508;
	background: rgba(179, 255, 174, 0.5);
  }

  .plan-des {
	display: flex;
	border-bottom: 1px solid #c6c6c6;
	padding: 10px 0 10px;
	margin: 20px 0 20px 0;
	margin-top: 20px;
	flex-wrap: wrap;
	font-size: 20px;
  }
  .coin-des {
	font-size: 16px;
	line-height: 29px;
	margin-top: 16px;
  }

  .received .plan-des {
	border: none;
  }

  .membership .plan-des {
	border-bottom: 1px solid #c6c6c6;
  }

  .plan-des.validity {
	flex-direction: column;
	margin-top: 0;
  }

  .plan-des.validity span:after {
	content: none;
  }

  .plan-des span {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	display: flex;
	margin-bottom: 20px;
  }

  .plan-des.validity span {
	font-size: 24px;
	margin-bottom: 0;
  }

  .plan-des-text {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
  }

  .plan-des-text span {
	margin: 0;
	padding: 0 5px;
	color: #810507;
	font-size: 23px;
	font-weight: 600;
  }

  .plan-des span:after {
	content: "";
	width: 1px;
	height: 18px;
	position: absolute;
	background: black;
	right: 0;
	top: 6px;
  }

  .plan-des span:last-child:after {
	content: none;
  }

  .received .card h3 {
	display: flex;
	align-items: center;
  }

  .normal-link {
	color: black;
	text-decoration: none;
  }

  .normal-link:hover {
	color: #810507;
  }

  .modal-header {
	background: #fdf0f4;
  }

  .modal-title {
	color: #810507;
  }

  .modal-header .btn-close {
	background-color: #810507;
	color: white !important;
	opacity: 1;
	border-radius: 50%;
	padding: 9px;
  }

  .modal-header .btn-close::before {
	content: "×";
	font-size: 20px;
	font-weight: bold;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
  }

  .modal-header .btn-close {
	background-image: none !important;
  }

  .current-membership .modal-body ul li {
	background: url(images/bullet-icon.svg) left 9px no-repeat;
	padding: 10px 0 10px 37px;
  }

  .seprator {
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.175);
	margin-bottom: 2rem;
  }

  .card.selected {
	background: rgba(216, 1, 65, 0.06);
	border: 1px solid #810507;
  }

  .card .form-check-input {
	width: 20px;
	height: 20px;
	border: 2px solid #800000;
	/* Dark red border */
	background-color: transparent;
	position: relative;
	cursor: pointer;
  }

  .card .form-check-input:checked {
	background-color: transparent;
	border: 2px solid #800000;
  }

  .card .form-check-input:checked::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #800000;
	/* Inner dot color */
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }

  .plan-price::before,
  .rupees::before {
	content: "₹ ";
	font-weight: bold;
  }

  .plan-price.strike {
	text-decoration: line-through;
	font-size: 17px;
	color: #6d6d6d;
	font-weight: normal;
  }

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

  .plan-price,
  .plan-box label {
	font-size: 32px;
	font-weight: 800;
  }

  .plan-box .form-check {
	display: flex;
	align-items: center;
  }

  .plan-box .form-check-input {
	margin-right: 10px;
	width: 24px;
	height: 24px;
  }

  .coupon,
  .click-strip {
	display: flex;
	border: 1px solid rgba(0, 0, 0, 0.175);
	padding: 0.5rem 1rem;
	justify-content: space-between;
	border-radius: 4px;
  }

  .click-strip {
	margin: 20px 0;
	padding: 20px;
	color: black;
	font-size: 18px;
	text-decoration: none;
  }

  .click-strip:hover {
	background: #f3f3f3;
  }

  .coupon span {
	margin-right: 10px;
  }

  .coupon a {
	display: flex;
	align-items: center;
  }

  .price-brek table tr td:last-child {
	text-align: right;
  }

  .price-brek table tr,
  .price-brek table tr td {
	border: none;
  }

  .thankyou {
	background: #810507;
	border-radius: 11px;
	color: white;
	padding: 4rem;
	position: relative;
  }

  .thankyou .white {
	background: white;
	color: black;
  }

  .thankyou p {
	color: white;
	padding-right: 20%;
	padding-bottom: 2rem;
  }

  .thankyou .btn {
	border: 1px solid white;
	margin-right: 10px;
  }

  .thankyou .btn:hover {
	background: white;
	color: black;
  }

  .thankyou .white:hover {
	background: transparent;
	color: white;
  }

  .dashboard-hero {
	background: #810507;
	color: white;
	border-radius: 11px;
	padding: 0 0 0 2rem;
  }

  .dashboard-hero p {
	color: white;
  }

  .dashboard-hero .btn {
	background: white;
	border: 1px solid white;
	color: #810507;
  }

  .dashboard-hero .btn:hover {
	border: 1px solid white;
	color: white;
	background: transparent;
  }

  .heart-shape {
	position: absolute;
	right: 4px;
	bottom: 5px;
  }

  /*step css*/
  .step {
	display: flex;
	align-items: center;
	text-align: center;
  }

  .circle {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: white;
	background-color: #ccc;
  }

  .label {
	margin-top: 5px;
	font-weight: bold;
	color: #666;
	margin: 0 0 0 10px;
  }

  .line {
	flex-grow: 1;
	height: 2px;
	background-color: #ccc;
	margin: 0 10px;
  }

  /* Active Step */
  .step.active .circle {
	background-color: #800000;
	/* Dark Red */
  }

  .step.active .label {
	color: #800000;
	/* Dark Red */
  }

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

  .section-heading a.btn {
	border: none;
	background: none;
	color: rgba(102, 102, 102, 1);
  }

  .section-heading a.btn:hover {
	color: #810507;
	background: none;
  }

  /*step css end*/
  /*phase-2*/

  /*phase-3*/
  .search-member {
	margin: 60px 0;
  }

  .search-member .input-group-text {
	background-color: transparent;
  }

  .filter-btn {
	border: 1px solid rgba(0, 0, 0, 0.19);
	color: black;
	background: transparent;
  }

  /* .filter-btn:hover{
	  background: #810507;
	  color: white;
  } */
  .dropdown .btn {
	text-align: left;
	border: 1px solid #dee2e6;
	background-color: transparent;
	color: black;
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.7);
  }

  .input-container {
	margin-bottom: 2rem;
  }

  .input-container label {
	margin-bottom: 16px;
  }

  .input-container .dropdown-toggle::after {
	content: "\F282";
	font-family: "bootstrap-icons";
	border: none;
	position: absolute;
	top: 6px;
	right: 10px;
  }

  ul.dropdown-menu {
	width: 100%;
  }

  .profile-box {
	box-shadow: -1px -2px 15px -1px rgba(0, 0, 0, 0.3);
	margin-top: 3rem;
	font-family: "Roboto", sans-serif;
  }

  .profile-header {
	background-color: #fdf0f4;
  }

  .profile-header h2 {
	margin: 0;
	font-size: 28px;
  }

  .profile-header {
	color: #810507;
	font-size: 28px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
  }

  .profile-body {
	padding: 20px 40px;
  }

  .content-box,
  .desired-partner {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px;
	padding-bottom: 20px;
  }

  .content-head {
	font-size: 24px;
	font-weight: 600;
  }

  .degree,
  .detail {
	font-weight: 400;
	font-size: 20px;
	color: #666666;
	margin: 10px 0;
  }

  .detail {
	margin: 0 0 30px;
  }

  .content-box:last-child {
	border: none;
  }

  .head {
	font-size: 18px;
	font-weight: 600;
  }

  .red-box {
	background-color: #fdf0f4;
	padding: 15px;
  }

  .red-box .head {
	font-size: 20px;
  }

  .red-box p {
	font-size: 16px;
  }

  .place {
	font-size: 14px;
	color: #919090;
  }

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

  .desired-partner span img {
	width: 42px;
  }

  .desired-partner .head {
	margin-bottom: 10px;
  }

  .desired-partner:last-child {
	border: none;
  }

  .received .badge.main {
	background: #810507;
	color: white;
	font-size: 14px;
  }

  .tag span {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	padding: 10px 15px;
	margin: 0 2px 20px 0;
	display: inline-flex;
  }

  .percentage-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	/* Adjust size as needed */
	font-weight: bold;
	white-space: nowrap;
	/* Ensures text stays in a single line */
  }

  /*new progress*/
  .progress-circle {
	position: relative;
	width: 100px;
	height: 100px;
  }

  .red-box svg {
	transform: rotate(-90deg);
	/* Ensures progress starts from the top */
  }

  .progress-background {
	fill: none;
	stroke: #d3d3d3;
	/* Light gray background */
	stroke-width: 8;
  }

  .progress-bar {
	fill: none;
	stroke: rgba(188, 122, 11, 0.72);
	/* Progress color */
	stroke-width: 8;
	stroke-linecap: round;
	stroke-dasharray: 251.2;
	/* Circumference of the circle */
	stroke-dashoffset: 251.2;
	/* Default (0%) */
	transition: stroke-dashoffset 1s ease-in-out;
  }

  .progress-text {
	font-size: 16px;
	font-weight: bold;
	fill: black;
	text-anchor: middle;
	dominant-baseline: middle;
	letter-spacing: 0;
	/* Prevents stacked letters */
  }

  /*new progress*/
  .astro span {
	margin-right: 10px;
  }

  .red-box h4 {
	color: #cc8917;
	margin-top: 1rem;
  }

  #allmatch form .ft .btn {
	margin: 0 5px;
  }

  /*toggle*/
  .custom-toggle {
	display: flex;
	align-items: center;
	position: relative;
	width: 480px;
	height: 53px;
	background: #e3e3e391;
	border-radius: 70px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 8px 10px;
  }

  .custom-toggle input[type="radio"] {
	display: none;
  }

  .custom-toggle label {
	flex: 1;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	color: #6b7280;
	/* Default inactive color */
	z-index: 2;
	transition: color 0.3s ease;
  }

  .custom-toggle label span {
	display: block;
	font-size: 12px;
	color: #d946ef;
	/* Secondary color for text */
	padding-top: 5px;
  }

  .custom-toggle .slider {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 50%;
	height: 90%;
	background: #810507;
	/* Active background color */
	border-radius: 70px;
	transition: left 0.3s ease, background-color 0.3s ease;
	z-index: 1;
  }

  .custom-toggle input#memberid:checked ~ .slider {
	left: 4px;
	background: #810507;
  }

  .custom-toggle input#byname:checked ~ .slider {
	left: 50%;
	background: #810507;
  }

  .custom-toggle input#memberid:checked + label,
  .custom-toggle input#byname:checked + label {
	color: #fff;
  }

  /*toggle end*/
  /*phase-3*/
  /*phase-4*/
  nav .dropdown .btn {
	background-color: #810507;
	color: white;
  }

  nav .dropdown-toggle::after {
	content: none;
  }

  nav .dropdown-item:focus,
  nav .dropdown-item:hover {
	background-color: #fdf0f4;
  }

  nav .dropdown-menu.show {
	width: 200px;
  }

  nav .dropdown-menu[data-bs-popper] {
	right: 0;
	left: auto;
  }

  nav a.dropdown-item {
	padding: 10px;
  }

  .profile-list li {
	list-style: inside;
	padding: 5px;
  }

  .normal-font label {
	font-weight: normal;
	line-height: 31px;
  }

  .dropdown.language .btn {
	border: none;
	color: #810507;
  }

  .dropdown.language .btn:hover {
	background: transparent;
  }

  .dropdown.language ul li {
	padding: 5px 10px;
  }

  .coupon.green {
	background: rgba(199, 255, 233, 0.89);
	padding: 15px 10px;
  }

  .coupon.green .btn {
	border: 1px solid rgba(11, 177, 61, 1);
	color: rgba(39, 128, 15, 1);
	background: transparent;
	text-decoration: none;
  }

  .coupon.green .btn:hover {
	background: #27800f;
	color: white;
  }

  .red-title {
	background: #fdf0f4;
	color: #810507;
	padding: 19px 0;
	text-align: center;
  }

  .badge.biodata {
	margin-left: 0;
  }

  .sign p {
	margin: 0;
  }

  .server-error {
	background-color: #fdf0f4;
	display: flex;
	text-align: center;
	padding: 10% 0;
  }

  .server-error h1 {
	color: #810507;
	font-size: 200px;
  }

  .server-error p {
	color: #585858;
	line-height: 31px;
	font-size: 20px;
	font-weight: 400;
	margin-top: 14px;
  }

  .notice {
	background-color: #fdf0f4;
	padding: 20px;
	border-radius: 10px;
	color: #810507;
	font-size: 25px;
  }

  .notice span {
	font-weight: bold;
  }

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

  .billing-detail a {
	color: #810507;
  }

  .card.no-margin p {
	margin: 0 0 3px;
  }

  .custom-accordion .accordion-item {
	box-shadow: 0px 3px 21px rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	border-radius: 5px;
	border: none;
  }

  .custom-accordion .accordion-item .accordion-button {
	padding: 24px 30px;
	font-size: 20px;
  }

  .custom-accordion .accordion-item .accordion-button[aria-expanded="true"],
  .accordion-item .accordion-collapse {
	background-color: #fdf0f4;
  }

  .custom-accordion .accordion-item .accordion-button:focus,
  .accordion-item .accordion-button:active {
	outline: none;
	box-shadow: none;
  }

  .custom-accordion .accordion-item .accordion-button[aria-expanded="true"] {
	font-weight: bold;
  }

  .privacy-policy ul li,
  .default-list-style li {
	color: #3f3e38;
	font-size: 16px;
	line-height: 22px;
	margin: 13px 0 0 16px;
	list-style: disc;
  }
  li.extra-large {
	font-weight: bold;
	font-size: 24px !important;
  }
  .privacy-policy ol li {
	list-style: inherit;
	margin-left: 20px;
	margin-bottom: 20px;
  }

  .bold-para p {
	font-weight: 600;
	color: black;
  }

  .sub-section h3 {
	font-weight: 700;
	font-size: 28px;
	color: black;
  }

  .privacy-policy .note {
	font-size: 23px;
	font-weight: 700;
	margin: 20px 0;
  }

  .sub-part {
	margin-bottom: 35px;
  }

  .privacy-policy h2 {
	color: #810507;
  }

  .privacy-policy.refund-policy h2 {
	margin-bottom: 25px;
  }
  .rashi-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #810507;
	border-radius: 6px;
	padding: 13px 30px;
  }
  .rashi-card span {
	font-weight: 500;
  }
  .rashi-card h4 {
	color: #810507;
	margin-top: 10px;
  }
  .rashi-card h4,
  .fw-500 {
	font-weight: 500;
  }
  .match-box h4 {
	font-weight: 600;
	margin-bottom: 20px;
  }
  .match-box {
	margin-bottom: 50px;
  }
  .icon-loop {
	display: flex;
  }
  .single-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 83px;
  }
  .single-icon span {
	display: inline-flex;
	margin-top: 13px;
  }
  .detail-card {
	display: flex;
	justify-content: space-between;
	border: 1px solid rgba(0, 0, 0, 0.28);
	padding: 37px 24px;
	border-radius: 4px;
	margin-bottom: 31px;
  }
  .detail-card h4 {
	display: flex;
	align-items: center;
	margin: 10px 0;
  }
  .detail-card h4 span {
	display: inline-flex;
	background-color: #d1ac3b;
	padding: 10px 20px;
	font-size: 14px;
	color: white;
	border-radius: 20px;
	margin-left: 20px;
  }
  .detail-card .badge {
	margin-left: 0;
  }
  .detail-card .rashi-icon {
	display: flex;
	flex-direction: column;
	color: #810507;
	font-size: 24px;
	align-items: center;
  }
  .detail-card .rashi-icon img {
	max-width: 130px;
	margin-bottom: 20px;
  }
  .detail-card.verdict {
	padding: 0;
	flex-direction: column;
  }
  .verdict-box {
	display: flex;
	justify-content: space-between;
	padding: 30px 23px;
  }
  .overall-verdict {
	border-top: 1px solid rgba(0, 0, 0, 0.28);
	padding: 30px 23px;
  }
  h4.green {
	color: rgba(15, 161, 20, 1);
  }
  .overall-verdict p {
	font-size: 26px;
	font-weight: 500;
	color: black;
	margin-top: 10px;
  }
  .progress-wrapper {
	display: inline-block;
	text-align: center;
	margin: 20px;
  }

  .status-text {
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
  }
  .rashi-icon .progress-text {
	font-size: 16px;
	font-weight: bold;
	text-anchor: middle;
	dominant-baseline: middle;
	fill: black;
	writing-mode: lr-tb; /* left to right, top to bottom */
	transform: rotate(0deg); /* force no rotation */
  }
  .rashi-icon .status-text {
	font-size: 21px;
	font-weight: 500;
  }
  .verdict-box {
	padding: 4px 23px;
	align-items: center;
  }
  .step-count {
	color: #810507;
	font-size: 20px;
	font-weight: 600;
  }
  .profile-steps h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.23);
	padding-bottom: 20px;
	margin-bottom: 30px;
  }
  .upload-box {
	border: 2px dashed #ccc;
	padding: 30px;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
  }

  .upload-box:hover {
	background-color: #f8f9fa;
	border-color: #999;
  }

  .upload-box i {
	font-size: 32px;
	color: #888;
	margin-bottom: 10px;
  }

  .upload-note {
	font-size: 0.9rem;
	color: #666;
	margin-top: 8px;
  }

  .radio-card {
	border: 1.5px solid #ccc;
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	font-weight: normal;
	gap: 12px;
	cursor: pointer;
	transition: border-color 0.3s;
  }

  .radio-card:hover {
	border-color: #999;
  }

  .radio-card input[type="radio"] {
	accent-color: #810507; /* black radio dot */
	transform: scale(1.4); /* slightly bigger */
	cursor: pointer;
  }

  .radio-card.active {
	border-color: #800000; /* maroon border */
	background-color: #fdf3f3;
  }

  @media only screen and (max-width: 768px) {
	.hero-text p {
	  padding: 0;
	  margin: 0 0 30px;
	}

	.hero-text {
	  padding: 20px 0 20px 4%;
	}

	.let-us-help .btn {
	  margin-bottom: 60px;
	}

	.let-us-help p {
	  margin: 20px 0;
	}

	p.simple-works {
	  padding: 0;
	}

	li.page-item {
	  padding: 0;
	}

	.recommendation .card {
	  min-height: auto;
	}

	.recommendation .card h6 {
	  font-size: 24px;
	}

	.received .card {
	  padding: 1rem;
	}

	.thankyou {
	  padding: 2rem;
	}

	.thankyou .btn {
	  margin: 0 10px 20px 0;
	  width: 100%;
	}

	.thankyou p {
	  padding: 0;
	}

	.step {
	  flex-direction: column;
	}

	.label {
	  margin: 10px 0 10px;
	}

	.sutoria .nav-item,
	.received .btn {
	  margin: 10px 10px 0 0;
	}

	.heart-shape {
	  display: none;
	}

	.dashboard-hero {
	  padding: 2rem;
	}

	.head,
	.degree,
	.detail {
	  font-size: 16px;
	}

	.tag span {
	  padding: 10px;
	}

	.profile-body {
	  padding: 20px;
	}

	.desired-partner span img {
	  width: 33px;
	}

	.profile-header h2 {
	  font-size: 24px;
	}

	.red-box {
	  flex-wrap: wrap;
	}
  }
