

/* Full-screen video section */
        .showcase {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        .showcase video {
            width: 100%;
            height: 100%;
            object-fit: cover;
			opacity: 60%;
        }
/* Overlay text styles */
        .overlay-text {
            position: absolute;
            top: 90%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            text-align: left;
            width: 80%;
            font-family: jost;
        }
        .overlay-text h1 {
            font-size: calc(1.0rem + 2.5vw);
            font-weight: bold;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
        }
        .overlay-text h2 {
            font-size: calc(0.5rem + 1.4vw);
            font-weight: bold;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
        }
        .overlay-text p {
            font-weight: normal;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
            letter-spacing: 1.3px;
        }
/*what we do*/
        .section {
            background: #1414141;
            text-align: center;
            padding: 10px 0;
        }
        .section h2 {
            margin-top: 5%;
            color: gold;
            font-family: jost;
        }
        .section h1 {
            color: #f5a623;
            margin-bottom: 15px;
            text-align: left;
            font-family: jost; 
        }
        .section h4 {
            text-align: left;
            font-family: jost;
            margin-bottom: 40px;
        }
        .section p {
            font-weight: normal;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
            font-family: jost;
            letter-spacing: .7px;
            text-align: center;
            margin-top: 2%;
            color: white;
        }
        .card {
            margin-top: 15%;
        }
        .list-group-item {
            margin-bottom: 2%;
        }
        .list-group-item-last {
            margin-bottom: 2%;
        }

/*slider*/
        .carousel-item video {
            width: 100%;
            height: 100%;
        }
        .cta-section {
            background: linear-gradient(135deg, #ff9d00, #ffcc33);
            padding: 30px;
            text-align: center;
            color: #141414;
        }
        .cta-section h3 {
            color: red;
        }

/*        How it works*/
        .how-it-works {
            background: #141414;
            color: #fff;
            padding: 80px 5%;
            text-align: center;
            animation: fadeIn 1.5s ease-in-out;
        }

        .title {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 10px;
            letter-spacing: 2px;
            font-family: jost;
        }

        .steps-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .step {
            background: rgba(255, 255, 255, 0.05);
            padding: 20px;
            border-radius: 12px;
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        }

        .step:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(255, 165, 0, 0.2);
        }

        .step-number {
            display: block;
            font-size: 1rem;
            font-weight: bold;
            color: #f5a623;
            margin-bottom: 10px;
        }

        .step h3 {
            font-size: 1.5rem;
            margin-bottom: 10px;
            font-family: jost;
        }

        .step p {
            font-size: 1rem;
            opacity: 0.9;
            font-family: jost;
        }

        .btn {
            background: linear-gradient(45deg, #141414, #000000);
            font-weight: bold;
            font-family: jost;
            border: none;
            border-radius: 8px;
            padding: 5px 20px;
            transition: 0.3s;
            cursor: pointer;
            margin-top: 3%;
            text-align: center;
            align-items: center;
            align-content: center;
        }

         .btn-text {
            color: gold;
        }

        .btn:hover {
            box-shadow: 0 0 10px #ff512f, 0 0 20px #dd2476;
            color: white;
            transform: scale(1.1);
        }

        /* Animation */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
/* FAQ Section */
        .faq-section {
            padding: 50px 20px;
            background: #111;
            color: white;
            text-align: center;
        }

        .faq-item {
            margin-bottom: 20px;
            background: #222;
            padding: 15px;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .faq-item:hover {
            background: linear-gradient(45deg, #ff7300, #ff0000);
            transform: scale(1.05);
        }

        .faq-answer {
            display: none;
            margin-top: 10px;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
        }

        .faq-item.active .faq-answer {
            display: block;
            opacity: 1;
        }
        .faq-item h4 {
            color: #009bcc;
        }

/*Future Plan Section*/
        .productcard1 {
            margin-top: 5.8%;
            margin-bottom: 4%;
        }
        .productcard2 {
            margin-top: 17.8%;
            margin-bottom: 4%;
        }

/*celeb collage photo*/
        .celeb {
            margin-top: 2%;
        }

/*card scroll*/

        .card-showcase {
            width: 100%;
            overflow: hidden;
            background: #f8f9fa;
            padding: 20px 0;
            white-space: nowrap;
        }

        .card-wrapper {
            display: flex;
            flex-direction: column;
            gap: 20px;
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        .card-container {
            display: flex;
            width: max-content;
        }

        .card-container.row-1 {
            animation: scroll-right 6s linear infinite;
        }

        .card-container.row-2 {
            animation: scroll-left 6s linear infinite;
        }

        /* Ensure seamless infinite scrolling */
        @keyframes scroll-right {
            from { transform: translateX(-10%); }
            to { transform: translateX(0); }
        }

        @keyframes scroll-left {
            from { transform: translateX(0); }
            to { transform: translateX(-10%); }
        }

        .card-item {
            max-width: 50px;
            max-height: 50px;
            height: auto;
            margin: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .card-item img {
            width: 100%;
            height: auto;
            max-width: 250px;
            border-radius: 10px;
        }
        .card-item1 {
            /*max-width: 100px;
            max-height: 100px;*/
            height: auto;
            margin: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .card-item1 img {
            width: 100%;
            height: auto;
            max-width: 250px;
            border-radius: 10px;
        }
/*        team*/
        .container {
            max-height: 100%;
        }
        .team {
            margin-bottom: 20px;
            margin-top: 20px;
        }
/*        <!-- Footer CSS -->*/
   
        .footer {
            background: #141414;
            color: #bbb;
            font-size: 14px;
            transition: color 0.3s ease-in-out;
        }
        .footer p:hover {
            color: #f5a623;
        }
        .footer-text {
            font-family: jost;
            color: white;
        }
        .footer a 
        {
            color: white;
            font-family: jost;
        }
        .footer a:hover {
            color: gold;
        }
	
