/* Responsive CSS for PS Ricca */

/* Extra large devices (large desktops, 1400px and up) */
@media (max-width: 1400px) {
    .header-layout-4 {
        padding: 0 15px;
    }
}

/* Large devices (desktops, 1200px and up) */
@media (max-width: 1200px) {
    .header-search {
        display: none !important;
    }
    
    .mean__menu-wrapper {
        display: none !important;
    }
}

/* Medium devices (tablets, 992px and up) */
@media (max-width: 992px) {
    .footer-grid-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .header-action-item {
        margin-left: 15px;
    }
}

/* Small devices (landscape phones, 768px and up) */
@media (max-width: 768px) {
    .header-top-area {
        display: none;
    }
    
    .footer-grid-3 {
        grid-template-columns: 1fr;
    }
    
    .pt-100 {
        padding-top: 60px;
    }
    
    .pb-20 {
        padding-bottom: 20px;
    }
}

/* Extra small devices (portrait phones, 576px and up) */
@media (max-width: 576px) {
    .header-logo img {
        max-width: 120px;
    }
    
    .header-action-badge {
        font-size: 10px;
    }
    
    .footer-copyright-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}