 .bhm-hero-title {
            font-size: 100px;
            font-family: Arial, Helvetica, sans-serif;
            text-align: left;
            color: white;
            margin-bottom: -20px;
        }
        
        .bhm-btn-primary {
            background-color: darkred;
            font-size: larger;
            color: white;
            border: none;
            padding: 12px 30px;
        }
        
        .bhm-btn-primary:hover {
            background-color: #a52a2a;
            color: white;
        }
        
        .bhm-section-title {
            font-size: 70px;
            text-align: center;
            margin-bottom: 20px;
        }
        
        .bhm-feature-list, .bhm-career-list, .bhm-admission-list {
            font-size: 18px;
            line-height: 1.6;
        }
        
        .bhm-feature-list li, .bhm-career-list li, .bhm-admission-list li {
            margin-bottom: 10px;
        }
        
        .bhm-faq-title {
            font-size: 18px;
            font-weight: bold;
            margin-top: 15px;
        }
        
        .bhm-carousel-image {
            height: 600px;
            object-fit: cover;
        }
        
        .bhm-content-container {
            margin: 0 auto;
        }
        
        .bhm-section-spacing {
            padding-top: 50px;
            padding-bottom: 50px;
        }
        
        @media (max-width: 1400px) {
            .bhm-hero-title {
                font-size: 90px;
            }
            
            .bhm-section-title {
                font-size: 65px;
            }
        }
        
        @media (max-width: 1200px) {
            .bhm-hero-title {
                font-size: 80px;
            }
            
            .bhm-section-title {
                font-size: 60px;
            }
            
            .bhm-carousel-image {
                height: 500px;
            }
        }
        
        @media (max-width: 992px) {
            .bhm-hero-title {
                font-size: 60px;
            }
            
            .bhm-section-title {
                font-size: 50px;
            }
            
            .bhm-carousel-image {
                height: 400px;
            }
        }
        
        @media (max-width: 768px) {
            .bhm-hero-title {
                font-size: 40px;
                margin-bottom: 0;
            }
            
            .bhm-section-title {
                font-size: 40px;
            }
            
            .bhm-carousel-image {
                height: 350px;
            }
            
            .bhm-btn-primary {
                font-size: medium;
                padding: 10px 20px;
            }
            
            .bhm-section-spacing {
                padding-top: 30px;
                padding-bottom: 30px;
            }
        }
        
        @media (max-width: 576px) {
            .bhm-hero-title {
                font-size: 32px;
            }
            
            .bhm-section-title {
                font-size: 32px;
            }
            
            .bhm-carousel-image {
                height: 300px;
            }
            
            .bhm-feature-list, .bhm-career-list, .bhm-admission-list {
                font-size: 16px;
                padding-left: 20px;
            }
        }
        
        @media (max-width: 400px) {
            .bhm-hero-title {
                font-size: 28px;
            }
            
            .bhm-section-title {
                font-size: 28px;
            }
            
            .bhm-btn-primary {
                font-size: small;
                padding: 8px 16px;
            }
        }