@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 4px !important;
        padding-left: 0px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-xl {
        max-width: 1300px !important;
    }
}

.text-left{
	text-align: left !important;
}

.navbar .btn-login .fa-user{
	font-size:18px;
}

.btn-mobile-view {
  display: none;
}

.phonecode {
  position: absolute;
  margin-top: 11px;
  margin-left: 11px;
}

.phonecode-text {
  padding-left: 40px;
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 6px
}

.breadcrumbs li {
  display: inline
}

.breadcrumbs li:not(:last-child):after {
  content: "/";
  margin: 0 5px
}

@media screen and (min-width:768px) {
  .breadcrumbs li {
    display: inline
  }
}

@media screen and (max-width:767px) {
  .breadcrumbs {
    text-align: center
  }
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9d2e43 !important;
}

.select2-selection__arrow {
  height: 35px !important;
  top: 50% !important;
  transform: translateY(-50%);
  right: 10px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--open .select2-dropdown--below {
    background: #ffebda;
    border-color: #9d2e43;
}
.zoomInDown {
  width: 33.33333333% !important
}

.card-body p,
h3.card-title {
  min-height: 21px;
  text-align: center;
  margin: 0
}

.adBtns a,
.viewMoreBtn a,
a:hover,
ul.profile_box li a {
  text-decoration: none
}

.bgsearch,
.leftPanel {
  box-sizing: border-box
}

body {
  margin: 0;
  padding: 0;
  font-family: Montserrat;
  background: linear-gradient(to bottom, #fff0e4 0, #fff0e4 100%);
  font-size: 16px
}

.other-info-user label,
.rating-area p,
ul {
  margin: 0;
  padding: 0
}

a {
  color: #9d2e43;
  font-size: 13px
}

.rating-area,
ul.cookiesBtn,
ul.langSearch {
  display: flex;
  gap: 10px
}

.langSearch select {
  border: 1px solid #9d2e43;
  padding: 7px;
  width: 165px;
  border-radius: 6px;
  background: 0 0;
  font-size: 15px
}

footer,
label.label {
  font-size: 13px
}

a:hover {
	color: #000
}

header {
	background: #ffebda;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	box-shadow: rgba(0, 0, 0, .3) 0 0 10px;
}
.banner{
  	margin-top: 70px;
}
button.accept-cookies-btn {
	background: #9d2e43;
	color: #fff;
	border: none;
	font-size: 14px;
	padding: 6px 10px;
	border-radius: 6px;
}

.card-img {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	background: #eee;
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.card-img-wrap {
	display: table;
	width: 100%;
	text-align: center;
}

h3.card-title {
	font-size: 15px;
	padding: 0;
	font-weight: 600;
	color: #9d2e43;
}

.card-body p {
	font-size: 14px;
	color: #999
}

.accordion-body {
	background: #fae8dc
}

.navbar-nav a {
  color: #9d2e43;
  font-size: 17px;
  background: 0 0;
  border: none;
  text-wrap-mode: wrap;
}

.dropdown .btn:hover {
  background: #9d2e43 !important
}

button.btn.btnLogin {
  background: linear-gradient(135deg, #eb3f00, #ffb000);
  color: #fff;
  border: none;
}
button.btn.btnLogin:hover{
  background: linear-gradient(135deg, #e55a2b, #e0841a);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px #ff6b354d;
}

.login-wrap,
.register-wrap {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, .4) 0 0 8px
}

.btn-login,
.form-check label,
.nav-link i.fa.fa-dashboard {
  	margin-left: 10px
}

.review-listing {
  	padding-top: 20px
}

.profile_box i {
	position: relative;
    top: 0;
    color: #fff;
    margin-right: 4px;
    width: 20px;
    height: 20px;
}
.business_box b{
	margin-right: 7px;
}
.nav-link, button.accordion-button {
  	color: #9d2e43
}

ul.navbar-nav {
  	gap: 18px;
}
.card{
	box-shadow: 3px 3px 3px 0 rgb(218 218 218 / 75%);
    transition: ease-in-out 0.3s;
    border-radius: 6px;
}
.card:hover{
	box-shadow: 3px 3px 3px 0 rgb(255 197 147 / 75%);
}
.card-body ul.social-lnks-profile {
    margin: 10px 0 0;
    padding-top: 10px;
}
.card-body .social-lnks-profile a{
	margin: 0px;
	background: #f37c20;
    color: #fff;
    border-radius: 60px;
    padding: 6px 10px;
}
.card-body{
	position:relative;
	border-radius: 6px;
	transition: ease-in-out 0.5s;
	padding: 12px 16px;
}
.card-img img {
  width: 100%;
  height: 280px;
  border-radius: 4px 4px 0 0;
  transition: ease-in-out 0.5s;
}
.card:hover .card-img img{
	transform: scale(1.05);
}
.card .activist{
	color: #ff7701;
	 font-size: 13px;
	    margin-bottom: 6px;
}
.card ul.social-lnks-profile {
    margin: 0 30px;
    padding: 12px 0;
}
.card ul.social-lnks-profile a {
    margin: 0px;
    background-image: linear-gradient(45deg, #ff6b6b, #feca57);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    color: #fff;
	font-size: 14px;
}
.card ul.social-lnks-profile .whatsapp{
	background: none;
    color: #0cbd00;
    font-size: 24px;
}
.card ul.social-lnks-profile a:hover {
	background: #ff872b;
    color: #ffffff;
}
.card ul.social-lnks-profile .fa-x-twitter, .card ul.social-lnks-profile .fa-facebook-f{
	font-size: 13px;
}
.pagging-box {
  display: flex;
  justify-content: center;
  margin: 30px 0
}

.main.about-area .row,
.profile_listing {
  align-items: center
}

.page-item.active .page-link {
  background-color: #9d2e43 !important;
  border-color: #9d2e43 !important
}

a.page-link {
  color: #9d2e43 !important
}

.login-wrap {
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 29px;
  max-width: 450px
}

.login-box {
  padding: 0;
  text-align: right
}

.ratingbystar {
  float: right;
  text-align: right
}

.boxInfo,
footer {
  width: 100%;
  float: left
}

.register-wrap {
  background: #fff;
  padding: 0;
  max-width: 610px;
  margin: 11px auto 50px
}

.login-box button {
  background: #9d2e43;
  color: #fff;
  border: none;
  border-radius: 20px
}

.login-box button:hover {
  background: #fff;
  color: #9d2e43;
  border: 1px solid #9d2e43;
  border-radius: 20px
}

.starcard span {
  font-size: 25px;
  margin: 0;
  padding: 0
}

.starcard h4 {
  margin: 7px 0;
  padding: 0;
  font-size: 19px
}

.starcard {
  max-width: 27rem;
  background: #fff;
  margin: 0;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  width: 100%;
  border-radius: .5rem
}

.login_footer_sec {
  border-top: 1px solid #eee;
  padding-top: 10px;
  font-size: 13px
}

.faq-info {
  max-width: 780px;
  margin: 0 auto
}

.heading-box,
footer {
  margin-top: 20px
}

.login-wrap h3,
.register-wrap h3 {
  background: #9d2e43;
  color: #fff;
  font-size: 22px;
  padding: 17px;
  border-radius: 10px 10px 0 0
}

.heading-box h2 {
  color: #9d2e43;
  font-size: 30px;
  font-weight: 500;
  position: relative;
	padding-bottom: 14px;
}
.heading-box h2:before{
	content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: #9d2e43;
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}
.heading-box h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #ff7701;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.business-form {
  border: 2px dashed #9d2e43;
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 20px;
  margin-top: 30px
}

.accordion-button:not(.collapsed),
.modal-header,
button.btn.btn-submit {
  background: #ff6b00;
  color: #fff
}

.heading-box {
  text-align: center;
  padding-bottom: 20px
}

.add-business button,
.add-business button:focus,
.add-business button:hover {
  background: #fff;
  color: #9d2e43;
  position: absolute;
  z-index: 9;
  white-space: nowrap;
  right: 20px;
  bottom: 70px;
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 30px;
  border: 5px solid #f27c21;
  box-shadow: rgba(0, 0, 0, .3) 0 0 5px
}

input.btn.view {
  background: #9d2e43;
  padding: 6px 15px;
  font-size: 14px
}

.next-step,
.prev-step {
  margin-top: 20px !important
}

.modal-footer.justify-content-between {
  display: none
}

.next-step {
  background-color: #f0802a;
  color: #fff;
  font-weight: 500;
  font-size: 15px
}

.list-inline {
  padding-left: 0;
  list-style: none;
  width: 100%;
  text-align: right;
  border-top: 1px solid #ddd;
  margin-top: 10px
}

.form-group {
  font-size: 12px
}

.businessidea p,
.form-control {
  font-size: 14px
}

.ratingStar,
ul.social-lnks li i {
  font-size: 18px
}

.modal-content {
  max-width: 790px;
  margin: 0 auto
}

.logo img {
	max-width: 217px;
	margin-right: 30px;
	max-height: 78px;
}

.imgABout img {
  max-width: 100%;
  border-radius: 20px
}

.main.about-area {
  background: #ffebda;
  padding: 30px 0 50px;
}

footer {
  background: #9d2e43;
  padding: 20px;
  color: #fff
}

ul.social-lnks {
  display: flex;
  list-style: none;
  gap: 20px
}

ul.links li a,
ul.social-lnks a {
  color: #fff;
  text-decoration: none
}

.footerpart1 {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.footerpart2 {
  text-align: center;
  border-top: 1px solid rgba(256, 256, 256, .1);
  padding-top: 10px
}

.about-us button {
  background: 0 0;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #9d2e43;
  color: #9d2e43
}

ul.links,
ul.quickSearch {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex
}

ul.links {
  gap: 20px
}

ul.quickSearch {
  justify-content: space-between
}

ul.quickSearch input,
ul.quickSearch select {
  background: 0 0;
  border: none;
  padding: 7px;
  border-radius: 7px 0 0 7px;
  width: 100%
}

span.select2-selection.select2-selection--single {
	background-color: transparent;
	border: none !important;
	padding: 4px;
	height: 38px;
	color: #000 !important;
	border-radius: 12px;
}

.quickSearch li {
  display: flex;
  width: 100%;
  padding-right: 0;
  margin-right: 10px;
  border: 1px solid #9d2e43;
  border-radius: 12px
}

button.btn.btn-search {
  background: #9d2e43;
  color: #fff;
  border-radius: 0 10px 10px 0
}

.viewMoreBtn a {
  color: #9d2e43;
  border: 1px solid #9d2e43;
  padding: 7px 18px;
  display: inline-block;
  border-radius: 7px;
  margin-top: 20px
}
.viewMoreBtn a:hover{
	background-image: linear-gradient(45deg, #ff6b00, #e75d78, #f37d21);
	color:#fff;
	transform: translateX(3px);
	border:1px solid #fff;
}
.about-area .viewMoreBtn a{
	margin-top: 6px
}
.boxInfo ul,
ul.profile_box {
  padding: 0;
  list-style: none;
  text-align: center
}

.designation,
.profilePhoto,
.viewMoreBtn {
  text-align: center
}

.viewMore {
  padding-bottom: 30px
}

.bgsearch {
  background: #d09c95;
  padding: 60px;
  border-radius: 20px;
  margin: 20px 0 50px;
  text-align: center;
  color: #9d2e43
}

.bgsearch h2 {
  color: #9d2e43;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px
}

.search-icon img {
  max-width: 110px;
  margin-bottom: 20px
}

a.btn.btn-learn {
  border: 1px solid #9d2e43;
  color: #9d2e43
}

.boxInfo {
  border: 2px dashed #9d2e43;
  padding: 20px;
  border-radius: 20px;
  color: #9d2e43
}

.userReview .tab-content {
  border: none
}

.boxInfo ul {
  margin: 0;
  display: flex;
  gap: 30px
}
.companyProfile .rtbox .profile_box{
	display: flex;
    flex-wrap: wrap;
}
.companyProfile .rtbox .profile_box li{
	margin-right: 13px;
    width: 176px;
    display: block;
}
.companyProfile .rtbox .profile_box li:nth-child(even){
	margin-right:0; !important;
}
.companyProfile .rtbox .profile_box li:nth-child(6){
	margin-right:13px; !important;
}
.companyProfile .rtbox .profile_box li:nth-child(5), .companyProfile .rtbox .profile_box li:nth-child(6), .companyProfile .rtbox .profile_box li:nth-child(7){
	width: 100%; !important;
}
.companyProfile .rtbox .profile_box li:nth-child(5), .companyProfile .rtbox .profile_box li:nth-child(6), .companyProfile .rtbox .profile_box li:nth-child(7){
	margin-right:0; !important;
}
ul.cities li {
	background-image: linear-gradient(45deg, #ffc0a5, #ffe9c2);
	border-radius: 6px;
	padding: 10px;
	font-size: 16px;
	transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

ul.cities li:hover{
	transform: translateY(-1px);
    box-shadow: 0 2px 8px #ff6b354d;
}

.boxInfo h2 {
  font-size: 25px;
  margin-bottom: 20px
}

.companyProfile {
  color: #9d2e43;
  padding: 20px 0
}

ul.profile_box {
  	margin: 0
}

ul.profile_box li a {
	background: #9d2e43;
	display: block;
	margin-bottom: 12px;
	padding: 10px;
	border-radius: 10px;
	color: #fff
}

.rtbox {
	border: 1px solid #9d2e43;
	float: right;
	padding: 12px 20px;
	border-radius: 20px;
}
.rtbox .company-details{
	display: flex;
    align-items: flex-start;
}
.rtbox .company-logo{
	text-align: center;
	margin: 0 10px 10px 0;
}
.rtbox .company-logo img{
	width: 100px;
    border-radius: 6px;
}
.address h5{
	font-size: 16px;
    font-weight: 600;
}
.address p{
    margin-bottom: 4px;
	font-size: 14px;
}

.modeofSystem {
	display: flex;
	gap: 20px
}

.modeofSystem>div {
	width: 50%;
	margin: 20px 0;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #9d2e43
}

.adBtns a,
.ratingStar,
.reviewHeader {
  border-radius: 10px
}

.aboutCompany.boxInfo,
.timingInfo p {
  margin-bottom: 0
}

ul.paymentModeInfo {
  margin-top: 10px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.profile_listing {
  display: flex;
  gap: 30px
}

.starRating {
  display: flex;
  align-items: center
}

ul.starInfo {
  list-style: none;
  margin: 0 10px;
  padding: 0;
  display: flex
}

.ratingStar {
  background: #76e047;
  padding: 2px 5px;
  color: #fff
}

.innerbanner img,
ul.adBtns li {
  width: 100%
}

.extrainfo {
  display: flex;
  margin-top: 20px;
  gap: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0
}

.adBtns a {
  background: #9d2e43;
  display: block;
  padding: 10px;
  color: #fff
}

.userReview {
  margin-top: 20px !important;
  margin-bottom: 10px !important
}

.reviewHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(256, 256, 256, .2);
  padding: 5px 10px;
  margin-bottom: 20px
}

.reviewUser {
  display: flex;
  align-items: center;
  gap: 10px
}

.reviewInfo h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 600
}

.reviewInfo p {
  margin: 0;
  padding: 0;
  font-size: 16px
}

.reviewImg img {
  max-width: 55px;
  border-radius: 50px
}

.reviewBox {
  border: 1px solid #9d2e43;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 20px
}

.reviewBox ul {
  border-top: 1px solid #9d2e432a;
  padding-top: 10px
}

.userrating h3 {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0
}

ul.ratingflow i {
  font-size: 14px;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 8px
}

ul.ratingflow {
  gap: 10px
}

.rating-box {
  background: #6abe45;
  padding: 10px;
  color: #fff;
  border-radius: 9px
}

.select_city-category{
	background: #fff8f8;
    padding: 20px;
}

.businessidea{
	margin-top: 20px;
}

.bussiness_idea_section{
	background-image: linear-gradient(137deg, #ffdada, #ffd7b9);
    padding: 10px 15px 20px 15px;
}

.bussiness_idea_section .businessidea p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.businessOne,
.businessTwo, .businessThree{
	background: #fff;
	padding: 20px;
	border: 1px solid #fff;
	transition: all 0.3s ease;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
	border-bottom: 4px solid #f37c20;
}
.businessOne{
	border-radius: 20px 0 0 20px;
}
.businessThree{
	border-radius:  0 20px 20px 0;
}
.businessOne:hover,
.businessTwo:hover, .businessThree:hover{
	transform: translateY(-4px);
	border: 1px solid #f37c20;
	border-bottom: 4px solid #9d2e43;
}

.busiiness_head{
   display: flex;
   align-items: start;
   margin-bottom: 10px;
}
.busiiness_head i{
   	font-size: 27px;
   	margin-right: 10px;
	background: #f37c20;
    padding: 12px;
    border-radius: 24px;
    color: #ffffff;
}
.busiiness_head h1{
	margin-bottom: 0;
	font-size:1.25rem;
    font-weight: 600;
    color: #9d2e43;
}
.businessidea button {
	background-image: linear-gradient(45deg, #ff6b00, #d33b58, #f37d21);
	color: #fff;
	border: none;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 4px;
	transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.businessidea button:hover{
	background-image: linear-gradient(45deg, #d33b58, #f37d21, #d33b58);
	transform: translateX(3px);
}

.businessOne h2 {
  color: #304d30;
  font-size: 22px;
}

.businessTwo h2 {
  color: #750e21;
  font-size: 22px;
}

.userProfileInfo {
  	background: transparent;
    border-radius: 20px;
    border: 1px solid #9d2e43;
    margin: 20px 0;
    padding: 12px 20px;
}
.userProfileInfo ul.social-lnks-profile{
	margin: 10px 0 0;
}
.userProfileInfo ul.social-lnks-profile a{
	margin: 10px 10px 0;;
}
.profile-title h2 {
  font-size: 22px;
  margin: 0;
  text-align: center
}

.profile-title {
  margin: 10px 0;
}

ul.other-info-user {
  margin: 10px 0;
  padding: 0;
  font-size: 15px
}

ul.other-info-user li {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin: 0;
  display: flex
}

/* ul.other-info-user span {
  margin-left: auto;
  color: #9d2e43;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */

li {
  list-style: none;
  font-size: 15px;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  align-items: center; /* Align items vertically */
  /*border-bottom: 1px solid #ccc; 
    border-top: 1px solid #ccc;*/
}

li label {
  flex: 0 0 auto;
  color: #9d2e43; /* Change label color */
}

li span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #2d3038; /* Change email text color */
  /*margin-left: 10px; */ /* Add margin between label and span */
}

@media (max-width: 576px) {
  /* Adjust styles for smaller screens */
  li {
    flex-wrap: wrap; /* Allow flex items to wrap */
  }

  li label,
  li span {
    flex: 1 100%; /* Full width on smaller screens */
    text-align: center; /* Center align label and email */
    margin-left: 0; /* Remove left margin on smaller screens */
    margin-bottom: 5px; /* Add space between label and span on smaller screens */
  }
}

ul.other-info-user label {
  font-size: 13px;
  margin-right: 6px;
}

.section-info {
  margin-top: 0;
  border-top: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px
}

.about-des {
  margin-bottom: 20px;
  height: 195px;
  overflow: hidden
}

.section-info h2 {
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0;
  margin: 0
}

ul.other-info-user li:last-child {
  border-bottom: 1px solid #ccc
}

ul.social-lnks-profile {
  margin: 10px 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #eaeaea;
}

ul.social-lnks-profile a {
  font-size: 20px;
  display: block;
  margin: 10px
}

.profile-add {
  font-size: 14px;
  text-align: center
}

.aboutme,
.alert.alert-success {
  margin-top: 30px
}

.about-info {
  border: 1px dashed #9d2e43;
  padding: 4px 10px;
  margin-bottom: 10px
}

.aboutme button {
  border: none;
  background: 0 0;
  color: #9d2e43;
  padding: 0;
  margin: 0
}

.cover-img {
  background: #fff;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  text-align: center
}

.cover-img img.img-responsive {
  max-width: 100%;
  padding: 10px
}

.section-info h5 {
  font-size: 16px;
  font-weight: 400
}

.activeLang,
.headingProfile h3,
.tab-pane h3 {
  font-weight: 600;
  color: #9d2e43
}

.activity-section-info h2 {
  font-size: 21px;
  color: #9d2e43;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px
}

.activityBox h2,
.enquire-btn a,
.leftPanel a,
.profile-tab-nav a:hover {
  font-size: 16px
}

.alert p,
.enquire-btn label {
  margin: 0
}

.enquire-btn a {
  background: #9d2e43;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 7px;
  font-weight: 600;
  letter-spacing: 1px;
	margin-top: 16px;
}

.rt-profile-wrap {
  width: 100%;
  float: left;
  margin-bottom: 60px;
  margin-top: 30px
}

.profilePhoto img {
  max-width: 150px;
  width: 120px;
  border-radius: 120px;
  height: 120px;
  border: 5px solid #9d2e43
}

.subHeading {
  background: #9d2e43;
  color: #fff;
  padding: 8px 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 18px
}

/* .activityBox {
  background: #fff;
  padding: 5px;
  margin-bottom: 20px
}

.activityBox h2 {
  text-align: center
} */

/* .activityImg img {
  max-width: 100%;
  width: 100%
} */

/* This is done by Chandrapal  */

.activityBox {
  position: relative;
  background: #fff;
  padding: 5px;
  margin-bottom: 20px;
  overflow: hidden; /* Ensure content doesn't overflow */
}

.activityBox h2 {
  text-align: center;
  margin-top: 10px; /* Add margin to separate title from iframe */
}

.activityImg {
  width: 100%; /* Ensure image fills container width */
  max-height: 200px; /* Adjust height as needed */
  overflow: hidden; /* Hides overflow content */
}

.activityImg iframe {
  width: 100%; /* Ensures iframe width matches container width */
  height: 100%; /* Ensures iframe height matches container height */
}


.activityWrap {
  border: 1px solid #9d2e43;
  width: 100%;
  float: left;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px
}

.courseDuration {
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 6px
}

.activity-section-info {
  border: 1px dashed #9d2e43;
  border-radius: 10px;
  padding: 10px
}

.leftPanel,
.profile-top {
  padding: 10px;
  border-radius: 10px
}

.activity-box span img {
  max-width: 25px
}

.activity-box {
  margin-bottom: 8px
}

.activity-box span {
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  padding: 3px
}

.profile-tab-nav.border-right {
  width: 24%
}

section.user-setting {
  margin: 40px 0
}

.leftPanel {
  background: #9d2e43
}

.leftPanel a {
  color: #fff;
  padding: 12px 10px
}

.profile-top {
  background: #ffcd4b;
  color: #000;
  margin-bottom: 10px;
  text-align: center
}

.leftPanel a:hover {
  color: #fff;
  font-size: 16px
}

.nav-pills .nav-link.active {
  background: #fff;
  color: #9d2e43
}

.profile-top img {
  max-width: 130px;
  border-radius: 120px
}

.title-info {
  font-size: 29px
}

.tab-content {
  border: 2px dashed #9d2e43;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  float: left
}

.headingProfile,
.tab-pane h3 {
  border-bottom: 1px solid #9d2e43
}

.tab-pane h3 {
  font-size: 22px;
  padding-bottom: 10px
}

.title-email {
  font-size: 11px
}

.alert.alert-danger {
  width: 100%;
  position: relative;
  z-index: 99;
  text-align: center
}

.headingProfile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px
}

.headingProfile h3 {
  font-size: 22px;
  border-bottom: none;
  padding-bottom: 0;
  margin: 0 !important
}

.headingProfile .btn {
  padding: 7px 10px
}

.profile_heading h6{
	background-image: linear-gradient(45deg, #9d2e43, #ffa45d);
    margin-bottom: 13px;
    padding: 6px;
    border-radius: 4px;
    color: #fff;
}
.profile_heading h1{
	margin-bottom: 2px;
}
.langSec,
.rtSec {
	display: flex;
	align-items: center;
	gap: 10px;
    margin-left: 10px
}

ul.langOpt {
	display: flex;
	position: absolute;
	top: 4px;
	gap: 10px;
	right: 20px;
	font-size: 14px
}

.login-wrap .login-box,
.register-wrap .login-box {
  padding: 20px;
  text-align: left
}

tbody td {
  background: 0 0 !important
}

thead th {
  background: #911930 !important;
  color: #fff !important
}

tbody tr,
thead tr {
  border: none !important
}

@media only screen and (max-width:1360px) {
  .langSearch select {
    max-width: 92px;
  }

  .btn-mobile-view{
    display: block;
    margin-top: 5px;
  }

  .btn-login{
    display: none;
  }

  ul.navbar-nav {
    gap: 10px;
    margin-left: 0
  }

  .logo img {
    max-width: 130px
  }

  .logo {
    padding: 2px 5px
  }

  .default-ltr-cache-1r8obo9 {
    width: 32%
  }
}

@media only screen and (max-width:1180px) {
  .btn-mobile-view{
    display: block;
    margin-top: 5px;
  }
  
  .dropdown-menu {
        column-count: 2;
  }

  .btn-login{
    display: none;
  }

  .default-ltr-cache-1r8obo9 {
    width: 30%
  }
}

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

  .langSec,
  .rtSec {
    display: flex;
    gap: 10px;
    margin-left: 10px
  }

  .btn-login {
    margin-right: 11%
  }

  button.navbar-toggler {
    /*margin-top: 20px*/
  } 

  .rtSec {
    align-items: center;
    position: absolute;
    right: -4px;
    white-space: nowrap;
    top: 28px;
  }

  

  .langSec ul.quickSearch {
    margin-right: 100px;
    margin-top: 20px
  }

  .langSec {
    align-items: center;
  }
}

@media only screen and (max-width:980px) {
  .cover-img img.img-responsive {
    max-width: 100%;
    padding: 10px
  }

  .boxInfo ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    gap: 30px;
    text-align: left
  }

  .boxInfo li {
    display: inline-block;
    margin: 5px
  }

  ul.ratingflow i {
    font-size: 19px;
    border: 1px solid #fff;
    padding: 7px;
    border-radius: 8px
  }
}

@media only screen and (max-width:880px) {
  .btn-login {
    margin-right: 13%;
    position: absolute;
    top: 14px;
    right: 0
  }
}

@media only screen and (max-width:769px) {
  .rtbox {
    border: 1px solid #9d2e43;
    float: right;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
  }

  .btn-login {
    margin-right: 15%
  }
}

@media only screen and (max-width:680px) {
  .navbar>.container-fluid, .navbar>.container{
	justify-content: right;
  }
  #carouselExample .carousel-inner .carousel-item img{
	height: 210px;
    object-fit: fill;
  }
  .add-business button,
  .langSec {
    width: 98%;
    box-sizing: border-box
  }
  .companyProfile .rtbox .profile_box li {
    width: 170px;
  }
  .modeofSystem {
    gap: 0;
    flex-wrap: wrap;
  }
  .modeofSystem>div {
    width: 100%;
	margin: 6px 0;
  }
  .headingProfile {
    display: block
  }
  .banner {
    margin-top: 99px;
  }
  .headingProfile a,
  .tab-content {
    margin-top: 20px
  }

  .langSec {
    display: flex;
	justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-left: 0;
    border-top: 1px solid #9d2e43;
    padding-top: 10px;
    margin-right: 0;
  }

  .default-ltr-cache-1r8obo9 {
    width: 290px;
    justify-content: center;
    float: none;
    margin: 0 auto
  }

  .footerpart1,
  .imgABout {
    margin-bottom: 20px
  }

  ul.quickSearch input,
  ul.quickSearch select {
    margin-bottom: 5px;
    border-radius: 10px
  }

  .quickSearch li {
    display: block;
    font-size: 14px
  }

  .footerpart1 {
    display: block;
    justify-content: space-between
  }

  ul.social-lnks {
    display: flex;
    list-style: none;
    gap: 5px
  }

ul.quickSearch {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

ul.quickSearch li {
    flex-basis: calc(33.33% - 20px);
    margin-bottom: 20px;
    border-right: 1px solid #9d2e43;
    padding-right: 34px; /* Adjust padding to space the border from the content */
}

ul.quickSearch li:last-child {
    border-right: none;
}

@media (max-width: 1024px) {
    ul.quickSearch li {
        flex-basis: calc(50% - 20px); 
    }
    .dropdown-menu {
        column-count: 2;
    }
}


@media (max-width: 768px) {
    ul.quickSearch li {
        flex-basis: calc(100% - 20px);
        /*border-right: none; */ /* Remove right border on smaller screens */
    }
}
  button.btn.btn-search {
    width: 100%;
    border-radius: 10px
  }

  .add-business button,
  .add-business button:focus,
  .add-business button:hover {
    background: #fff;
    color: #9d2e43;
    position: relative;
    z-index: 9;
    white-space: nowrap;
    right: -4px;
    bottom: 0;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 30px;
    border: 2px solid #f27c21;
    box-shadow: rgba(0, 0, 0, .3) 0 0 5px;
    margin: 10px 0
  }

  ul.navbar-nav {
    gap: 2px;
    margin-left: 0;
    background: #fff;
    padding: 0 20px;
    margin-bottom: 10px;
    border-radius: 10px
  }

  .btn-login {
    position: absolute;
    top: 5px;
    right: -15px;
    margin-right: 17%
  }
  .navbar.navbar-expand-lg{
	padding-top: 2px;
  }
  .navbar-brand{
	margin-right: 50px;
  }
  .logo img {
    max-width: 150px
  }

  ul.links {
    margin-bottom: 20px;
    display: block
  }

  .main.about-area {
    margin: 0
  }
}
.social-box {
  position: absolute;
  right: 0; /* Position on the right side of the page */
  padding: 10px; 
}

.loading,
.loading i {
  width: 20px;
  height: 20px
}

@media only screen and (max-width:480px) {
  .btn-login {
    display: none;
  }
  .btn-mobile-view{
    display: block;
    margin-top: 0;
  }
  .dropdown-menu {
      column-count: 1;
  }
}

#loading.none {
  display: none !important
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 9999999999;
  justify-content: center;
  background-color: #3c0609eb
}

.loading {
  transform: rotate(45deg);
  animation: 4s cubic-bezier(.165, .84, .44, 1) infinite loading-ani1
}

.loading i {
  display: inline-block;
  border-radius: .3rem;
  position: absolute
}

.loading i:first-child {
  background: #ff7d13;
  transform: translate(0, 0);
  animation: 4s ease-in-out infinite loading-ani2
}

.loading i:nth-child(2) {
  background: #881b21;
  transform: rotate(90deg) translate(0, 0);
  animation: 6s ease-in-out infinite loading-ani3
}

.loading i:nth-child(3) {
  background: #ff7d13;
  transform: rotate(180deg) translate(0, 0);
  animation: 8s ease-in-out infinite loading-ani4
}

.loading i:nth-child(4) {
  background: #881b21;
  transform: rotate(270deg) translate(0, 0);
  animation: 10s ease-in-out infinite loading-ani5
}

@keyframes loading-ani1 {
  25% {
    transform: rotate(135deg)
  }

  50% {
    transform: rotate(225deg)
  }

  75% {
    transform: rotate(315deg)
  }

  100% {
    transform: rotate(405deg)
  }
}

@keyframes loading-ani2 {

  100%,
  17.5%,
  25%,
  42.5%,
  50%,
  67.5%,
  75%,
  92.5% {
    transform: translate(0, 0)
  }

  12.5%,
  37.5%,
  62.5%,
  87.5% {
    transform: translate(0, 40px)
  }
}

@keyframes loading-ani3 {

  100%,
  17.5%,
  25%,
  42.5%,
  50%,
  67.5%,
  75%,
  92.5% {
    transform: rotate(90deg) translate(0, 0)
  }

  12.5%,
  37.5%,
  62.5%,
  87.5% {
    transform: rotate(90deg) translate(0, 40px)
  }
}

@keyframes loading-ani4 {

  100%,
  17.5%,
  25%,
  42.5%,
  50%,
  67.5%,
  75%,
  92.5% {
    transform: rotate(180deg) translate(0, 0)
  }

  12.5%,
  37.5%,
  62.5%,
  87.5% {
    transform: rotate(180deg) translate(0, 40px)
  }
}

@keyframes loading-ani5 {

  100%,
  17.5%,
  25%,
  42.5%,
  50%,
  67.5%,
  75%,
  92.5% {
    transform: rotate(270deg) translate(0, 0)
  }

  12.5%,
  37.5%,
  62.5%,
  87.5% {
    transform: rotate(270deg) translate(0, 40px)
  }
}

@media all and (min-width:992px) {
  .navbar.navbar-expand-lg{
	 padding: 3px 0;
  }
  .navbar .navbar-brand{
	 padding: 0;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0
  }

  .navbar .nav-item:hover .nav-link {
    color: #e15a01
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
	column-count: 1;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0)
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(https://www.thehindutoday.com/svg/arrow_down.svg);
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 20px !important;
  width: 20px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}



/* Position main dropdown */
.site-header .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.site-header .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    column-count: 1;
    overflow: visible;
}

/* Submenu container */
.site-header .dropdown-submenu {
    position: relative;
    min-width: 320px;
}

/* Submenu styling */
.site-header .dropdown-submenu > .nested-menu {
    position: absolute;
    top: 10px;
    right: -100%;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 200px;
    width: 100%;
    z-index: 10000;
    white-space: nowrap;
    padding: 0;
}

.site-header .dropdown-submenu > .nested-menu li a{
    border-bottom: 0.6px dotted #ffbf91;
    padding: 8px 12px;
}

/* Show nested menu on hover */
.site-header .dropdown-submenu:hover > .nested-menu {
    display: block;
}

/* Arrow icon for submenu */
.site-header .dropdown-submenu > a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.site-header .dropdown-menu li a:hover:after{
    rotate: -90deg;
    transition: all 0.3s ease;
}

/* Fix dropdown-item padding and arrow spacing */
.site-header .dropdown-menu > li > a,
.site-header .dropdown-submenu > a {
    padding: 8px 15px;
    display: block;
    clear: both;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Optional Hover Effects */
.site-header .dropdown-menu li a:hover,
.site-header .dropdown-submenu:hover > a {
    background-color: #ed7b29;
    color: #fff;
}

.site-header .dropdown-menu li .nested-menu a:hover {
    background-color: #ff984e;
    color: #fff;
}

.site-header .dropdown-menu.mega-dropdown-menu li .btn.btn-sm{
    margin: 8px 15px;
}

/* vertical offset rules */
.site-header .navbar-nav .dropdown-menu li:nth-child(2) .nested-menu{ top: -100% !important; }
.site-header .navbar-nav .dropdown-menu li:nth-child(3) .nested-menu{ top: -200% !important; }
.site-header .navbar-nav .dropdown-menu li:nth-child(4) .nested-menu{ top: -300% !important; }
.site-header .navbar-nav .dropdown-menu li:nth-child(5) .nested-menu{ top: -400% !important; }
.site-header .navbar-nav .dropdown-menu li:nth-child(6) .nested-menu{ top: -500% !important; }
.site-header .navbar-nav .dropdown-menu li:nth-child(7) .nested-menu{ top: -600% !important; }
.site-header .navbar-nav .dropdown-menu li:nth-child(8) .nested-menu{ top: -700% !important; }
.site-header .navbar-nav .dropdown-menu li:nth-child(9) .nested-menu{ top: -800% !important; }
.site-header .navbar-nav .dropdown-menu li:nth-child(10) .nested-menu{ top: -900% !important; }


.business_listing_section .business-listing h3.card-title{
	text-align: left;
	margin-bottom: 6px;
}
.business_listing_section .card .activist {
    font-size: 11px;
    margin-bottom: 0px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    /* background: #da6706; */
    background-image: linear-gradient(45deg, #ffd4af, #ffa75d, #ffd4af);
    color: #ffffff;
    padding: 8px;
    text-align: center;
}
.business_listing_section .card-body p {
    text-align: left;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.business_listing_section .card-body{
	padding: 14px 12px;
}


.blog_category_section h3.card-title{
	text-align: left;
	margin-bottom: 6px;
}
.blog_category_section .card-body p {
    text-align: left;
}
.blog_category_section .card{
	overflow: hidden;
    position: relative;
}
.blog_category_section .card .card-img-top{
	height:230px;
	
}
.blog_category_section .card:hover img {
    transform: scale(1.05);
	transition: ease-in-out 0.5s;
}
.blog_category_section .blog-category-text{
	font-size: 11px;
    margin-bottom: 0px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    background: #ff750099;
    color: #ffffff;
    padding: 8px;
    text-align: center;
	position:absolute;
	top:0;
	left:0;
}
.blog-post{
	display:flex;
	align-items: center;
	margin-top: 20px;
}
.blog-post .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
	flex-shrink: 0;
	max-width: 100%;
}
.blog-post .post-author {
    font-weight: 600;
    margin-bottom: 5px;
	color: #9d2e43;
}
.blog-post .post-date {
    font-size: 14px;
    color: color-mix(in srgb, #263a31, transparent 40%);
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        justify-content: center;
    }
}
	.about-section {
    margin-bottom: 12px;
    line-height: 1.6;
}
.about-section strong {
    font-size: 1.1em;
    color: #222;
}

.city-lang{
	border: 1px solid #9d2e43;
    display: flex;
    border-radius: 6px;
    align-items: center;
    position: relative;
}
.city-lang select{
	border: none;
    padding-left: 5px;
    width: 150px;
    font-size: 16px;
}
.city-lang .form-control:focus{
	border:none;
}
.city-lang i{
	position: absolute;
    right: 6px;
}


.trending-news-block img{
    width: 180px;
    float: left;
    border-radius: 5px;
}
.trending-news-block h4 {
    font-size: 16px;
    margin-left: 190px;
    font-weight: 600;
    margin-bottom: 5px;
}
.trending-news-block p{
	font-size: 12px;
    color: #4c4c4c;
	margin: 10px 0 0 190px;
}


#quote-slider .post-slide{
	background: transparent;
	box-shadow: none;
}
#photos-slider .post-slide{
	background: transparent;
	box-shadow: none;
}

#latest-news-slide .post-slide{
	background: transparent;
	box-shadow: none;
}
#quote-slider .post-slide .post-content,  #photos-slider .post-slide .post-content, #latest-news-slide .post-slide .post-content{
    background: transparent;
    padding: 2px 10px 10px;
    border-radius: 15px;
}

.business_box {
    display: flex;
    flex-wrap: wrap;
}
.business_box li {
    margin-right: 13px;
    width: 100%;
    display: flex;
    align-items: baseline;
    margin-bottom: 6px;
}
.business_box i {
    position: relative;
    top: 0;
    color: #f37c20;
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

ul.business_box li a {
    background: #9d2e43;
    display: block;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
ul.business-social {
    margin: 10px 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #eaeaea;
}
ul.business-social a {
    font-size: 20px;
    display: block;
    margin: 10px 20px 0;
}

.select2-container .select2-dropdown{
	min-width:  360px !important;
}


@media only screen and (max-width: 680px) {
	.breadcrumbs{
		display: none;
	}
	button.btn.btnLogin, .langSearch select {
    	font-size: 13px;
	}
	.langSearch select {
        max-width: 85px;
    }
	.city-page-menu .container-fluid{
		display: block;
	}
	.city-page-menu .navbar-collapse{
		overflow-x: scroll;
		scrollbar-width: none;
	}
    .city-page-menu ul.navbar-nav {
        display: flex;
        flex-direction: row;
		padding: 0;
    }
    	margin: 0 14px;
		text-wrap-mode: nowrap;
	}
	.rt-profile-wrap .cover-img iframe{
		width: 100%;
	}
}






.city-page-menu .navbar-collapse {
  transition: height .18s ease;
}

/* NAVM base (same as before) */
.navm { position: relative; z-index: 1030; }
.navm .dropdown-menu{
  position:absolute!important; top:100%!important; left:0!important;
  transform:none!important; display:none; visibility:hidden; opacity:0;
  background:#fff; border:1px solid #ddd; min-width:14rem; z-index:1100;
  column-count:1!important; overflow:visible!important;
  /* kill transitions that cause flicker */
  transition:none!important;
}
@media (min-width:768px){
  .navm .nav-item.dropdown:hover > .dropdown-menu,
  .navm .nav-item.dropdown:focus-within > .dropdown-menu{
    display:block; visibility:visible; opacity:1;
  }
}
.navm .dropdown-submenu{ position:relative!important; }
.navm .dropdown-submenu > .nested-menu,
.navm .dropdown-submenu > .dropdown-menu{
  position:absolute!important; top:0!important; left:100%!important; right:auto!important;
  margin-left:.25rem!important; display:none; visibility:hidden; opacity:0;
  background:#fff; border:1px solid #ccc; min-width:14rem; white-space:nowrap; padding:0; z-index:1101;
  transition:none!important;
}
.navm .dropdown-submenu.navm-left > .nested-menu,
.navm .dropdown-submenu.navm-left > .dropdown-menu{
  left:auto!important; right:100%!important; margin-right:.25rem!important; margin-left:0!important;
}
.navm .navbar-nav .dropdown-menu li .nested-menu,
.navm .navbar-nav .dropdown-menu li:nth-child(n) .nested-menu{ top:0!important; }

@media (min-width:768px){
  .navm .dropdown-submenu:hover > .nested-menu,
  .navm .dropdown-submenu:focus-within > .nested-menu,
  .navm .dropdown-submenu:hover > .dropdown-menu,
  .navm .dropdown-submenu:focus-within > .dropdown-menu{
    display:block!important; visibility:visible!important; opacity:1!important;
  }
}

.navm .dropdown-menu > li > a,
.navm .dropdown-submenu > a{
  padding:8px 12px; display:flex; align-items:center; justify-content:space-between;
  color:#333; text-decoration:none; white-space:nowrap;
}
.navm .dropdown-menu li a:hover,
.navm .dropdown-submenu:hover > a{ background:#ed7b29; color:#fff; }
.navm .dropdown-submenu > .nested-menu li a{ border-bottom:.6px dotted #ffbf91; }

/* ==== DESKTOP (unchanged) ==== */
.navm { position:relative; z-index:1030; }
.navm .dropdown-menu{
  position:absolute!important; top:100%!important; left:0!important;
  transform:none!important; display:none; visibility:hidden; opacity:0;
  background:#fff; border:1px solid #ddd; min-width:14rem; z-index:1100;
  transition:none!important;
}
@media (min-width:768px){
  .navm .nav-item.dropdown:hover > .dropdown-menu,
  .navm .nav-item.dropdown:focus-within > .dropdown-menu{ display:block; visibility:visible; opacity:1; }
  .navm .dropdown-submenu{ position:relative!important; }
  .navm .dropdown-submenu > .nested-menu{
    position:absolute!important; top:0!important; left:100%!important;
    display:none; visibility:hidden; opacity:0; background:#fff; border:1px solid #ccc; min-width:14rem; z-index:1101;
  }
  .navm .dropdown-submenu:hover > .nested-menu,
  .navm .dropdown-submenu:focus-within > .nested-menu{ display:block; visibility:visible; opacity:1; }
}

/* ==== MOBILE (<768px) ==== */
@media (max-width:767.98px){
	  .navm .navm-mobile-panel a,
  .navm .navm-mobile-panel .dropdown-item{
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
  }
	
  /* collapse always visible */
  .navm .navbar-collapse.collapse{
    display:block !important; visibility:visible !important;
    height:auto !important; overflow:visible !important;
  }

  /* top strip: horizontal tabs */
  .navm .navm-root{
    display:flex !important; flex-wrap:nowrap !important; gap:.35rem !important;
    padding:.50rem .75rem !important; margin:0 !important;
    overflow-x:auto !important; overflow-y:hidden !important; white-space:nowrap !important;
    -webkit-overflow-scrolling:touch; scrollbar-width:thin;
  }
  .navm .navm-root::-webkit-scrollbar{ height:6px; }
  .navm .navm-root::-webkit-scrollbar-thumb{ background:rgba(0,0,0,.15); border-radius:4px; }
  .navm .navm-root > li{ flex:0 0 auto !important; display:inline-flex !important; align-items:center; border:0 !important; }
  .navm .navm-root > li > a.nav-link{
    padding:.45rem .80rem; line-height:1; border-radius:999px; background:#fff; border:1px solid #f1e7e1;
  }

  /* mobile panel under strip */
  .navm .navm-mobile-panel{
    display:none; position:relative;
    margin:.40rem .75rem .60rem; padding:.35rem .35rem .35rem .85rem;
    background:#fff; border:1px solid #eee; border-radius:12px;
    box-shadow:0 6px 18px rgba(0,0,0,.06); max-height:60vh; overflow:auto;
  }
  .navm .navm-mobile-panel.open{ display:block; }

  /* list reset + row look */
  .navm .navm-mobile-panel .dropdown-menu-inner,
  .navm .navm-mobile-panel .nested-menu{ margin:0; padding:0; list-style:none; display:block !important; }
  .navm .navm-mobile-panel li{ list-style:none; display:block !important; width:100% !important; }
  .navm .navm-mobile-panel a,
  .navm .navm-mobile-panel .dropdown-item{
    display:flex !important; align-items:center; justify-content:space-between;
    width:100% !important; min-height:38px; padding:10px 12px !important;
    color:#2b2b2b; text-decoration:none; border-bottom:1px dotted #eee;
    visibility:visible !important; opacity:1 !important;
  }
  .navm .navm-mobile-panel li:last-child > a{ border-bottom:0; }

  /* ALWAYS open BELOW in panel */
  .navm .navm-mobile-panel .dropdown-submenu{ position:static !important; }
  .navm .navm-mobile-panel .nested-menu,
  .navm .navm-mobile-panel .dropdown-submenu > .nested-menu,
  .navm .navm-mobile-panel .dropdown-submenu > .dropdown-menu,
  .navm .navm-mobile-panel li > ul{
    position:static !important; inset:auto !important; left:auto !important; right:auto !important; top:auto !important;
    transform:none !important; float:none !important; min-width:0 !important;
    display:none !important; width:100% !important; margin:.35rem 0 0 0 !important; padding-left:.75rem !important;
    border:0 !important; box-shadow:none !important; white-space:normal !important;
  }
  .navm .navm-mobile-panel li.is-open > .nested-menu,
  .navm .navm-mobile-panel li.is-open > ul{ display:block !important; }

  /* caret button */
  .navm .navm-mobile-panel .m-toggle{
    margin-left:auto; width:30px; height:30px; border:1px solid #e8e8e8; border-radius:50%;
    background:#fff; display:inline-flex; align-items:center; justify-content:center; cursor:pointer;
  }
  .navm .navm-mobile-panel .m-toggle i{ transition:transform .15s ease; }
  .navm .navm-mobile-panel li.is-open > a + .m-toggle i{ transform:rotate(180deg); }
}
/* ===== TEXT RESET inside the mobile panel ===== */
@media (max-width:767.98px){
  /* base reset for whole panel tree */
  .navm .navm-mobile-panel {
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #2b2b2b !important;
  }
  /* kisi parent ne font-size:0 diya ho to override */
  .navm .navm-mobile-panel .dropdown-menu-inner,
  .navm .navm-mobile-panel .nested-menu,
  .navm .navm-mobile-panel ul {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
  /* anchors/items visible + normal text rendering */
  .navm .navm-mobile-panel a,
  .navm .navm-mobile-panel .dropdown-item {
    color: #2b2b2b !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-indent: 0 !important;
    -webkit-text-fill-color: currentColor !important; /* iOS oddities */
    background: none !important;
    text-shadow: none !important;
    overflow: visible !important;
    white-space: normal !important;
  }
}

@media (max-width: 991.98px){
  .site-header .langSec,
  .site-header .rtSec{ display:none!important; }  /* desktop-only */
  .mobile-extra .divider{ border-top:1px solid #eee; margin:.75rem 0; }
  .mobile-auth .btn{ width:100%; }
}



.browse-category .card-content{
	border: 1px solid #d4d4d4;
    text-align: center;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 30px 0;	
	transition: ease-in-out 0.3s;
}
.browse-category .card-content:hover{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	transform: translateY(-6px)
}
.browse-category .card-content h6.card-heading{
	font-size:16px;
	margin: 18px 0 12px;
}
.browse-category .card-content .badge.rounded-pill{
	background: #f1f3f5;
    color: #000000;
    font-size: 12px;
    padding: 6px 8px;
    font-weight: 500;
}
.browse-category .card-content .demo-icon{
	width:48px; 
	height:48px; 
	background:#f7f7fb; 
	border-radius:8px; 
	display:flex; 
	align-items:center; 
	justify-content:center;
	 margin: 0 auto;
}

.activist-badges{
	border: 1px solid #b7b7b7;
    padding: 4px 8px;
    border-radius: 21px;
    color: #4a4a4a;
    font-size: 12px;
    margin: 6px 0 10px;
    display: inline-block;
}
.b-listing-location{
	display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.review{
	display: flex;
    justify-content: space-between;
}
.review i{
	color: #fdc700;
}
/* Payment CSS Start */
.payment-options input{
	width: 18px;
    height: 18px;
	margin-right: 8px;
}

.payment-options label span{
	font-size: 20px;
	padding-left: 8px;
}
.package-info .package-details{
	font-size: 17px;
	margin-bottom: 6px;
}
.package-info .package-amt{
	font-size: 20px;
}




