

        .thank-you-fullscreen {
            height: 100vh;
            width: 100%;
            background-color: #f4f4f4;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            box-sizing: border-box;
            text-align: center;
        }

        .thank-you-container {
            max-width: 700px;
        }

        .thank-you-fullscreen h2 {
            color: #1a1a1a;
            font-size: 36px;
            margin-bottom: 20px;
        }

        .thank-you-fullscreen p {
            font-size: 18px;
            color: #555;
            line-height: 1.6;
        }

        .thank-you-links {
            margin-top: 30px;
            font-size: 16px;
            color: #333;
        }

        .thank-you-links p {
            font-weight: bold;
            margin-bottom: 10px;
        }

        .thank-you-links ul {
            list-style: none;
            padding: 0;
        }

        .thank-you-links li {
            margin: 8px 0;
        }

        .thank-you-links a {
            color: #007bff;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .thank-you-links a:hover {
            color: #0056b3;
        }

        .thank-you-button {
            margin-top: 40px;
        }

        .thank-you-button .btn-primary {
            padding: 12px 30px;
            font-size: 16px;
            background-color: #007bff;
            color: #fff;
            border-radius: 5px;
            text-decoration: none;
            display: inline-block;
            transition: background-color 0.3s ease;
        }

        .thank-you-button .btn-primary:hover {
            background-color: #0056b3;
        }
        .nav-link {
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
            color: #000;
            /* default text color */
        }

        .nav-link:hover,
        .nav-link:focus,
        .nav-item:hover .nav-link {
            color: #ffb600 !important;
            /* Maruti Industries red */
        }

        .dropdown-menu {
            position: absolute;
            z-index: 1050;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .dropdown-menu a.dropdown-item:hover {
            background-color: #f8f9fa;
            color: #ffb600;
        }
        .use-case-item {
            background-color: #ffffff;
           
            padding: 10px 15px;
            
            border-radius: 8px;
            
            margin-bottom: 10px;  /* Spacing between items */
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
           
            display: flex;
          
            align-items: center;
           
        }
        .pagination .page-link {
            color: #ffb600; /* Maruti red tone */
            border: 1px solid #000;
            padding: 8px 12px;
            transition: 0.3s;
        }
        
        .pagination .page-item.active .page-link {
            background-color: #ffb600; 
            color: white;
            border-color:#ffb700c9;
        }
        
        .pagination .page-link:hover {
            background-color: #000;
            color: #ffb600;
        }
        
       
 
