  body {
            background-color: black;
            overflow-x: hidden;
            font-family: 'Arial', sans-serif;
            color: #fff;
        }

        /* Carousel Styles */
        .mcs-wrapper {
            display: inline-block;
            width: 100%;
            height: 100vh;
            max-height: 100vh;
            overflow: hidden;
            position: relative;
            padding: 30px 0px;
        }

        .mcs-items-container {
            white-space: nowrap;
            position: relative;
            height: 500px;
            perspective: 1200px;
            transform-style: preserve-3d;
        }

        .mcs-item {
            position: absolute;
            width: 70%;
            height: 600px;
            transition: all 0.7s cubic-bezier(0.16, 0.68, 0.43, 0.99);
            transform-style: preserve-3d;
            cursor: pointer;
            will-change: transform, opacity, z-index;
        }

        .mcs-item a {
            display: block;
            height: 100%;
            text-decoration: none;
            position: relative;
        }

        .mcs-item img {
            width: 100%;
            height: 90vh;
            max-height: 90vh;
            object-fit: contain;
            border-radius: 8px;
            /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5); */
            transform-style: preserve-3d;
            backface-visibility: hidden;
        }

        .mcs-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 60px;
            height: 60px;
            background-color: rgba(255, 255, 255, 0.2);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10000;
            font-size: 24px;
            user-select: none;
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }

        .mcs-nav-prev {
            left: 30px;
        }

        .mcs-nav-next {
            right: 30px;
        }

        .mcs-nav:hover {
            background-color: rgba(255, 255, 255, 0.3);
            transform: translateY(-50%) scale(1.1);
        }

        .carousel-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
            color: white;
            font-weight: bold;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        }

        .carousel-subtitle {
            text-align: center;
            font-size: 1.3rem;
            margin-bottom: 3rem;
            color: #ccc;
            text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
        }

        .price-tag {
            color: #ff6b9d;
            font-weight: bold;
        }

        .mcs-item[data-item="5"] {
            filter: brightness(1.1);
            transform: translate3d(248.82px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1.05);
            z-index: 3500;
        }

        /* Times & Seasons Section */
        .times-seasons-section {
            padding: 60px 0;
            /* background: linear-gradient(135deg, #1a1a1a 0%, #111 100%); */
            color: black;
            border-top: 1px solid rgba(255,255,255,0.1);
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

        .times-seasons-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section-title {
            color: black;
            text-align: center;
            letter-spacing: 1px;
        }

        .section-subtitle {
            font-size: 1.5rem;
            color: black;
            text-align: center;
            font-weight: 300;
        }
.text-justify{
    text-align: justify;
}
        /* .section-content {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 2rem;
            color: black;
            text-align: justify;
        } */

        .highlight {
            color: black;
            font-weight: bold;
        }

        .nft-details {
            background: rgba(0,0,0,0.3);
            padding: 30px;
            border-radius: 10px;
            margin-top: 40px;
            border: 1px solid rgba(255,255,255,0.1);
        }

        .nft-title {
            font-size: 1.8rem;
            color: #fff;
            margin-bottom: 1rem;
            text-align: center;
        }

        .nft-features {
            list-style-type: none;
            padding: 0;
        }

        .nft-features li {
            padding: 10px 0;
            border-bottom: 1px solid rgba(255,255,255,0.05);
            display: flex;
            align-items: center;
        }

        .nft-features li:before {
            content: "•";
            color: #ff6b9d;
            font-size: 1.5rem;
            margin-right: 15px;
        }

        .cta-button {
            display: inline-block;
            background: linear-gradient(45deg, #ff6b9d, #ff8a5c);
            color: white;
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 20px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(255,107,157,0.3);
            color: white;
        }

        .text-center {
            text-align: center;
        }

        .contact-support {
            font-size: 0.9rem;
            color: #999;
            margin-top: 30px;
        }

        .contact-support a {
            color: #ff6b9d;
            text-decoration: none;
        }


             .testimonial-section {
            position: relative;
            min-height: 100vh;
            background-color: #000;
            overflow: hidden;
            color: white;
            padding: 3rem 0;
            display: flex;
            align-items: flex-end;
        }

        .bg-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            z-index: 0;
        }

        .bg-overlay.active {
            opacity: 1;
            z-index: 1;
        }

        .bg-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .testimonial-content {
            position: relative;
            z-index: 2;
            width: 100%;
        }

        .testimonial-quote {
            font-size: 1.5rem;
            margin-bottom: 3rem;
            text-align: center;
            opacity: 0;
            height: 0;
            overflow: hidden;
            transition: opacity 0.5s ease, height 0.5s ease;
        }

        .testimonial-quote.active {
            opacity: 1;
            height: auto;
        }

        @media (min-width: 992px) {
            .testimonial-quote {
                text-align: left;
                font-size: 1.75rem;
            }
        }

        .testimonial-author {
            width: 4rem;
            height: 4rem;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto 1rem;
            border: 2px solid rgba(255,255,255,0.3);
            transition: all 0.3s ease;
        }

        .testimonial-author img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .testimonial-item {
            text-align: center;
            padding: 1rem;
            opacity: 0.5;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .testimonial-item:hover, .testimonial-item.active {
            opacity: 1;
        }

        .author-name {
            font-weight: bold;
            margin-bottom: 0.25rem;
        }

        .author-title {
            font-size: 0.85rem;
            opacity: 0.7;
        }

        .gradient-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
        }

        @media (min-width: 992px) {
            .gradient-overlay {
                display: none;
            }
        }

        /* Animation controls */
        .controls {
            position: absolute;
            bottom: 20px;
            right: 20px;
            z-index: 10;
            display: flex;
            gap: 10px;
        }

        .control-btn {
            background: rgba(255,255,255,0.2);
            border: none;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .control-btn:hover {
            background: rgba(255,255,255,0.4);
        }

        .auto-play-indicator {
            position: absolute;
            bottom: 25px;
            left: 20px;
            z-index: 10;
            color: white;
            font-size: 0.8rem;
            opacity: 0.7;
        }

        .modal-body::-webkit-scrollbar {
  width: 10px;
}
.modal-body::-webkit-scrollbar-thumb {
  background-color: #F5C842;
  border-radius: 5px;
}
.modal-body::-webkit-scrollbar-track {
  background-color: #f8f9fa;
}


.quote-card {
    max-width: 100%;
    border: none;
}

.quote-content-box {
    background-color: #1e1e1e;
    border-left: 4px solid #ffc107;
    position: relative;
}

audio {
    background-color: #333;
    border-radius: 20px;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
}

audio::-webkit-media-controls-panel {
    background-color: #333;
}

.audio-tab, .text-tab {
    display: flex;
    flex-wrap: wrap;
}

.rounded-3 {
    border-radius: 0.5rem !important;
}
