   body {
            font-family: 'Arial', sans-serif;
        }
        
        /* Top Header Styles */
        .top-header {
            background: red;
            color: white;
            padding: 10px 0;
            font-size: 14px;
        }
        
        /* Main Header Styles */
        .main-header {
            background: #000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            padding: 15px 0;
        }
        
        .logo {
            font-size: 28px;
            font-weight: bold;
            color: #2c3e50;
            text-decoration: none;
        }
        
        .navbar-nav .nav-link {
            color: #fff !important;
            font-weight: 500;
            margin: 0 10px;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: #fff !important;
        }
        
        /* Slider Styles */
        #slider-area {
            margin-bottom: 0px;
        }
        
        .carousel-item img {
            height: 500px;
            object-fit: cover;
        }
        
       
        
        /* Footer Styles */
        .footer {
            background: #000;
            color: white;
            padding: 50px 0 20px;
        }
        
.footer h5 {
    margin-bottom: 20px;
    color: #fff;
}
        
        .footer ul {
            list-style: none;
            padding: 0;
        }
        
        .footer ul li {
            margin-bottom: 10px;
        }
        
        .footer ul li a {
            color: #bdc3c7;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .footer ul li a:hover {
            color: #3498db;
        }
        
        .social-links a {
            color: #bdc3c7;
            font-size: 20px;
            margin-right: 15px;
            transition: color 0.3s ease;
        }
        
        .social-links a:hover {
            color: #3498db;
        }
        
        .footer-bottom {
            border-top: 1px solid #34495e;
            margin-top: 30px;
            padding-top: 20px;
/*            text-align: center;*/
            color: #bdc3c7;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .carousel-item img {
                height: 300px;
            }
            
            .logo {
                font-size: 24px;
            }
        }

        .form-subtitle {
    margin-top: -25px;
}