@charset "utf-8";
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css');
@import url('/media/templates/site/cassiopeia_listingall/css/user.css');

.card-body.catCounter  {
  display: none !important;
}

.detailsListerLogo img {
  background: #fff !important;
}

  h1 {
    font-size: 1.6rem;
    font-weight: 800 !important;
    line-height: 2.5rem !important;
  }

.detailListerWrapper {
    background-color: #fff;
    border: none;
}
.detailsListerProfile  {
  padding: 1rem;
}

.detailsListerProfile {
  padding: 1rem 0.3rem;
  border-radius: 4px;
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 20%, #e9f2ff 100%);
  box-shadow: 0 1px 3px rgba(13, 110, 253, 0.12);
  margin-left: 0;
}

.bizProduct img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.bizProduct p {
  margin-top: 1rem;
}

.team-name {
    font-size: 1rem;
    font-weight: 400;
    margin: 1rem 0 0.25rem 0;
}

.team-designation {
    font-size: 0.95rem;
    font-weight: 400;
    color: #3b82f6;
}

.product-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.rsdir-images-list li {
      border: none !important;
}

  .detailsListerQr .rsdir-images-list li {
    border-radius: 0px;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    border: none !important;
  }
  .detailsListerQr .rsdir-images-list li:hover{
    box-shadow: none !important;
   }
  .detailsListerQr .rsdir-images-list {
    padding: 0 !important;
    margin: 0 !important;
  }
  .bisQrShare {
    background-color: transparent;
    border-radius: 0 transparent;
  }

.detailsListerQr {
  width: 120px;
  height: auto;
  margin: 0 !important;
  text-align: center;
  display: flex;
  align-items: flex-start;  /* Vertically aligns content to the top */
}
  .detailsListerQr img {
      border: none !important;
  }
  .detailsListerQr img,
  .ctaQrcode{
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  }
  .ctaQrcode:hover,
  .detailsListerQr:hover img {
    transform: scale(1.02);
  }



.bizManagedLabel {
  font-style: italic;
}

.statsWrapper {
    background: linear-gradient(180deg, #eef0f2 0%, #d9dcdf 20%, #d7dcdf 100%);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(13, 110, 253, 0.12);
    padding: 1rem;
}

.statsWrapper dt,
.statsWrapper dd {
  font-size: 0.95rem;
  color: #444;
}

.youtube svg {
  color: #ff0000;
  width: 32px;
  height: auto;
}

.vimeo svg {
  color: #17d5ff;
  width: 32px;
  height: auto;
}
.inContainer {
  padding: 2rem;
}
.inContainer h2,
.vimeo h2,
.youtube h2 {
  font-size: 1.4rem;
  font-weight: 600;
}

p#overview {
  color: #444;
  font-size: 0.95rem;
}

h1,
h2 {
    flex-wrap: wrap; /* allows price block to drop on small screens */
    justify-content: space-between;
    align-items: baseline;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

 h1 {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
    text-align: center;
}
.extraNormalBlock h3,
.extraTabContent h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.extraNormalBlock {
  background-color: #fff;
}
h2#overview {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600;
    margin: 1rem 0;
}

.bizProduct h3,
.teamWrapper h3 {
  font-size: 1.4rem;
  font-weight: 600;
}

.photoGallery h3 {
    font-size: 0.8rem;
    color: #999;
    font-weight: 400;
}

/* teamWrapper Section Styles */

.bizTeamWrapper .rsdir-images-list li {
  border: none;
}
.teamWrapper {
    padding: 2rem;
    border-radius: 4px;
    background-color: #fff;
}

/* Team Card Container */
.teamWrapper .bizTeamWrapper {
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    padding: 0 .7rem;
}

.teamWrapper .bizTeamWrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
}

/* Image Gallery Styles - Make images round and attractive */
.teamWrapper .rsdir-images-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.teamWrapper .rsdir-file {
    margin-bottom: 1rem;
    width: 100%;
}

.teamWrapper .rsdir-img {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.teamWrapper .rsdir-img:hover {
    transform: scale(1.02);
}

.teamWrapper .rsdir-img img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.teamWrapper .rsdir-img:hover img {

    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.2);
}

/* Name Styles */
.teamWrapper h4 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #0f172a;
    margin: 1rem 0 0.25rem 0;
    letter-spacing: -0.2px;
}

/* Designation Styles */
.teamWrapper h5 {
    font-size: 0.85rem;
    font-weight: 400;
    color: #3b82f6;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #eff6ff;
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    border: solid 1px #3b82f6;
}

/* Responsive Adjustments */
@media (max-width: 768px) {


    .teamWrapper .bizGalleryHeading {
        font-size: 1.8rem;
    }
    
    .teamWrapper .rsdir-img img {
        width: 130px;
        height: 130px;
    }
    
    .teamWrapper h4 {
        font-size: 1rem;
    }
    
    .teamWrapper h5 {
        font-size: 0.75rem;
    }
    
    .teamWrapper .bizTeamWrapper {
        padding: 1.2rem 0.8rem;
    }
}

@media (max-width: 576px) {
    .teamWrapper .rsdir-img img {
        width: 110px;
        height: 110px;
    }
}

/* Optional: Add subtle animation on page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.teamWrapper .col-md-2 {
    animation: fadeInUp 0.4s ease forwards;
    animation-delay: calc(var(--order, 0) * 0.05s);
}

/* Stagger animation for cards */
.teamWrapper .row > div:nth-child(1) { --order: 1; }
.teamWrapper .row > div:nth-child(2) { --order: 2; }
.teamWrapper .row > div:nth-child(3) { --order: 3; }
.teamWrapper .row > div:nth-child(4) { --order: 4; }
.teamWrapper .row > div:nth-child(5) { --order: 5; }
.teamWrapper .row > div:nth-child(6) { --order: 6; }

.bizProductWrapper .rsdir-images-list li {
  border: none;
  margin-bottom: 0 0 0.5rem 0;
}
.bizProductWrapper img{
  border-radius: 4px;
}

.bizProductWrapper p {
  font-size: 1rem;
}

.bizProductWrapper {
  padding: 1.5rem;
  border-radius: 6px;
  background-color: #fff;
}

.detailsNegotiable {
    font-size: .9rem;
     color: #777;
     font-weight: 400;
}

 .detailsPrice {
    font-size: 1.3rem;
    font-weight: 600;
    color: rgb(224, 0, 0);
}

 .detailsCurrency {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(224, 0, 0);
}

.bizGalleryHeading {
  color: #999;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
}

.bizHeading {
    padding: 1rem 0 .5rem 0;
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    color: #0A1F44;
}


.detailsShareInsider {
  margin-bottom: 0.5rem;
}

.detailsJumpMenu {
  background-color: #020155;
  border-radius: 0 0 6px 6px;
  padding: 0.5rem;
}

.mb-4 {
  margin-bottom: 0.85rem !important;
}

.safetyAdviceWrapper {
  margin-top: 0.5rem;
}

.detailsChatWrapper .instantSticky {
  margin-bottom: 0;
}

.bg-info {
  position: absolute;
  z-index: 2;
}

.bizManagedBy .aboutHeadings{
  font-size: 1rem;
  font-style: normal !important;
}

/* ============================================
   BUSINESS DETAILS HEADER - IMPROVED ALIGNMENT
   ============================================ */

.bizDetailsHeaderCustom {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 6px 6px 0 0;
  padding: 1rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  image-rendering: auto;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}


.bizDetailsHeaderDefault {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px 10px 0 0;
  padding: 1rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
   background-image: linear-gradient(90deg,#020155 0%,rgba(8, 52, 119, 0.25) 40%,#020155 100% ),url('/images/assets/bgsearch.png'); 
  /* background-image: linear-gradient(90deg,#020155 0%,rgba(13,110,253,0.25) 40%,#020155 100% ); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  image-rendering: auto;
  background-color: #020155;
  box-shadow: 0 6px 24px rgba(0,0,0,0.15);
  animation: gradientShift 15s ease infinite;
  background-size: 200% auto,cover;
}

@keyframes gradientShift {
  0% {
    background-position: 0% center, center center;
  }
  50% {
    background-position: 100% center, center center;
  }
  100% {
    background-position: 0% center, center center;
  }
}

/* Row alignment improvements */
.bizDetailsHeaderCustom .row,
.bizDetailsHeaderDefault .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 1.25rem;
  margin: 0;
  height: 100%;
}

/* Logo/Avatar wrapper - Left Side */
.bizLogoAvatarWrapper {
  flex-shrink: 0;
  padding: 0;
  margin: 0;
}

.bizLogoAvatar {
  position: relative;
  display: inline-block;
}

.bizLogoAvatar .rounded-circle {
  border: 3px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bizLogoAvatar .rounded-circle {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
}
.bizLogoWrapper {
  width: 220px;
  height: auto;
  margin-bottom: 1rem;
}
.detailsListerLogo img:hover,
.bizLogoWrapper img:hover,
.bizLogoAvatar .rounded-circle:hover {
  transform: scale(1.02);
}
 .item-page .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Content wrapper - Right Side */
.bizHeadContentWrapper {
  flex: 1;
  min-width: 0; /* Prevents overflow issues */
  padding: 0;
  text-align: left;
}
.bizHeadContentWrapper  h1 {
  margin: 1rem !important;
}

/* Title styling */
.bizProductWrapper h4 {
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  font-weight: 500;
}

/* Category container - now contains both detailDim and bizLocation */
.bizCategory {
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  row-gap: 0.5rem;
  justify-content: center;
}

/* Detail dimension styling (Marketplace, General Stores, Store) */
.bizCategory .detailDim {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.875rem;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

.bizCategory .detailDim svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  opacity: 1;
  margin-top: 0;
  margin-right: 0.3rem;
}

/* Location styling - now inside bizCategory */
.bizLocation {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}
.bizCategory a,
.bizLocation a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.2s ease;
}
.bizCategory a:hover,
.bizLocation a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bizLocation svg {
  width: 12px;
  height: 12px;
  fill: #dfe3e7;
  opacity: 0.8;
  margin-left: 0.3rem;
}

/* Managed by section - updated for new structure */
.bizManagedBy {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;  
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8125rem;
  font-weight: 500;
}
.bizManagedBy svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  opacity: 0.7;
}

/* Style for the heading inside bizManagedBy */
.bizManagedBy .aboutHeadings {
  display: inline-block;
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.125rem 0.5rem;
  border-radius: 12px;
  font-family: inherit;
}

/* Ensure text elements in bizManagedBy are properly aligned */
.bizManagedBy > span:not([aria-hidden]),
.bizManagedBy > h4:not(.aboutHeadings),
.bizManagedBy > div {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* Dot separator styling - unified approach */
.bizCategory svg.bi-dot,
.bizLocation svg.bi-dot,
.bizManagedBy svg.bi-dot {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  opacity: 0.7;
}

/* Remove extra spacing from text nodes */
.bizCategory .detailDim span:not([aria-hidden]) {
  display: inline-block;
}

/* ============================================
   RESPONSIVE DESIGN - MOBILE VERSION
   ============================================ */

/* Mobile and Tablet responsive styles for both Default and Custom headers */
@media (max-width: 768px) {

  /** item mobile show **/
  .bizItem .modCouponTopBar {
    display: block;
  }

  .bizDetailsHeaderDefault {
    display: block;
  }
  .detailsListerLogo {
    margin-top: 2rem;
  }
  .view-entry .rsdir-detail-rating-wrapper {
    text-align: center;
    width: 100%;
  }
  
  .bizDetailsHeaderDefault .row {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .detailsListerQr,
  .bizLogoAvatarWrapper {
    text-align: center;
    width: 100%;
    justify-content: center;
  }

  .bizLogoAvatar .rounded-circle {
    width: 80px;
    height: 80px;
  }
   .detailsListerQr {
    padding-top: 0.7rem;
   }
   .detailsListerQr img {
      width: 150px;
      height: auto;
   }
  
  .bizHeadContentWrapper {
    text-align: center;
    width: 100%;
  }

  .detailsDynaTitle {
    font-size: 1.25rem;
    text-align: center;
  }
  
  .bizCategory {
    justify-content: center;
  }
  
  .bizCategory .detailDim,
  .bizLocation {
    justify-content: center;
  }
  
  .bizManagedBy {
    justify-content: center;
  }
  
  /* Custom Header Mobile Styles - Matching Default Header */
  .bizDetailsHeaderCustom {
    padding: 1rem;
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  /* If Custom header contains row structure, apply same styles */
  .bizDetailsHeaderCustom .row {
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
    width: 100%;
  }
  
  /* Logo/Avatar in Custom Header */
  .bizDetailsHeaderCustom .bizLogoAvatarWrapper {
    text-align: center;
    width: 100%;
    margin-top: 1.5rem;
  }
  
  .bizDetailsHeaderCustom .bizLogoAvatar .rounded-circle {
    width: 70px;
    height: 70px;
  }
  
  /* Content wrapper in Custom Header */
  .bizDetailsHeaderCustom .bizHeadContentWrapper {
    text-align: center;
    width: 100%;
  }
  
  /* Title in Custom Header */
  .bizDetailsHeaderCustom .detailsDynaTitle {
    font-size: 1.25rem;
    text-align: center;
  }
  
  /* Category in Custom Header */
  .bizDetailsHeaderCustom .bizCategory {
    justify-content: center;
  }
  
  .bizDetailsHeaderCustom .bizCategory .detailDim,
  .bizDetailsHeaderCustom .bizLocation {
    justify-content: center;
  }
  
  /* Managed By in Custom Header */
  .bizDetailsHeaderCustom .bizManagedBy {
    justify-content: center;
  }
}

/* Keep existing styles below (if needed) */
.item-page .rsdir-detail-rating-wrapper {
  position: absolute;
  z-index: 2;
  left: 15.5%;
  transform: translateX(-50%);
}


/* Common reviews adjustments */

.rsdir-review-body {
  margin-top: 0;
}

.rsdir-review .media-body .rsdir-detail-rating-wrapper {
  position: relative !important;
  transform: none !important;
  left: 0;
  line-height: 1.4;
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .item-page .rsdir-detail-rating-wrapper {
     left: 50%;
  }
  
  .detailsDynaTitle {
    font-size: 1.35rem;
  }
  
  .bizLogoAvatar .rounded-circle {
    width: 75px;
    height: 75px;
  }
  
  .bizCategory .detailDim,
  .bizLocation {
    font-size: 0.8125rem;
  }
  
  /* Custom Header Tablet Styles */
  .bizDetailsHeaderCustom {
    padding: 1.25rem;
  }
  
  .bizDetailsHeaderCustom .bizLogoAvatar .rounded-circle {
    width: 75px;
    height: 75px;
  }
  
  .bizDetailsHeaderCustom .detailsDynaTitle {
    font-size: 1.35rem;
  }
  
  .bizDetailsHeaderCustom .bizCategory .detailDim,
  .bizDetailsHeaderCustom .bizLocation {
    font-size: 0.8125rem;
  }
}

/* Small screens like mobile landscape */
@media (max-width: 480px) {

  .item-page .rsdir-detail-rating-wrapper {
     left: 50%;
  }
  
  .bizCategory .detailDim,
  .bizLocation {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
  }
  
  .bizManagedBy {
    font-size: 0.7rem;
    gap: 0.35rem;
  }
  
  .bizManagedBy .aboutHeadings {
    font-size: 0.7rem;
  }
  
  /* Custom Header Small Screen Styles */
  .bizDetailsHeaderCustom {
    padding: 0.875rem;
  }
  
  .bizDetailsHeaderCustom .bizCategory .detailDim,
  .bizDetailsHeaderCustom .bizLocation {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
  }
  
  .bizDetailsHeaderCustom .bizManagedBy {
    font-size: 0.7rem;
    gap: 0.35rem;
  }
  
  .bizDetailsHeaderCustom .bizManagedBy .aboutHeadings {
    font-size: 0.7rem;
  }
  .mainCatCounterBusiness {
    margin: 0 0 1.5rem 0 !important;
  }
}



.detailsReview {
  color: #fab600;
}
.detailsReview:hover{
  color: #e49300;
}

/* Rating stars styling */
.item-page .rsdir-detail-rating-wrapper .rsdir-detail-rating {
  color: #ffc107;
  display: inline-block;
  margin-right: 5px;
}

.item-page .rsdir-detail-rating-wrapper span {
  color: white;
  margin-left: 3px;
  font-weight: 500;
}

.rsdir-detail-section-title {
  display: none;
}

.rsdir-detail-section {
  border: none !important;
}

/*** row only for directory listing **/
.container-fluid .row {
  --gutter-x: 1em !important;
}
.mainCatCounterBusiness {
  margin: 1.5rem 0 !important;
}