.contact-page { gap: 30px; }
.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #ddd;
}




.footer a { color: #fff; }
.footer-top { gap: 30px; }
.footer-col h4 {
	color: #fff;
	margin-bottom: 10px;
}
.footer-menu li,
.footer-contact li {
	margin-bottom: 6px;
}
.footer-logo a {
	font-size: 22px;
	font-weight: 700;
	color: #ff7a00;
}








.header-logo a {
	font-size: 22px;
	font-weight: 700;
	color: #ff7a00;
}
.header-logo span { color: #fff; }
.header-menu li { margin-left: 20px; }
.header-menu a { color: #fff; }
.menu-btn { display: none; }











.tv-channels {
    list-style: disc inside;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tv-channels li {
    background: #f0f0f0;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    flex: 1 0 20%; /* 5 kanal bir qatorda */
    text-align: center;
}














.tv-channels-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
}
.tv-channel {
  flex: 1 0 22%;
  max-width: 120px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.tv-channel img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 8px;
}
.tv-channel span {
  font-size: 14px;
  font-weight: 500;
}
.tv-channel:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
@media screen and (max-width: 768px) {
  .tv-channel { flex: 1 0 30%; }
}
@media screen and (max-width: 480px) {
  .tv-channel { flex: 1 0 45%; }
}










.hm-title {
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  opacity: .9;
}

.dropdown {
  position: absolute;
  background: #111;
  padding: 8px 0;
  min-width: 180px;
  display: none;
  border-radius: 8px;
}

.submenu:hover .dropdown {
  display: block;
}

.dropdown li a {
  display: block;
  padding: 8px 14px;
  color: #ccc;
}

.dropdown li a:hover {
  background: rgba(255,255,255,.05);
  color: #fff;
}


















.artists {flex-wrap: wrap; width: 100%; overflow: scroll; flex-direction: column; height: 165px; scrollbar-width: none; text-align: center; display: flex; margin-bottom: 10px;}
.artistblock {margin-left: -15px; margin-right: -15px; overflow: scroll;scrollbar-width: none; position: relative;}
.artists-block {width: 120px; -webkit-box-pack: center; -webkit-box-align: center; overflow: hidden; margin-left: 15px; padding: 0; display: flex; flex-wrap: wrap; flex-direction: row;}
.artist-imgs {height: 120px; width: 120px; display: block; border-radius: 10px;}
.name-artist {padding-top: 5px; display: block; overflow: hidden; text-align: center; white-space: nowrap; font-weight: 500; font-size: 13px;color: #333;}
.sublnk {height: 24px; line-height: 24px; white-space: nowrap; font-weight: 500; font-size: 13px; background: #9f84ff; padding: 0 5px; border-radius: 5px; color: #fff;}







.sect-titlee {font-size: 20px; font-weight: 500; justify-content: space-between; display: flex; color: #131313; padding: 0px 5px;}


  .sect-titlee {font-size: 18px;}
  



  
  
  .sect-ftext .sect-headerr {margin-bottom: 10px;}


.sect-headerr {margin-bottom: 18px;}















/* ARTIST HEADER CENTERED */
.artist-header {
    display: flex;
    flex-direction: column; /* vertikal joylashuv */
    align-items: center; /* o‘rtaga tekislash */
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.artist-blok {
    margin-bottom: 20px;
}

.artist-blok img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #9f84ff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.artist-blok img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.artist-blok2 p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 12px;
}

.artist-blok2 p strong {
    color: #9f84ff;
    font-weight: 600;
}

.artist-extra-info {
    font-size: 13px;
    color: #777;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.artist-extra-info .artist-count,
.artist-extra-info .artist-style,
.artist-extra-info .artist-update {
    font-weight: 500;
}

.artist-sep {
    color: #bbb;
}

/* RESPONSIVE */
@media screen and (max-width: 480px) {
    .artist-blok img {
        width: 120px;
        height: 120px;
    }
    .artist-blok2 p {
        font-size: 14px;
    }
    .artist-extra-info {
        font-size: 12px;
        gap: 6px;
    }
}
