* {
  user-select: none;
  -webkit-user-select: none;
  /* For Safari */
  -moz-user-select: none;
  /* For Firefox */
  -ms-user-select: none;
  /* For Internet Explorer/Edge */
}

.banner-logo {
  display: none;
  position: relative;
  /* top: 50px;
  right: 37px; */
  width: 115px;
  height: auto;
  border-radius: 10px;
  z-index: 10;
  border-radius: 8px;
  /* Optional: rounded corners */
}

.banner-smallscreen-logo {
  display: none;
  position: relative;
  /* top: 50px;
  right: 37px; */
  width: 97px;
  margin-bottom: 10px;
  height: auto;
  border-radius: 10px;
  z-index: 10;
  border-radius: 8px;
}

@media (min-width:768px) {
  .banner-logo {
    display: block;
  }
}

@media (max-width:767px) {
  .banner-smallscreen-logo {
    display: block;
  }
}

.show-text-on-hover {
  height: fit-content;
  width: fit-content;
}

.show-text-on-hover .hover-text {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-width 0.3s ease;
  white-space: nowrap;
}

.show-text-on-hover:hover .hover-text {
  opacity: 1;
  max-width: 100px;
  margin-left: 8px;
}

/* Category Slider start  */
.circle {
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 8px #732C7F;
  border-radius: 50%;
}

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

/* Category Slider end  */

/* .square{
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 8px #732C7F;
  border-radius:5px;
}

.square img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  object-position:50% 20%;
  border-radius:5px;
} */

.square {
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 8px #732C7F;
  border-radius: 5px;
}

.square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 5px;
}

@media screen and (max-width:400px) {
  .product-category-text {
    width: 50%;
  }
}

.service-item {
  width: 100%;
  /* margin-right: 30px; */
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  /* //margin: 20px 0; */
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}

.service-name {
  width: 100%;
}

@media screen and (min-width:1200px) {
  .service-item {
    border-radius: 16px;
    padding: 30px;
  }

  .square {
    width: 120px;
    height: 120px;
  }

  .service-title {
    font-size: 20px;
  }
}

@media screen and (max-width:400px) {
  .square {
    width: 100%;
  }

  .service-title {
    margin-bottom: 0px;
    font-size: 12px !important;
  }

  .service-item {
    padding: 16px;
  }
}

@media (min-width:400px) and (max-width:991px) {
  .service-title {
    font-size: 16px !important;
  }
}

.service-item:hover {
  transform: translate3d(0, -10px, 0);
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}

.service-title {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: #484747;
}

/* Main Banner Start */
.main-banner {
  background-image: url('/static/assets3/image/women/banner_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.first-banner {
  background: url('/static/assets3/image/women/Spiritual-vibes-banner-1.webp');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.banner-services-logo {
  max-width: 100px;
  border-radius: 11%;
  background-color: white;
  padding: 3px;
}

.second-banner {
  background: url('/static/assets3/image/women/bettersync_advisory_banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.third-banner {
  /* background:url('../image/women/mahendi-art.jpg'); */
  background: url('/static/assets3/image/women/banner3.webp');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}

@media screen and (max-width:400px) {
  .banner-services-logo {
    max-width: 71px;
  }
}

/* Main Banner end */

/* common css start */
.section-title {
  color: #732C7F;
}

.btn-custom {
  background-color: #efd1f5;
  /* Light Gold */
  color: #732C7F;
  font-weight: bold;
  border: none;
}

.btn-custom:hover {
  background-color: #732C7F;
  color: #ffdad2;
}

/* common css end  */

/*Trending Products Start */
.one-line-truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.info {
  display: flex;
  justify-content: space-between;
}

.rating-container {
  display: flex;
}

.badge {
  background-color: #8b4b86;
}

/*Trending Products end */

.ad-banner .ad-main-title {
  font-size: 35px;
  font-weight: 600;
}

.ad-banner .ad-subtitle-title {
  font-size: 30px;
  font-weight: 500;
}

.ad-banner .ad-content {
  font-size: 16px;
  font-weight: 400;
}

/* .ad-banner .ad-banner-image {
  background-image: url('../image/Android_MKMP_App.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  min-height: 300px;
  margin: 30px auto;
} */

.ad-banner .ad-banner-image {
  background-image: url('../image/APP_MKMP_mockup.png');
  background-repeat: no-repeat;
  background-position: 80% bottom;
  background-size: contain;
  min-height: 384px;
  margin: -60px auto 0;
}


@media (min-width:991px) and (max-width:1150px) {
  .ad-banner .ad-main-title {
    font-size: 30px;
    font-weight: 600;
  }

  .ad-banner .ad-subtitle-title {
    font-size: 25px;
    font-weight: 500;
  }

  .ad-banner .ad-content {
    font-size: 14px;
    font-weight: 400;
  }
}

@media (min-width:765px) and (max-width:991px) {
  .ad-banner .ad-main-title {
    font-size: 30px;
  }

  .ad-banner .ad-subtitle-title {
    font-size: 20px;
  }

  .ad-banner .ad-content {
    font-size: 18px;
  }
}

@media (max-width:767px) {
  .ad-banner .ad-main-title {
    font-size: 30px;
  }

  .ad-banner .ad-subtitle-title {
    font-size: 20px;
  }

  .ad-banner .ad-content {
    font-size: 18px;
  }

  .ad-banner .ad-banner-image {
    background-position: center;
    background-size: contain;
    min-height: 300px;
    margin: 20px 0px 0px 0px;
  }
}

.service-name h5 {
  font-size: 16px;
  font-weight: 600;
}

.location p,
.rating-container p,
.service-price {
  font-size: 16px !important;
  color: #484848 !important;
}

.review-stars i {
  color: var(--primary-color);
}