.search-results {
            position: relative;
            overflow: auto;
            max-height: 240px;
            max-width: 570px;
            border-radius: 5px;
            top: 2px;
            left: 15px;
        }

        .searchBox .hospitals,
        .searchBox .doctors,
        .searchBox .specialities {
            display: none;
            background: #f9f9f9;
            border-top: 2px solid #eee;
            padding: 15px;
        }

        .searchBox ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .searchBox ul li {
            padding: 8px 0;
        }

        .searchBox ul li a {
            color: #007bff;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.3s ease;
        }

        .searchBox ul li a:hover {
            color: #0056b3;
            text-decoration: underline;
        }

#toast-container>.toast-success{background-color:#35a74e;}


			.error-message {
						color: red;
						font-size: 12px;
						/* Reduce the size of the error message */
						margin-top: 5px;
						/* Add space between the input and the error */
						display: block;
						/* Ensure it appears as a block-level element */
						}
						
						.input-group {
						position: relative;
						/* Ensure the input-group is positioned */
						}
						
						.input-group .error-message {
						position: absolute;
						bottom: -20px;
						/* Move the error message below the input */
						left: 0;
						}

.dfgfg{
 color:red; 
}
.ml-32{
      margin-left: 32px;
}


        /* === Hero Section & Slider === */
        .hero-section {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background-color: #0f172a;
        }

        .carousel-item img {
            height: 100vh;
            object-fit: cover;
            object-position: center;
        }

        /* Gradient Overlay for Text Readability */
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.6) 50%, rgba(15, 23, 42, 0.1) 100%);
            z-index: 1;
        }

        @media (max-width: 991px) {
            .hero-overlay {
                background: linear-gradient(180deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.95) 100%);
            }
            .hero-section {
                padding: 100px 0 50px 0;
                min-height: auto;
            }
        }

        .content-wrapper {
            position: relative;
            z-index: 2;
        }

        .hero-title {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: -0.02em;
        }

        .hero-subtitle {
            font-size: 1.15rem;
            color: #cbd5e1;
            font-weight: 300;
            line-height: 1.6;
        }

        /* === Premium Search Bar === */
        .premium-search {
            position: relative;
            max-width: 500px;
        }

        .premium-search input {
            padding: 1rem 1.5rem 1rem 3.5rem;
            border-radius: 50rem;
            border: none;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            font-size: 1.05rem;
            transition: all 0.3s ease;
        }

        .premium-search input:focus {
            box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.4);
            outline: none;
        }

        .premium-search i {
            position: absolute;
            left: 1.5rem;
            top: 50%;
            transform: translateY(-50%);
            color: #64748b;
            font-size: 1.2rem;
            z-index: 5;
        }

.owl-nav{
 display:none; 
}