/* assets/frontside/css/siyahyazilim.general.responsive.css */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 60px 0;
        text-align: center;
    }
    
    .hero-section .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .hero-section .d-flex {
        flex-direction: column;
    }
    
    .hero-image-wrap {
        margin-top: 40px;
    }
    
    .about-img-wrap {
        margin-bottom: 30px;
    }
    
    .section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .col-lg-6.ps-lg-5 {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .display-4 {
        font-size: 2.5rem;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 24px;
    }
    
    .bukan-header .top-bar {
        text-align: center;
    }
    
    .bukan-header .navbar-brand {
        padding-left: 10px;
    }
    
    .footer-brand {
        text-align: center;
    }
    
    .footer-links, .footer-contact {
        text-align: center;
    }
    
    .footer-contact li {
        justify-content: center;
    }
    
    .social-links {
        margin-top: 15px;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        padding: 40px 0;
    }
    
    .display-4 {
        font-size: 2rem;
    }
    
    .brand-title {
        font-size: 1.2rem;
    }
    
    .brand-subtitle {
        font-size: 0.65rem;
    }
}
