/* Responsive Styles */
@media (max-width: 1199.98px) {
    .banner-content h1 {
        font-size: 36px;
    }
    
    .profile-card img {
        height: 250px;
    }
}

@media (max-width: 991.98px) {
    .header {
        padding: 10px 0;
    }
    
    .main-nav ul {
        justify-content: center;
    }
    
    .main-nav ul li {
        margin-left: 15px;
    }
    
    .banner-section {
        padding: 120px 0 80px;
    }
    
    .banner-content {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .about-content,
    .services-content,
    .why-us-content,
    .meet-content,
    .contact-info {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .profile-card img {
        height: 300px;
    }
    
    .gallery-section,
    .about-section,
    .services-section,
    .why-us-section,
    .meet-section,
    .contact-section {
        padding: 80px 0;
    }
}

@media (max-width: 767.98px) {
    .logo {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .main-nav ul {
        flex-wrap: wrap;
    }
    
    .main-nav ul li {
        margin: 0 10px 10px;
    }
    
    .banner-section {
        padding: 100px 0 60px;
    }
    
    .banner-content h1 {
        font-size: 30px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .profile-card img {
        height: 250px;
    }
    
    .fixed-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    
    .footer {
        padding: 50px 0 0;
    }
    
    .footer .col-md-4 {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .banner-content h1 {
        font-size: 26px;
    }
    
    .banner-content p {
        font-size: 16px;
    }
    
    .section-header h2 {
        font-size: 24px;
    }
    
    .profile-card img {
        height: 200px;
    }
    
    .fixed-buttons {
        bottom: 20px;
        right: 20px;
    }
    
    .fixed-btn {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .footer-bottom p {
        font-size: 12px;
    }
}