@media (max-width: 1024px) {
    .header-inner {
        padding: 0 15px;
    }

    .hamburger {
        display: block;
    }

    .btn-e-maja,
    .phone-link span {
        display: none;
    }

    .page-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .site-header {
        height: 70px;
    }

    .logo-img {
        height: 40px;
    }

    .content-section {
        margin-top: 70px !important;
    }

    .page-title {
        font-size: 1.75rem;
    }

    .elementor-row {
        flex-direction: column;
    }

    .elementor-column {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .site-header {
        height: 60px;
    }

    .logo-img {
        height: 35px;
    }

    .content-section {
        margin-top: 60px !important;
        padding-bottom: 40px;
    }

    .page-title {
        font-size: 1.5rem;
    }

    .content-inner {
        padding: 15px;
    }

    .mobile-menu {
        width: 260px;
    }
}
