/*
Theme Name: mp3 THEME
Theme URI: https://mp3
Author: Powered By mp3
Author URI: https://wordpress.org/
Description: mp3 is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
*/


:root {
  --sc-orange: #FF5500;
  --sc-orange-hover: #E64A00;
  --sc-dark: #111111;
  --sc-gray-dark: #333333;
  --sc-gray: #999999;
  --sc-gray-light: #CCCCCC;
  --sc-border: #E5E5E5;
  --sc-bg: #F2F2F2;
  --sc-white: #FFFFFF;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.08);
  --shadow-md: 0 2px 8px rgba(0,0,0,0.1);
}

@font-face {
  font-family: 'ReadexPro-Regular';

  src: url('/wp-content/themes/egy4server/webfonts/ReadexPro-Regular.woff2') format('woff2');
	  src: url('/wp-content/themes/egy4server/webfonts/ReadexPro-Regular.woff') format('woff');
  /* Add more font formats if you have them */
  font-weight: normal;
  font-style: normal;
	font-display: swap;
}





header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* menu icon */
@media (max-width: 991.98px) {
  .navbar-toggler {
    order: -1; /* Move the toggler to the left */
    margin-right: auto; /* Push the toggler to the left edge */
    margin-left: 15px; /* Add some space between the toggler and the logo */
  }
  
}


/* end menu icon */

  .bg-main{
    background: var(--sc-orange) !important;
    color: #fff;
    border-radius: 4px;
  }
.bg-gradient{
	background: linear-gradient(135deg, var(--sc-orange) 0%, #FF7700 100%);
}
  .bg-second{
    background: var(--sc-dark) !important;
    color: #fff;
  }
  .text-second{
    color: var(--sc-orange) !important;
  }
  .text-orange{
    color: var(--sc-orange);
  }
  body {
    font-family: 'Alexandria', sans-serif;
    background-color: var(--sc-bg);
    color: var(--sc-gray-dark);
    line-height: 1.5;
  }
  
  * {
    font-family: 'Alexandria', sans-serif;
  }



  .social-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    background: white;
    padding: 5px;
    border: 1px solid blue;
    border-radius: 5px;
  }
  
  .social-icons a {
    display: block;
    margin: auto;
  }

/* carousel */

.carousel-item h1,
.carousel-item h2,
.carousel-item button {
  position: relative;
  z-index: 2;

}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  width: 50px; /* Adjust the width as needed */
  height: 50px; /* Adjust the height as needed */
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the background color as needed */
  left:90%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 30px; /* Adjust the width of the icon as needed */
  height: 30px; /* Adjust the height of the icon as needed */
  margin: 0;
  padding: 0;
}

.carousel-control-prev {
  right: 49px;
}

.carousel-control-next {
  right: 0;
}
.carousel-item img{
  background-repeat: no-repeat;
  width: 1600px;
}

.carousel-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 20px;
  color: #fff;
  z-index: 2;
}

.carousel-content h1 {
      position: absolute;
  right: -612px;
    bottom: 141px;
  font-size: 50px;
  margin-bottom: 10px;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.carousel-content p {
      
    position: absolute;
    bottom: 73px;
    right: -621px;
  font-size: 30px;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* CSS rules for medium-sized screens */
  .carousel-content h1 {
    position: static; /* Remove absolute positioning */
    right: auto; /* Remove right positioning */
    bottom: auto; /* Remove bottom positioning */
    font-size: 24px;

  }
    .carousel-content p {
          position: static; /* Remove absolute positioning */
    right: auto; /* Remove right positioning */
    bottom: auto; /* Remove bottom positioning */
      font-size: 16px;
  }
}
/* Media query for small screens */
@media (max-width: 768px) {
  .carousel-content h1 {
    position: static; /* Remove absolute positioning */
    right: auto; /* Remove right positioning */
    bottom: auto; /* Remove bottom positioning */
    font-size: 24px;
    /* Adj
    ust other styles as needed for smaller screens */

  }
    .carousel-content p {
          position: static; /* Remove absolute positioning */
    right: auto; /* Remove right positioning */
    bottom: auto; /* Remove bottom positioning */
      font-size: 16px;
  }
	
	.carousel-content {
            width: 100%;
            text-align: center;
        }

        .carousel-content h1,
        .carousel-content p {
            width: 300px; /* تحديد العرض بشكل صريح */
            margin: auto;
        }

        .carousel-content img {
            width: 100%;
            height: auto;
        }
	
	
}



/* carousel */

/* image post responsive */


.wp-block-image img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
/* end image post responsive */

/* home page posts pagination */

/* end of home page posts pagination */

/* music home layout */
.music-home > .row {
  display: flex;
  flex-direction: row !important;
}

.music-home .music-section-header {
  border-bottom: 1px solid var(--sc-border);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.music-home .music-section-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--sc-gray-dark);
  text-transform: none;
}

.music-home .music-section-title i {
  color: var(--sc-orange);
}

@media (max-width: 767px) {
  .music-home .music-section-header {
    margin-top: 20px;
  }
}

.btn-primary {
  background-color: var(--sc-orange) !important;
  border-color: var(--sc-orange) !important;
  border-radius: 3px !important;
  font-weight: 400 !important;
  padding: 6px 16px !important;
  font-size: 13px !important;
  transition: background 0.1s ease !important;
}

.btn-primary:hover {
  background-color: var(--sc-orange-hover) !important;
  border-color: var(--sc-orange-hover) !important;
}

.btn-outline-primary {
  color: var(--sc-gray-dark) !important;
  border-color: var(--sc-border) !important;
  border-radius: 3px !important;
  font-weight: 400 !important;
  padding: 6px 16px !important;
  font-size: 13px !important;
  background: var(--sc-white) !important;
}

.btn-outline-primary:hover {
  border-color: var(--sc-gray-light) !important;
  color: var(--sc-dark) !important;
  background: var(--sc-white) !important;
}

.music-card {
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--sc-white);
  border: 1px solid var(--sc-border);
  box-shadow: none;
  transition: all 0.15s ease;
}

.music-card:hover {
  border-color: var(--sc-gray-light);
  box-shadow: var(--shadow-sm);
}

.music-card .card-body {
  padding: 12px;
}

.music-card-img {
  height: 150px;
  object-fit: cover;
  transition: none;
}

.music-card:hover .music-card-img {
  opacity: 0.9;
}

.music-card-img-wrapper {
  position: relative;
  overflow: hidden;
}

.music-card-img-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, rgba(0,0,0,0.3));
  opacity: 0;
  transition: opacity 0.15s ease;
}

.music-card:hover .music-card-img-wrapper::after {
  opacity: 1;
}

.music-card-play {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  background: var(--sc-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.15s ease;
  font-size: 14px;
}

.music-card:hover .music-card-play {
  opacity: 1;
}

.music-card-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 4px;
  color: var(--sc-gray-dark);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

.music-card-title a {
  color: inherit !important;
  text-decoration: none;
}

.music-card-title a:hover {
  color: var(--sc-dark) !important;
  text-decoration: underline;
}

.music-card-meta {
  font-size: 11px;
  color: var(--sc-gray);
  display: flex;
  align-items: center;
  gap: 4px;
}

.music-card-meta i {
  color: var(--sc-gray);
  font-size: 10px;
}

.music-sidebar {
  position: sticky;
  top: 20px;
  background-color: var(--sc-white);
  padding: 16px;
  border-radius: 4px;
  border: 1px solid var(--sc-border);
}

.music-sidebar .music-section-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--sc-gray-dark);
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--sc-border);
  display: flex;
  align-items: center;
  gap: 6px;
}

.music-sidebar .music-section-title i {
  color: var(--sc-orange);
  font-size: 14px;
}

.music-list {
  margin-top: 12px;
}

.music-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--sc-border);
  border-radius: 4px;
  margin: 0 -8px;
  padding: 10px 8px;
  transition: background 0.1s ease;
  text-decoration: none !important;
}

.music-list-item:last-child {
  border-bottom: none;
}

.music-list-item:hover {
  background-color: var(--sc-bg);
}

.music-list-thumb {
  position: relative;
  flex-shrink: 0;
}

.music-list-thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.music-list-thumb::after {
  content: '▶';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--sc-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 8px;
  opacity: 0;
  transition: opacity 0.1s ease;
}

.music-list-item:hover .music-list-thumb::after {
  opacity: 1;
}

.music-list-body {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.music-list-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--sc-gray-dark);
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}

.music-list-item:hover .music-list-title {
  color: var(--sc-dark);
}

.music-list-meta {
  font-size: 11px;
  color: var(--sc-gray);
}

.music-list-meta i {
  color: var(--sc-gray);
  font-size: 10px;
}

@media (max-width: 991.98px) {
  .music-sidebar {
    position: static;
    margin-top: 20px;
  }
}

/* end music home layout */

/* navbar */
.navbar{
  background-color: var(--sc-dark) !important;
  border-bottom: none;
  box-shadow: none;
  padding: 0;
}
.navbar .container {
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar a{
  color: var(--sc-white) !important;
  font-weight: 400;
  font-size: 14px;
}
.navbar a:hover {
  color: var(--sc-orange) !important;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .custom-logo {
  max-height: 28px;
  width: auto !important;
}

/* Search Form in Navbar */
.navbar .form-inline {
  margin-left: auto;
}

.navbar .input-group {
  max-width: 300px;
}

.navbar .form-control {
  background-color: var(--sc-gray-dark);
  border: 1px solid var(--sc-gray);
  color: var(--sc-white);
  border-radius: 3px 0 0 3px;
  font-size: 14px;
  padding: 6px 12px;
}

.navbar .form-control::placeholder {
  color: var(--sc-gray);
  opacity: 1;
}

.navbar .form-control:focus {
  background-color: var(--sc-gray-dark);
  border-color: var(--sc-orange);
  color: var(--sc-white);
  box-shadow: 0 0 0 0.2rem rgba(255, 85, 0, 0.25);
}

.navbar .btn-outline-secondary {
  background-color: var(--sc-orange);
  border-color: var(--sc-orange);
  color: var(--sc-white);
  border-radius: 0 3px 3px 0;
  padding: 6px 12px;
}

.navbar .btn-outline-secondary:hover {
  background-color: var(--sc-orange-hover);
  border-color: var(--sc-orange-hover);
  color: var(--sc-white);
}

@media (max-width: 991.98px) {
  .navbar .form-inline {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  
  .navbar .input-group {
    max-width: 100%;
  }
}

body.ltr{
  direction: ltr !important;
}

body.rtl{
  direction: rtl !important;
}

/* end navbar */

.bg-main.text-white,
.bg-main .text-white {
  color: #fff !important;
}

.theme-footer {
  background-color: var(--sc-dark);
  color: var(--sc-gray);
  border-top: none;
  padding: 20px 0;
  font-size: 12px;
}

.theme-footer a {
  color: var(--sc-gray-light);
  text-decoration: none;
}

.theme-footer a:hover {
  color: var(--sc-orange);
}


/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  margin: 0;
}

.pagination .page-link {
  display: inline-block;
  padding: 8px 16px;
  color: var(--sc-gray-dark);
  text-decoration: none;
  background-color: var(--sc-white);
  border: 1px solid var(--sc-border);
  border-radius: 3px;
  transition: all 0.1s ease;
  margin: 0 2px;
}

.pagination .page-link:hover {
  background-color: var(--sc-bg);
  color: var(--sc-dark);
  border-color: var(--sc-gray-light);
}

.pagination .page-item.active .page-link {
  background-color: var(--sc-orange);
  color: #fff;
  border-color: var(--sc-orange);
}

/* end pagination */


@media (max-width: 767px) {
.counter {
  margin-top: 50px;
}
}

/* cards */
.card {
  background-color: var(--theme-4);
  border: 1px solid var(--theme-2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-10px);
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.card-title {
  font-weight: bold;
}

.card-text {
  font-size: 14px;
}

@media (min-width: 576px) {
  .card {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .card {
    max-width: 600px;
  }
}

/* end cards */

/* location */

.map-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  /* Adjust map size for small screens */
  .map-container {
    padding-top: 75%; /* 4:3 aspect ratio */
  }
}


/* end location */

/*  embdaded video */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 aspect ratio (h/w * 100) */
}

.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* about us */

 /* CSS styles */
 .section-title {
  font-size: 24px;
  font-weight: bold;
}

.section-item {
  margin-bottom: 10px;
  font-size: 18px;
}

.icon {
  margin-right: 10px;
}
/* end about us */

/* contact us */

.wpcf7 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/* Style form elements */
.wpcf7-form {
  max-width: 400px;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  direction: rtl;

}

form.wpcf7-form.sent {
    margin-top: 50px;
}

.wpcf7-form p {
  margin-bottom: 20px;
}

.wpcf7-form label {
  font-weight: bold;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.wpcf7-form input[type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  border: none;
  color: white;
  cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #45a049;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
}
/* end contact us  */


/* Customizing the contact icon */
.contact-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  font-size: 35px;
  background-color: #05a400;
  color: #fff;
  border-radius: 50%;
  width: 75px;
  height:75px;
  text-align: center;
  line-height: 5s0px;
  transition: all 0.3s ease;
}

.contact-icon:hover {
  background-color: #a4d3fc;
  transform: scale(1.1);
}
.contact-icon i{
  margin-top: 19px;
}
/* Customizing the contact icon */


/* Customizing the contact icon */
.contact-icon2 {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  font-size: 35px;
  background-color: #05a400;
  color: #fff;
  border-radius: 50%;
  width: 75px;
  height:75px;
  text-align: center;
  line-height: 5s0px;
  transition: all 0.3s ease;
}

.contact-icon2:hover {
  background-color: #a4d3fc;
  transform: scale(1.1);
}
.contact-icon2 i{
  margin-top: 19px;
}
/* Customizing the contact icon */

/* Plan style */


.card-header h4, .card-header h5 {
    margin: 0;
}

.card ul {
    padding-left: 0;
    list-style: none;
}

.card ul li {
    margin-bottom: 10px;
}

.card ul li i {
    margin-right: 10px;
}

.card button {
    transition: background-color 0.3s ease;
}

.card button:hover {
    background-color: #004085;
}

/* End Plan style */

/* ============================================
   SOUNDCLOUD-STYLE SINGLE PAGE
   ============================================ */

.sc-single-page {
  background: var(--sc-bg);
}

/* Hero Section */
.sc-hero-section {
  position: relative;
  padding: 24px 0;
  overflow: hidden;
  min-height: auto;
}

.sc-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  filter: blur(30px);
  transform: scale(1.1);
  opacity: 0.4;
}

.sc-hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%);
}

.sc-hero-section .container {
  position: relative;
  z-index: 2;
}

.sc-hero-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* Artwork */
.sc-artwork {
  flex-shrink: 0;
}

.sc-artwork-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.sc-artwork-placeholder {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, var(--sc-orange) 0%, #ff7733 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 60px;
}

/* Track Details */
.sc-track-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sc-track-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sc-play-button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--sc-orange);
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.15s ease;
  padding-left: 3px;
}

.sc-play-button:hover {
  background: var(--sc-orange-hover);
  transform: scale(1.05);
}

.sc-play-button.playing {
  background: var(--sc-orange);
}

.sc-track-titles {
  flex: 1;
  min-width: 0;
}

.sc-artist-link {
  display: inline-block;
  color: #ccc;
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 4px;
}

.sc-artist-link:hover {
  color: #fff;
  text-decoration: underline;
}

.sc-track-title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  word-wrap: break-word;
}

.sc-track-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: #999;
}

.sc-track-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sc-genre-tag {
  background: rgba(255,255,255,0.15);
  color: #ccc;
  padding: 3px 10px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 11px;
}

.sc-genre-tag:hover {
  background: rgba(255,255,255,0.25);
  color: #fff;
  text-decoration: none;
}

/* Waveform Player */
.sc-player {
  width: 100%;
}

.sc-waveform-container {
  position: relative;
  height: 60px;
  background: rgba(255,255,255,0.1);
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}

.sc-waveform-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: rgba(255, 85, 0, 0.4);
  pointer-events: none;
  transition: width 0.1s linear;
}

.sc-waveform-bars {
  display: flex;
  align-items: flex-end;
  height: 100%;
  gap: 2px;
  padding: 6px;
}

.sc-bar {
  flex: 1;
  min-width: 2px;
  background: #666;
  border-radius: 1px;
  transition: background 0.1s ease;
}

.sc-waveform-container:hover .sc-bar {
  background: #888;
}

.sc-time-tooltip {
  position: absolute;
  top: -28px;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease;
}

.sc-time-display {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #999;
  margin-top: 6px;
}

/* Actions Bar */
.sc-actions {
  background: var(--sc-white);
  border-bottom: 1px solid var(--sc-border);
  padding: 12px 0;
}

.sc-actions-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.sc-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.sc-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: var(--sc-white);
  border: 1px solid var(--sc-border);
  border-radius: 3px;
  color: var(--sc-gray-dark);
  font-size: 12px;
  cursor: pointer;
  transition: all 0.1s ease;
}

.sc-action-btn:hover {
  border-color: var(--sc-gray-light);
  color: var(--sc-dark);
}

.sc-like-btn:hover,
.sc-like-btn.liked {
  color: var(--sc-orange);
  border-color: var(--sc-orange);
}

.sc-like-btn.liked i {
  color: var(--sc-orange);
}

.sc-download-btn:hover {
  background: var(--sc-orange);
  border-color: var(--sc-orange);
  color: #fff;
}

.sc-stats-row {
  display: flex;
  gap: 16px;
}

.sc-stat-item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--sc-gray);
  font-size: 12px;
}

/* Content Area */
.sc-content-area {
  padding: 24px 0 40px;
}

/* Cards */
.sc-card {
  background: var(--sc-white);
  border: 1px solid var(--sc-border);
  border-radius: 4px;
  margin-bottom: 20px;
}

.sc-card-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--sc-gray-dark);
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid var(--sc-border);
  display: flex;
  align-items: center;
  gap: 8px;
}

.sc-card-title i {
  color: var(--sc-orange);
}

/* Description Card */
.sc-description-card {
  padding: 0;
}

.sc-card-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid var(--sc-border);
}

.sc-user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.sc-user-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sc-user-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--sc-gray-dark);
  text-decoration: none;
}

.sc-user-name:hover {
  color: var(--sc-dark);
  text-decoration: underline;
}

.sc-user-followers {
  font-size: 12px;
  color: var(--sc-gray);
}

.sc-description-content {
  padding: 16px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--sc-gray-dark);
}

.sc-description-content p {
  margin-bottom: 12px;
}

.sc-description-content p:last-child {
  margin-bottom: 0;
}

.sc-description-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.sc-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--sc-border);
}

.sc-tag-item {
  display: inline-block;
  padding: 5px 12px;
  background: var(--sc-bg);
  color: var(--sc-gray-dark);
  font-size: 12px;
  border-radius: 3px;
  text-decoration: none;
}

.sc-tag-item:hover {
  background: var(--sc-border);
  color: var(--sc-dark);
  text-decoration: none;
}

/* Comments Card */
.sc-comments-card .sc-comments-wrapper {
  padding: 16px;
}

/* Related Card */
.sc-related-card {
  padding: 0;
}

.sc-related-tracks {
  padding: 0;
}

.sc-related-track {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--sc-border);
  text-decoration: none;
  transition: background 0.1s ease;
}

.sc-related-track:last-child {
  border-bottom: none;
}

.sc-related-track:hover {
  background: var(--sc-bg);
  text-decoration: none;
}

.sc-related-art {
  position: relative;
  flex-shrink: 0;
}

.sc-related-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
}

.sc-related-art-placeholder {
  width: 50px;
  height: 50px;
  background: var(--sc-border);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sc-gray);
}

.sc-related-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  background: var(--sc-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 9px;
  opacity: 0;
  transition: opacity 0.1s ease;
}

.sc-related-track:hover .sc-related-play-icon {
  opacity: 1;
}

.sc-related-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sc-related-artist {
  font-size: 11px;
  color: var(--sc-gray);
}

.sc-related-title {
  font-size: 13px;
  color: var(--sc-gray-dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sc-related-track:hover .sc-related-title {
  color: var(--sc-dark);
}

/* Responsive */
@media (max-width: 991px) {
  .sc-related-card {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .sc-hero-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .sc-artwork-image,
  .sc-artwork-placeholder {
    width: 160px;
    height: 160px;
  }
  
  .sc-track-header {
    flex-direction: column;
    gap: 12px;
  }
  
  .sc-track-titles {
    text-align: center;
  }
  
  .sc-track-title {
    font-size: 18px;
  }
  
  .sc-track-meta {
    justify-content: center;
  }
  
  .sc-play-button {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  
  .sc-waveform-container {
    height: 50px;
  }
  
  .sc-buttons {
    width: 100%;
    justify-content: center;
  }
  
  .sc-action-btn {
    padding: 8px 12px;
    font-size: 11px;
  }
  
  .sc-stats-row {
    width: 100%;
    justify-content: center;
  }
}

/* RTL Support for Single Page */
body.rtl .sc-hero-wrapper {
  flex-direction: row-reverse;
}

body.rtl .sc-track-header {
  flex-direction: row-reverse;
}

body.rtl .sc-actions-row {
  flex-direction: row-reverse;
}

body.rtl .sc-buttons {
  flex-direction: row-reverse;
}

body.rtl .sc-stats-row {
  flex-direction: row-reverse;
}

body.rtl .sc-track-meta {
  flex-direction: row-reverse;
}

body.rtl .sc-time-display {
  flex-direction: row-reverse;
}

body.rtl .sc-description-content {
  text-align: right;
}

body.rtl .sc-tags-list {
  flex-direction: row-reverse;
}

body.ltr .sc-hero-wrapper {
  flex-direction: row;
}

body.ltr .sc-track-header {
  flex-direction: row;
}

body.ltr .sc-description-content {
  text-align: left;
}

/* Tag Page Styles */
.sc-tag-header {
  background: var(--sc-white);
  border: 1px solid var(--sc-border);
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 24px;
}

.sc-tag-title {
  font-size: 28px;
  font-weight: 400;
  color: var(--sc-gray-dark);
  margin: 0 0 12px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sc-tag-title i {
  color: var(--sc-orange);
  font-size: 24px;
}

.sc-tag-description {
  font-size: 14px;
  color: var(--sc-gray);
  line-height: 1.6;
  margin: 0 0 16px 0;
}

.sc-tag-stats {
  display: flex;
  gap: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--sc-border);
}

.sc-tag-stat-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--sc-gray);
}

.sc-tag-stat-item i {
  color: var(--sc-orange);
}

@media (max-width: 767px) {
  .sc-tag-header {
    padding: 16px;
  }
  
  .sc-tag-title {
    font-size: 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .sc-tag-stats {
    flex-direction: column;
    gap: 12px;
  }
}

/* RTL Support for Tag Page */
body.rtl .sc-tag-title {
  flex-direction: row-reverse;
}

body.rtl .sc-tag-stat-item {
  flex-direction: row-reverse;
}

/* Ensure home page layout is fixed regardless of RTL/LTR */
body.rtl .music-home > .row,
body.ltr .music-home > .row {
  flex-direction: row !important;
}

body.rtl .music-home .col-lg-3.order-lg-2,
body.ltr .music-home .col-lg-3.order-lg-2 {
  order: 2 !important;
}

body.rtl .music-home .col-lg-9.order-lg-1,
body.ltr .music-home .col-lg-9.order-lg-1 {
  order: 1 !important;
}

/* Ensure single page layout is fixed regardless of RTL/LTR */
body.rtl .sc-content-area > .container > .row,
body.ltr .sc-content-area > .container > .row {
  flex-direction: row !important;
}

body.rtl .sc-content-area .col-lg-3.order-lg-2,
body.ltr .sc-content-area .col-lg-3.order-lg-2 {
  order: 2 !important;
}

body.rtl .sc-content-area .col-lg-9.order-lg-1,
body.ltr .sc-content-area .col-lg-9.order-lg-1 {
  order: 1 !important;
}

body.rtl .sc-tag-description {
  text-align: right;
}

body.ltr .sc-tag-description {
  text-align: left;
}

/* End SoundCloud Single Page */
