* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.mainlogo {
    height: 40px;
    width: auto;
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem;
    color: #333;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #007bff;
}
.navbar-icons-container{
    gap: 20px;
}

.navbar-icons {
    font-size: 1.2rem;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
}

.navbar-icons:hover {
    color: #007bff;
}


.static-gallery-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.static-gallery-carousel .carousel-item {
    height: 300px;
}

.static-gallery-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.static-gallery-carousel .carousel-control-prev,
.static-gallery-carousel .carousel-control-next {
    width: 60px;
    height: 60px;
    background: rgb(255, 255, 255);
    top: 50%;
    transform: translateY(-50%);
}

.tranding-section{
    margin-top: 50px;
}
 .trendingtext{
    font-size: 18px;
 }
/* Previous button: left arrow (black) */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

/* Next button: right arrow (black) */
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 1 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.static-gallery-carousel .carousel-control-prev {
    left: 20px;
}

.static-gallery-carousel .carousel-control-next {
    right: 40px;
}

.static-gallery-carousel .carousel-control-prev-icon,
.static-gallery-carousel .carousel-control-next-icon {
    width: 24px;
    height: 24px;
}

.static-gallery-carousel .carousel-indicators {
    bottom: 20px;
}

.static-gallery-carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 8px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.static-gallery-carousel .carousel-indicators button.active {
    background-color: #fff;
}

/* Remove Bootstrap's carousel transition for static gallery only */
.static-gallery-carousel .carousel-inner .carousel-item {
    transition: none !important;
    transform: none !important;
}

/* Ensure all carousel items are visible at once for static gallery only */
.static-gallery-carousel .carousel-inner {
    display: flex !important;
    transform: none !important;
}

.static-gallery-carousel .carousel-item {
    flex: 1;
    position: relative !important;
    display: block !important;
    margin-right: 0;
}

.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #000;
}

.scrolling-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 1rem;
    /* font-weight: bold; */
    letter-spacing: 4px;
}

.scrolling-text {
    display: inline-block;
    animation: scroll 15s linear infinite;
}

.scrolling-container:hover .scrolling-text {
    animation-play-state: paused;
}

.scrolling-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 1.25rem;
    /* Adjust for responsiveness */
    font-weight: bold;
}

.scrolling-text {
    display: inline-block;
    animation: scroll 15s linear infinite;
}

.scrolling-container:hover .scrolling-text {
    animation-play-state: paused;
}

/* Custom carousel controls styling */
.custom-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    background-color: rgb(0, 0, 0);
    /* white square background */
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-carousel-control .carousel-control-prev-icon,
.custom-carousel-control .carousel-control-next-icon {
    filter: invert(100%);
    /* make the icon black */
}

.carousel-control-prev.custom-carousel-control {
    left: -50px;
    /* adjust spacing to move outside */
}

.carousel-control-next.custom-carousel-control {
    right: -50px;
    /* adjust spacing to move outside */
}

/* Custom carousel controls styling */
.custom-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-carousel-control .carousel-control-prev-icon,
.custom-carousel-control .carousel-control-next-icon {
    filter: invert(100%);
    /* black icon */
}

.carousel-control-prev.custom-carousel-control {
    left: -50px;
    /* adjust for outside placement */
}

.carousel-control-next.custom-carousel-control {
    right: -50px;
}

/* Custom carousel controls styling */
.custom-carousel-control {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.604);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    /* Always visible */
}

.custom-carousel-control .carousel-control-prev-icon,
.custom-carousel-control .carousel-control-next-icon {
    filter: invert(100%);
    width: 16px;
    height: 16px;
}

.carousel-control-prev.custom-carousel-control {
    left: -10px;
    /* Outside placement by default */
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
}

.carousel-item .row {
    display: flex;
    flex-wrap: nowrap;
}

.carousel-control-next.custom-carousel-control {
    right: -10px;
}

.vibeimage {
    height: 600px;
    /* or whatever height you prefer */
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    /* optional */
}

/* Assuming these are background images */
.vimage1 {
    background-image: url(images/vibe01.webp);
}

.vimage2 {
    background-image: url(images/vibe02.jpg);
}

.vimage3 {
    background-image: url(images/vibe03.jpg);
}
.kronos-section {
      background: url('your-pacman-background.jpg') no-repeat center center/cover;
      border-radius: 10px;
      overflow: hidden;
      color: white;
    }

    .kronos-text .highlight {
      color: yellow;
      text-shadow: 2px 2px #333;
    }

    .kronos-video-wrapper {
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    video {
      width: 100%;
      height: auto;
      display: block;
      cursor: pointer;
    }

    /* Overlay Play Button (visible until user interacts) */
    .video-container {
      position: relative;
    }

    .video-container::before {
      content: "▶";
      font-size: 40px;
      color: black;
      background: white;
      border-radius: 50%;
      padding: 10px 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      pointer-events: none; /* Let clicks pass through to video */
    }

    @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
     .kronos-section {
      border-radius: 10px;
      overflow: hidden;
    }

    .kronos-text {
      padding: 20px;
    }

    .video-container {
      position: relative;
      width: 100%;
      height: 450px; /* Fixed height */
      overflow: hidden;
      border-radius: 10px;
    }

    .video-container iframe {
      width: 100%;
      height: 100%;
      border: none;
    }
    .watch-carousel img {
      height: 450px;
      object-fit: contain;
    }

    .carousel-caption {
      position: static;
      padding-top: 20px;
      text-align: left;
    }

    .carousel-item {
      text-align: center;
    }

    .poster-image {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }
     .image-grid img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .image-grid {
      gap: 10px;
    }
      .feature-box {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .feature-box i {
      font-size: 1.8rem;
      color: #444;
    }
    .feature-text {
      color: #444;
      font-size: 0.95rem;
    }
    .footer {
        background-color: #000;
        color: #fff;
        padding: 50px 0 20px;
    }

    .footer a {
        color: #fff;
        text-decoration: none;
    }

    .footer .footer-logo {
        font-size: 2rem;
        font-weight: bold;
    }

    .footer .social-icons i {
        font-size: 20px;
        margin-right: 15px;
    }

    /* Hover underline animation */
    .footer .footer-link-list li a {
        position: relative;
        display: inline-block;
    }

    .footer .footer-link-list li a::after {
        content: '';
        position: absolute;
        width: 0%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #fff;
        transition: width 0.3s ease;
    }

    .footer .footer-link-list li a:hover::after {
        width: 100%;
    }

    .footer .footer-link-list li {
        margin-bottom: 10px;
    }

    .footer-bottom {
        background-color: #111;
        padding: 15px 0;
        text-align: center;
        font-size: 0.9rem;
    }

    .payment-icons img {
        height: 30px;
        margin: 0 8px;
    }
    .footericon{
        height: 40px;
        width: 40px;
    }
    .footericon1{
        height: 80px;
        width: 80px;
    }
     .footer {
            background-color: #1a1a1a;
            color: #ffffff;
            padding: 60px 0 0 0;
        }
        
        .footer h5, .footer h6 {
            color: #ffffff;
            font-weight: 600;
            margin-bottom: 20px;
            font-size: 14px;
            letter-spacing: 0.5px;
        }
        
        .footer-link-list {
            list-style: none;
            padding: 0;
        }
        
        .footer-link-list li {
            margin-bottom: 8px;
        }
        
        .footer-link-list a {
            color: #cccccc;
            text-decoration: none;
            font-size: 13px;
            transition: color 0.3s ease;
        }
        
        .footer-link-list a:hover {
            color: #ff6b35;
        }
        
        .social-icons {
            gap: 1px;
            margin-bottom: 30px;
        }
        
        .social-icons i {
            background-color: #333;
            color: #ffffff;
            width: 40px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 14px;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .social-icons i:hover {
            background-color: #ff6b35;
            transform: translateY(-2px);
        }
        
        .app-badges {
            gap: 10px;
            margin-bottom: 25px;
        }
        
        .app-badges img {
            height: 45px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .app-badges img:hover {
            transform: scale(1.05);
        }
        
        .contact-info p {
            margin-bottom: 5px;
            font-size: 14px;
            color: #cccccc;
        }
        
        .contact-info a {
            color: #ff6b35;
            text-decoration: none;
        }
        
        .contact-info a:hover {
            text-decoration: underline;
        }
        
        .footer-bottom {
            background-color: #111111;
            padding: 25px 0;
            margin-top: 40px;
            border-top: 1px solid #333;
        }
        
        .payment-icons {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .payment-icons img {
            height: 30px;
            filter: brightness(0.8);
            transition: filter 0.3s ease;
        }
        
        .payment-icons img:hover {
            filter: brightness(1);
        }
        
        .terms-links {
            background-color: #0d0d0d;
            padding: 15px 0;
            text-align: center;
            border-top: 1px solid #222;
        }
        
        .terms-links a {
            color: #cccccc;
            text-decoration: none;
            font-size: 13px;
        }
        
        .terms-links a:hover {
            color: #ff6b35;
        }
        
        .copyright {
            font-size: 13px;
            color: #999;
            text-align: center;
        }
        
        .fastrack-logo {
            max-width: 150px;
            height: auto;
            margin-bottom: 20px;
        }
        
        .whatsapp-link {
            color: #25d366;
            text-decoration: none;
            font-weight: 500;
        }
        
        .whatsapp-link:hover {
            color: #128c7e;
        }
        .lastfastrack{
            height: 50px;
        }
        
        @media (max-width: 768px) {
            .footer {
                padding: 40px 0 0 0;
            }
            
            .social-icons {
                justify-content: center;
            }
            
            .app-badges {
                justify-content: center;
            }
            
            .payment-icons {
                justify-content: center;
            }
            
            .footer h5, .footer h6 {
                text-align: center;
                margin-top: 30px;
            }
            
            .footer-link-list {
                text-align: center;
            }
            
            .contact-info {
                text-align: center;
            }
        }