  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

:root{
  --primary-color-hue: 252;
  --dark-color-lightness: 17%;
  --light-color-lightness: 95%;
  --white-color-lightness: 100%;

  --color-white: hsl(252, 30%, var(--white-color-lightness));
  --color-light: hsl(252, 30%, var(--light-color-lightness));
  --color-gray: hsl(var(--primary-color-hue), 15%, 65%);
  --color-primary: #5786bc;
  --color-dark-primary: #1C2340;
  --color-dark-primary-dark: #463F71;
  --color-secondary: hsl(252, 100%, 90%);
  --color-success: hsl(120, 95%, 65%);
  --color-danger: hsl(0, 95%, 65%);
  --color-dark: hsl(252, 30%, var(--dark-color-lightness));
  --color-black: hsl(252, 30%, 10%);
  --color-card-color: #F5F8FF;

  

  --border-radius: 2rem;
  --card-border-radius: 1rem;
  --btn-padding: 0.6rem 2rem;
  --search-padding: 0.6rem 1rem;
  --card--padding: 1rem;


  --sticky-top-left: 5.4rem;
  --sticky-top-right: -18rem;

  --margin-main-left: 5%;
  --margin-main-right: 5%;

  --dashbord-margin-main-left: 1.2rem;
  --dashbord-margin-main-right: 4rem;
}

 
 body {
            font-family: Arial, sans-serif;
            background-color: #f9f9f9;
            margin: 0;
            padding: 0;
            background: #EDEDF5;
            body {
 background-image: url('images/brand.jpg');

  /* Prevent the image from repeating like a tile */
  background-repeat: no-repeat;

  /* Center the image horizontally and vertically */
  background-position: center center;

  /* Ensure the background stays fixed in the viewport while scrolling */
  background-attachment: fixed;

  /* Crucial: Scale the image to cover the entire background area */
  background-size: cover;

  /* Ensure the body takes up at least the full height of the screen */
  min-height: 100vh;
  margin: 0;
}

       
        }



    /******************HOMEPAGE STLYING START HERE*************************************/




    
.header_container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 56px;
    position: sticky;
    top: 0;
    background: white;
   
}


.brand_header {
  background: red;
  height: 10rem;
}


 



.brand_header img{
  height: 10rem;
  width: 100%;

}


/*
Source - https://stackoverflow.com/a/1208392
Posted by Fábio Antunes, modified by community. See post 'Timeline' for change history
Retrieved 2026-06-04, License - CC BY-SA 3.0
*/







/*=================HEADER STYLE STOP=====================*/


        .sub-header {
            background-color: #fff;
            padding: 10px 20px;
            display: flex;
            gap: 10px;
            overflow-x: auto;
            border-bottom: 1px solid #ddd;
           
        }

        .sub-header .holder {
          margin-left: 4%;
        }

        .sub-header button {
            background-color: #f1f1f1;
            color: #000;
            border: none;
            padding: 8px 15px;
            border-radius: 10px;
            cursor: pointer;
            font-size: 18px;
            
        }

        .sub-header button:hover {
            background-color: #e0e0e0;
        }

        main {
            padding: 20px;
        }

        .banner-ad {
            background-color: lightpink;
            color: maroon;
            padding: 10px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
        }

        .video-container {
            margin-bottom: 20px;
        }

        video {
            width: 100%;
            height: auto;
        }

        .video-details {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }

        .channel-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
        }

        .video-title-author {
            flex: 1;
        }

        .video-title {
            font-size: 18px;
            font-weight: bold;
            margin: 0;
        }

        .video-author {
            font-size: 14px;
            color: #555;
            margin: 0;
        }

        .video-stats {
            display: flex;
            gap: 15px;
            font-size: 14px;
            color: #555;
            margin-bottom: 15px;
        }

        .video-actions {
            display: flex;
            gap: 20px;
            align-items: center;
            font-size: 14px;
            color: #555;
            margin-bottom: 20px;
        }

        .video-actions span {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .comments-section {
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            border: 1px solid #ddd;
        }

        .comments-count {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        footer {
            background-color: #fff;
            position: fixed;
            bottom: 0;
            width: 100%;
            display: flex;
            justify-content: space-around;
            padding: 10px;
            border-top: 1px solid #ddd;
        }

        .footer-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 12px;
            color: #555;
            text-decoration: none;
        }

   


      .main-div-container {
        margin-left: var(--margin-main-left);
        margin-right: var(--margin-main-right);
        margin-top: 1rem;
         display: flex;
         background: white;
         margin-bottom: 2rem
       }

       .main-div-container .left-sidebar{
        background:;
        height: 50rem;
        flex: 1.5;
        
       }

     .main-div-container main{

         background:;
        flex: 6;
        border-left: solid gray 0.05rem;
        
       }



     .main-div-container .right-sidebar{
        background:;
        height: 50rem;
        flex: 3;
        
       }


       /*Left side bar styling*/


       .left-sidebar {
  width: 240px;
  height: 100vh;
  overflow-y: auto;
  padding: 12px 0;
  color: #0f0f0f;
}

.left-sidebar .section {
  padding: 0 12px;
}

.left-sidebar .section-title {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 12px;
  margin: 0;
  display: flex;
  align-items: center;
}

.left-sidebar .arrow {
  font-size: 12px;
  margin-left: 8px;
  color: #606060;
}

.left-sidebar .nav-item {
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 40px;
  text-decoration: none;
  color: #0f0f0f;
  font-size: 14px;
  border-radius: 10px;
  margin-bottom: 2px;
}

.left-sidebar .nav-item:hover {
  background-color: #f2f2f2;
}

.left-sidebar .nav-item span {
  margin-right: 24px;
  font-size: 18px;
  width: 24px;
  text-align: center;
}

/* Specific styling for the YouTube brand icons */
.left-sidebar .icon-red {
  color: #ff0000;
}

.left-sidebar .divider {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 12px 0;
}

/* Custom Scrollbar for a cleaner look */
.left-sidebar::-webkit-scrollbar {
  width: 8px;
}
.left-sidebar:hover::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}


       /*Left side bar styling stop



        /**************BILL BORD TOP CHART STYLING****************/

        
 
        .chart-container {
            width: 100%;
            max-width: 1000px;
            background-color: transparent;
            
        }

        .header {
            display: flex;
            flex-direction: column;
            margin-bottom: 20px;
        }

        .header-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        h1 {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 32px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: -1px;
            color: #000;
            margin: 0 0 10px 0;
           text-align: center;
        }

        .week-box {
            background-color: #fff;
            color: #000;
            padding: 5px 10px;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            border: 1px solid #ccc;
            margin-bottom: 15px;
            display: inline-block;
        }

        .header-icons {
            display: flex;
            gap: 10px;
            position: absolute;
            top: 20px;
            right: 20px;
        }

        .header-icon-box {
            width: 30px;
            height: 30px;
            border: 1.5px solid #000;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 18px;
            font-weight: 700;
            text-transform: lowercase;
            cursor: pointer;
        }

        .chart-list {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .entry {
            background-color: #fff;
            padding: 10px 20px;
            border: 1px solid #e0e0e0;
            display: flex;
            align-items: center;
            position: relative;
        }

        .rank {
            width: 40px;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 32px;
            font-weight: 700;
            text-align: center;
            color: #000;
            margin-right: 15px;
        }

        /* Number 1 styling */
        .entry[data-rank="1"] {
            border-left: 10px solid #00e676;
            margin-left: -10px;
            padding-left: 20px;
        }
        .entry[data-rank="1"] .rank {
            margin-right: 5px;
        }

        .entry[data-rank="1"] .rank-box {
            background-color: #00e676;
            padding: 10px;
            margin-right: 15px;
        }

        .artwork {
            width: 90px;
            height: 90px;
            background-color: #ccc;
            background-size: cover;
            background-position: center;
            margin-right: 20px;
        }

        .song-details {
            flex-grow: 1;
            display: flex;
            align-items: center;
        }

        .movement-arrow {
            color: #888;
            font-size: 18px;
            margin-right: 15px;
            width: 20px;
            text-align: center;
        }
        .up-arrow::before { content: "↑"; }
        .down-arrow::before { content: "↓"; }
        .no-change::before { content: "→"; }

        .titles {
            display: flex;
            flex-direction: column;
        }

        .song-title {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 2px;
        }

        .artist-title {
            font-size: 13px;
            color: #555;
        }

        .stats-and-extras {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .extra-icons {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .extra-icon {
            color: #888;
            font-size: 20px;
            cursor: pointer;
        }

        .stats {
            text-align: right;
            font-size: 11px;
            text-transform: uppercase;
            color: #888;
        }

        .stats span {
            display: block;
            margin-bottom: 2px;
        }

        .stats span strong {
            color: #000;
            font-weight: 700;
            font-size: 14px;
        }

        .add-icon {
            color: #ccc;
            font-size: 22px;
            cursor: pointer;
            width: 25px;
            height: 25px;
            border: 1px solid #ccc;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .artwork { width: 60px; height: 60px; }
            .rank { font-size: 24px; }
            .entry { padding: 5px 10px; }
            .song-title { font-size: 14px; }
            .artist-title { font-size: 11px; }
            .stats span strong { font-size: 12px; }
            .extra-icons { gap: 5px; }
        }


        /**************BILL BORD TOP CHART STYLING****************/




        /****************NEWS SECTION STYLING START**************/
          .news-section {
         margin-top: 2rem;
          }

                .container {
            max-width: 900px;
            margin: 0 auto;
            background-color: #fff;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

       .news-section .main-article {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }

       .news-section .main-article-image {
            flex: 1;
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .news-section .main-article-content {
            flex: 1;
        }

        .news-section .breaking-news {
            display: inline-block;
            background-color: #f0f0f0;
            color: #333;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

       .news-section .time-ago {
            float: right;
            font-size: 12px;
            color: #888;
        }

        .news-section h1 {
            font-size: 24px;
            margin-top: 0;
            margin-bottom: 15px;
        }

        .news-section p {
            font-size: 16px;
            line-height: 1.6;
            color: #555;
            margin-bottom: 0;
        }

        .news-section .grid-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
        }

        .news-section .article-card {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            overflow: hidden;
            display: flex;
            gap: 15px;
            padding: 15px;
            background-color: #fff;
        }

        .news-section .article-card img {
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 4px;
        }

        .news-section .article-card-content {
            flex: 1;
        }

       .news-section .category {
            font-size: 12px;
            color: #888;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .news-section .card-time {
            float: right;
            font-size: 12px;
            color: #888;
        }

        .news-section h2 {
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 10px;
            color: #333;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .main-article {
                flex-direction: column;
            }
            .grid-container {
                grid-template-columns: 1fr;
            }
        }



        /**************NEWS SECTION STYLING STOP***********/



        /*....SONGS SECTION STYLING...*/

        .songs_section {

            margin-top: 2rem;
            margin-right: 5%;
            

        }

           .songs_section .grid-container {
            background-color: var(--card-bg);
            border-radius: 5px;
            padding: 24px;
            width: 100%;
            max-width: 1200px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            
        }

        .songs_section .grid-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
        }

         .songs_section .grid-title {
            font-size: 24px;
            font-weight: bold;
            color: var(--text-color-primary);
            margin: 0;
        }

         .songs_section .see-all-link {
            font-size: 14px;
            color: var(--link-color);
            text-decoration: none;
        }

         .songs_section .grid-layout {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
        }

         .songs_section .song-item {
            text-align: left;
        }

         .songs_section .thumbnail-container {
            position: relative;
            width: 100%;
            padding-bottom: 100%; /* Maintain square aspect ratio */
            border-radius: 8px;
            overflow: hidden;
            background-color: #ddd; /* placeholder color */
        }

         .songs_section .song-thumbnail {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Overlay with stats and icons */
         .songs_section .thumbnail-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 8px;
            color: var(--stats-color);
            font-size: 10px;
        }

        .songs_section  .top-stats, .bottom-stats {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

         .songs_section .stat-item {
            display: flex;
            align-items: center;
            gap: 4px;
        }

        /* Icon styling - using inline SVG for portability */
         .songs_section .icon {
            width: 12px;
            height: 12px;
            fill: var(--stats-color);
        }

         .songs_section .song-info {
            margin-top: 10px;
        }

        .songs_section  .song-title {
            font-size: 14px;
            font-weight: bold;
            color: var(--text-color-primary);
            margin: 0 0 4px 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

         .songs_section .artist-name {
            font-size: 12px;
            color: var(--text-color-secondary);
            margin: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        /* Media query for smaller screens */
        @media (max-width: 900px) {
            .grid-layout {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 600px) {
            .grid-layout {
                grid-template-columns: repeat(2, 1fr);
            }
        }
         

        /*.....SONGS SECTION STYLING STOP..*/




        /*RIGHT SIDE BAR STYLING


        /* Video List Container */
.yt-video-list {
    flex-grow: 1;
    overflow-y: auto;
    background-color: #fff;
}

/* Individual Video Item */
.video-item {
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
}
.thumbnail {
    position: relative;
    width: 160px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 12px;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.duration {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background-color: rgba(0,0,0,0.8);
    color: white;
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: bold;
}

.video-info {
    flex-grow: 1;
}
.video-info h3 {
    margin: 0 0 6px 0;
    font-size: 14px;
    line-height: 1.3;
    color: #030303;
    font-weight: normal;
    /* Simulate 2-line title limit */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.meta {
    margin: 0;
    font-size: 12px;
    color: #606060;
}
.menu-icon {
    font-size: 16px;
    color: #606060;
    padding-left: 10px;
    margin-top: 4px;
}

/* Bottom Navigation */
.yt-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    border-top: 1px solid #e0e0e0;
    background-color: #fff;
    padding-bottom: 5px; /* Account for mobile home bar */
}
.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #030303;
    font-size: 10px;
    cursor: pointer;
}
.nav-item i {
    font-size: 20px;
    margin-bottom: 3px;
}
.nav-item.active i { color: #030303; }
.nav-item.active { font-weight: bold; }
.nav-item.plus i {
    font-size: 32px;
    color: #030303;
}
.nav-item.profile img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-bottom: 2px;
}

        /*RIGHT SIDE BAR STYLING STOP ...*/

        /* ── Header ── */
    .yt-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 16px;
      height: 56px;
      background: #fff;
      border-bottom: 1px solid #e5e5e5;
      gap: 16px;
      position: relative;
    }

    /* ── Left ── */
    .yt-left { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
    .yt-hamburger {
      display: flex; flex-direction: column; gap: 5px;
      cursor: pointer; padding: 4px; background: none; border: none;
    }
    .yt-hamburger span { display: block; width: 20px; height: 2px; background: #0f0f0f; border-radius: 2px; }
    .yt-logo { display: flex; align-items: center; text-decoration: none; color: #0f0f0f; }
    .yt-country { font-size: 10px; color: #606060; vertical-align: super; margin-left: 1px; }

    .yt-logo img {
      border-radius: 50%;
    }

    /* ── Center (desktop search) ── */
    .yt-center {
      display: flex; align-items: center; gap: 8px;
      flex: 1; max-width: 640px;
    }
    .yt-search-wrap {
      display: flex; align-items: center; flex: 1;
      border: 1px solid #ccc; border-radius: 40px;
      overflow: hidden; height: 38px;
    }
    .yt-search-wrap:focus-within { border-color: #065fd4; }
    .yt-search-input {
      flex: 1; border: none; background: transparent;
      padding: 0 16px; font-size: 15px; color: #0f0f0f;
      outline: none; font-family: sans-serif;
    }
    .yt-search-input::placeholder { color: #aaa; }
    .yt-search-btn {
      width: 62px; height: 100%; background: #f8f8f8;
      border: none; border-left: 1px solid #e5e5e5;
      cursor: pointer; display: flex; align-items: center; justify-content: center;
    }
    .yt-search-btn:hover { background: #eee; }
    .yt-mic-btn {
      width: 38px; height: 38px; border-radius: 50%;
      background: #f2f2f2; border: none; cursor: pointer;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .yt-mic-btn:hover { background: #e5e5e5; }

    /* ── Right ── */
    .yt-right { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
    .yt-icon-btn {
      width: 38px; height: 38px; border-radius: 50%;
      background: transparent; border: none; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      color: #0f0f0f; position: relative;
    }
    .yt-icon-btn:hover { background: #f2f2f2; }

    /* Mobile-only search icon — hidden on desktop */
    .yt-search-icon-btn {
      width: 38px; height: 38px; border-radius: 50%;
      background: transparent; border: none; cursor: pointer;
      display: none; align-items: center; justify-content: center;
      color: #0f0f0f;
    }
    .yt-search-icon-btn:hover { background: #f2f2f2; }

    .yt-signin {
      display: flex; align-items: center; gap: 6px;
      padding: 6px 14px; border: 1px solid #065fd4;
      border-radius: 20px; background: transparent;
      color: #065fd4; font-size: 14px; font-weight: 500;
      cursor: pointer; white-space: nowrap; font-family: sans-serif;
    }
    .yt-signin:hover { background: #e8f0fd; }

    /* ── Notification bell ── */
    .yt-notif-wrap { position: relative; display: inline-flex; }
    .yt-badge {
      position: absolute; top: 4px; right: 4px;
      min-width: 16px; height: 16px;
      background: #FF0000; color: #fff;
      font-size: 10px; font-weight: 600;
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      padding: 0 3px; pointer-events: none;
      border: 1.5px solid #fff;
    }

    /* ── Notification dropdown ── */
    .yt-notif-dropdown {
      display: none;
      position: absolute; top: 48px; right: -60px;
      width: 380px;
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.12);
      z-index: 200;
      overflow: hidden;
    }
    .yt-notif-dropdown.open { display: block; }
    .yt-notif-header {
      display: flex; align-items: center; justify-content: space-between;
      padding: 14px 16px 10px;
      border-bottom: 1px solid #e5e5e5;
    }
    .yt-notif-title { font-size: 15px; font-weight: 600; color: #0f0f0f; }
    .yt-notif-all {
      font-size: 13px; color: #065fd4; cursor: pointer;
      background: none; border: none; font-family: sans-serif;
    }
    .yt-notif-all:hover { text-decoration: underline; }
    .yt-notif-item {
      display: flex; align-items: flex-start; gap: 12px;
      padding: 12px 16px; cursor: pointer;
      border-bottom: 1px solid #f2f2f2;
    }
    .yt-notif-item:last-child { border-bottom: none; }
    .yt-notif-item:hover { background: #f9f9f9; }
    .yt-notif-item.unread { background: #edf3fd; }
    .yt-notif-item.unread:hover { background: #e3ecfb; }
    .yt-notif-avatar {
      width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      font-size: 14px; font-weight: 600;
    }
    .yt-notif-thumb {
      width: 60px; height: 40px; border-radius: 4px; flex-shrink: 0;
      background: #e5e5e5;
      display: flex; align-items: center; justify-content: center;
    }
    .yt-notif-body { flex: 1; }
    .yt-notif-text { font-size: 13px; color: #0f0f0f; line-height: 1.4; margin-bottom: 3px; }
    .yt-notif-text span { font-weight: 600; }
    .yt-notif-time { font-size: 12px; color: #606060; }
    .yt-notif-dot {
      width: 8px; height: 8px; border-radius: 50%;
      background: #065fd4; flex-shrink: 0; margin-top: 6px;
    }

    /* ── Mobile search overlay ── */
    .yt-search-overlay {
      display: none;
      position: absolute; top: 0; left: 0; right: 0; bottom: 0;
      background: #fff;
      align-items: center;
      padding: 0 8px; gap: 8px;
      z-index: 100; height: 56px;
    }
    .yt-search-overlay.open { display: flex; }
    .yt-back-btn {
      width: 38px; height: 38px; border-radius: 50%;
      border: none; background: transparent; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .yt-back-btn:hover { background: #f2f2f2; }
    .yt-overlay-search-wrap {
      display: flex; align-items: center; flex: 1;
      border: 1px solid #ccc; border-radius: 40px;
      overflow: hidden; height: 38px;
    }
    .yt-overlay-search-wrap:focus-within { border-color: #065fd4; }
    .yt-overlay-input {
      flex: 1; border: none; background: transparent;
      padding: 0 16px; font-size: 15px; color: #0f0f0f;
      outline: none; font-family: sans-serif;
    }
    .yt-overlay-input::placeholder { color: #aaa; }
    .yt-overlay-search-btn {
      width: 54px; height: 100%; background: #f8f8f8;
      border: none; border-left: 1px solid #e5e5e5;
      cursor: pointer; display: flex; align-items: center; justify-content: center;
    }

    /* ── Responsive ── */
    @media (max-width: 639px) {
      .yt-center { display: none; }
      .yt-search-icon-btn { display: flex; }
      .yt-notif-dropdown { right: -20px; width: 320px; }
    }






    .yt-left img{
        width: 3rem;
        height: 3rem;
        border-radius: 0.1rem;
    }

    /*========HEDER SECTION==*/



    /*==============FOOTER START HERE ====================*/

        .yt-footer {
      background: #fff;
      border-top: 1px solid #e5e5e5;
      padding: 24px 24px 16px;
      margin-bottom: 4rem;
    }

    .yt-footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 4px 0;
      margin-bottom: 16px;
    }

    .yt-footer-links a {
      font-size: 13px;
      color: #606060;
      text-decoration: none;
      padding: 4px 8px;
      border-radius: 4px;
      white-space: nowrap;
    }
    .yt-footer-links a:hover { color: #0f0f0f; background: #f2f2f2; }

    .yt-footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 8px;
    }

    .yt-footer-copy { font-size: 13px; color: #606060; }

    .yt-lang-btn {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      color: #606060;
      background: transparent;
      border: 1px solid #ccc;
      border-radius: 20px;
      padding: 5px 12px;
      cursor: pointer;
      font-family: sans-serif;
    }
    .yt-lang-btn:hover { background: #f2f2f2; color: #0f0f0f; }

    @media (max-width: 500px) {
      .yt-footer-links a { font-size: 12px; padding: 4px 6px; }
      .yt-footer-bottom { flex-direction: column; align-items: flex-start; }
    }

    /*===FOOTER STOP HERE===================*
    /


    /*--------REVENUE STYLING START----------*/

    .rev-div {
        background: pink;
        height: 10rem;
        margin-left: var(--margin-main-left);
        margin-right: var(--margin-main-right);
        margin-top: 0.5rem;
    }


        .rev-div2 {
        background: pink;
        height: 12rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0.5rem;
    }


    
        .rev-div3 {
        background: pink;
        height: 22rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0.5rem;
    }

     /*--------REVENUE STYLING STOP----------*/




     /*+++++++++++++++++++++++++SONG PAGE STYLING BEGIN HERE+++++++++++++++++++++++++*/


         .video-thumb {
      width: 100%; aspect-ratio: 16/9; background: #1a1a1a;
      display: flex; align-items: center; justify-content: center; position: relative;
    }
    .video-thumb svg { opacity: 0.6; }
    .video-progress { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #444; }
    .video-progress-bar { width: 18%; height: 100%; background: #FF0000; }

    .video-info { padding: 12px 12px 8px; }
    .video-title { font-size: 16px; font-weight: 700; color: #0f0f0f; line-height: 1.3; margin-bottom: 6px; }
    .video-meta { font-size: 13px; color: #606060; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
    .video-meta a { color: #065fd4; text-decoration: none; font-weight: 500; }
    .video-meta .dot { font-size: 10px; }
    .shop-link { display: flex; align-items: center; gap: 4px; font-size: 13px; color: #606060; }
    .more-btn { background: none; border: none; color: #606060; font-size: 13px; cursor: pointer; font-family: sans-serif; font-weight: 500; padding: 0; }

    .action-row {
      display: flex; align-items: center; gap: 8px;
      padding: 8px 12px 12px; overflow-x: auto; scrollbar-width: none;
    }
    .action-row::-webkit-scrollbar { display: none; }
    .action-pill {
      display: flex; align-items: center; gap: 6px;
      padding: 7px 14px; border-radius: 20px;
      background: #f2f2f2; border: none; cursor: pointer;
      white-space: nowrap; font-size: 13px; font-weight: 500;
      color: #0f0f0f; font-family: sans-serif; flex-shrink: 0;
    }
    .action-pill:active { opacity: 0.7; }
    .action-pill.liked { background: #0f0f0f; color: #fff; }
    .like-divider { width: 0.5px; height: 18px; background: #ccc; }

    .comments-box {
      margin: 0 12px 12px; background: #f2f2f2;
      border-radius: 12px; padding: 12px; cursor: pointer;
    }
    .comments-box:active { opacity: 0.8; }
    .comments-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
    .comments-title { font-size: 14px; font-weight: 600; color: #0f0f0f; }
    .comments-count { font-size: 14px; color: #606060; margin-left: 6px; }
    .toggle-dots { display: flex; gap: 4px; align-items: center; }
    .toggle-dot { width: 8px; height: 8px; border-radius: 50%; background: #ccc; }
    .toggle-dot.active { background: #0f0f0f; }
    .comment-input-row { display: flex; align-items: center; gap: 10px; }
    .avatar-sm {
      width: 32px; height: 32px; border-radius: 50%; background: #c0392b;
      flex-shrink: 0; display: flex; align-items: center; justify-content: center;
      font-size: 12px; color: #fff; font-weight: 600;
    }
    .comment-fake-input {
      flex: 1; background: #fff; border-radius: 20px; padding: 8px 14px;
      font-size: 13px; color: #aaa; border: 0.5px solid #e5e5e5;
      display: flex; align-items: center; gap: 6px;
    }

    .shop-section { padding: 12px 12px 0; border-top: 1px solid #e5e5e5; }
    .shop-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 4px; }
    .shop-title { font-size: 17px; font-weight: 700; color: #0f0f0f; }
    .shop-sub { font-size: 13px; color: #606060; margin-bottom: 10px; }
    .shop-more-btn { background: none; border: none; cursor: pointer; color: #606060; padding: 0; }
    .shop-grid { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 12px; scrollbar-width: none; }
    .shop-grid::-webkit-scrollbar { display: none; }
    .shop-item { flex-shrink: 0; width: 140px; }
    .shop-img {
      width: 140px; height: 140px; background: #f2f2f2; border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 6px; border: 0.5px solid #e5e5e5;
    }
    .shop-price { font-size: 13px; color: #0f0f0f; display: flex; align-items: center; gap: 4px; }

    /* Overlay & bottom sheet */
    .overlay-backdrop {
      display: none; position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0.5); z-index: 50;
      align-items: flex-end;
    }
    .overlay-backdrop.open { display: flex; }
    .comment-sheet {
      width: 100%; background: #fff; border-radius: 16px 16px 0 0;
      padding: 0 0 16px; max-height: 85vh;
      display: flex; flex-direction: column;
    }
    .sheet-handle { width: 36px; height: 4px; background: #ccc; border-radius: 2px; margin: 10px auto 0; }
    .sheet-header {
      display: flex; align-items: center; justify-content: space-between;
      padding: 12px 16px; border-bottom: 1px solid #e5e5e5;
    }
    .sheet-title { font-size: 15px; font-weight: 600; color: #0f0f0f; }
    .sheet-close {
      background: none; border: none; cursor: pointer; color: #606060;
      display: flex; align-items: center; justify-content: center;
      width: 32px; height: 32px; border-radius: 50%;
    }
    .sheet-close:hover { background: #f2f2f2; }
    .sheet-sort {
      padding: 8px 16px; font-size: 13px; color: #606060;
      display: flex; align-items: center; gap: 4px;
      border-bottom: 1px solid #e5e5e5;
    }
    .sheet-comments {
      flex: 1; overflow-y: auto; padding: 12px 16px;
      display: flex; flex-direction: column; gap: 16px;
    }
    .cmt-row { display: flex; gap: 10px; }
    .cmt-avatar {
      width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      font-size: 12px; font-weight: 700; color: #fff;
    }
    .cmt-body { flex: 1; }
    .cmt-name { font-size: 12px; font-weight: 600; color: #0f0f0f; margin-bottom: 2px; }
    .cmt-name span { font-size: 11px; color: #aaa; font-weight: 400; margin-left: 6px; }
    .cmt-text { font-size: 13px; color: #0f0f0f; line-height: 1.4; margin-bottom: 6px; }
    .cmt-actions { display: flex; align-items: center; gap: 14px; }
    .cmt-act {
      background: none; border: none; cursor: pointer;
      display: flex; align-items: center; gap: 4px;
      font-size: 12px; color: #606060; font-family: sans-serif; padding: 0;
    }
    .cmt-act:active { opacity: 0.6; }
    .sheet-input-row {
      padding: 10px 16px 0; border-top: 1px solid #e5e5e5;
      display: flex; align-items: center; gap: 10px;
    }
    .sheet-input {
      flex: 1; background: #f2f2f2; border: 0.5px solid #e5e5e5;
      border-radius: 20px; padding: 9px 14px; font-size: 14px;
      color: #0f0f0f; outline: none; font-family: sans-serif;
    }
    .sheet-input::placeholder { color: #aaa; }
    .send-btn {
      width: 36px; height: 36px; border-radius: 50%;
      background: #065fd4; border: none; cursor: pointer;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .send-btn:active { opacity: 0.8; }


    /*player section---*/


    /* Main player container styling */
.player-container {
    width: 600px;
    height: 180px;
    background-color: #ffffff;
    display: flex;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 4px;
    overflow: hidden;
}

/* Cover Section (Left 1/3) */
.cover-section {
    flex: 0 0 180px;
    background-color: #000;
}
#album-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Controls Section (Right 2/3) */
.controls-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
}

/* Text Info Styling */
.text-info { margin-bottom: 8px; }
.song-title { font-size: 16px; margin: 0; color: #333333; font-weight: bold; }
.artist-name { font-size: 14px; margin: 4px 0 0; color: #777777; }

/* Progress Bar and Time Styling */
.progress-bar-container {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: 13px;
    margin-bottom: 12px;
}
#seek-bar {
    flex-grow: 1;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    cursor: pointer;
    margin: 0;
}
/* Replicate the specific seek handle and active track styling */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #ff9800; /* Replicate the orange outline */
    cursor: pointer;
    margin-top: -4px;
}
input[type="range"]::-webkit-slider-runnable-track {
    background: #ff9800; /* Orange active track color */
}

/* Controls Buttons Row Styling */
.controls-row {
    display: flex;
    align-items: center;
    gap: 18px;
    border-top: 1px solid #e0e0e0;
    padding-top: 12px;
}
.control-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #555;
    font-size: 18px;
    padding: 0;
}
#play-pause-btn { color: #ff9800; font-size: 26px; } /* Play button specific color/size */

/* Volume Container and Bar */
.volume-container { display: flex; align-items: center; gap: 8px; margin-left: auto; }
#volume-bar { width: 80px; height: 4px; background: #e0e0e0; }
#volume-bar::-webkit-slider-thumb {
    height: 10px; width: 10px;
    border: 2px solid #ff9800;
    background: #ffffff;
    margin-top: -3px;
}


    /*player section stop*/


     /*+++++++++++++++++++++++++SONG PAGE STYLING BEGIN HERE+++++++++++++++++++++++++*/


      .player {
      width: 100%;
      background: #fff;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 1px 0px rgba(0,0,0,0.1);
    }

    .album-art {
      width: 100%;
      height: 220px;
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #0a0a2e 0%, #1a1a5e 40%, #2a2a8e 70%, #00d4ff 100%);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .album-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
    }

    .album-meta {
      position: absolute;
      bottom: 12px;
      left: 0; right: 0;
      z-index: 3;
      text-align: center;
      padding: 0 16px;
    }

    .album-meta .feat {
      font-size: 9px;
      color: rgba(255,255,255,0.7);
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 2px;
    }

    .album-meta .title {
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      letter-spacing: 1px;
    }

    .info { padding: 14px 20px 0; }

    .track-name {
      font-size: 13px;
      font-weight: 500;
      color: #555;
      white-space: nowrap;
      overflow: hidden;
      position: relative;
      height: 20px;
    }

    .track-name-inner {
      display: inline-block;
      white-space: nowrap;
      animation: marquee 12s linear infinite;
    }

    @keyframes marquee {
      0%   { transform: translateX(0); }
      40%  { transform: translateX(-40%); }
      60%  { transform: translateX(-40%); }
      100% { transform: translateX(0); }
    }

    .artist-name {
      font-size: 12px;
      color: #999;
      margin-top: 2px;
    }

    .progress-section { padding: 14px 20px 0; }

    .progress-bar-wrap {
      position: relative;
      height: 4px;
      background: #e5e5e5;
      border-radius: 2px;
      cursor: pointer;
      margin-bottom: 6px;
    }

    .progress-fill {
      height: 100%;
      background: #ff6b6b;
      border-radius: 2px;
      width: 2%;
      transition: width 1s linear;
    }

    .progress-thumb {
      width: 12px;
      height: 12px;
      background: #ff6b6b;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 2%;
      transition: left 1s linear;
      cursor: grab;
    }

    .time-row {
      display: flex;
      justify-content: space-between;
      font-size: 11px;
      color: #aaa;
    }

    .volume-row {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 20px 0;
    }

    .vol-icon { color: #777; }

    .vol-bar-wrap {
      flex: 1;
      height: 3px;
      background: #e5e5e5;
      border-radius: 2px;
      cursor: pointer;
      position: relative;
    }

    .vol-fill {
      height: 100%;
      width: 30%;
      background: #ff6b6b;
      border-radius: 2px;
    }

    .vol-thumb {
      width: 10px;
      height: 10px;
      background: #ff6b6b;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 30%;
      transform: translate(-50%, -50%);
      cursor: grab;
    }

    .controls {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 20px 18px;
    }

    .ctrl-btn {
      background: none;
      border: none;
      cursor: pointer;
      padding: 6px;
      color: #777;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: background 0.2s;
    }

    .ctrl-btn:hover { background: #f0f0f0; }

    .play-btn {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: #ff6b6b;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      transition: transform 0.1s, background 0.2s;
    }

    .play-btn:hover { background: #ff5252; }
    .play-btn:active { transform: scale(0.95); }










/*=====================SLIDE SECTION START HERE ==================*/

   /* Slider Container */
        .news-slider-container {
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            background: #fff;
            margin-bottom: 1rem;
            
        }

        /* Wrapper for slides */
        .news-slider-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 100%;
        }

        /* Individual Slide */
        .news-slide {
            min-width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            background: #fff;
        }

        @media (max-width: 768px) {
            .news-slide {
                flex-direction: column;
            }
        }

        /* Image Side */
        .slide-image {
            flex: 1;
            height: 450px;
            position: relative;
            overflow: hidden;
        }

        .slide-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .news-slide:hover .slide-image img {
            transform: scale(1.03);
        }

        /* Content Side */
        .slide-content {
            flex: 1;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .news-tag {
            align-self: flex-start;
            background-color: #5786bc;
            color: white;
            padding: 4px 12px;
            font-size: 0.75rem;
            text-transform: uppercase;
            font-weight: bold;
            border-radius: 4px;
            margin-bottom: 15px;
            letter-spacing: 1px;
        }

        .news-title {
            font-size: 1.8rem;
            color: #2f3542;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .news-excerpt {
            color: #747d8c;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .read-more-btn {
            align-self: flex-start;
            padding: 10px 24px;
            background-color: #2f3542;
            color: white;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 600;
            transition: background 0.3s ease;
        }

        .read-more-btn:hover {
            background-color: #5786bc;
        }

        /* Navigation Arrows */
        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.8);
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: #2f3542;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            z-index: 10;
        }

        .nav-btn:hover {
            background: #5786bc;
            color: white;
        }

        .prev-btn { left: 20px; }
        .next-btn { right: 20px; }

        @media (max-width: 768px) {
            .nav-btn { top: 30%; } /* Align arrows to the image portion on mobile */
            .slide-image { height: 250px; width: 100%; }
            .slide-content { padding: 25px; }
            .news-title { font-size: 1.4rem; }
        }

        /* Dots Pagination */
        .slider-dots {
            position: absolute;
            bottom: 20px;
            right: 40px;
            display: flex;
            gap: 8px;
        }

        @media (max-width: 768px) {
            .slider-dots {
                right: 50%;
                transform: translateX(50%);
                bottom: 15px;
            }
        }

        .dot {
            width: 10px;
            height: 10px;
            background: #ced6e0;
            border-radius: 50%;
            cursor: pointer;
            transition: background 0.3s ease, transform 0.3s ease;
        }

        .dot.active {
            background: #5786bc;
            transform: scale(1.2);
        }


/*====================SLIDE SCTION STOP=======================*/







/*+++++++++++++++++++++++++++++++++++++++++++MOBILE VERSION ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

/* MEDIA QUERIES FOR SMALL LAPTOP AND BIG TABLETS

===========================*/

@media screen and (max-width: 1200px) {
   
 
}


/*========================

MEDIA QUERIES FOR SMALL TAPLETS AND MOBILE PHONE

===========================*/

@media screen and (max-width: 992px) {


  
 body {
            font-family: Arial, sans-serif;
            background-color: #f9f9f9;
            margin: 0;
            padding: 0;
            background: #EDEDF5;
           
        }



    /******************HOMEPAGE STLYING START HERE*************************************/


.yt-hamburger{
  display: none;
}

    
.header_container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 56px;
    position: sticky;
    top: 0;
    background: white;
   
}



.brand_header {
  background: red;
  height: 5rem;
}


 



.brand_header img{
  height: 5rem;
  width: 100%;

}




/*=================HEADER STYLE STOP=====================*/


        .sub-header {
            background-color: #fff;
            padding: 10px 20px;
            display: flex;
            gap: 10px;
            overflow-x: auto;
            border-bottom: 1px solid #ddd;
        }


         .sub-header .holder {
          margin-left: 0%;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 5px;
        }

        .sub-header button {
            background-color: #f1f1f1;
            color: #000;
            border: none;
            padding: 5px 5px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 12px;
        }

        .sub-header button:hover {
            background-color: #e0e0e0;
        }

        main {
            padding: 20px;
        }

        .banner-ad {
            background-color: lightpink;
            color: maroon;
            padding: 10px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
        }

        .video-container {
            margin-bottom: 20px;
        }

        video {
            width: 100%;
            height: auto;
        }

        .video-details {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }

        .channel-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
        }

        .video-title-author {
            flex: 1;
        }

        .video-title {
            font-size: 18px;
            font-weight: bold;
            margin: 0;
        }

        .video-author {
            font-size: 14px;
            color: #555;
            margin: 0;
        }

        .video-stats {
            display: flex;
            gap: 15px;
            font-size: 14px;
            color: #555;
            margin-bottom: 15px;
        }

        .video-actions {
            display: flex;
            gap: 20px;
            align-items: center;
            font-size: 14px;
            color: #555;
            margin-bottom: 20px;
        }

        .video-actions span {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .comments-section {
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            border: 1px solid #ddd;
        }

        .comments-count {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        footer {
            background-color: #fff;
            position: fixed;
            bottom: 0;
            width: 100%;
            display: flex;
            justify-content: space-around;
            padding: 10px;
            border-top: 1px solid #ddd;
        }

        .footer-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 12px;
            color: #555;
            text-decoration: none;
        }

   


      .main-div-container {
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 1rem;
         display: flex;
         background: white;
         margin-bottom: 2rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
         
       }

       .main-div-container .left-sidebar{
        background:;
        height: 50rem;
        flex: 1.5;
        display: none
        
       }

     .main-div-container main{

         background:;
        flex: 6;
        border-left: solid gray 0.05rem;
     
        
       }



     .main-div-container .right-sidebar{
        background:black;
        height: 50rem;
        flex: 3;
        
       }


       /*Left side bar styling*/


       .left-sidebar {
  width: 240px;
  height: 100vh;
  overflow-y: auto;
  padding: 12px 0;
  color: #0f0f0f;
}

.left-sidebar .section {
  padding: 0 12px;
}

.left-sidebar .section-title {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 12px;
  margin: 0;
  display: flex;
  align-items: center;
}

.left-sidebar .arrow {
  font-size: 12px;
  margin-left: 8px;
  color: #606060;
}

.left-sidebar .nav-item {
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 40px;
  text-decoration: none;
  color: #0f0f0f;
  font-size: 14px;
  border-radius: 10px;
  margin-bottom: 2px;
}

.left-sidebar .nav-item:hover {
  background-color: #f2f2f2;
}

.left-sidebar .nav-item span {
  margin-right: 24px;
  font-size: 18px;
  width: 24px;
  text-align: center;
}

/* Specific styling for the YouTube brand icons */
.left-sidebar .icon-red {
  color: #ff0000;
}

.left-sidebar .divider {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 12px 0;
}

/* Custom Scrollbar for a cleaner look */
.left-sidebar::-webkit-scrollbar {
  width: 8px;
}
.left-sidebar:hover::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}


       /*Left side bar styling stop



        /**************BILL BORD TOP CHART STYLING****************/

        
 
        .chart-container {
            width: 100%;
            max-width: 1000px;
            background-color: transparent;
          
            
        }

        .header {
            display: flex;
            flex-direction: column;
            margin-bottom: 20px;
        }

        .header-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        h1 {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 32px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: -1px;
            color: #000;
            margin: 0 0 10px 0;
           text-align: center;
        }

        .week-box {
            background-color: #fff;
            color: #000;
            padding: 5px 10px;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            border: 1px solid #ccc;
            margin-bottom: 15px;
            display: inline-block;
        }

        .header-icons {
            display: flex;
            gap: 10px;
            position: absolute;
            top: 20px;
            right: 20px;
        }

        .header-icon-box {
            width: 30px;
            height: 30px;
            border: 1.5px solid #000;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 18px;
            font-weight: 700;
            text-transform: lowercase;
            cursor: pointer;
        }

        .chart-list {
            display: flex;
            flex-direction: column;
            gap: 15px;
            background: #EDEDF5;
            width: 100%;
      
        }

        .entry {
            background-color: #fff;
            padding: 5px 0px;
            border: 1px solid #e0e0e0;
            display: flex;
            align-items: center;
            position: relative;
        
        }

        .rank {
            width: 40px;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 22px;
            font-weight: 700;
            text-align: center;
            color: #000;
            margin-right: 15px;
        }

        /* Number 1 styling */
        .entry[data-rank="1"] {
            border-left: 10px solid #00e676;
            margin-left: -10px;
            padding-left: 20px;
        }
        .entry[data-rank="1"] .rank {
            margin-right: 5px;
        }

        .entry[data-rank="1"] .rank-box {
            background-color: #00e676;
            padding: 10px;
            margin-right: 15px;
        }

        .artwork {
            width: 90px;
            height: 90px;
            background-color: #ccc;
            background-size: cover;
            background-position: center;
            margin-right: 20px;
        }

        .song-details {
            flex-grow: 1;
            display: flex;
            align-items: center;
        }

        .movement-arrow {
            color: #888;
            font-size: 18px;
            margin-right: 15px;
            width: 20px;
            text-align: center;
        }
        .up-arrow::before { content: "↑"; }
        .down-arrow::before { content: "↓"; }
        .no-change::before { content: "→"; }

        .titles {
            display: flex;
            flex-direction: column;
        }

        .song-title {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 5px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 2px;
        }

        .artist-title {
            font-size: 13px;
            color: #555;
        }

        .stats-and-extras {
            display: flex;
            align-items: center;
            gap: 20px;
            
        }

        .extra-icons {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .extra-icon {
            color: #888;
            font-size: 20px;
            cursor: pointer;
           
        }

        .stats {
            text-align: right;
            font-size: 11px;
            text-transform: uppercase;
            color: #888;
        }

        .stats span {
            display: block;
            margin-bottom: 2px;
        }

        .stats span strong {
            color: #000;
            font-weight: 700;
            font-size: 14px;
        }

        .add-icon {
            color: #ccc;
            font-size: 22px;
            cursor: pointer;
            width: 25px;
            height: 25px;
            border: 1px solid #ccc;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
             display: none;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .artwork { width: 60px; height: 60px; }
            .rank { font-size: 24px; }
            .entry { padding: 5px 10px; }
            .song-title { font-size: 14px; }
            .artist-title { font-size: 11px; }
            .stats span strong { font-size: 12px; }
            .extra-icons { gap: 5px; }
        }


        /**************BILL BORD TOP CHART STYLING****************/




        /****************NEWS SECTION STYLING START**************/
          .news-section {
         margin-top: 2rem;
        
          }

                .container {
            max-width: 900px;
            margin: 0 auto;
            background-color: #fff;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            
        }

       .news-section .main-article {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
               display: none;
           
        }

       .news-section .main-article-image {
            flex: 1;
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .news-section .main-article-content {
            flex: 1;
             display: none;
        }

        .news-section .breaking-news {
            display: inline-block;
            background-color: #f0f0f0;
            color: #333;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 10px;
             display: none;
        }

       .news-section .time-ago {
            float: right;
            font-size: 12px;
            color: #888;
        }

        .news-section h1 {
            font-size: 24px;
            margin-top: 0;
            margin-bottom: 15px;
        }

        .news-section p {
            font-size: 16px;
            line-height: 1.6;
            color: #555;
            margin-bottom: 0;
        }

        .news-section .grid-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            
        }

        .news-section .article-card {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            overflow: hidden;
            display: flex;
            gap: 15px;
            padding: 15px;
            background-color: #fff;
           
        }

        .news-section .article-card img {
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 4px;
        }

        .news-section .article-card-content {
            flex: 1;
        }

       .news-section .category {
            font-size: 12px;
            color: #888;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .news-section .card-time {
            float: right;
            font-size: 12px;
            color: #888;
        }

        .news-section h2 {
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 10px;
            color: #333;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .main-article {
                flex-direction: column;
            }
            .grid-container {
                grid-template-columns: 1fr;
            }
        }



        /**************NEWS SECTION STYLING STOP***********/



        /*....SONGS SECTION STYLING...*/

        .songs_section {

            margin-top: 2rem;
            margin-right: 5%;
             display: none;
            

        }

           .songs_section .grid-container {
            background-color: var(--card-bg);
            border-radius: 5px;
            padding: 24px;
            width: 100%;
            max-width: 1200px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            
        }

        .songs_section .grid-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
        }

         .songs_section .grid-title {
            font-size: 24px;
            font-weight: bold;
            color: var(--text-color-primary);
            margin: 0;
        }

         .songs_section .see-all-link {
            font-size: 14px;
            color: var(--link-color);
            text-decoration: none;
        }

         .songs_section .grid-layout {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
        }

         .songs_section .song-item {
            text-align: left;
        }

         .songs_section .thumbnail-container {
            position: relative;
            width: 100%;
            padding-bottom: 100%; /* Maintain square aspect ratio */
            border-radius: 8px;
            overflow: hidden;
            background-color: #ddd; /* placeholder color */
        }

         .songs_section .song-thumbnail {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Overlay with stats and icons */
         .songs_section .thumbnail-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 8px;
            color: var(--stats-color);
            font-size: 10px;
        }

        .songs_section  .top-stats, .bottom-stats {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

         .songs_section .stat-item {
            display: flex;
            align-items: center;
            gap: 4px;
        }

        /* Icon styling - using inline SVG for portability */
         .songs_section .icon {
            width: 12px;
            height: 12px;
            fill: var(--stats-color);
        }

         .songs_section .song-info {
            margin-top: 10px;
        }

        .songs_section  .song-title {
            font-size: 14px;
            font-weight: bold;
            color: var(--text-color-primary);
            margin: 0 0 4px 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

         .songs_section .artist-name {
            font-size: 12px;
            color: var(--text-color-secondary);
            margin: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        /* Media query for smaller screens */
        @media (max-width: 900px) {
            .grid-layout {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 600px) {
            .grid-layout {
                grid-template-columns: repeat(2, 1fr);
            }
        }
         

        /*.....SONGS SECTION STYLING STOP..*/




        /*RIGHT SIDE BAR STYLING


        /* Video List Container */
.yt-video-list {
    flex-grow: 1;
    overflow-y: auto;
    background-color: #fff;
}

/* Individual Video Item */
.video-item {
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
}
.thumbnail {
    position: relative;
    width: 160px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 12px;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.duration {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background-color: rgba(0,0,0,0.8);
    color: white;
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: bold;
}

.video-info {
    flex-grow: 1;
}
.video-info h3 {
    margin: 0 0 6px 0;
    font-size: 14px;
    line-height: 1.3;
    color: #030303;
    font-weight: normal;
    /* Simulate 2-line title limit */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.meta {
    margin: 0;
    font-size: 12px;
    color: #606060;
}
.menu-icon {
    font-size: 16px;
    color: #606060;
    padding-left: 10px;
    margin-top: 4px;
}

/* Bottom Navigation */
.yt-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    border-top: 1px solid #e0e0e0;
    background-color: #fff;
    padding-bottom: 5px; /* Account for mobile home bar */
}
.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #030303;
    font-size: 10px;
    cursor: pointer;
}
.nav-item i {
    font-size: 20px;
    margin-bottom: 3px;
}
.nav-item.active i { color: #030303; }
.nav-item.active { font-weight: bold; }
.nav-item.plus i {
    font-size: 32px;
    color: #030303;
}
.nav-item.profile img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-bottom: 2px;
}

        /*RIGHT SIDE BAR STYLING STOP ...*/

        /* ── Header ── */
    .yt-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 16px;
      height: 56px;
      background: #fff;
      border-bottom: 1px solid #e5e5e5;
      gap: 16px;
      position: relative;
    }

    /* ── Left ── */
    .yt-left { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
    .yt-hamburger {
      display: flex; flex-direction: column; gap: 5px;
      cursor: pointer; padding: 4px; background: none; border: none;
    }
    .yt-hamburger span { display: block; width: 20px; height: 2px; background: #0f0f0f; border-radius: 2px; }
    .yt-logo { display: flex; align-items: center; text-decoration: none; color: #0f0f0f; }
    .yt-country { font-size: 10px; color: #606060; vertical-align: super; margin-left: 1px; }

    /* ── Center (desktop search) ── */
    .yt-center {
      display: flex; align-items: center; gap: 8px;
      flex: 1; max-width: 640px;
    }
    .yt-search-wrap {
      display: flex; align-items: center; flex: 1;
      border: 1px solid #ccc; border-radius: 40px;
      overflow: hidden; height: 38px;
    }
    .yt-search-wrap:focus-within { border-color: #065fd4; }
    .yt-search-input {
      flex: 1; border: none; background: transparent;
      padding: 0 16px; font-size: 15px; color: #0f0f0f;
      outline: none; font-family: sans-serif;
    }
    .yt-search-input::placeholder { color: #aaa; }
    .yt-search-btn {
      width: 62px; height: 100%; background: #f8f8f8;
      border: none; border-left: 1px solid #e5e5e5;
      cursor: pointer; display: flex; align-items: center; justify-content: center;
    }
    .yt-search-btn:hover { background: #eee; }
    .yt-mic-btn {
      width: 38px; height: 38px; border-radius: 50%;
      background: #f2f2f2; border: none; cursor: pointer;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .yt-mic-btn:hover { background: #e5e5e5; }

    /* ── Right ── */
    .yt-right { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
    .yt-icon-btn {
      width: 38px; height: 38px; border-radius: 50%;
      background: transparent; border: none; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      color: #0f0f0f; position: relative;
    }
    .yt-icon-btn:hover { background: #f2f2f2; }

    /* Mobile-only search icon — hidden on desktop */
    .yt-search-icon-btn {
      width: 38px; height: 38px; border-radius: 50%;
      background: transparent; border: none; cursor: pointer;
      display: none; align-items: center; justify-content: center;
      color: #0f0f0f;
    }
    .yt-search-icon-btn:hover { background: #f2f2f2; }

    .yt-signin {
      display: flex; align-items: center; gap: 6px;
      padding: 6px 14px; border: 1px solid #065fd4;
      border-radius: 20px; background: transparent;
      color: #065fd4; font-size: 14px; font-weight: 500;
      cursor: pointer; white-space: nowrap; font-family: sans-serif;
    }
    .yt-signin:hover { background: #e8f0fd; }

    /* ── Notification bell ── */
    .yt-notif-wrap { position: relative; display: inline-flex; }
    .yt-badge {
      position: absolute; top: 4px; right: 4px;
      min-width: 16px; height: 16px;
      background: #FF0000; color: #fff;
      font-size: 10px; font-weight: 600;
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      padding: 0 3px; pointer-events: none;
      border: 1.5px solid #fff;
    }

    /* ── Notification dropdown ── */
    .yt-notif-dropdown {
      display: none;
      position: absolute; top: 48px; right: -60px;
      width: 380px;
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.12);
      z-index: 200;
      overflow: hidden;
    }
    .yt-notif-dropdown.open { display: block; }
    .yt-notif-header {
      display: flex; align-items: center; justify-content: space-between;
      padding: 14px 16px 10px;
      border-bottom: 1px solid #e5e5e5;
    }
    .yt-notif-title { font-size: 15px; font-weight: 600; color: #0f0f0f; }
    .yt-notif-all {
      font-size: 13px; color: #065fd4; cursor: pointer;
      background: none; border: none; font-family: sans-serif;
    }
    .yt-notif-all:hover { text-decoration: underline; }
    .yt-notif-item {
      display: flex; align-items: flex-start; gap: 12px;
      padding: 12px 16px; cursor: pointer;
      border-bottom: 1px solid #f2f2f2;
    }
    .yt-notif-item:last-child { border-bottom: none; }
    .yt-notif-item:hover { background: #f9f9f9; }
    .yt-notif-item.unread { background: #edf3fd; }
    .yt-notif-item.unread:hover { background: #e3ecfb; }
    .yt-notif-avatar {
      width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      font-size: 14px; font-weight: 600;
    }
    .yt-notif-thumb {
      width: 60px; height: 40px; border-radius: 4px; flex-shrink: 0;
      background: #e5e5e5;
      display: flex; align-items: center; justify-content: center;
    }
    .yt-notif-body { flex: 1; }
    .yt-notif-text { font-size: 13px; color: #0f0f0f; line-height: 1.4; margin-bottom: 3px; }
    .yt-notif-text span { font-weight: 600; }
    .yt-notif-time { font-size: 12px; color: #606060; }
    .yt-notif-dot {
      width: 8px; height: 8px; border-radius: 50%;
      background: #065fd4; flex-shrink: 0; margin-top: 6px;
    }

    /* ── Mobile search overlay ── */
    .yt-search-overlay {
      display: none;
      position: absolute; top: 0; left: 0; right: 0; bottom: 0;
      background: #fff;
      align-items: center;
      padding: 0 8px; gap: 8px;
      z-index: 100; height: 56px;
    }
    .yt-search-overlay.open { display: flex; }
    .yt-back-btn {
      width: 38px; height: 38px; border-radius: 50%;
      border: none; background: transparent; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .yt-back-btn:hover { background: #f2f2f2; }
    .yt-overlay-search-wrap {
      display: flex; align-items: center; flex: 1;
      border: 1px solid #ccc; border-radius: 40px;
      overflow: hidden; height: 38px;
    }
    .yt-overlay-search-wrap:focus-within { border-color: #065fd4; }
    .yt-overlay-input {
      flex: 1; border: none; background: transparent;
      padding: 0 16px; font-size: 15px; color: #0f0f0f;
      outline: none; font-family: sans-serif;
    }
    .yt-overlay-input::placeholder { color: #aaa; }
    .yt-overlay-search-btn {
      width: 54px; height: 100%; background: #f8f8f8;
      border: none; border-left: 1px solid #e5e5e5;
      cursor: pointer; display: flex; align-items: center; justify-content: center;
    }

    /* ── Responsive ── */
    @media (max-width: 639px) {
      .yt-center { display: none; }
      .yt-search-icon-btn { display: flex; }
      .yt-notif-dropdown { right: -20px; width: 320px; }
    }






    .yt-left img{
        width: 3rem;
        height: 3rem;
        border-radius: 0.1rem;
    }

    /*========HEDER SECTION==*/



    /*==============FOOTER START HERE ====================*/

        .yt-footer {
      background: #fff;
      border-top: 1px solid #e5e5e5;
      padding: 24px 24px 16px;
      margin-bottom: 4rem;
    }

    .yt-footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 4px 0;
      margin-bottom: 16px;
    }

    .yt-footer-links a {
      font-size: 13px;
      color: #606060;
      text-decoration: none;
      padding: 4px 8px;
      border-radius: 4px;
      white-space: nowrap;
    }
    .yt-footer-links a:hover { color: #0f0f0f; background: #f2f2f2; }

    .yt-footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 8px;
    }

    .yt-footer-copy { font-size: 13px; color: #606060; }

    .yt-lang-btn {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      color: #606060;
      background: transparent;
      border: 1px solid #ccc;
      border-radius: 20px;
      padding: 5px 12px;
      cursor: pointer;
      font-family: sans-serif;
    }
    .yt-lang-btn:hover { background: #f2f2f2; color: #0f0f0f; }

    @media (max-width: 500px) {
      .yt-footer-links a { font-size: 12px; padding: 4px 6px; }
      .yt-footer-bottom { flex-direction: column; align-items: flex-start; }
    }

    /*===FOOTER STOP HERE===================*
    /


    /*--------REVENUE STYLING START----------*/

    .rev-div {
        background: pink;
        height: 5rem;
        margin-left: 0rem;
        margin-right:  0rem;
        margin-top: 0.5rem;
    }


        .rev-div2 {
        background: pink;
        height: 12rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0.5rem;
    }


    
        .rev-div3 {
        background: pink;
        height: 22rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0.5rem;
    }

     /*--------REVENUE STYLING STOP----------*/




     /*+++++++++++++++++++++++++SONG PAGE STYLING BEGIN HERE+++++++++++++++++++++++++*/


         .video-thumb {
      width: 100%; aspect-ratio: 16/9; background: #1a1a1a;
      display: flex; align-items: center; justify-content: center; position: relative;
    }
    .video-thumb svg { opacity: 0.6; }
    .video-progress { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #444; }
    .video-progress-bar { width: 18%; height: 100%; background: #FF0000; }

    .video-info { padding: 12px 12px 8px; }
    .video-title { font-size: 16px; font-weight: 700; color: #0f0f0f; line-height: 1.3; margin-bottom: 6px; }
    .video-meta { font-size: 13px; color: #606060; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
    .video-meta a { color: #065fd4; text-decoration: none; font-weight: 500; }
    .video-meta .dot { font-size: 10px; }
    .shop-link { display: flex; align-items: center; gap: 4px; font-size: 13px; color: #606060; }
    .more-btn { background: none; border: none; color: #606060; font-size: 13px; cursor: pointer; font-family: sans-serif; font-weight: 500; padding: 0; }

    .action-row {
      display: flex; align-items: center; gap: 8px;
      padding: 8px 12px 12px; overflow-x: auto; scrollbar-width: none;
    }
    .action-row::-webkit-scrollbar { display: none; }
    .action-pill {
      display: flex; align-items: center; gap: 6px;
      padding: 7px 14px; border-radius: 20px;
      background: #f2f2f2; border: none; cursor: pointer;
      white-space: nowrap; font-size: 13px; font-weight: 500;
      color: #0f0f0f; font-family: sans-serif; flex-shrink: 0;
    }
    .action-pill:active { opacity: 0.7; }
    .action-pill.liked { background: #0f0f0f; color: #fff; }
    .like-divider { width: 0.5px; height: 18px; background: #ccc; }

    .comments-box {
      margin: 0 12px 12px; background: #f2f2f2;
      border-radius: 12px; padding: 12px; cursor: pointer;
    }
    .comments-box:active { opacity: 0.8; }
    .comments-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
    .comments-title { font-size: 14px; font-weight: 600; color: #0f0f0f; }
    .comments-count { font-size: 14px; color: #606060; margin-left: 6px; }
    .toggle-dots { display: flex; gap: 4px; align-items: center; }
    .toggle-dot { width: 8px; height: 8px; border-radius: 50%; background: #ccc; }
    .toggle-dot.active { background: #0f0f0f; }
    .comment-input-row { display: flex; align-items: center; gap: 10px; }
    .avatar-sm {
      width: 32px; height: 32px; border-radius: 50%; background: #c0392b;
      flex-shrink: 0; display: flex; align-items: center; justify-content: center;
      font-size: 12px; color: #fff; font-weight: 600;
    }
    .comment-fake-input {
      flex: 1; background: #fff; border-radius: 20px; padding: 8px 14px;
      font-size: 13px; color: #aaa; border: 0.5px solid #e5e5e5;
      display: flex; align-items: center; gap: 6px;
    }

    .shop-section { padding: 12px 12px 0; border-top: 1px solid #e5e5e5; }
    .shop-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 4px; }
    .shop-title { font-size: 17px; font-weight: 700; color: #0f0f0f; }
    .shop-sub { font-size: 13px; color: #606060; margin-bottom: 10px; }
    .shop-more-btn { background: none; border: none; cursor: pointer; color: #606060; padding: 0; }
    .shop-grid { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 12px; scrollbar-width: none; }
    .shop-grid::-webkit-scrollbar { display: none; }
    .shop-item { flex-shrink: 0; width: 140px; }
    .shop-img {
      width: 140px; height: 140px; background: #f2f2f2; border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 6px; border: 0.5px solid #e5e5e5;
    }
    .shop-price { font-size: 13px; color: #0f0f0f; display: flex; align-items: center; gap: 4px; }

    /* Overlay & bottom sheet */
    .overlay-backdrop {
      display: none; position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0.5); z-index: 50;
      align-items: flex-end;
    }
    .overlay-backdrop.open { display: flex; }
    .comment-sheet {
      width: 100%; background: #fff; border-radius: 16px 16px 0 0;
      padding: 0 0 16px; max-height: 85vh;
      display: flex; flex-direction: column;
    }
    .sheet-handle { width: 36px; height: 4px; background: #ccc; border-radius: 2px; margin: 10px auto 0; }
    .sheet-header {
      display: flex; align-items: center; justify-content: space-between;
      padding: 12px 16px; border-bottom: 1px solid #e5e5e5;
    }
    .sheet-title { font-size: 15px; font-weight: 600; color: #0f0f0f; }
    .sheet-close {
      background: none; border: none; cursor: pointer; color: #606060;
      display: flex; align-items: center; justify-content: center;
      width: 32px; height: 32px; border-radius: 50%;
    }
    .sheet-close:hover { background: #f2f2f2; }
    .sheet-sort {
      padding: 8px 16px; font-size: 13px; color: #606060;
      display: flex; align-items: center; gap: 4px;
      border-bottom: 1px solid #e5e5e5;
    }
    .sheet-comments {
      flex: 1; overflow-y: auto; padding: 12px 16px;
      display: flex; flex-direction: column; gap: 16px;
    }
    .cmt-row { display: flex; gap: 10px; }
    .cmt-avatar {
      width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      font-size: 12px; font-weight: 700; color: #fff;
    }
    .cmt-body { flex: 1; }
    .cmt-name { font-size: 12px; font-weight: 600; color: #0f0f0f; margin-bottom: 2px; }
    .cmt-name span { font-size: 11px; color: #aaa; font-weight: 400; margin-left: 6px; }
    .cmt-text { font-size: 13px; color: #0f0f0f; line-height: 1.4; margin-bottom: 6px; }
    .cmt-actions { display: flex; align-items: center; gap: 14px; }
    .cmt-act {
      background: none; border: none; cursor: pointer;
      display: flex; align-items: center; gap: 4px;
      font-size: 12px; color: #606060; font-family: sans-serif; padding: 0;
    }
    .cmt-act:active { opacity: 0.6; }
    .sheet-input-row {
      padding: 10px 16px 0; border-top: 1px solid #e5e5e5;
      display: flex; align-items: center; gap: 10px;
    }
    .sheet-input {
      flex: 1; background: #f2f2f2; border: 0.5px solid #e5e5e5;
      border-radius: 20px; padding: 9px 14px; font-size: 14px;
      color: #0f0f0f; outline: none; font-family: sans-serif;
    }
    .sheet-input::placeholder { color: #aaa; }
    .send-btn {
      width: 36px; height: 36px; border-radius: 50%;
      background: #065fd4; border: none; cursor: pointer;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .send-btn:active { opacity: 0.8; }


    /*player section---*/


    /* Main player container styling */
.player-container {
    width: 600px;
    height: 180px;
    background-color: #ffffff;
    display: flex;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 4px;
    overflow: hidden;
}

/* Cover Section (Left 1/3) */
.cover-section {
    flex: 0 0 180px;
    background-color: #000;
}
#album-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Controls Section (Right 2/3) */
.controls-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
}

/* Text Info Styling */
.text-info { margin-bottom: 8px; }
.song-title { font-size: 16px; margin: 0; color: #333333; font-weight: bold; }
.artist-name { font-size: 14px; margin: 4px 0 0; color: #777777; }

/* Progress Bar and Time Styling */
.progress-bar-container {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: 13px;
    margin-bottom: 12px;
}
#seek-bar {
    flex-grow: 1;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    cursor: pointer;
    margin: 0;
}
/* Replicate the specific seek handle and active track styling */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #ff9800; /* Replicate the orange outline */
    cursor: pointer;
    margin-top: -4px;
}
input[type="range"]::-webkit-slider-runnable-track {
    background: #ff9800; /* Orange active track color */
}

/* Controls Buttons Row Styling */
.controls-row {
    display: flex;
    align-items: center;
    gap: 18px;
    border-top: 1px solid #e0e0e0;
    padding-top: 12px;
}
.control-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #555;
    font-size: 18px;
    padding: 0;
}
#play-pause-btn { color: #ff9800; font-size: 26px; } /* Play button specific color/size */

/* Volume Container and Bar */
.volume-container { display: flex; align-items: center; gap: 8px; margin-left: auto; }
#volume-bar { width: 80px; height: 4px; background: #e0e0e0; }
#volume-bar::-webkit-slider-thumb {
    height: 10px; width: 10px;
    border: 2px solid #ff9800;
    background: #ffffff;
    margin-top: -3px;
}


    /*player section stop*/


     /*+++++++++++++++++++++++++SONG PAGE STYLING BEGIN HERE+++++++++++++++++++++++++*/


      .player {
      width: 100%;
      background: #fff;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 1px 0px rgba(0,0,0,0.1);
    }

    .album-art {
      width: 100%;
      height: 220px;
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #0a0a2e 0%, #1a1a5e 40%, #2a2a8e 70%, #00d4ff 100%);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .album-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
    }

    .album-meta {
      position: absolute;
      bottom: 12px;
      left: 0; right: 0;
      z-index: 3;
      text-align: center;
      padding: 0 16px;
    }

    .album-meta .feat {
      font-size: 9px;
      color: rgba(255,255,255,0.7);
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 2px;
    }

    .album-meta .title {
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      letter-spacing: 1px;
    }

    .info { padding: 14px 20px 0; }

    .track-name {
      font-size: 13px;
      font-weight: 500;
      color: #555;
      white-space: nowrap;
      overflow: hidden;
      position: relative;
      height: 20px;
    }

    .track-name-inner {
      display: inline-block;
      white-space: nowrap;
      animation: marquee 12s linear infinite;
    }

    @keyframes marquee {
      0%   { transform: translateX(0); }
      40%  { transform: translateX(-40%); }
      60%  { transform: translateX(-40%); }
      100% { transform: translateX(0); }
    }

    .artist-name {
      font-size: 12px;
      color: #999;
      margin-top: 2px;
    }

    .progress-section { padding: 14px 20px 0; }

    .progress-bar-wrap {
      position: relative;
      height: 4px;
      background: #e5e5e5;
      border-radius: 2px;
      cursor: pointer;
      margin-bottom: 6px;
    }

    .progress-fill {
      height: 100%;
      background: #ff6b6b;
      border-radius: 2px;
      width: 2%;
      transition: width 1s linear;
    }

    .progress-thumb {
      width: 12px;
      height: 12px;
      background: #ff6b6b;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 2%;
      transition: left 1s linear;
      cursor: grab;
    }

    .time-row {
      display: flex;
      justify-content: space-between;
      font-size: 11px;
      color: #aaa;
    }

    .volume-row {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 20px 0;
    }

    .vol-icon { color: #777; }

    .vol-bar-wrap {
      flex: 1;
      height: 3px;
      background: #e5e5e5;
      border-radius: 2px;
      cursor: pointer;
      position: relative;
    }

    .vol-fill {
      height: 100%;
      width: 30%;
      background: #ff6b6b;
      border-radius: 2px;
    }

    .vol-thumb {
      width: 10px;
      height: 10px;
      background: #ff6b6b;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 30%;
      transform: translate(-50%, -50%);
      cursor: grab;
    }

    .controls {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 20px 18px;
    }

    .ctrl-btn {
      background: none;
      border: none;
      cursor: pointer;
      padding: 6px;
      color: #777;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: background 0.2s;
    }

    .ctrl-btn:hover { background: #f0f0f0; }

    .play-btn {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: #ff6b6b;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      transition: transform 0.1s, background 0.2s;
    }

    .play-btn:hover { background: #ff5252; }
    .play-btn:active { transform: scale(0.95); }



}




/*=====================SLIDE SECTION START HERE ==================*/

   /* Slider Container */
        .news-slider-container {
            max-width: 100%;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
            border-radius: 5px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            background: #fff;
            margin-bottom: 1rem;
            
             
        }

        /* Wrapper for slides */
        .news-slider-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 100%;
           
        }

        /* Individual Slide */
        .news-slide {
            min-width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            background: #fff;
          
        }

        @media (max-width: 768px) {
            .news-slide {
                flex-direction: column;
            }
        }

        /* Image Side */
        .slide-image {
            flex: 1;
            height: 450px;
            position: relative;
            overflow: hidden;
            
        }

        .slide-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
            
        }

        .news-slide:hover .slide-image img {
            transform: scale(1.03);
            
        }

        /* Content Side */
        .slide-content {
            flex: 1;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
           
            
        }

        .news-tag {
            align-self: flex-start;
            background-color: #5786bc;
            color: white;
            padding: 4px 12px;
            font-size: 0.75rem;
            text-transform: uppercase;
            font-weight: bold;
            border-radius: 4px;
            margin-bottom: 15px;
            letter-spacing: 1px;
             display: none;
          
        }

        .news-title {
            font-size: 1.8rem;
            color: #2f3542;
            margin-bottom: 15px;
            line-height: 1.3;
             display: none;
           
        }

        .news-excerpt {
            color: #747d8c;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 25px;
             display: none;
       
        }

        .read-more-btn {
            align-self: flex-start;
            padding: 10px 24px;
            background-color: #2f3542;
            color: white;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 600;
            transition: background 0.3s ease;
            display: none;
            
            
        }

        .read-more-btn:hover {
            background-color: #5786bc;
          
        }

        /* Navigation Arrows */
        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.8);
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: #2f3542;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            z-index: 10;
           
        }

        .nav-btn:hover {
            background: #5786bc;
            color: white;
         
        }

        .prev-btn { left: 20px; }
        .next-btn { right: 20px; }

        @media (max-width: 768px) {
            .nav-btn { top: 30%; } /* Align arrows to the image portion on mobile */
            .slide-image { height: 250px; width: 100%; }
            .slide-content { padding: 25px; }
            .news-title { font-size: 1.4rem; }
            
        }

        /* Dots Pagination */
        .slider-dots {
            position: absolute;
            bottom: 20px;
            right: 40px;
            display: flex;
            gap: 8px;
             display: none;
        }

        @media (max-width: 768px) {
            .slider-dots {
                right: 50%;
                transform: translateX(50%);
                bottom: 15px;
                 display: none;
            }
        }

        .dot {
            width: 10px;
            height: 10px;
            background: #ced6e0;
            border-radius: 50%;
            cursor: pointer;
            transition: background 0.3s ease, transform 0.3s ease;
            
        }

        .dot.active {
            background: #5786bc;
            transform: scale(1.2);
            
        }


/*====================SLIDE SCTION STOP=======================*/





/*+++++++++++++++++++++++++++++++++++++++++++++MOBILE VERSION STOP++++++++++++++++++++++++++++++++++++++++++++++++++++*/





        