@charset "utf-8";
/*
Theme Name: هیتصدا
Theme URI: http://tarlanweb.ir
Author: Reza Kianoosh
Author URI: http://rkianoosh.ir
Description: 
Version: 3.0
*/
        /* ===== Reset & Base ===== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,section{display: block;}
body{line-height: 1px;}
ol,ul{list-style: none;}
blockquote,q{quotes: none;}
blockquote:before,blockquote:after,q:before,q:after{content: '';content: none;}
.aligncenter,img.aligncenter{clear: both;display: block;margin-left: auto;margin-right: auto;margin-top: 10px;margin-bottom: 10px;text-align:center;}
.alignright,img.alignright{float: right;margin: 4px 0 0 10px;}
.alignleft,img.alignleft{float: left;margin: 4px 10px 0 0;}
img{max-width: 100%;height: auto;}
table{border-collapse: collapse;border-spacing: 0;}
ul,ul li{list-style-type: none;}
a{text-decoration: none;transition: 0.3s all;-moz-transition:0.3s all;-webkit-transition:0.3s all;}
a:hover{transition: 0.3s all;-moz-transition:0.3s all;-webkit-transition:0.3s all;}
.clear{clear: both;}
strong,b{font-weight: bold;}

@font-face {
  font-family: vazir;
  src: url('fonts/vazirmatn-regular.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;font-display:swap;
}
@font-face {
  font-family: vazir;
  src: url('fonts/vazirmatn-medium.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;font-display:swap;
}
@font-face {
  font-family: vazir;
  src: url('fonts/vazirmatn-bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;font-display:swap;
}
        body {
            font-family: vazir, Tahoma, sans-serif;
            background: #f5f0ec;
            color: #2c1e18;
            line-height: 1.8;
            padding: 0;
            direction: rtl;
        }
        a {
            text-decoration: none;
            color: inherit;
        }
        img {
            max-width: 100%;
            display: block;
        }
        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        /* ===== Header ===== */
        .site-header {
            background: rgba(255, 255, 255, 0.85);
 
            padding: 0.6rem 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            border-bottom: 1px solid rgba(200, 160, 150, 0.15);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
            position: sticky;
            top: 0;
            z-index: 1000;
            min-height: 64px;
            transition: all 0.3s ease;
        }
        .site-header.scrolled {
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
        }
        .site-header .logo img {
            height: 40px;
            width: auto;
            transition: transform 0.3s ease;
        }
        .site-header .logo img:hover {
            transform: scale(1.05);
        }
  


.menu_right{display: flex;align-items: center;}
.menu_right ul{display: flex;
  align-items: center;
  gap: 0.2rem;
  flex-wrap: wrap;}
.menu_right > ul > li > a:active,.menu_right .menu-item-has-children:hover > a{}
.menu_right > ul > li{float: right;position: relative;}
.menu_right > ul > li:last-child{}
.menu_right > ul > li > a{padding: 7px;font-size: 15px;font-weight: normal;display: inline-block;position: relative;}
.menu_right ul li a:hover,.menu_right > ul > li > a:hover,.menu_right > ul > li > a:focus,
.menu_right > ul > li > a:hover:before,.menu_right > ul > li > a:focus:before,.menu_right > ul > li > a:active:before {}
.menu_right .menu-item-has-children::after{content: '';width: 20px;height: 20px;display: block;position: absolute;left: 10px;bottom: 10px;
transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
.menu_right .menu-item-has-children:hover::after{transform: rotate(180deg);-moz-transform: rotate(180deg);color: #1F3357;
transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
.menu_right .menu-item-has-children:hover::after{}
.menu_right ul ul .menu-item-has-children{}
.menu_right > ul > li.menu-item-has-children > a{}
.menu_right > ul > li.menu-item-has-children:hover > a{}
.menu_right .menu-item-has-children:hover,.menu_right .menu-item-has-children:hover > a,.menu_right ul ul .menu-item-has-children:hover > a{border-radius: 5px;}
.menu_right ul ul .menu-item-has-children:hover > a:before{}
.menu_right ul ul .menu-item-has-children::after{position: absolute;width: 20px;height: 20px;left: 10px;}
.menu_right .current-menu-item,.menu_right .current-menu-parent,.menu_right .current-post-parent{}
.menu_right li{position:relative;margin:0px;}
.menu_right li ul.sub-menu{position:absolute;z-index:999999;margin-top: 15px;
display:none;text-align: right;
background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(8px);
            min-width: 200px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
            border-radius: 16px;
            padding: 0.5rem 0;
            border: 1px solid rgba(200, 160, 150, 0.1);
            z-index: 1001;
            animation: fadeDown 0.2s ease;}
.menu_right li ul ul.sub-menu {margin-top: 0;}
.menu_right ul ul li{width: 100%;position: relative;}
.menu_right ul ul li a{width: 100%;position: relative;padding:7px;display: block;font-size: 14px;}
.menu_right ul ul li a:hover{
 background: #f5f0ec;
            color: #c04a3a;
}
.menu_right > ul > li > ul.sub-menu{top:100%;right: 0;}
.menu_right li li ul{top:0px;right:100%;}
.menu_right li a{display: block;}
.menu_right li a::after{display: block;
content: '';
            position: absolute;
            bottom: 0;
            right: 50%;
            width: 0;
            height: 2px;
            background: #c04a3a;
            transition: all 0.3s ease;
            transform: translateX(50%);
}
        .menu_right a:hover::after,
        .menu_right .current-menu-item a::after {
            width: 70%;
        }
        .menu_right a:hover,
        .menu_right .current-menu-item a{
            color: #c04a3a;
        }
        @keyframes fadeDown {
            from { opacity: 0; transform: translateY(-8px); }
            to { opacity: 1; transform: translateY(0); }
        }
.menu_right i{font-size: 18px;display: inline-block;margin-left: 3px;}

.current-menu-item{color: rgb(192, 74, 58);}



        .search-form {
            display: flex;
            align-items: center;
            gap: 4px;
            background: rgba(245, 240, 236, 0.6);
            border-radius: 40px;
            padding: 0.1rem 0.1rem 0.1rem 0.8rem;
            border: 1px solid rgba(200, 160, 150, 0.15);
            transition: 0.3s ease;
            backdrop-filter: blur(4px);
        }
        .search-form:focus-within {
            border-color: #c04a3a;
            background: #ffffff;
            box-shadow: 0 0 0 4px rgba(192, 74, 58, 0.06);
        }
        .search-form input[type="text"] {
            border: none;
            background: transparent;
            padding: 0.3rem 0;
            font-size: 0.85rem;
            outline: none;
            width: 120px;
            font-family: vazir, sans-serif;
            color: #2c1e18;
        }
        .search-form input[type="text"]::placeholder {
            color: #9a8a7a;
        }
        .search-form button {
            background: #c04a3a;
            border: none;
            color: #fff;
            padding: 0.3rem 0.9rem;
            border-radius: 40px;
            font-size: 0.85rem;
            cursor: pointer;
            transition: 0.3s ease;
            font-family: vazir, sans-serif;
            display: flex;
            align-items: center;
            gap: 4px;
        }
        .search-form button:hover {
            background: #a83528;
            transform: scale(1.03);
        }
        .hamburger {
            display: none;
            background: transparent;
            border: none;
            font-size: 1.5rem;
            color: #4a3a32;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
            border-radius: 8px;
            transition: 0.2s;
        }
        .hamburger:hover {
            background: rgba(200, 160, 150, 0.1);
        }
        .mobile-nav {
            display: none;
            width: 100%;
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(8px);
            border-top: 1px solid rgba(200, 160, 150, 0.1);
            padding: 0.8rem 0.5rem 1rem;
            flex-direction: column;
            gap: 0.3rem;
        }
        .mobile-nav.open {
            display: flex;
            animation: fadeDown 0.3s ease;
        }
        .mobile-nav a {
            padding: 0.5rem 1rem;
            border-radius: 12px;
            color: #4a3a32;
            font-size: 0.95rem;
            transition: 0.2s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .mobile-nav a:hover {
            background: rgba(200, 160, 150, 0.08);
            color: #c04a3a;
        }
        .mobile-nav .dropdown-mobile .dropdown-title {
            font-weight: 600;
            color: #2c1e18;
            padding: 0.5rem 1rem;
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
        }
        .mobile-nav .dropdown-mobile .dropdown-items {
            display: none;
            padding-right: 1.5rem;
            flex-direction: column;
            gap: 0.2rem;
        }
        .mobile-nav .dropdown-mobile .dropdown-items.open {
            display: flex;
        }
        .mobile-nav .dropdown-mobile .dropdown-items a {
            padding: 0.3rem 0.8rem;
            font-size: 0.9rem;
        }

.menu-overlay {width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0, 0, 0, 0.6);display: none;z-index: 1700;}
.submenu-toggle,.menu-toggle{display: none;}
.menu-toggle{width: 40px;height: 40px;}
.bar1,.bar2,.bar3{
  width: 30px;
  height: 2px;
  background-color: rgb(74, 58, 50);
  cursor: pointer;
  margin: 7px 0;
  transition: 0.4s;
}
.change .bar1 {transform: translate(0, 11px) rotate(-45deg);}
.change .bar2 {opacity: 0;}
.change .bar3 {transform: translate(0, -11px) rotate(45deg);}



        @media (max-width: 768px) {


.desktop_header{width: 290px;height: 100%;display: block;position: fixed;top: 0;right: -290px;z-index: 1800;background: #fafdfa;
transition: transform 0.3s ease;box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);}
.desktop_header.open{transform: translateX(-290px);}
.menu-toggle{display: block;}

.menu_right{display:flex;flex-direction:column;overflow-y: scroll;}
.menu_right .menu{overflow-y: scroll;}
.menu_right li{width: 100% !important;position: relative;border-bottom: 1px solid #ddd;}
.menu_right ul li ul {display: none;}
.menu_right ul li a{padding:10px 20px !important;border: none;font-size: 16px;}
.menu_right ul ul li a{font-size: 15px;}
.menu_right li ul.sub-menu {width: 100%;position: relative !important;padding: 0;right:0 !important;border-radius: 0;margin-top: 0 !important;box-shadow: none;border: none;}
.menu_right > ul > li > a:active, .menu_right .menu-item-has-children:hover > a,.menu_right ul ul li a,.menu_right ul li a:hover{border: none;}
.submenu-toggle{width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;position: absolute;left: 0;z-index: 99999;
cursor: pointer;float: left;background: #c04a3a;color: #fff;margin:9px;font-size: 20px;}
.submenu-toggle.open{background: #a83528;}
.menu_right ul li a{width: 100%;border-radius: 0 !important;}


.repeat_mxc{margin:0 !important;padding:0 !important;}
.repeat_music{width:100%;display:flex;margin:20px 0;border: 1px solid #ccc;background:#f8f9fb;
border-radius:12px;overflow:hidden;}
.repeat_music_img{width:100%;line-height:0;flex:0 0 35%;}
.repeat_music_table{width:100%;padding:20px;flex:0 0 65%;}
.repeat_music_table table{width:100%;border-radius: 12px;overflow:hidden;
  border-collapse: inherit;
border: 1px solid #ccc;}
.repeat_music_table table tr{}
.repeat_music_table table tr td{padding:5px;}
.repeat_music_table table tr:nth-child(odd){background:#e7e6e6;}
.repeat_music_table table tr audio{width:100%;border-radius:7px;}
.music_c{width:100%;margin-top:10px;line-height:0;}
.sv_dlbox{display:flex;align-items:center;justify-content:center;grid-gap:5px;padding:0 15px;}
.repeat_music_table .music_items_dls{width: 100%;font-size:13px !important;padding:3px 12px !important;display:block;margin:0;}

.buy_music_box{width: 100%;height: auto;clear: both;margin-bottom: 25px;}
.by_music_title{color: #ff3771;font-size: 17px;font-weight: bold;}
.music_price_item{width: 100%;padding:15px;background: #edf5e6;color: #67b930;margin-top: 20px;
border-radius: 50px;}
.music_price_item p{float: right;font-size: 15px;margin: 3px 0 0 0;}
.music_item_orice{float: left;padding: 3px 15px;color: #555;background: #fff;
border-radius: 25px;}
.music_item_orice span{font-size: 18px;color: #67b930;font-weight: bold;}
.music_item_dls{float: left;padding: 3px 15px;color: #fff;background: #67b930;margin-right: 10px;
border-radius: 25px;}
.music_item_dls i{margin-right: 10px;}

/* ====================== Load More Comments ====================== */
.load-more-wrapper {
    margin: 50px 0 30px;
    text-align: center;
}
#load-more-comments {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 220px;
    justify-content: center;
}
#load-more-comments:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(99, 102, 241, 0.4);
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}
#load-more-comments:active {
    transform: translateY(1px);
}
#loading-spinner {
    display: none;
    color: #6366f1;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 15px;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
.spinner {
    width: 22px;
    height: 22px;
    border: 3px solid #e5e7eb;
    border-top: 3px solid #6366f1;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#load-more-comments.loading {
    opacity: 0.85;
    pointer-events: none;
}
            .site-header {
                padding: 0.6rem 1rem;
            }
            .container {
                padding: 0 1rem;
            }
            .site-nav {
                display: none;
            }
            .hamburger {
                display: block;
                order: 2;
            }
            .search-form {
                order: 3;
                width: 100%;
                margin-top: 0.5rem;
            }
            .search-form input[type="text"] {
                width: 100%;
            }
            .mobile-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                padding: 0.5rem 0;
                border-top: 1px solid rgba(200, 160, 150, 0.1);
                margin-top: 0.3rem;
            }
            .mobile-nav.open {
                display: flex;
            }
            .mobile-nav .dropdown-mobile .dropdown-items {
                display: none;
                flex-direction: column;
                padding-right: 1.2rem;
            }
            .mobile-nav .dropdown-mobile .dropdown-items.open {
                display: flex;
            }
            .dropdown-content {
                display: none !important;
            }
            .dropdown:hover .dropdown-content,
            .dropdown.show .dropdown-content {
                display: none !important;
            }
        }





        @media (min-width: 769px) {
            .hamburger {
                display: none !important;
            }
            .mobile-nav {
                display: none !important;
            }
            .site-nav {
                display: flex !important;
            }
            .search-form {
                order: initial;
                width: auto;
                margin-top: 0;
            }
            .search-form input[type="text"] {
                width: 120px;
            }
        }




        /* ===== Footer ===== */
        .site-footer {
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(8px);
            padding: 2rem 2rem;
            margin-top: 2rem;
            border-top: 1px solid rgba(200, 160, 150, 0.1);
            text-align: center;
            color: #4a3a32;
            font-size: 0.85rem;
        }
        .site-footer .ri-copyright-fill{display: inline-block;}
        .site-footer a {
            color: #6a4a3a;
            margin: 0 0.5rem;
            transition: 0.2s;
        }
        .site-footer a:hover {
            color: #c04a3a;
        }

        /* ===== Section Headers ===== */
        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1.5rem;
            flex-wrap: wrap;
            gap: 0.5rem;
        }
        .section-header h2 {
            font-size: 1.6rem;
            font-weight: 700;
            color: #1a120e;
            display: flex;
            align-items: center;
            gap: 10px;
            position: relative;
        }
        .section-header h2::after {
            content: '';
            position: absolute;
            bottom: -4px;
            right: 0;
            width: 40px;
            height: 3px;
            background: linear-gradient(90deg, #c04a3a, transparent);
            border-radius: 4px;
        }
        .section-header h2 i {
            color: #c04a3a;
        }
        .section-header .more-link {
            color: #c04a3a;
            font-weight: 500;
            font-size: 0.9rem;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }
        .section-header .more-link:hover {
            color: #a83528;
            transform: translateX(-4px);
        }

        /* ===== Featured Music ===== */
        .featured-section {
            padding: 2rem 0 1.5rem;
        }
        .featured-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 1rem;
        }
        .featured-item {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(8px);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
            border: 1px solid rgba(200, 160, 150, 0.08);
            transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            cursor: pointer;
        }
        .featured-item:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
            border-color: rgba(192, 74, 58, 0.15);
        }
        .featured-item img {
            width: 100%;
            aspect-ratio: 1/1;
            object-fit: cover;
        }
        .featured-item .info {
            padding: 0.8rem 1rem;
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(4px);
        }
        .featured-item .info strong {
            font-weight: 600;display: block;
            font-size: 0.9rem;
            color: #1a120e;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .featured-item .info span {
            font-size: 0.8rem;display: block;
            color: #7a6a5a;
        }

        .featured-slider {
            display: none;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            gap: 1rem;
            padding: 0.5rem 0;
            -webkit-overflow-scrolling: touch;
        }
        .featured-slider .featured-item {
            flex: 0 0 160px;
            scroll-snap-align: start;
        }

        @media (max-width: 992px) {
            .featured-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        @media (max-width: 768px) {

             .featured-grid {
            display: flex;display: flex;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            gap: 1rem;
            padding: 0.5rem 0;
            -webkit-overflow-scrolling: touch;
        }


            .featured-slider {
                display: flex;
            }
            .featured-slider .featured-item,.featured-grid .featured-item {
                flex: 0 0 140px;
            }
        }
        @media (max-width: 480px) {
            .featured-slider .featured-item,.featured-grid .featured-item {
                flex: 0 0 120px;
            }
            .featured-item .info strong {
                font-size: 0.8rem;
            }
        }

        /* ===== Playlist & Top Tracks ===== */
        .playlist-top-section {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 2rem;
            padding: 2rem 0;
        }
        .playlist-box {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(8px);
            border-radius: 28px;
            padding: 1.8rem 2rem;
            border: 1px solid rgba(200, 160, 150, 0.08);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
            transition: 0.3s ease;
        }
        .playlist-box:hover {
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.05);
        }
        .playlist-box .playlist-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1.2rem;
            flex-wrap: wrap;
            gap: 0.5rem;
        }
        .playlist-box .playlist-header h3 {
            font-weight: 700;
            font-size: 1.2rem;
            color: #1a120e;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .playlist-box .playlist-header h3 i {
            color: #c04a3a;
        }
        .playlist-controls {
            display: flex;
            gap: 0.5rem;
            align-items: center;
        }
        .playlist-controls button {
            background: rgba(245, 240, 236, 0.6);
            border: 1px solid rgba(200, 160, 150, 0.08);
            padding: 0.4rem 1rem;
            border-radius: 40px;
            font-size: 0.8rem;
            color: #4a3a32;
            cursor: pointer;
            transition: 0.3s ease;
            font-family: vazir, sans-serif;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .playlist-controls button:hover {
            background: #c04a3a;
            color: #fff;
            border-color: #c04a3a;
            transform: scale(1.03);
        }
        .playlist-controls .play-all-btn {
            background: #c04a3a;
            color: #fff;
            border-color: #c04a3a;
        }
        .playlist-controls .play-all-btn:hover {
            background: #a83528;
        }

        .playlist-tracks {
            display: flex;
            flex-direction: column;
            gap: 0.3rem;
        }
        .playlist-track {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 0.5rem 0.8rem;
            border-radius: 16px;
            transition: 0.3s ease;
            cursor: pointer;
        }
        .playlist-track:hover {
            background: rgba(200, 160, 150, 0.06);
            transform: translateX(-4px);
        }
        .playlist-track .track-index {
            width: 28px;
            font-size: 0.85rem;
            color: #8a7a6a;
            text-align: center;
            font-weight: 300;
        }
        .playlist-track .track-info {
            flex: 1;
        }
        .playlist-track .track-info .title {
            font-weight: 500;
            color: #1a120e;
            font-size: 0.95rem;
        }
        .playlist-track .track-info .artist {
            font-size: 0.8rem;
            color: #7a6a5a;
        }
        .playlist-track .track-duration {
            font-size: 0.8rem;
            color: #7a6a5a;
        }
        .playlist-track .track-play-btn {
            background: transparent;
            border: none;
            color: #6a5a4a;
            font-size: 1rem;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
            border-radius: 40px;
            transition: 0.3s ease;
        }
        .playlist-track .track-play-btn:hover {
            color: #c04a3a;
            background: rgba(192, 74, 58, 0.06);
        }
        .playlist-track .track-play-btn.playing {
            color: #c04a3a;
        }

        .top-tracks-box {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(8px);
            border-radius: 28px;
            padding: 1.8rem 2rem;
            border: 1px solid rgba(200, 160, 150, 0.08);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
            transition: 0.3s ease;
        }
        .top-tracks-box:hover {
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.05);
        }
        .top-tracks-box h3 {
            font-weight: 700;
            font-size: 1.2rem;
            color: #1a120e;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 1.2rem;
        }
        .top-tracks-box h3 i {
            color: #c04a3a;
        }
        .top-track-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 0.6rem 0;
            border-bottom: 1px solid rgba(200, 160, 150, 0.06);
            transition: 0.2s ease;
        }
        .top-track-item:last-child {
            border-bottom: none;
        }
        .top-track-item:hover {
            padding-right: 4px;
        }
        .top-track-item .rank {
            font-weight: 700;
            color: #c04a3a;
            font-size: 0.9rem;
            width: 24px;
        }
        .top-track-item .info {
            flex: 1;
        }
        .top-track-item .info .title {
            font-weight: 500;
            color: #1a120e;
            font-size: 0.9rem;
        }
        .top-track-item .info .artist {
            font-size: 0.78rem;
            color: #7a6a5a;
        }
        .top-track-item .plays {
            font-size: 0.75rem;
            color: #9a8a7a;
        }

        @media (max-width: 992px) {
            .playlist-top-section {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 768px) {
            .playlist-box {
                padding: 1.2rem 1rem;
            }
            .top-tracks-box {
                padding: 1.2rem 1rem;
            }
            .playlist-track {
                padding: 0.4rem 0.5rem;
                gap: 0.6rem;
            }
            .playlist-track .track-info .title {
                font-size: 0.85rem;
            }
        }

        /* ===== Info Grid (3 ستون مینیمال با تم جدید) ===== */
        .info-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            padding: 2rem 0;
        }
        .info-card {
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(8px);
            border-radius: 24px;
            padding: 1.8rem 2rem;
            border: 1px solid rgba(200, 160, 150, 0.06);
            text-align: center;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
            transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        .info-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(192, 74, 58, 0.02), transparent);
            opacity: 0;
            transition: 0.4s ease;
        }
        .info-card:hover::before {
            opacity: 1;
        }
        .info-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
            border-color: rgba(192, 74, 58, 0.08);
        }
        .info-card .icon {
            font-size: 2.2rem;
            margin-bottom: 0.5rem;
            display: block;
            position: relative;
            z-index: 1;
        }
        .info-card .icon .ri-music-2-fill { color: #c04a3a; }
        .info-card .icon .ri-alert-fill { color: #d4a017; }
        .info-card .icon .ri-telegram-2-line { color: #1a8bb0; }

        .info-card h3 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #1a120e;
            margin-bottom: 0.3rem;
            position: relative;
            z-index: 1;
        }
        .info-card p {
            font-size: 0.92rem;
            color: #4a3a32;
            line-height: 1.9;
            max-width: 400px;
            position: relative;
            z-index: 1;
        }
        .info-card p strong {
            color: #c04a3a;
        }

        .info-card.alert {
            background: rgba(255, 248, 231, 0.7);
            border-color: rgba(240, 220, 168, 0.2);
        }
        .info-card.alert .icon .fa-exclamation-triangle {
            color: #d4a017;
        }
        .info-card.alert p strong {
            color: #b8860b;
        }

        .info-card.telegram {
            background: rgba(232, 244, 248, 0.6);
            border-color: rgba(184, 216, 232, 0.15);
        }
        .info-card.telegram .icon i {
            color: #1a8bb0;
        }
        .info-card.telegram .telegram-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(135deg, #1a8bb0, #0f6c8a);
            color: #fff;
            padding: 0.5rem 2rem;
            border-radius: 60px;
            font-weight: 600;
            font-size: 0.9rem;
            margin-top: 0.5rem;
            transition: 0.3s ease;
            border: none;
            cursor: pointer;
            font-family: vazir, sans-serif;
            text-decoration: none;
            box-shadow: 0 4px 16px rgba(26, 139, 176, 0.15);
            position: relative;
            z-index: 1;
        }
        .info-card.telegram .telegram-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 30px rgba(26, 139, 176, 0.25);
        }

        @media (max-width: 992px) {
            .info-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 768px) {
            .info-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
                padding: 1.5rem 0;
            }
            .info-card {
                padding: 1.2rem 1rem;
            }
            .info-card h3 {
                font-size: 1rem;
            }
            .info-card p {
                font-size: 0.85rem;
            }
            .info-card .icon {
                font-size: 1.6rem;
            }
            .info-card.telegram .telegram-btn {
                font-size: 0.8rem;
                padding: 0.3rem 1.2rem;
            }
        }

        /* ===== Categories ===== */
        .categories-section {
            padding: 2rem 0;
        }
        .categories-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            justify-content: center;
        }
        .categories-grid a {
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(4px);
            padding: 0.5rem 1.8rem;
            border-radius: 60px;
            font-size: 0.95rem;
            color: #4a3a32;
            border: 1px solid rgba(200, 160, 150, 0.08);
            transition: 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
        }
        .categories-grid a:hover {
            background: #c04a3a;
            color: #fff;
            border-color: #c04a3a;
            transform: translateY(-3px);
            box-shadow: 0 8px 24px rgba(192, 74, 58, 0.15);
        }
        .categories-grid a i{
            color: #c04a3a;
            transition: 0.3s ease;
        }
        .categories-grid a:hover i {
            color: #fff;
        }
        .categories-grid a::before{
            content: "\edfc";
            font-family: 'remixicon' !important;
            color: #c04a3a;
            transition: 0.3s ease;
        }
        .categories-grid a::before:hover{
            color: #fff;
        }
        /* ===== Artists / DJs ===== */
        .artists-section,
        .djs-section {
            padding: 2rem 0;
        }
        .artists-grid,
        .djs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
            gap: 1.5rem;
        }
        .artist-card,
        .dj-card {
            text-align: center;
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(4px);
            border-radius: 24px;
            padding: 1.5rem 1rem;
            border: 1px solid rgba(200, 160, 150, 0.06);
            transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
        }
        .artist-card:hover,
        .dj-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
            border-color: rgba(192, 74, 58, 0.08);
        }
        .artist-card img,
        .dj-card img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 0.8rem;
            border: 3px solid rgba(200, 160, 150, 0.1);
            transition: 0.3s ease;
        }
        .artist-card:hover img,
        .dj-card:hover img {
            border-color: #c04a3a;
            transform: scale(1.05);
        }
        .artist-card .name,
        .dj-card .name {
            font-weight: 600;
            color: #1a120e;
            font-size: 0.95rem;
        }
        .artist-card .count,
        .dj-card .count {
            font-size: 0.78rem;
            color: #7a6a5a;
        }
        @media (max-width: 480px) {
            .artists-grid,
            .djs-grid {
                grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
                gap: 1rem;
            }
            .artist-card img,
            .dj-card img {
                width: 80px;
                height: 80px;
            }
            .artist-card .name,
            .dj-card .name {
                font-size: 0.85rem;
            }
        }

        /* ===== Category Music Sections ===== */
        .category-music-section {
            padding: 2rem 0;
        }
        .category-music-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.2rem;
        }
        .category-music-item {
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(4px);
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid rgba(200, 160, 150, 0.06);
            transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
        }
        .category-music-item:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
            border-color: rgba(192, 74, 58, 0.08);
        }
        .category-music-item img {
            width: 100%;
            aspect-ratio: 1/1;
            object-fit: cover;
        }
        .category-music-item .info {
            padding: 0.7rem 1rem;
            background: rgba(255, 255, 255, 0.5);
        }
        .category-music-item .info .title ,.category-music-item .info strong{
            font-weight: 600;
            font-size: 0.9rem;
            color: #1a120e;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
        }
        .category-music-item .info .artist ,.category-music-item .info span{
            font-size: 0.78rem;
            color: #7a6a5a;
        }
        @media (max-width: 992px) {
            .category-music-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 480px) {
            .category-music-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 0.8rem;
            }
            .category-music-item .info .title ,.category-music-item .info strong{
                font-size: 0.8rem;
            }
        }

        /* ===== Utility ===== */
        .section-divider {
            border: none;
            border-top: 1px solid rgba(200, 160, 150, 0.08);
            margin: 0.5rem auto;
        }
        .text-center {
            text-align: center;
        }

        @media (max-width:768px) {
            body {
                overflow-x: hidden;
            }
            .site-header {
                gap: .5rem;
            }
            .logo img {
                height: 34px;
            }
            .section-header {
                align-items: flex-start;
            }
            .section-header h2 {
                font-size: 1.15rem;
            }
            .playlist-header {
                flex-direction: column;
                align-items: stretch;
            }
            .playlist-controls button {
                width: 100%;
                justify-content: center;
            }
            .categories-grid a {
                flex: 1 1 calc(50% - .8rem);
                justify-content: center;
                padding: .7rem;
            }
            .playlist-track {
                flex-wrap: wrap;
            }
            .track-duration {
                order: 3;
                width: 100%;
                padding-right: 2.2rem;
            }
        }

        /* انیمیشن ورود */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .music-card,
        .featured-section,
        .playlist-top-section,
        .info-grid,
        .categories-section,
        .artists-section,
        .djs-section,
        .category-music-section {
            animation: fadeInUp 0.8s ease forwards;
        }
        .featured-section { animation-delay: 0.05s; }
        .playlist-top-section { animation-delay: 0.1s; }
        .info-grid { animation-delay: 0.15s; }
        .categories-section { animation-delay: 0.2s; }
        .artists-section { animation-delay: 0.25s; }
        .djs-section { animation-delay: 0.3s; }
        .category-music-section { animation-delay: 0.35s; }
      /* ===== Pagination ===== */
        .pagination {
            display: flex;
            justify-content: center;
            gap: 0.5rem;
            padding: 2rem 0 1.5rem;
            flex-wrap: wrap;
        }
        .pagination a,
        .pagination span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 40px;
            height: 40px;
            padding: 0 0.8rem;
            border-radius: 40px;
            background: #ffffff;
            border: 1px solid #e8ddd5;
            color: #4a3a32;
            font-size: 0.9rem;
            font-weight: 500;
            transition: 0.2s;
        }
        .pagination a:hover {
            background: #f5f0ec;
            border-color: #c04a3a;
            color: #c04a3a;
        }
        .pagination .current {
            background: #c04a3a;
            color: #fff;
            border-color: #c04a3a;
        }
        .pagination .dots {
            border: none;
            background: transparent;
            color: #7a6a5a;
        }

        /* ===== SEO Description ===== */
        .seo-category {
            background: #ffffff;
            border-radius: 24px;
            padding: 1.8rem 2rem;
            margin: 1.5rem 0 2rem;
            border: 1px solid #f0ece8;
        }
        .seo-category h2 {
            color: #1a120e;
            font-weight: 700;
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
        }
        .seo-category p {
            color: #3a2a22;
            line-height: 2;
            font-size: 0.95rem;
        }
     /* ===== Archive Grid ===== */
        .archive-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
            padding: 1.5rem 0;
        }
        .archive-item {
            background: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid #f0ece8;
            transition: 0.3s;
            cursor: pointer;
        }
        .archive-item:hover {
            transform: translateY(-6px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
        }
        .archive-item img {
            width: 100%;
            aspect-ratio: 1/1;
            object-fit: cover;
        }
        .archive-item .info {
            padding: 0.8rem 1rem;
        }
        .archive-item .info .title {
            font-weight: 600;
            font-size: 0.95rem;
            color: #1a120e;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .archive-item .info .artist {
            font-size: 0.82rem;
            color: #7a6a5a;
        }
        .archive-item .info .meta {
            font-size: 0.75rem;
            color: #9a8a7a;
            margin-top: 0.3rem;
            display: flex;
            gap: 0.8rem;
            align-items: center;
        }
        .archive-item .info .meta i {
            color: #c04a3a;
            margin-left: 3px;
            display: inline-block;
        }

        @media (max-width: 1024px) {
            .archive-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        @media (max-width: 768px) {
            .archive-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }

        }
        @media (max-width: 480px) {
            .archive-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 0.8rem;
            }
            .archive-item .info .title {
                font-size: 0.85rem;
            }
            .archive-item .info .artist {
                font-size: 0.75rem;
            }
            .category-header h1 {
                font-size: 1.5rem;
            }
        }
    /* ===== Breadcrumb ===== */
        .breadcrumb-wrap {
            max-width: 1400px;
            margin: 0.8rem auto 0.2rem;
            padding: 0 1.5rem;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            font-size: 0.85rem;
            color: #7a6a5a;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin: 0 6px;
            color: #c04a3a;
        }
        .breadcrumb a {
            color: #8a6a5a;
            transition: 0.2s;
        }
        .breadcrumb a:hover {
            color: #c04a3a;
        }
        .breadcrumb .current {
            color: #c04a3a;
            font-weight: 500;
        }



        /* ===== Main Container ===== */
        .main-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 1rem 1.5rem 2rem;
            display: flex;
            gap: 2rem;
            align-items: flex-start;
        }

        /* ===== Main Content ===== */
        .main-content {
            flex: 1;
            min-width: 0;
        }

        /* ===== Sidebar ===== */
        .sidebar {
            width: 280px;
            flex-shrink: 0;
            background: #ffffff;
            border-radius: 28px;
            padding: 1.8rem 1.5rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
            border: 1px solid #eee8e4;
            position: sticky;
            top: 90px;
        }
        .sidebar .widget {
            margin-bottom: 2rem;
        }
        .sidebar .widget:last-child {
            margin-bottom: 0;
        }
        .sidebar .widget-title {
            font-weight: 700;
            font-size: 1rem;
            color: #2c1e18;
            border-bottom: 2px solid #e8ddd5;
            padding-bottom: 0.5rem;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .sidebar .widget-title i {
            color: #c04a3a;
        }
        .popular-list {
            list-style: none;
        }
        .popular-list li {
            padding: 0.5rem 0;
            border-bottom: 1px solid #f0ece8;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .popular-list li:last-child {
            border-bottom: none;
        }
        .popular-list li a {
            color: #3a2a22;
            font-size: 0.92rem;
            transition: 0.2s;
            flex: 1;
        }
        .popular-list li a:hover {
            color: #c04a3a;
        }
        .popular-list li .badge {
            background: #c04a3a;
            color: #fff;
            font-size: 0.65rem;
            padding: 0.05rem 0.6rem;
            border-radius: 30px;
            font-weight: 600;
        }
        .tag-cloud {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
        }
        .tag-cloud a {
            background: #f5f0ec;
            padding: 0.15rem 1rem;
            border-radius: 40px;
            font-size: 0.8rem;
            color: #4a3a32;
            border: 1px solid #e8ddd5;
            transition: 0.2s;
        }
        .tag-cloud a:hover {
            background: #c04a3a;
            color: #fff;
            border-color: #c04a3a;
        }
        .singer-list {
            list-style: none;
        }
        .singer-list li {
            padding: 0.35rem 0;
            border-bottom: 1px solid #f0ece8;
        }
        .singer-list li:last-child {
            border-bottom: none;
        }
        .singer-list li a {
            color: #3a2a22;
            font-size: 0.92rem;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: 0.2s;
        }
        .singer-list li a i {
            color: #c04a3a;
            width: 20px;
        }
        .singer-list li a:hover {
            color: #c04a3a;
            padding-right: 4px;
        }
        .singer-list li a::before{
            content: "\f264";
            font-family: 'remixicon' !important;
            color: #c04a3a;
            width: 20px;
        }
        /* ===== Music Card ===== */
        .music-card {
            background: #ffffff;
            border-radius: 32px;
            padding: 2rem 2.2rem;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
            border: 1px solid #eee8e4;
        }

        /* ===== Music Detail Box ===== */
        .music-detail-box {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            margin-bottom: 2rem;
            padding-bottom: 2rem;
            border-bottom: 1px solid #f0ece8;
        }
        .music-cover {
            flex: 0 0 220px;
            width: 220px;
            height: 220px;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
            border: 2px solid #f0ece8;
            background: #f5f0ec;
        }
        .music-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .music-meta {
            flex: 1;
            min-width: 240px;
        }
        .music-meta h1 {
            font-size: 2.2rem;
            font-weight: 700;
            color: #1a120e;
            margin-bottom: 0.2rem;
        }
        .music-meta .artist-name {
            font-size: 1.15rem;
            color: #6a4a3a;
            margin-bottom: 0.8rem;
        }
        .music-meta .artist-name i {
            color: #c04a3a;
            margin-left: 6px;
            display: inline-block;
        }
        .music-meta .meta-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
            gap: 0.5rem 1.5rem;
            margin: 0.8rem 0 1rem;
        }
        .music-meta .meta-item {
            font-size: 0.92rem;
            color: #4a3a32;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .music-meta .meta-item i {
            color: #c04a3a;
            width: 20px;
            text-align: center;
            font-size: 1rem;
        }
        .music-meta .meta-item strong {
            color: #1a120e;
            font-weight: 600;
            margin-left: 4px;
        }
        .music-meta .description {
            background: #fcf8f5;
            padding: 0.9rem 1.2rem;
            border-radius: 16px;
            border-right: 3px solid #c04a3a;
            margin: 0.8rem 0;
            color: #3a2a22;
            font-size: 0.95rem;
        }
        .music-meta .description i {
            color: #c04a3a;
            margin-left: 8px;
        }
        .music-meta .copyright-note {
            font-size: 0.82rem;
            color: #7a6a5a;
            margin-top: 0.4rem;
        }
        .music-meta .copyright-note i {
            color: #c04a3a;
            margin-left: 6px;
        }
        .music-meta .copyright-note a {
            color: #b06a5a;
            border-bottom: 1px dashed #c04a3a;
        }
        .music-meta .copyright-note a:hover {
            color: #c04a3a;
        }

        /* ===== Professional Player ===== */
        .player-section {
            background: #fcf8f5;
            border-radius: 28px;
            padding: 1.5rem 2rem;
            margin-bottom: 2rem;
            border: 1px solid #f0ece8;
        }
        .player-wrapper {
            display: flex;
            flex-direction: column;
            gap: 0.6rem;
        }
        .player-top {
            display: flex;
            align-items: center;
            gap: 1.2rem;
            flex-wrap: wrap;
        }
        .player-top .play-btn {
            background: #c04a3a;
            border: none;
            color: #fff;
            width: 52px;
            height: 52px;
            border-radius: 50%;
            font-size: 1.4rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: 0.2s;
            box-shadow: 0 4px 16px rgba(192, 74, 58, 0.15);
            flex-shrink: 0;
        }
        .player-top .play-btn:hover {
            background: #a83528;
            transform: scale(1.04);
        }
        .player-top .time-display {
            font-size: 0.9rem;
            color: #4a3a32;
            font-feature-settings: "tnum";
            min-width: 100px;
            display: flex;
            gap: 4px;
            font-weight: 500;
        }
        .player-progress {
            flex: 1;
            min-width: 120px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .player-progress input[type="range"] {
            -webkit-appearance: none;
            appearance: none;
            width: 100%;
            height: 6px;
            border-radius: 10px;
            background: #e0d6ce;
            outline: none;
            transition: 0.2s;
        }
        .player-progress input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #c04a3a;
            cursor: pointer;
            box-shadow: 0 2px 10px rgba(192, 74, 58, 0.2);
            border: 3px solid #fff;
        }
        .player-progress input[type="range"]::-moz-range-thumb {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #c04a3a;
            cursor: pointer;
            border: 3px solid #fff;
        }
        .player-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem;
            margin-top: 0.2rem;
        }
        .player-bottom .player-volume {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .player-bottom .player-volume i {
            color: #6a5a4a;
            font-size: 1rem;
        }
        .player-bottom .player-volume input[type="range"] {
            width: 90px;
            height: 4px;
            border-radius: 10px;
            background: #e0d6ce;
            outline: none;
        }
        .player-bottom .player-volume input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #c04a3a;
            cursor: pointer;
        }
        .player-bottom .player-volume input[type="range"]::-moz-range-thumb {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #c04a3a;
            cursor: pointer;
        }
        .player-bottom .quality-badge {
            font-size: 0.75rem;
            color: #7a6a5a;
            background: #f0ece8;
            padding: 0.15rem 1rem;
            border-radius: 30px;
        }

        /* ===== Playlist Player ===== */
        .playlist-player {
            background: #fcf8f5;
            border-radius: 60px;
            padding: 0.6rem 1.5rem;
            margin-bottom: 1.2rem;
            display: flex;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
            border: 1px solid #f0ece8;
        }
        .playlist-player .now-playing {
            flex: 1;
            min-width: 120px;
            font-size: 0.9rem;
            color: #4a3a32;
        }
        .playlist-player .now-playing strong {
            color: #1a120e;
        }
        .playlist-player .controls {
            display: flex;
            gap: 0.4rem;
            align-items: center;
        }
        .playlist-player .controls button {
            background: transparent;
            border: none;
            color: #6a5a4a;
            font-size: 1.1rem;
            cursor: pointer;
            padding: 0.3rem 0.6rem;
            border-radius: 40px;
            transition: 0.2s;
        }
        .playlist-player .controls button:hover {
            color: #c04a3a;
            background: rgba(192, 74, 58, 0.05);
        }
        .playlist-player .controls .play-btn-sm {
            background: #c04a3a;
            color: #fff;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.9rem;
        }
        .playlist-player .controls .play-btn-sm:hover {
            background: #a83528;
            color: #fff;
        }

        /* ===== Playlist ===== */
        .playlist-section {
            margin: 2rem 0 1.5rem;
        }
        .playlist-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1rem;
            flex-wrap: wrap;
            gap: 0.5rem;
        }
        .playlist-header h3 {
            font-weight: 700;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #1a120e;
        }
        .playlist-header h3 i {
            color: #c04a3a;
        }
        .playlist-header .count-badge {
            background: #f5f0ec;
            padding: 0.15rem 1.2rem;
            border-radius: 40px;
            font-size: 0.75rem;
            color: #4a3a32;
            border: 1px solid #e8ddd5;
        }
        .playlist-header .count-badge i{display: inline-block;}
        .playlist-grid {
            display: flex;
            flex-direction: column;
            gap: 0.3rem;
        }
        .track-item {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.6rem 1rem;
            background: #fcfaf8;
            padding: 0.6rem 1.2rem;
            border-radius: 60px;
            transition: 0.2s;
            border: 1px solid transparent;
            cursor: pointer;
        }
        .track-item:hover {
            background: #f5f0ec;
            border-color: #e8ddd5;
        }
        .track-item.active {
            background: #fcf0ec;
            border-color: #c04a3a;
        }
        .track-number {
            width: 26px;
            font-weight: 300;
            color: #8a7a6a;
            font-size: 0.85rem;
            text-align: center;
        }
        .track-info {
            flex: 2;
            min-width: 140px;
        }
        .track-info .title {
            font-weight: 500;
            color: #1a120e;
            font-size: 0.95rem;
        }
        .track-info .artist-name {
            font-size: 0.78rem;
            color: #7a6a5a;
            margin-right: 0.5rem;
        }
        .track-duration {
            color: #7a6a5a;
            font-size: 0.8rem;
        }
        .track-actions {
            display: flex;
            gap: 0.3rem;
            flex-wrap: wrap;
        }
        .btn-download-sm {
            background: rgba(192, 74, 58, 0.05);
            border: 1px solid #e8ddd5;
            color: #2c1e18;
            padding: 0.2rem 0.9rem;
            border-radius: 60px;
            font-size: 0.7rem;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            cursor: pointer;
            transition: 0.2s;
        }
        .btn-download-sm:hover {
            background: #c04a3a;
            color: #fff;
            border-color: #c04a3a;
        }
        .btn-download-sm:hover i {
            color: #fff;
        }
        .btn-download-sm i {
            color: #c04a3a;
            font-size: 0.7rem;
        }
        .btn-play-sm {
            background: transparent;
            border: none;
            color: #6a5a4a;
            font-size: 0.95rem;
            padding: 0.15rem 0.5rem;
            border-radius: 40px;
            cursor: pointer;
            transition: 0.2s;
        }
        .btn-play-sm:hover {
            color: #c04a3a;
            background: rgba(192, 74, 58, 0.05);
        }

        /* ===== Interaction Bar ===== */
        .interaction-bar {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1.2rem 2rem;
            margin: 1.2rem 0 1.8rem;
            padding: 0.6rem 0;
            border-top: 1px solid #f0ece8;
            border-bottom: 1px solid #f0ece8;
        }
        .like-dislike {
            display: flex;
            gap: 1.2rem;
        }
        .like-dislike button {font-family: vazir, Tahoma;
            background: transparent;
            border: none;
            color: #6a5a4a;
            font-size: 1.1rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 6px;
            transition: 0.2s;
            padding: 0.15rem 0.8rem;
            border-radius: 30px;
        }
        .like-dislike button:hover {
            color: #c04a3a;
            background: rgba(192, 74, 58, 0.04);
        }
        .like-dislike .like-btn.active {
            color: #4caf50;
        }
        .like-dislike .dislike-btn.active {
            color: #f44336;
        }
        .star-rating {
            display: flex;
            gap: 4px;
            align-items: center;
        }
        .star-rating .star {
            font-size: 1.5rem;
            color: #d4c8c0;
            cursor: pointer;
            transition: 0.2s;
        }
        .star-rating .star.active {
            color: #f5b342;
        }
        .star-rating .star:hover {
            transform: scale(1.1);
        }
        /* دکمه‌های اشتراک‌گذاری */
        .share-buttons {
            display: flex;
            gap: 0.6rem;
            align-items: center;
        }
        .share-buttons a {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            padding: 0.2rem 0.8rem;
            border-radius: 40px;
            font-size: 0.85rem;
            font-weight: 500;
            transition: 0.2s;
            color: #fff;
            text-decoration: none;
            border: none;
            cursor: pointer;
        }
        .share-buttons .telegram-share {
            background: #1a8bb0;
        }
        .share-buttons .telegram-share:hover {
            background: #0f6c8a;
            transform: scale(1.05);
        }
        .share-buttons .whatsapp-share {
            background: #25d366;
        }
        .share-buttons .whatsapp-share:hover {
            background: #1da851;
            transform: scale(1.05);
        }
        .update-date {
            color: #7a6a5a;
            font-size: 0.85rem;
            margin-right: auto;
        }

        /* ===== Download Box (جذاب‌تر) ===== */
        .download-box {
            background: #fcf8f5;
            border-radius: 24px;
            padding: 1.5rem 2rem;
            margin-bottom: 2rem;
            border: 1px solid #f0ece8;
        }
        .download-box h3 {
            font-weight: 700;
            color: #1a120e;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 1.1rem;
        }
        .download-box h3 i {
            color: #c04a3a;
        }
        .download-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 0.7rem 1rem;
            align-items: center;
        }
        .btn-down {min-height: 48px;
            padding: 0.6rem 1.6rem;
            border-radius: 60px;
            font-size: 0.9rem;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            transition: 0.3s;
            border: none;
            text-decoration: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
        }
        .btn-down i {
            font-size: 1rem;
        }
        /* کیفیت ۱۲۸ */
        .btn-down.quality-128 {
            background: linear-gradient(135deg, #4a6fa5, #2b4a7a);
            color: #fff;
        }
        .btn-down.quality-128:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 8px 24px rgba(42, 74, 122, 0.3);
        }
        /* کیفیت ۳۲۰ */
        .btn-down.quality-320 {
            background: linear-gradient(135deg, #c04a3a, #8a2a1a);
            color: #fff;
        }
        .btn-down.quality-320:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 8px 24px rgba(192, 74, 58, 0.35);
        }
        /* ZIP */
        .btn-down.zip-btn {font-family: 'Vazir', sans-serif;
            background: linear-gradient(135deg, #f5b342, #e07b2a);
            color: #1a120e;
        }
        .btn-down.zip-btn:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 8px 24px rgba(224, 123, 42, 0.35);
        }
        /* آلبوم ۱۲۸ */
        .btn-down.album-128 {
            background: linear-gradient(135deg, #6c8c9c, #3d5a6a);
            color: #fff;
        }
        .btn-down.album-128:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 8px 24px rgba(61, 90, 106, 0.3);
        }
        /* آلبوم ۳۲۰ */
        .btn-down.album-320 {
            background: linear-gradient(135deg, #a86a5a, #7a4a3a);
            color: #fff;
        }
        .btn-down.album-320:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 8px 24px rgba(122, 74, 58, 0.3);
        }

        /* ===== Telegram Widget (مینیمال و فشرده) ===== */
        .telegram-widget {
            background: linear-gradient(135deg, #1a8bb0 0%, #0f6c8a 100%);
            border-radius: 16px;
            padding: 0.7rem 1.2rem;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.5rem 1rem;
            margin-bottom: 2rem;
            border: 1px solid rgba(255,255,255,0.08);
            box-shadow: 0 2px 12px rgba(26, 139, 176, 0.12);
            min-height: 52px;
        }
        .telegram-widget .left {
            display: flex;
            align-items: center;
            gap: 0.8rem;
        }
        .telegram-widget .icon {
            font-size: 1.6rem;
            line-height: 1;
            color: #fff;
            opacity: 0.9;
        }
        .telegram-widget .text {
            font-size: 0.9rem;
            font-weight: 500;
            line-height: 1.4;
        }
        .telegram-widget .text strong {
            font-weight: 700;
        }
        .telegram-widget .join-btn {
            background: #fff;
            color: #1a8bb0;
            padding: 0.25rem 1.2rem;
            border-radius: 60px;
            font-weight: 600;
            font-size: 0.85rem;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: 0.2s;
            border: none;
            cursor: pointer;
            font-family: 'Vazir', sans-serif;
            text-decoration: none;
            flex-shrink: 0;
            white-space: nowrap;
        }
        .telegram-widget .join-btn:hover {
            transform: scale(1.04);
            background: #f0f8ff;
        }

        /* ===== SEO Description ===== */
        .seo-description {
            margin: 2rem 0 1.5rem;
            padding: 1.8rem 2rem;
            background: #ffffff;
            border-radius: 24px;
            border: 1px solid #f0ece8;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
        }
        .seo-description h3 {
            color: #1a120e;
            font-weight: 700;
            margin-bottom: 0.6rem;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.1rem;
        }
        .seo-description h3 i {
            color: #c04a3a;
        }
        .seo-description p {
            color: #3a2a22;
            line-height: 2;
            font-size: 0.95rem;
        }
        .seo-tags {
            margin-top: 1rem;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
        }
        .seo-tags a {
            background: #f5f0ec;
            padding: 0.1rem 1.1rem;
            border-radius: 40px;
            font-size: 0.8rem;
            color: #4a3a32;
            border: 1px solid #e8ddd5;
            transition: 0.2s;
        }
        .seo-tags a:hover {
            background: #c04a3a;
            color: #fff;
            border-color: #c04a3a;
        }

        /* ===== Comments ===== */
        .comment-section {
            margin-top: 2rem;
            padding-top: 2rem;
            border-top: 1px solid #f0ece8;
        }
        .comment-section h4 {
            color: #1a120e;
            font-weight: 700;
            margin-bottom: 1.2rem;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.1rem;
        }
        .comment-section h4 i {
            color: #c04a3a;
        }
        .comment-list {
            margin-bottom: 1.8rem;
        }
        .comment-item {
            display: flex;
            gap: 1rem;
            padding: 1rem 0;
            border-bottom: 1px solid #f5f0ec;
        }
        .comment-item:last-child {
            border-bottom: none;
        }
        .comment-item .avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #f0ece8;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #c04a3a;
            font-size: 1.2rem;
            flex-shrink: 0;
        }
        .comment-item .comment-body {
            flex: 1;
        }
        .comment-item .comment-body .comment-author {
            font-weight: 600;
            color: #1a120e;
            font-size: 0.95rem;
        }
        .comment-item .comment-body .comment-meta {
            font-size: 0.75rem;
            color: #9a8a7a;
            margin-right: 0.5rem;
        }
        .comment-item .comment-body .comment-text {
            color: #3a2a22;
            font-size: 0.92rem;
            margin-top: 0.2rem;
        }
        .comment-form .form-group {
            margin-bottom: 1rem;
        }
        .comment-form label {
            display: block;
            font-weight: 500;
            color: #4a3a32;
            margin-bottom: 0.2rem;
            font-size: 0.85rem;
        }
        .comment-form input,
        .comment-form textarea {
            width: 100%;
            padding: 0.6rem 1rem;
            border-radius: 14px;
            border: 1px solid #e8ddd5;
            background: #fcfaf8;
            font-size: 0.92rem;
            transition: 0.2s;
            color: #2c1e18;
            font-family: 'Vazir', sans-serif;
        }
        .comment-form input:focus,
        .comment-form textarea:focus {
            outline: none;
            border-color: #c04a3a;
            box-shadow: 0 0 0 3px rgba(192, 74, 58, 0.04);
            background: #fff;
        }
        .comment-form textarea {
            min-height: 90px;
            resize: vertical;
        }
        .comment-form .submit-btn {
            background: #c04a3a;
            border: none;
            color: #fff;
            padding: 0.6rem 2.5rem;
            border-radius: 60px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: 0.2s;
            font-family: 'Vazir', sans-serif;
        }
        .comment-form .submit-btn:hover {
            background: #a83528;
            transform: scale(1.02);
        }

        /* ===== Related Music ===== */
        .related-music {
            margin-top: 2rem;
        }
        .related-music h3 {
            color: #1a120e;
            font-weight: 700;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.1rem;
        }
        .related-music h3 i {
            color: #c04a3a;
        }
        .related-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 1rem;
        }
        .related-item {
            background: #ffffff;
            border-radius: 18px;
            padding: 0.8rem 1rem;
            border: 1px solid #f0ece8;
            transition: 0.2s;
            text-align: center;
        }
        .related-item:hover {
            background: #fcf8f5;
            border-color: #e0d6ce;
            transform: translateY(-3px);
        }
        .related-item .cover-small {
            width: 100%;
            aspect-ratio: 1/1;
            background: #f5f0ec;
            border-radius: 14px;
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #c04a3a;
            font-size: 2rem;
            border: 1px solid #f0ece8;
        }
        .related-item .rel-title {
            font-weight: 500;
            color: #1a120e;
            font-size: 0.9rem;
        }
        .related-item .rel-artist {
            font-size: 0.78rem;
            color: #7a6a5a;
        }

        /* ===== Modal ===== */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.35);
            backdrop-filter: blur(4px);
            z-index: 9999;
            justify-content: center;
            align-items: center;
        }
        .modal-overlay.active {
            display: flex;
        }
        .modal-box {
            background: #ffffff;
            max-width: 460px;
            width: 92%;
            border-radius: 28px;
            padding: 2rem 2rem 1.8rem;
            border: 1px solid #f0ece8;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.06);
        }
        .modal-box h4 {
            color: #1a120e;
            font-size: 1.2rem;
            margin-bottom: 0.8rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .modal-box h4 i {
            color: #c04a3a;
        }
        .modal-box p {
            color: #3a2a22;
            line-height: 1.9;
            font-size: 0.92rem;
            margin-bottom: 0.6rem;
        }
        .modal-box .close-modal {
            background: #c04a3a;
            border: none;
            color: #fff;
            padding: 0.5rem 2rem;
            border-radius: 60px;
            font-weight: 600;
            cursor: pointer;
            margin-top: 0.5rem;
            transition: 0.2s;
            font-size: 0.9rem;
            font-family: 'Vazir', sans-serif;
        }
        .modal-box .close-modal:hover {
            background: #a83528;
        }
        @media (max-width: 992px) {
            .main-container{flex-wrap: wrap;}
            .sidebar {
  width: 100%;
  position: relative;
  top: 0;
}
        }


@media (max-width: 610px) {
.music-cover {
  flex: 0 0 100%;
  width: 100%;
  height: auto;
}

}

@media (max-width: 1400px) {
.container {
  padding: 0 1rem !important;
}

}

.side_top_banner,.sidebar_boxes{width: 100%;clear: both;margin-bottom: 25px;}
.side_top_banner a:last-child{margin-bottom: 0;}
.side_top_banner a{display: block;line-height: 0;margin-bottom: 10px;}
.side_top_banner a img{border-radius: 20px;}

.tw_pagination{clear: both;}