@media (max-width:602px){

 /* Img col */
 #dataContent .img-col{
  width:50%;
  padding-left:5px;
  padding-right:5px;
  margin-bottom:24px;
 }
 
 /* Paragraph */
 .content .col p{
  text-align:left;
 }
 
 /* Paragraph */
 .footer .mb-4 p{
  text-align:left;
 }
 
}
@media (max-width:602px){

 /* Mobile show categories */
 .header .mobile-show-categories{
  font-size:26px;
  font-weight:600;
 }
 
 /* Mobile nav toggle */
 .header .mobile-nav-toggle{
  font-size:26px;
  font-weight:600;
 }
 
}

@media (max-width: 800px) {
  .search-bar {
    display: none;
  }
}

.aside {
    max-height: calc(100vh - 106px);
}
@media(min-width: 991px) {
    .aside {
        max-height: calc(100vh - 65px);
    }
}
@media(min-width: 801px) {
    .aside .list-container {
        overflow-y: auto;
    }
    .aside .list-container::-webkit-scrollbar {
      width: 10px;
    }
    .aside .list-container::-webkit-scrollbar-track {
      background: #f1f1f1;
    }
    .aside .list-container::-webkit-scrollbar-thumb {
      background: #888;
      border-radius: 20em;
    }
    .aside .list-container::-webkit-scrollbar-thumb:hover {
      background: #555;
    }
}

.breadcrumbs {
    margin-top: 10px;
}

@media (max-width: 602px) {
  .img-col {
      width: 100%;
  }
}


.form-input>.form-control, .form-input>.form-select { 
	background-color: #fff !important; 
}

.row.gallery .col {
    height: 100%;
}

/* Top nav */
.header .top-nav{
 background-image:none;
 background-color:#000;
}




/* Sidebar container styling */
.list-container {
    max-height: calc(100vh - 100px); 
    overflow-y: auto;
    
   
    scrollbar-width: none;  
}


.list-container:hover {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}


.list-container::-webkit-scrollbar {
    width: 0px;
    transition: width 0.2s ease;
}


.list-container:hover::-webkit-scrollbar {
    width: 8px;
}

.list-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.live-badge {
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: rgba(230, 33, 23, 0.5); /* More transparent red */
    color: #fff;
    padding: 2px 6px;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    z-index: 10;
}

/* Button */
#navbar ul .btn-nav{
 background-color:#e13520;
 font-weight:500;
}



/* Base styles for the live cam section */
.live-cam-section .container {
    /* Use your existing container settings (if any) */
}

/* Responsive Video Container (16:9 ratio) */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    margin-bottom: 15px;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Room Subject Styling */
.room-subject {
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 15px;
}

/* Offline Message Styling */
.offline-message {
    padding: 15px;
}
.offline-img {
    max-width: 100%;
    width: 300px;
    height: auto;
    display: block;
    margin: 10px auto;
}

/* Recommended Performers Container */
.recommended-performers {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
}
.recommended-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Performer Bubble Styling */
.performer-bubble {
    display: flex;
    align-items: center;
    background-color: #e0e0e0;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 10px;
}
.performer-bubble a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.performer-bubble img {
    width: 70px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #ccc;
    object-fit: cover;
}
.performer-info {
    margin-left: 10px;
}
.performer-info strong {
    display: block;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    /* Remove extra left/right padding from the container in the live cam section */
    .live-cam-section .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .room-subject {
        padding: 5px;
        margin-bottom: 10px;
        font-size: 0.9rem;
    }
    .recommended-performers {
        padding: 5px;
    }
    .recommended-title {
        margin-bottom: 5px;
        font-size: 1rem;
    }
    .performer-bubble {
        padding: 5px;
        margin-bottom: 5px;
    }
    .performer-bubble img {
        width: 60px;
    }
}



/* About Me Section Base Styles */
.about-me-section {
  background-color: #fff;
  color: #000;
}

/* Remove default list styles on nav-tabs if needed */
.about-me-section .nav-tabs {
  border-bottom: 2px solid #ddd;
}

/* Customize tab button appearance */
.about-me-section .nav-tabs .nav-link {
  border: none;
  color: #000;
  font-weight: 600;
  background-color: transparent;
  padding: 10px 15px;
}
.about-me-section .nav-tabs .nav-link.active {
  border-bottom: 3px solid #000;
}

/* Card image styling for a clean look */
.about-me-section .card img {
  object-fit: cover;
  /* Optional: add a shadow for depth */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Detail text spacing */
.about-me-section p {
  font-size: 0.95rem;
}

/* On mobile, ensure the container takes full width */
@media (max-width: 767px) {
  .about-me-section .container {
    padding: 0 15px;
  }
}




/* Footer Container */
.footer {
  background-color: #fff;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  border-top: 1px solid #ddd;
}

/* Top and Bottom Sections */
.footer-top,
.footer-bottom {
  padding: 20px 0;
}

/* Footer Top: Optional Block Content */
.footer-top {
  border-bottom: 1px solid #ddd;
}

/* Centering Content */
.footer .container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Paragraph Text */
.footer p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Link Styling (if needed) */
.footer a {
  color: #000;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .footer-top,
  .footer-bottom {
    padding: 15px 0;
  }
  .footer p {
    font-size: 0.85rem;
  }
}

/* Footer */
footer{
 border-top-style:none !important;
 padding-top:70px;
}
/* Optional: Style the logo image */
.footer .footer-logo {
  max-width: 180px; /* Adjust as needed */
  margin: 0 auto;
}
/* Ensure the container is relatively positioned */
.responsive-iframe-container {
  position: relative;
}

/* Ensure the container is relatively positioned */
.video-container {
  position: relative;
}


.iframe-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;       
  text-indent: -9999px; 
}






/* Overall tag section styling */
.tag-section {
  margin-bottom: 2rem;
}

.title-holder {
  text-align: left;
  margin-bottom: 1rem;
}

.title-holder h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.title-holder p {
  color: #666;
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* Performer grid container using CSS Grid */
.performer-grid {
  display: grid;
  /* Use auto-fit to fill the container with as many columns as possible;
     each column is at least 280px and expands equally */
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

/* Each performer card */
.performer-card {
  background-color: #f8f8f8;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: black;
  box-sizing: border-box;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

/* Performer image styling for desktop */
.performer-card-image {
  width: 100%;
  /* Maintain a 360:270 aspect ratio (1.3333) on desktop */
  aspect-ratio: 360 / 270;
  overflow: hidden;
}

.performer-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Performer card info styling */
.performer-card-info {
  padding: 0.5rem;
  text-align: left;
}

.performer-name-age {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.performer-room {
  font-size: 0.85rem;
  color: black;
}

/* Mobile Styles: one performer per row */
@media (max-width: 767px) {
  .performer-grid {
    grid-template-columns: 1fr;
  }
  .performer-card {
    width: 100%;
  }
  .performer-card-image {
    width: 100%;
    /* Remove fixed aspect ratio; let the image scale naturally */
    aspect-ratio: auto;
  }
  .performer-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  /* Optionally, reduce font sizes on mobile */
  .title-holder h2 {
    font-size: 1.6rem;
  }
  .title-holder p,
  .performer-name-age,
  .performer-room {
    font-size: 0.9rem;
  }
}




/* Footer Index Section Base */
.footer-index-section {
  background-color: #f8f9fa; /* Light gray background */
  color: #333;
  padding: 40px 20px;
}

/* Headers in the Footer - Black */
.footer-index-section h3 {
  color: #000;  /* Black headers */
  font-weight: bold;
  margin-bottom: 15px;
}

/* Paragraph Styling */
.footer-index-section p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Footer Images */
.footer-img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.faq-section {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 30px;
}

/* FAQ List */
.faq-section ol {
  padding-left: 20px;
}
.faq-section ol li {
  margin-bottom: 15px;
}

/* Accordion Customizations */
.accordion-button {
  background-color: #fff;
  color: #333;
  font-weight: bold;
  border: 1px solid #ddd;
}
.accordion-button:not(.collapsed) {
  background-color: #e9ecef;
}
.accordion-body {
  font-size: 1rem;
  color: #555;
}

/* Responsive Adjustments for Mobile */
@media (max-width: 767px) {
  /* Force all text in the footer section to be left-aligned */
  .footer-index-section .row,
  .footer-index-section h3,
  .footer-index-section p {
    text-align: left !important;
  }
  .footer-index-section h3 {
    font-size: 1.5rem;
  }
  .footer-index-section p {
    font-size: 0.9rem;
  }
}

/* Additional Mobile Adjustments */
@media (max-width: 768px) {
  .footer-index-section {
    padding: 20px 10px;
  }
  .footer-index-section .container {
    max-width: 100%;
  }
  .footer-index-section .row {
    margin-bottom: 20px;
  }
  .footer-index-section h3 {
    font-size: 1.4rem;
  }
  .footer-index-section p {
    font-size: 0.85rem;
  }
}



/* Column 12/12 */
.content .faq-section .col-12{
 padding-left:250px;
 padding-right:250px;
}

@media (max-width:602px){

 /* Column 12/12 */
 .content .faq-section .col-12{
  padding-left:0px;
  padding-right:0px;
 }
 
}


/* Performer name age */
.load-performer-section .tag-section .performer-name-age{
 color:#000000;
}








/* Page background (optional) */
body {
  background-color: #e9ecef; /* Light gray background */
  font-family: 'Open Sans', sans-serif; /* from your Google Fonts link */
}

/* Generic card container */
.card-custom {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden; /* ensures the header’s border-radius is neat */
}

/* Header area */
.card-header-custom {
  padding: 0.75rem 1rem;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #ddd;
}

/* Example heading color classes */
.heading-pink {
  background-color: #e91e63; /* Pink */
}
.heading-gold {
  background-color: #ffc107; /* Gold */
  color: #000;              /* Dark text for contrast */
}
.heading-navy {
  background-color: #0d6efd; /* Bootstrap’s primary (navy) */
}
.heading-purple {
  background-color: #9c27b0; /* Purple */
}

/* Link list styling */
.card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-body li + li {
  margin-top: 0.5rem;
}

.card-body a {
  color: #343a40;
  text-decoration: none;
  transition: color 0.2s ease;
}

.card-body a:hover {
  color: #0d6efd;
}

/* Optional badge spacing */
.badge {
  font-size: 0.75rem;
  vertical-align: middle;
}

/* About section */
.content .about-me-section{
 padding-top:2px !important;
}

/* Live cam section */
.content .live-cam-section{
 padding-bottom:10px;
}

/* Load performer section */
.content .load-performer-section{
 padding-top:10px;
}
