/* ============================================================
   SB-PROFILE-DETAIL PAGE STYLES
   Copied from profile-new.css + inline styles + Other Models
   ============================================================ */

/* ── Utility ── */
.p-relative {
  position: relative;
}

/* ── Animations ── */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blink {
  animation: blink 1s infinite;
}
.blink-me {
  animation: blink 1s infinite;
}

/* ── Slider section (left column) ── */
.slider-section {
  width: 490px;
}

.right-actions {
  position: absolute;
  right: 0;
  z-index: 1;
  height: 35%;
  padding: 20px 10px;
  bottom: 90px;
}
.actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-cta i {
  font-size: 24px;
}
.actions.btn-group.drop-left.show .dropdown-menu.show {
  position: absolute;
  transform: translate3d(-122px, 50px, 0px) !important;
}
#copy-link-btn {
  padding: 5px 16px;
}
#copy-link {
  display: flex;
  justify-content: start;
  width: 100%;
  align-items: center;
  gap: 10px;
}
.right-actions .dropdown-item {
  display: flex !important;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
.social-cta {
  border: 1px solid #878787;
  background: white;
  padding: 10px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
}
.social-cta:hover,
.social-cta:focus {
  color: #ed1058;
  border: 1px solid #ed1058;
}
button.social-cta.btn-like-outline {
  border: 1px solid #ed1058;
  color: red;
}
button.social-cta.btn-like-outline:hover {
  background: #ed1058;
  color: white;
  border: 1px solid #ed1058;
}
.btn-like {
  background: #ed1058;
  color: white;
  border: 1px solid #ed1058;
}
.btn-like:hover {
  opacity: 0.9;
  background: #ed1058;
  color: white;
  border: 1px solid #ed1058;
}
.actions a.dropdown-item {
  padding: 5px 16px;
}

/* ── Slider container ── */
#sliderTrack {
  touch-action: pan-y;
}
.slider-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #fff;
  height: calc(100vh - 180px);
}
.slider-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
}
.slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.slide img,
.slide video {
  width: 100%;
  height: 100%;
  background: #fff;
  object-fit: cover;
  object-position: top;
  border-radius: 0px;
}

/* ── Arrows ── */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 28px;
  cursor: pointer;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}
.arrow:hover {
  background: #007bff;
  color: #fff;
}
.arrow.left {
  left: 10px;
}
.arrow.right {
  right: 10px;
}

/* ── Thumbnails ── */
.thumbnails {
  position: absolute;
  bottom: 0px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  background: #17171761;
  padding: 10px 10px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-wrap: nowrap;
}
.thumbnail {
  cursor: pointer;
  border: 2px solid transparent;
  object-fit: cover;
  object-position: top;
  width: 55px;
  min-width: 55px;
  height: 75px;
}
.thumbnail.active {
  border: 2px solid #fc1572;
  border-radius: 13px;
}
.thumbnail img,
.thumbnail video {
  cursor: pointer;
  border: 2px solid white;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top;
  border-radius: 12px;
}
.thumbnail video {
  pointer-events: none;
}

/* ── Online badge ── */
.online-modal {
  position: absolute;
  right: 0;
  color: #35ff01;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-shadow: 0 0 #4caf50;
  font-size: 12px;
  background: #00a63e;
  color: #fff !important;
  padding: 7px 10px !important;
  border-radius: 16px;
  text-transform: uppercase;
}

/* ── Status badges ── */
.superstar-badge {
  background: red;
  color: #fff;
  text-align: center;
  width: 32px;
  border-radius: 12px;
  padding: 0;
  border: 2px solid #fff;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.star-badge {
  background: #463ce5;
  color: white;
  text-align: center;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 0;
}
.popular-badge {
  background: #e91e63;
  color: #fff;
  border: 2px solid white;
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.verified-model-badge {
  border: 2px solid #ffffff;
  background: #4caf50;
  border-radius: 13px;
  width: 32px;
  height: 32px;
  font-size: 12px;
  color: green;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.verified-model-badge img {
  filter: brightness(100);
}

/* ── Price promo pill ── */
.price-promo {
  border: 2px solid transparent;
  display: flex;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 22369600px;
  background:
    linear-gradient(90deg, #ad46ff 0%, #fa7d4d 50%, #f6339a 100%) padding-box,
    linear-gradient(90deg, #f4f4f4, #fdc700, #fdc700, #f2f2f2) border-box;
    font-size:13px;
}

/* ── Profile name / ratings / views ── */
h1.modal-name {
  color: #101828;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2rem;
}
.rating {
  color: #101828;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.views {
  color: #4a5565;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.rating-stars i {
  color: orange;
}

/* ── About section ── */
.about-block {
  margin-bottom: 15px;
}
.about-model-headings {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.5px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: block;
}

/* ── Personal info bar ── */
.info-col {
  flex-direction: column;
  display: flex;
}
.info-icon {
  display: flex;
  align-items: center;
  justify-content: start;
}
.info-icon img {
  height: 20px;
}
.info-col strong.title {
  color: #171717;
  font-weight: 700;
  font-size: 0.8125rem;
  margin-bottom: 5px;
}
.info-col .information {
  color: #484848;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.personal-info-section {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  background: white;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}

/* ── Model description ── */
.model-description {
  color: #4a5565;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.75px;
}

/* ── Services & pricing ── */
.offered-service {
  border-radius: 4px;
  border: 1px solid #e91e63;
  background: #fff;
  padding: 3px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.service-name {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.service-price {
  color: #112b64;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* ── Location ── */
.location-exists {
  color: #2b7fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 11.25px;
}
.locations {
  background: #f0f0f0;
  padding: 10px;
  border-radius: 8px;
}

/* ── Notes pill ── */
.notes {
  display: flex;
  height: 24px;
  padding: 4px 10px;
  align-items: flex-start;
  border-radius: 22369600px;
  border: 1px solid #99a1af;
  color: #6a7282;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

/* ── Chat button SVG icon hover ── */
.chatMe-btn:hover svg path {
  fill: white !important;
}

/* ── Payment / CTA section ── */
.payment-section {
  background: #fff;
  padding: 10px;
}
.payment-section .btn {
  border-radius: 10px !important;
  font-size: 16px !important;
  height: 48px !important;
  flex: 1;
}

/* ── Views / join meta ── */
.views {
  color: #4a5565;
  font-size: 13px;
  font-weight: 400;
}

/* ── Tags ── */
.tags {
  display: inline-block;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .slider-section {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .personal-info-section {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .personal-info-section .info-col {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .info-col + .info-col {
    border-left: 1px solid #dddddd5e;
  }
  .info-col strong.information {
    text-align: center;
    font-size: 12px !important;
    margin-left: -1px;
  }
  .thumbnail img,
  .thumbnail video {
    height: 100%;
    width: 100%;
  }
  .arrow {
    display: none;
  }

  /* Fixed CTA bar at bottom on mobile */
  .payment-section {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
    box-shadow:
      0 -15px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-top: 1.333px solid #e5e7eb;
  }
}

.profile-section {
  padding: 0px 0px 0px 0px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .rating {
    font-size: 18px;
  }
  .arrow {
    top: 30%;
  }
  .profile-section {
    padding: 70px 100px 16px 100px;
  }
  .slider-container {
    height: 86.5vh;
    border-radius: 12px;
  }
  .slider-section {
    width: 360px;
    position: sticky !important;
    top: 70px;
  }
  .payment-section {
    max-width: 480px;
  }
  .personal-info-section {
    gap: 60px !important;
    padding-bottom: 15px;
  }
  .locations {
    padding-bottom: 15px;
    background: #f0f0f0;
    padding: 10px;
    border-radius: 8px;
  }
  .about-model-headings {
    font-size: 18px;
  }
  h1.modal-name {
    font-size: 30px;
  }
  .thumbnails {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

/* ── Inline attribute row (Skin tone | Tattoo | Occupation) ── */
.profile-attr-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  color: #333;
  margin: 10px 0 14px;
}
.profile-attr-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.profile-attr-label {
  font-weight: 700;
  color: #111;
}
.profile-attr-value {
  font-weight: 400;
  color: #444;
}
.profile-attr-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.profile-attr-sep {
  color: #ccc;
  font-size: 16px;
}

/* ── Vibe chips ── */
.vibe-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  border-radius: 9999px;
  background: #f9f9f9;
  border: 1px solid var(--orange);
  font-size: 13px;
  color: #333;
  white-space: nowrap;
}

/* fp-card styles → public/assets/css/components/fp-card.css (auto-loaded via component) */

/* ============================================================
   OTHER MODELS SECTION
   ============================================================ */
.spd-other-models {
  padding: 40px 0 80px;
  background: #f8f8fb;
}
.spd-other-heading {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .spd-other-models {
    padding-bottom: 90px;
  }
  .slider-container {
    margin-top: 50px;
  }
}
