    :root {
            --primary-color: #ff4757; 
            --secondary-color: #2f3542;
            --accent-color: #ffa502; 
            --light-bg: #f8f9fa;
            --white-bg: #ffffff;
        }

        body {
            font-family: 'Poppins', sans-serif;
            color: var(--secondary-color);
            background-color: var(--white-bg);
            overflow-x: hidden;
            font-size: 1.0rem;
        }

        h1, h2, h3, h4, h5 {
            font-family: 'Oswald', sans-serif;
            /* text-transform: uppercase; */
            /* letter-spacing: 1px; */
            font-weight: 700;
        }
h1{
    	background: linear-gradient(to right, #E9B02D 0%, #1a752b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-weight: 700!important;
    font-size: 3.0rem !important;
}



.bi-house-door::before {
  content: "\f423";
 /* color: red; */
}


         .container {
            max-width: 1000px;
            margin: 0 auto;
           
           
        }

     
        .btn-fitness {
            background-color: var(--primary-color);
            color: white;
            font-weight: 600;
            text-transform: uppercase;
            padding: 15px 40px;
            border-radius: 50px;
            border: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 71, 87, 0.4);
            font-size: 1.1rem;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .btn-fitness::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 0%; height: 100%;
            background: rgba(255,255,255,0.2);
            transition: width 0.3s ease;
            z-index: -1;
        }

        .btn-fitness:hover::before {
            width: 100%;
        }

        .btn-fitness:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(255, 71, 87, 0.6);
            color: white;
        }

     
        .hero-section {
            background: linear-gradient(180deg, #fff 0%, #e6fff1 100%);
            padding: 20px 0 30px 0;
            text-align: center;
        }

    
        .creative-card {
            background: #fff;
            border-radius: 16px;
            padding: 1.5rem 1rem;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 1px solid transparent;
            position: relative;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .creative-card::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0; width: 100%; height: 4px;
            background: var(--primary-color);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }

        .creative-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(255, 71, 87, 0.15);
        }

        .creative-card:hover::after {
            transform: scaleX(1);
        }

        .icon-wrapper-creative {
            width: 80px;
            height: 80px;
            background: #fff0f1;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            transition: all 0.4s ease;
        }

        .creative-card:hover .icon-wrapper-creative {
            background: var(--primary-color);
            transform: rotateY(180deg);
        }

        .icon-wrapper-creative i {
            font-size: 2rem;
            color: var(--primary-color);
            transition: color 0.3s ease;
        }

        .creative-card:hover .icon-wrapper-creative i {
            color: white;
            transform: rotateY(-180deg); 
        }

  b{
    font-weight: 700;
  }
        .rights-section {
            /* background-color: #f8f9fa;  */
            color: var(--secondary-color); 
        }
        
        .rights-section h2, .rights-section h3, .rights-section p, .rights-section h5 {
            color: var(--secondary-color);
        }

        .rights-tile {
            background: white; 
            border: 1px solid #e9ecef; 
            border-radius: 12px;
            padding: 1.5rem;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 1rem;
            height: 100%;
            box-shadow: 0 2px 10px rgba(0,0,0,0.03);
        }

        .rights-tile:hover {
            /* border-color: var(--primary-color); 
            transform: translateY(-3px); */
            box-shadow: 0 10px 20px rgba(255, 71, 87, 0.1);
        }


        .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgb(190, 133, 37) !important;
  font-size: 0.9rem;
}

        .rights-icon-box {
            min-width: 50px;
            height: 50px;
            border-radius: 10px;
            background: #fff0f1; 
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color); 
            font-size: 1.5rem;
        }
        
        .rights-tile:hover .rights-icon-box {
            background: var(--primary-color); 
            color: white;
        }

    
        .product-module {
            padding: 0rem 0;
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            margin-bottom: 5rem;
            box-shadow: 0 15px 35px rgba(0,0,0,0.05);
            background-color: #fff;
        }

        .product-module:nth-child(1) { background: #fff; border: 1px solid #eee; }
        .product-module:nth-child(2) { background: #fff;
  color: black; } 
        .product-module:nth-child(3) { background: #fff; border: 1px solid #eee; }

       .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(236, 255, 243, 0.5) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background: linear-gradient(to right, #976900 0%, #00360a 100%);
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) #31633d !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgb(255, 161, 40) !important;
}
        .watermark-number {
            font-size: 12rem;
            font-weight: 900;
            line-height: 1;
            position: absolute;
            opacity: 0.05;
            z-index: 0;
            font-family: 'Oswald', sans-serif;
        }
        .product-module:nth-child(1) .watermark-number { color: #f09900;
  top: -2rem;
  left: -2rem;}
        .product-module:nth-child(2) .watermark-number { color: #ffa400; top: -2rem; left: -2rem; }
        .product-module:nth-child(3) .watermark-number { color: var(--accent-color); top: -2rem; right: -2rem; }

        .module-content {
            position: relative;
            z-index: 2;
        }

        .module-visual {
            height: 100%;
            min-height: 300px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

     
        .visual-1 { background: linear-gradient(135deg, #ff6b81 0%, #ff4757 100%); color: white; }
       
        .visual-2 { background: #1e272e; border: 2px solid rgba(255,255,255,0.1); color: white; }
       
        .visual-3 { background: linear-gradient(135deg, #f1c40f 0%, #ffa502 100%); color: white; }

        .visual-icon {
            font-size: 8rem;
            opacity: 0.2;
            transform: rotate(-15deg);
        }

       
        .module-list li {
            margin-bottom: 0.8rem;
            padding-left: 1.5rem;
            position: relative;
        }
        .module-list li::before {
            content: '\F26E'; 
            font-family: 'bootstrap-icons';
            position: absolute;
            left: 0;
            top: 2px;
            color: var(--success-color, #2ecc71);
            font-weight: bold;
        }


        .product-module:nth-child(2) h3, 
        .product-module:nth-child(2) h4, 
        .product-module:nth-child(2) p, 
        .product-module:nth-child(2) li {
            color: #000 !important;
        }
        .product-module:nth-child(2) .module-list li::before {
            color: var(--accent-color);
        }

    
        .bts-icon-group {
            position: relative;
            z-index: 1;
        }
        .bts-icon-circle {
            width: 70px; height: 70px;
            border-radius: 50%;
            background: white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            display: flex; align-items: center; justify-content: center;
            margin: 0 auto 1rem;
            color: var(--primary-color);
            font-size: 1.8rem;
            transition: transform 0.3s;
        }
        .bts-item:hover .bts-icon-circle {
            transform: scale(1.1) rotate(10deg);
            background: var(--primary-color);
            color: white;
        }

     
        .guarantee-section {
            background-color: #fffdf2;
  border-top: 5px solid #ffa50230;
  border-bottom: 5px solid #ffe9b1;
            padding: 40px 0;
        }

        .guarantee-badge {
            width: 150px;
            height: 150px;
            background: var(--accent-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 2rem;
            border: 8px solid white;
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
            font-weight: bold;
            text-align: center;
            line-height: 1.1;
            font-size: 1.1rem;
            color: #2f3542;
        }

   
        .delay-100 { transition-delay: 100ms; }
        .delay-200 { transition-delay: 200ms; }
        .delay-300 { transition-delay: 300ms; }
        .delay-400 { transition-delay: 400ms; }
        .delay-500 { transition-delay: 500ms; }
        .delay-600 { transition-delay: 600ms; }


          @media (max-width: 768px) {
            .container { padding: 20px; margin-top: 20px; margin-bottom: 20px; }
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
        }




        .player-container {
            position: relative;
            z-index: 10;
            width: 380px;
            padding: 30px;
            background: var(--glass-bg);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid var(--glass-border);
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            transition: transform 0.3s ease;
        }

        /* --- Header & Visualizer --- */
        .top-bar {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.9rem;
            color: var(--text-secondary);
            margin-bottom: 10px;
        }

        .visualizer {
            display: flex;
            gap: 4px;
            height: 20px;
            align-items: flex-end;
        }

        .bar {
            width: 4px;
            background: var(--accent);
            border-radius: 2px;
            height: 20%;
            animation: bounce 0s infinite ease-in-out alternate;
        }

        .playing .bar {
            animation-duration: 0.5s;
        }

        .bar:nth-child(1) { animation-delay: 0.1s; }
        .bar:nth-child(2) { animation-delay: 0.3s; }
        .bar:nth-child(3) { animation-delay: 0.5s; }
        .bar:nth-child(4) { animation-delay: 0.2s; }
        .bar:nth-child(5) { animation-delay: 0.4s; }

        @keyframes bounce {
            0% { height: 20%; background: var(--accent); }
            50% { height: 100%; background: var(--primary); }
            100% { height: 20%; background: var(--accent); }
        }

        /* --- Vinyl/Album Art --- */
        .img-container {
           position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #bfffd9;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 30px rgba(255, 184, 141, 0.5);
        }

        .img-container::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: linear-gradient(45deg, rgba(255,255,255,0.1), transparent);
            pointer-events: none;
        }

        .cover-art {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
            animation: spin 10s linear infinite;
            animation-play-state: paused;
            border: 5px solid #111;
        }

        .player-container.playing .cover-art {
            animation-play-state: running;
        }

        /* Vinyl Record grooves effect overlay */
        .vinyl-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: repeating-radial-gradient(
                #111 0, 
                #111 2px, 
                #222 3px, 
                #222 4px
            );
            opacity: 0.3;
            pointer-events: none;
        }
        
        .center-label {
            position: absolute;
            width: 60px;
            height: 60px;
            background: var(--primary);
            border-radius: 50%;
            border: 3px solid #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2;
        }
        
        .center-label::after {
            content: '';
            width: 10px;
            height: 10px;
            background: #fff;
            border-radius: 50%;
        }

        @keyframes spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /* --- Song Info --- */
        .song-details {
            text-align: center;
        }

        .name {
            font-size: 1.4rem;
            color: var(--text-main);
            font-weight: 600;
            margin-bottom: 5px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 300px;
        }

        .artist {
            font-size: 1rem;
            color: var(--accent);
            font-weight: 400;
        }

        /* --- Progress Bar --- */
        .progress-area {
            width: 100%;
            height: 6px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50px;
            cursor: pointer;
            position: relative;
        }

        .progress-bar {
            height: 100%;
            width: 0%;
            background: linear-gradient(90deg, var(--primary), var(--accent));
            border-radius: 50px;
            position: relative;
            transition: width 0.1s linear;
        }

        .progress-bar::after {
            content: '';
            position: absolute;
            right: -6px;
            top: 50%;
            transform: translateY(-50%);
            width: 12px;
            height: 12px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 0 10px var(--accent);
            opacity: 0;
            transition: opacity 0.2s;
        }

        .progress-area:hover .progress-bar::after {
            opacity: 1;
        }

        .timer {
            display: flex;
            justify-content: space-between;
            font-size: 0.8rem;
            color: var(--text-secondary);
            margin-top: 5px;
        }

        /* --- Controls --- */
        .controls {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 5px;
        }

        .btn {
            background: transparent;
            border: none;
            outline: none;
            color: var(--text-main);
            font-size: 1.2rem;
            cursor: pointer;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0.8;
        }

        .btn:hover {
            opacity: 1;
            color: var(--primary);
            transform: scale(1.1);
        }

        .btn-play {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
           box-shadow: 0 6px 20px rgb(255, 199, 127);
            font-size: 1.5rem;
            opacity: 1;
        }

        .btn-play:hover {
            box-shadow: 0 6px 20px rgb(255, 199, 127);
            color: #000;
            transform: scale(1.05);
        }

        /* --- Playlist --- */
        .playlist-btn {
            position: absolute;
            top: 30px;
            right: 30px;
            z-index: 20;
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.2);
            padding: 10px;
            border-radius: 50%;
            cursor: pointer;
            color: white;
            backdrop-filter: blur(5px);
            transition: 0.3s;
        }
        .playlist-btn:hover { background: rgba(255,255,255,0.2); }

        .playlist-panel {
            position: absolute;
            top: 80px;
            right: 30px;
            width: 250px;
            max-height: 300px;
            background: rgba(20, 20, 30, 0.9);
            backdrop-filter: blur(15px);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 15px;
            z-index: 20;
            overflow-y: auto;
            display: none;
            padding: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.5);
            transform-origin: top right;
            animation: slideIn 0.3s ease;
        }

        .playlist-panel.active { display: block; }

        @keyframes slideIn {
            from { opacity: 0; transform: scale(0.9); }
            to { opacity: 1; transform: scale(1); }
        }

        .playlist-item {
            display: flex;
            align-items: center;
            padding: 10px;
            border-radius: 10px;
            cursor: pointer;
            transition: 0.2s;
            margin-bottom: 5px;
        }

        .playlist-item:hover { background: rgba(255,255,255,0.1); }
        .playlist-item.active { background: rgba(255, 0, 204, 0.2); border: 1px solid var(--primary); }

        .plist-img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 10px;
            object-fit: cover;
        }

        .plist-info h4 { font-size: 0.9rem; color: #fff; }
        .plist-info p { font-size: 0.75rem; color: #aaa; }

        /* --- Volume Slider --- */
        .volume-container {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 5px;
        }
        
        .volume-slider {
            -webkit-appearance: none;
            width: 100%;
            height: 4px;
            background: rgba(255,255,255,0.2);
            border-radius: 5px;
            outline: none;
        }

        .volume-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 12px;
            height: 12px;
            background: var(--accent);
            border-radius: 50%;
            cursor: pointer;
        }

        /* --- Toast Notification --- */
        .toast {
            position: fixed;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%) translateY(100px);
            background: rgba(255, 255, 255, 0.9);
            color: #333;
            padding: 10px 20px;
            border-radius: 30px;
            font-weight: 600;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            z-index: 100;
        }
        .toast.show {
            transform: translateX(-50%) translateY(0);
            opacity: 1;
        }

        /* Scrollbar styling */
        ::-webkit-scrollbar { width: 5px; }
        ::-webkit-scrollbar-thumb { background: #555; border-radius: 5px; }
        ::-webkit-scrollbar-track { background: transparent; }




        .button-63 {
  align-items: center;
  background-image: linear-gradient(144deg,#BF8726, #BA9846 50%,#D29F3B);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 19px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /* white-space: nowrap; */
  cursor: pointer;
}

.button-63:active,
.button-63:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-63 {
    font-size: 24px;
    min-width: 196px;
  }
}


.badge1 {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  /* white-space: nowrap; */
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}






.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important
}

@media (max-width:767px) {
.visible-xs {
	display: block !important
}

}




@media (max-width:767px) {
.hidden-xs {
	display: none !important
}
}
     